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