Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class Target.
Represents an action identifier. If the action writes output, the output will be written to the referenced database object.
Generated from protobuf message google.cloud.dataform.v1beta1.Target
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ database
string
Optional. The action's database (Google Cloud project ID) .
↳ schema
string
Optional. The action's schema (BigQuery dataset ID), within database
.
↳ name
string
Optional. The action's name, within database
and schema
.
getDatabase
Optional. The action's database (Google Cloud project ID) .
string
setDatabase
Optional. The action's database (Google Cloud project ID) .
var
string
$this
getSchema
Optional. The action's schema (BigQuery dataset ID), within database
.
string
setSchema
Optional. The action's schema (BigQuery dataset ID), within database
.
var
string
$this
getName
Optional. The action's name, within database
and schema
.
string
setName
Optional. The action's name, within database
and schema
.
var
string
$this