Package com.google.dataflow.v1beta3
Interface ListSnapshotsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListSnapshotsResponse
,ListSnapshotsResponse.Builder
public interface ListSnapshotsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Snapshot
getSnapshots(int index)
Returned snapshots.int
getSnapshotsCount()
Returned snapshots.List<Snapshot>
getSnapshotsList()
Returned snapshots.SnapshotOrBuilder
getSnapshotsOrBuilder(int index)
Returned snapshots.List<? extends SnapshotOrBuilder>
getSnapshotsOrBuilderList()
Returned snapshots.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSnapshotsList
List<Snapshot> getSnapshotsList()
Returned snapshots.
repeated .google.dataflow.v1beta3.Snapshot snapshots = 1;
-
getSnapshots
Snapshot getSnapshots(int index)
Returned snapshots.
repeated .google.dataflow.v1beta3.Snapshot snapshots = 1;
-
getSnapshotsCount
int getSnapshotsCount()
Returned snapshots.
repeated .google.dataflow.v1beta3.Snapshot snapshots = 1;
-
getSnapshotsOrBuilderList
List<? extends SnapshotOrBuilder> getSnapshotsOrBuilderList()
Returned snapshots.
repeated .google.dataflow.v1beta3.Snapshot snapshots = 1;
-
getSnapshotsOrBuilder
SnapshotOrBuilder getSnapshotsOrBuilder(int index)
Returned snapshots.
repeated .google.dataflow.v1beta3.Snapshot snapshots = 1;
-
-