Google Cloud Dataform V1beta1 Client - Class Target (0.1.6)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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) .

Returns
TypeDescription
string

setDatabase

The action's database (Google Cloud project ID) .

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSchema

The action's schema (BigQuery dataset ID), within database.

Returns
TypeDescription
string

setSchema

The action's schema (BigQuery dataset ID), within database.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getName

The action's name, within database and schema.

Returns
TypeDescription
string

setName

The action's name, within database and schema.

Parameter
NameDescription
var string
Returns
TypeDescription
$this