Google Cloud Dataflow V1beta3 Client - Class ListSnapshotsResponse (0.3.10)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ snapshots array<Google\Cloud\Dataflow\V1beta3\Snapshot>

Returned snapshots.

getSnapshots

Returned snapshots.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSnapshots

Returned snapshots.

Parameter
NameDescription
var array<Google\Cloud\Dataflow\V1beta3\Snapshot>
Returns
TypeDescription
$this