Uses of Class
com.google.cloud.run.v2.DeleteExecutionRequest
-
Packages that use DeleteExecutionRequest Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of DeleteExecutionRequest in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return DeleteExecutionRequest Modifier and Type Method Description DeleteExecutionRequestDeleteExecutionRequest.Builder. build()DeleteExecutionRequestDeleteExecutionRequest.Builder. buildPartial()static DeleteExecutionRequestDeleteExecutionRequest. getDefaultInstance()DeleteExecutionRequestDeleteExecutionRequest.Builder. getDefaultInstanceForType()DeleteExecutionRequestDeleteExecutionRequest. getDefaultInstanceForType()static DeleteExecutionRequestDeleteExecutionRequest. parseDelimitedFrom(InputStream input)static DeleteExecutionRequestDeleteExecutionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteExecutionRequestDeleteExecutionRequest. parseFrom(byte[] data)static DeleteExecutionRequestDeleteExecutionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteExecutionRequestDeleteExecutionRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteExecutionRequestDeleteExecutionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteExecutionRequestDeleteExecutionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteExecutionRequestDeleteExecutionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteExecutionRequestDeleteExecutionRequest. parseFrom(InputStream input)static DeleteExecutionRequestDeleteExecutionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteExecutionRequestDeleteExecutionRequest. parseFrom(ByteBuffer data)static DeleteExecutionRequestDeleteExecutionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.run.v2 that return types with arguments of type DeleteExecutionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteExecutionRequest,com.google.longrunning.Operation>ExecutionsClient. deleteExecutionCallable()Deletes an Execution.com.google.api.gax.rpc.OperationCallable<DeleteExecutionRequest,Execution,Execution>ExecutionsClient. deleteExecutionOperationCallable()Deletes an Execution.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteExecutionRequest,Execution,Execution>ExecutionsSettings.Builder. deleteExecutionOperationSettings()Returns the builder for the settings used for calls to deleteExecution.com.google.api.gax.rpc.OperationCallSettings<DeleteExecutionRequest,Execution,Execution>ExecutionsSettings. deleteExecutionOperationSettings()Returns the object with the settings used for calls to deleteExecution.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteExecutionRequest,com.google.longrunning.Operation>ExecutionsSettings.Builder. deleteExecutionSettings()Returns the builder for the settings used for calls to deleteExecution.com.google.api.gax.rpc.UnaryCallSettings<DeleteExecutionRequest,com.google.longrunning.Operation>ExecutionsSettings. deleteExecutionSettings()Returns the object with the settings used for calls to deleteExecution.static io.grpc.MethodDescriptor<DeleteExecutionRequest,com.google.longrunning.Operation>ExecutionsGrpc. getDeleteExecutionMethod()com.google.protobuf.Parser<DeleteExecutionRequest>DeleteExecutionRequest. getParserForType()static com.google.protobuf.Parser<DeleteExecutionRequest>DeleteExecutionRequest. parser()Methods in com.google.cloud.run.v2 with parameters of type DeleteExecutionRequest Modifier and Type Method Description default voidExecutionsGrpc.AsyncService. deleteExecution(DeleteExecutionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes an Execution.com.google.longrunning.OperationExecutionsGrpc.ExecutionsBlockingStub. deleteExecution(DeleteExecutionRequest request)Deletes an Execution.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ExecutionsGrpc.ExecutionsFutureStub. deleteExecution(DeleteExecutionRequest request)Deletes an Execution.voidExecutionsGrpc.ExecutionsStub. deleteExecution(DeleteExecutionRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes an Execution.com.google.api.gax.longrunning.OperationFuture<Execution,Execution>ExecutionsClient. deleteExecutionAsync(DeleteExecutionRequest request)Deletes an Execution.DeleteExecutionRequest.BuilderDeleteExecutionRequest.Builder. mergeFrom(DeleteExecutionRequest other)static DeleteExecutionRequest.BuilderDeleteExecutionRequest. newBuilder(DeleteExecutionRequest prototype) -
Uses of DeleteExecutionRequest in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return types with arguments of type DeleteExecutionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteExecutionRequest,com.google.longrunning.Operation>ExecutionsStub. deleteExecutionCallable()com.google.api.gax.rpc.UnaryCallable<DeleteExecutionRequest,com.google.longrunning.Operation>GrpcExecutionsStub. deleteExecutionCallable()com.google.api.gax.rpc.UnaryCallable<DeleteExecutionRequest,com.google.longrunning.Operation>HttpJsonExecutionsStub. deleteExecutionCallable()com.google.api.gax.rpc.OperationCallable<DeleteExecutionRequest,Execution,Execution>ExecutionsStub. deleteExecutionOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteExecutionRequest,Execution,Execution>GrpcExecutionsStub. deleteExecutionOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteExecutionRequest,Execution,Execution>HttpJsonExecutionsStub. deleteExecutionOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteExecutionRequest,Execution,Execution>ExecutionsStubSettings.Builder. deleteExecutionOperationSettings()Returns the builder for the settings used for calls to deleteExecution.com.google.api.gax.rpc.OperationCallSettings<DeleteExecutionRequest,Execution,Execution>ExecutionsStubSettings. deleteExecutionOperationSettings()Returns the object with the settings used for calls to deleteExecution.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteExecutionRequest,com.google.longrunning.Operation>ExecutionsStubSettings.Builder. deleteExecutionSettings()Returns the builder for the settings used for calls to deleteExecution.com.google.api.gax.rpc.UnaryCallSettings<DeleteExecutionRequest,com.google.longrunning.Operation>ExecutionsStubSettings. deleteExecutionSettings()Returns the object with the settings used for calls to deleteExecution.
-