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