Google Cloud Dataflow V1beta3 Client - Class DatastoreIODetails (0.5.1)

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
NameDescription
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
TypeDescription
string

setNamespace

Namespace used in the connection.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProjectId

ProjectId accessed in the connection.

Returns
TypeDescription
string

setProjectId

ProjectId accessed in the connection.

Parameter
NameDescription
var string
Returns
TypeDescription
$this