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 ListSnapshotsRequestListSnapshotsRequest.Builder. build()ListSnapshotsRequestListSnapshotsRequest.Builder. buildPartial()static ListSnapshotsRequestListSnapshotsRequest. getDefaultInstance()ListSnapshotsRequestListSnapshotsRequest.Builder. getDefaultInstanceForType()ListSnapshotsRequestListSnapshotsRequest. getDefaultInstanceForType()static ListSnapshotsRequestListSnapshotsRequest. parseDelimitedFrom(InputStream input)static ListSnapshotsRequestListSnapshotsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSnapshotsRequestListSnapshotsRequest. parseFrom(byte[] data)static ListSnapshotsRequestListSnapshotsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSnapshotsRequestListSnapshotsRequest. parseFrom(com.google.protobuf.ByteString data)static ListSnapshotsRequestListSnapshotsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSnapshotsRequestListSnapshotsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListSnapshotsRequestListSnapshotsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSnapshotsRequestListSnapshotsRequest. parseFrom(InputStream input)static ListSnapshotsRequestListSnapshotsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSnapshotsRequestListSnapshotsRequest. parseFrom(ByteBuffer data)static ListSnapshotsRequestListSnapshotsRequest. 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 ListSnapshotsResponseSnapshotsV1Beta3Client. listSnapshots(ListSnapshotsRequest request)Lists snapshots.default voidSnapshotsV1Beta3Grpc.AsyncService. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)Lists snapshots.ListSnapshotsResponseSnapshotsV1Beta3Grpc.SnapshotsV1Beta3BlockingStub. listSnapshots(ListSnapshotsRequest request)Lists snapshots.com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse>SnapshotsV1Beta3Grpc.SnapshotsV1Beta3FutureStub. listSnapshots(ListSnapshotsRequest request)Lists snapshots.voidSnapshotsV1Beta3Grpc.SnapshotsV1Beta3Stub. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)Lists snapshots.ListSnapshotsRequest.BuilderListSnapshotsRequest.Builder. mergeFrom(ListSnapshotsRequest other)static ListSnapshotsRequest.BuilderListSnapshotsRequest. 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.
-