Google Cloud Dataflow V1beta3 Client - Class StateFamilyConfig (0.5.1)

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

State family configuration.

Generated from protobuf message google.dataflow.v1beta3.StateFamilyConfig

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ state_family string

The state family value.

↳ is_read bool

If true, this family corresponds to a read operation.

getStateFamily

The state family value.

Returns
TypeDescription
string

setStateFamily

The state family value.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIsRead

If true, this family corresponds to a read operation.

Returns
TypeDescription
bool

setIsRead

If true, this family corresponds to a read operation.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this