Uses of Class
com.google.dataflow.v1beta3.ListSnapshotsResponse
-
Packages that use ListSnapshotsResponse Package Description com.google.dataflow.v1beta3 A client to Dataflow APIcom.google.dataflow.v1beta3.stub -
-
Uses of ListSnapshotsResponse in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return ListSnapshotsResponse Modifier and Type Method Description ListSnapshotsResponse
ListSnapshotsResponse.Builder. build()
ListSnapshotsResponse
ListSnapshotsResponse.Builder. buildPartial()
static ListSnapshotsResponse
ListSnapshotsResponse. getDefaultInstance()
ListSnapshotsResponse
ListSnapshotsResponse.Builder. getDefaultInstanceForType()
ListSnapshotsResponse
ListSnapshotsResponse. getDefaultInstanceForType()
ListSnapshotsResponse
SnapshotsV1Beta3Client. listSnapshots(ListSnapshotsRequest request)
Lists snapshots.ListSnapshotsResponse
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3BlockingStub. listSnapshots(ListSnapshotsRequest request)
Lists snapshots.static ListSnapshotsResponse
ListSnapshotsResponse. parseDelimitedFrom(InputStream input)
static ListSnapshotsResponse
ListSnapshotsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(byte[] data)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(InputStream input)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(ByteBuffer data)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type ListSnapshotsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse>
SnapshotsV1Beta3Grpc. getListSnapshotsMethod()
com.google.protobuf.Parser<ListSnapshotsResponse>
ListSnapshotsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse>
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub. listSnapshots(ListSnapshotsRequest request)
Lists snapshots.com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
SnapshotsV1Beta3Client. listSnapshotsCallable()
Lists snapshots.com.google.api.gax.rpc.UnaryCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse>
SnapshotsV1Beta3Settings.Builder. listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.com.google.api.gax.rpc.UnaryCallSettings<ListSnapshotsRequest,ListSnapshotsResponse>
SnapshotsV1Beta3Settings. listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots.static com.google.protobuf.Parser<ListSnapshotsResponse>
ListSnapshotsResponse. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type ListSnapshotsResponse Modifier and Type Method Description ListSnapshotsResponse.Builder
ListSnapshotsResponse.Builder. mergeFrom(ListSnapshotsResponse other)
static ListSnapshotsResponse.Builder
ListSnapshotsResponse. newBuilder(ListSnapshotsResponse prototype)
Method parameters in com.google.dataflow.v1beta3 with type arguments of type ListSnapshotsResponse Modifier and Type Method Description default void
SnapshotsV1Beta3Grpc.AsyncService. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Lists snapshots.void
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Lists snapshots. -
Uses of ListSnapshotsResponse in com.google.dataflow.v1beta3.stub
Methods in com.google.dataflow.v1beta3.stub that return types with arguments of type ListSnapshotsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
GrpcSnapshotsV1Beta3Stub. listSnapshotsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
HttpJsonSnapshotsV1Beta3Stub. listSnapshotsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
SnapshotsV1Beta3Stub. listSnapshotsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse>
SnapshotsV1Beta3StubSettings.Builder. listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.com.google.api.gax.rpc.UnaryCallSettings<ListSnapshotsRequest,ListSnapshotsResponse>
SnapshotsV1Beta3StubSettings. listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots.
-