Class: Google::Cloud::Dataform::V1::Target
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::Target
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/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
-
#database ⇒ ::String
Optional.
-
#name ⇒ ::String
Optional.
-
#schema ⇒ ::String
Optional.
Instance Attribute Details
#database ⇒ ::String
Returns Optional. The action's database (Google Cloud project ID) .
1506 1507 1508 1509 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1506 class Target include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Optional. The action's name, within database
and schema
.
1506 1507 1508 1509 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1506 class Target include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema ⇒ ::String
Returns Optional. The action's schema (BigQuery dataset ID), within database
.
1506 1507 1508 1509 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 1506 class Target include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |