Reference documentation and code samples for the Google Cloud Dataform V1 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.v1.Target
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
↳ name |
string
Optional. The action's name, within |
getDatabase
Optional. The action's database (Google Cloud project ID) .
Returns | |
---|---|
Type | Description |
string |
setDatabase
Optional. The action's database (Google Cloud project ID) .
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSchema
Optional. The action's schema (BigQuery dataset ID), within database
.
Returns | |
---|---|
Type | Description |
string |
setSchema
Optional. The action's schema (BigQuery dataset ID), within database
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getName
Optional. The action's name, within database
and schema
.
Returns | |
---|---|
Type | Description |
string |
setName
Optional. The action's name, within database
and schema
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |