Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::Target.
Represents an action identifier. If the action writes output, the output will be written to the referenced database object.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database
def database() -> ::String
Returns
- (::String) — The action's database (Google Cloud project ID) .
#database=
def database=(value) -> ::String
Parameter
- value (::String) — The action's database (Google Cloud project ID) .
Returns
- (::String) — The action's database (Google Cloud project ID) .
#name
def name() -> ::String
Returns
-
(::String) — The action's name, within
database
andschema
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — The action's name, within
database
andschema
.
Returns
-
(::String) — The action's name, within
database
andschema
.
#schema
def schema() -> ::String
Returns
-
(::String) — The action's schema (BigQuery dataset ID), within
database
.
#schema=
def schema=(value) -> ::String
Parameter
-
value (::String) — The action's schema (BigQuery dataset ID), within
database
.
Returns
-
(::String) — The action's schema (BigQuery dataset ID), within
database
.