Interface ListSnapshotsResponseOrBuilder (0.8.0)

public interface ListSnapshotsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSnapshots(int index)

public abstract Snapshot getSnapshots(int index)

Returned snapshots.

repeated .google.dataflow.v1beta3.Snapshot snapshots = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Snapshot

getSnapshotsCount()

public abstract int getSnapshotsCount()

Returned snapshots.

repeated .google.dataflow.v1beta3.Snapshot snapshots = 1;

Returns
TypeDescription
int

getSnapshotsList()

public abstract List<Snapshot> getSnapshotsList()

Returned snapshots.

repeated .google.dataflow.v1beta3.Snapshot snapshots = 1;

Returns
TypeDescription
List<Snapshot>

getSnapshotsOrBuilder(int index)

public abstract SnapshotOrBuilder getSnapshotsOrBuilder(int index)

Returned snapshots.

repeated .google.dataflow.v1beta3.Snapshot snapshots = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SnapshotOrBuilder

getSnapshotsOrBuilderList()

public abstract List<? extends SnapshotOrBuilder> getSnapshotsOrBuilderList()

Returned snapshots.

repeated .google.dataflow.v1beta3.Snapshot snapshots = 1;

Returns
TypeDescription
List<? extends com.google.dataflow.v1beta3.SnapshotOrBuilder>