Class: Google::Cloud::Dataform::V1beta1::Target
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::Target
- 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
-
#database ⇒ ::String
The action's database (Google Cloud project ID) .
-
#name ⇒ ::String
The action's name, within
database
andschema
. -
#schema ⇒ ::String
The action's schema (BigQuery dataset ID), within
database
.
Instance Attribute Details
#database ⇒ ::String
Returns 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 |