Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ListSnapshotsResponse.
List of snapshots.
Generated from protobuf message google.dataflow.v1beta3.ListSnapshotsResponse
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ snapshots |
array<Google\Cloud\Dataflow\V1beta3\Snapshot>
Returned snapshots. |
getSnapshots
Returned snapshots.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setSnapshots
Returned snapshots.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Dataflow\V1beta3\Snapshot>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|