Uses of Class
com.google.dataflow.v1beta3.ListSnapshotsRequest
-
Packages that use ListSnapshotsRequest Package Description com.google.dataflow.v1beta3 A client to Dataflow APIcom.google.dataflow.v1beta3.stub -
-
Uses of ListSnapshotsRequest in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return ListSnapshotsRequest Modifier and Type Method Description ListSnapshotsRequest
ListSnapshotsRequest.Builder. build()
ListSnapshotsRequest
ListSnapshotsRequest.Builder. buildPartial()
static ListSnapshotsRequest
ListSnapshotsRequest. getDefaultInstance()
ListSnapshotsRequest
ListSnapshotsRequest.Builder. getDefaultInstanceForType()
ListSnapshotsRequest
ListSnapshotsRequest. getDefaultInstanceForType()
static ListSnapshotsRequest
ListSnapshotsRequest. parseDelimitedFrom(InputStream input)
static ListSnapshotsRequest
ListSnapshotsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(byte[] data)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(InputStream input)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(ByteBuffer data)
static ListSnapshotsRequest
ListSnapshotsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type ListSnapshotsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse>
SnapshotsV1Beta3Grpc. getListSnapshotsMethod()
com.google.protobuf.Parser<ListSnapshotsRequest>
ListSnapshotsRequest. getParserForType()
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<ListSnapshotsRequest>
ListSnapshotsRequest. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type ListSnapshotsRequest Modifier and Type Method Description ListSnapshotsResponse
SnapshotsV1Beta3Client. listSnapshots(ListSnapshotsRequest request)
Lists snapshots.default void
SnapshotsV1Beta3Grpc.AsyncService. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Lists snapshots.ListSnapshotsResponse
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3BlockingStub. listSnapshots(ListSnapshotsRequest request)
Lists snapshots.com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse>
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub. listSnapshots(ListSnapshotsRequest request)
Lists snapshots.void
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Lists snapshots.ListSnapshotsRequest.Builder
ListSnapshotsRequest.Builder. mergeFrom(ListSnapshotsRequest other)
static ListSnapshotsRequest.Builder
ListSnapshotsRequest. newBuilder(ListSnapshotsRequest prototype)
-
Uses of ListSnapshotsRequest in com.google.dataflow.v1beta3.stub
Methods in com.google.dataflow.v1beta3.stub that return types with arguments of type ListSnapshotsRequest 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.
-