Class: Google::Cloud::Dataform::V1beta1::Target

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataform/v1beta1/dataform.rb

Overview

Represents an action identifier. If the action writes output, the output will be written to the referenced database object.

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns The action's database (Google Cloud project ID) .

Returns:

  • (::String)

    The action's database (Google Cloud project ID) .



1281
1282
1283
1284
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1281

class Target
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns The action's name, within database and schema.

Returns:

  • (::String)

    The action's name, within database and schema.



1281
1282
1283
1284
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1281

class Target
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#schema::String

Returns The action's schema (BigQuery dataset ID), within database.

Returns:

  • (::String)

    The action's schema (BigQuery dataset ID), within database.



1281
1282
1283
1284
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 1281

class Target
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end