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