Google Cloud Dataflow V1beta3 Client - Class StateFamilyConfig (0.6.2)

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
Name Description
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
Type Description
string

setStateFamily

The state family value.

Parameter
Name Description
var string
Returns
Type Description
$this

getIsRead

If true, this family corresponds to a read operation.

Returns
Type Description
bool

setIsRead

If true, this family corresponds to a read operation.

Parameter
Name Description
var bool
Returns
Type Description
$this