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 DeleteSnapshotResponse
DeleteSnapshotResponse.Builder. build()
DeleteSnapshotResponse
DeleteSnapshotResponse.Builder. buildPartial()
DeleteSnapshotResponse
SnapshotsV1Beta3Client. deleteSnapshot(DeleteSnapshotRequest request)
Deletes a snapshot.DeleteSnapshotResponse
SnapshotsV1Beta3Grpc.SnapshotsV1Beta3BlockingStub. deleteSnapshot(DeleteSnapshotRequest request)
Deletes a snapshot.static DeleteSnapshotResponse
DeleteSnapshotResponse. getDefaultInstance()
DeleteSnapshotResponse
DeleteSnapshotResponse.Builder. getDefaultInstanceForType()
DeleteSnapshotResponse
DeleteSnapshotResponse. getDefaultInstanceForType()
static DeleteSnapshotResponse
DeleteSnapshotResponse. parseDelimitedFrom(InputStream input)
static DeleteSnapshotResponse
DeleteSnapshotResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSnapshotResponse
DeleteSnapshotResponse. parseFrom(byte[] data)
static DeleteSnapshotResponse
DeleteSnapshotResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSnapshotResponse
DeleteSnapshotResponse. parseFrom(com.google.protobuf.ByteString data)
static DeleteSnapshotResponse
DeleteSnapshotResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSnapshotResponse
DeleteSnapshotResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteSnapshotResponse
DeleteSnapshotResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSnapshotResponse
DeleteSnapshotResponse. parseFrom(InputStream input)
static DeleteSnapshotResponse
DeleteSnapshotResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteSnapshotResponse
DeleteSnapshotResponse. parseFrom(ByteBuffer data)
static DeleteSnapshotResponse
DeleteSnapshotResponse. 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.Builder
DeleteSnapshotResponse.Builder. mergeFrom(DeleteSnapshotResponse other)
static DeleteSnapshotResponse.Builder
DeleteSnapshotResponse. newBuilder(DeleteSnapshotResponse prototype)
Method parameters in com.google.dataflow.v1beta3 with type arguments of type DeleteSnapshotResponse Modifier and Type Method Description default void
SnapshotsV1Beta3Grpc.AsyncService. deleteSnapshot(DeleteSnapshotRequest request, io.grpc.stub.StreamObserver<DeleteSnapshotResponse> responseObserver)
Deletes a snapshot.void
SnapshotsV1Beta3Grpc.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.
-