Google Cloud Dataflow V1beta3 Client - Class DatastoreIODetails (0.6.3)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class DatastoreIODetails.

Metadata for a Datastore connector used by the job.

Generated from protobuf message google.dataflow.v1beta3.DatastoreIODetails

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ namespace string

Namespace used in the connection.

↳ project_id string

ProjectId accessed in the connection.

getNamespace

Namespace used in the connection.

Returns
Type Description
string

setNamespace

Namespace used in the connection.

Parameter
Name Description
var string
Returns
Type Description
$this

getProjectId

ProjectId accessed in the connection.

Returns
Type Description
string

setProjectId

ProjectId accessed in the connection.

Parameter
Name Description
var string
Returns
Type Description
$this