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
The action's database (Google Cloud project ID) .
↳ schema
string
The action's schema (BigQuery dataset ID), within database
.
↳ name
string
The action's name, within database
and schema
.
getDatabase
The action's database (Google Cloud project ID) .
string
setDatabase
The action's database (Google Cloud project ID) .
var
string
$this
getSchema
The action's schema (BigQuery dataset ID), within database
.
string
setSchema
The action's schema (BigQuery dataset ID), within database
.
var
string
$this
getName
The action's name, within database
and schema
.
string
setName
The action's name, within database
and schema
.
var
string
$this