Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class StreamingComputationRanges.
Describes full or partial data disk assignment information of the computation ranges.
Generated from protobuf message google.dataflow.v1beta3.StreamingComputationRanges
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ computation_id |
string
The ID of the computation. |
↳ range_assignments |
array<Google\Cloud\Dataflow\V1beta3\KeyRangeDataDiskAssignment>
Data disk assignments for ranges from this computation. |
getComputationId
The ID of the computation.
Returns | |
---|---|
Type | Description |
string |
setComputationId
The ID of the computation.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRangeAssignments
Data disk assignments for ranges from this computation.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRangeAssignments
Data disk assignments for ranges from this computation.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataflow\V1beta3\KeyRangeDataDiskAssignment>
|
Returns | |
---|---|
Type | Description |
$this |