Uses of Class
com.google.cloud.run.v2.DeleteServiceRequest
-
Packages that use DeleteServiceRequest Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of DeleteServiceRequest in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return DeleteServiceRequest Modifier and Type Method Description DeleteServiceRequestDeleteServiceRequest.Builder. build()DeleteServiceRequestDeleteServiceRequest.Builder. buildPartial()static DeleteServiceRequestDeleteServiceRequest. getDefaultInstance()DeleteServiceRequestDeleteServiceRequest.Builder. getDefaultInstanceForType()DeleteServiceRequestDeleteServiceRequest. getDefaultInstanceForType()static DeleteServiceRequestDeleteServiceRequest. parseDelimitedFrom(InputStream input)static DeleteServiceRequestDeleteServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceRequestDeleteServiceRequest. parseFrom(byte[] data)static DeleteServiceRequestDeleteServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceRequestDeleteServiceRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteServiceRequestDeleteServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceRequestDeleteServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteServiceRequestDeleteServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceRequestDeleteServiceRequest. parseFrom(InputStream input)static DeleteServiceRequestDeleteServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteServiceRequestDeleteServiceRequest. parseFrom(ByteBuffer data)static DeleteServiceRequestDeleteServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.run.v2 that return types with arguments of type DeleteServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteServiceRequest,com.google.longrunning.Operation>ServicesClient. deleteServiceCallable()Deletes a Service.com.google.api.gax.rpc.OperationCallable<DeleteServiceRequest,Service,Service>ServicesClient. deleteServiceOperationCallable()Deletes a Service.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteServiceRequest,Service,Service>ServicesSettings.Builder. deleteServiceOperationSettings()Returns the builder for the settings used for calls to deleteService.com.google.api.gax.rpc.OperationCallSettings<DeleteServiceRequest,Service,Service>ServicesSettings. deleteServiceOperationSettings()Returns the object with the settings used for calls to deleteService.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteServiceRequest,com.google.longrunning.Operation>ServicesSettings.Builder. deleteServiceSettings()Returns the builder for the settings used for calls to deleteService.com.google.api.gax.rpc.UnaryCallSettings<DeleteServiceRequest,com.google.longrunning.Operation>ServicesSettings. deleteServiceSettings()Returns the object with the settings used for calls to deleteService.static io.grpc.MethodDescriptor<DeleteServiceRequest,com.google.longrunning.Operation>ServicesGrpc. getDeleteServiceMethod()com.google.protobuf.Parser<DeleteServiceRequest>DeleteServiceRequest. getParserForType()static com.google.protobuf.Parser<DeleteServiceRequest>DeleteServiceRequest. parser()Methods in com.google.cloud.run.v2 with parameters of type DeleteServiceRequest Modifier and Type Method Description default voidServicesGrpc.AsyncService. deleteService(DeleteServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes a Service.com.google.longrunning.OperationServicesGrpc.ServicesBlockingStub. deleteService(DeleteServiceRequest request)Deletes a Service.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ServicesGrpc.ServicesFutureStub. deleteService(DeleteServiceRequest request)Deletes a Service.voidServicesGrpc.ServicesStub. deleteService(DeleteServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes a Service.com.google.api.gax.longrunning.OperationFuture<Service,Service>ServicesClient. deleteServiceAsync(DeleteServiceRequest request)Deletes a Service.DeleteServiceRequest.BuilderDeleteServiceRequest.Builder. mergeFrom(DeleteServiceRequest other)static DeleteServiceRequest.BuilderDeleteServiceRequest. newBuilder(DeleteServiceRequest prototype) -
Uses of DeleteServiceRequest in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return types with arguments of type DeleteServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteServiceRequest,com.google.longrunning.Operation>GrpcServicesStub. deleteServiceCallable()com.google.api.gax.rpc.UnaryCallable<DeleteServiceRequest,com.google.longrunning.Operation>HttpJsonServicesStub. deleteServiceCallable()com.google.api.gax.rpc.UnaryCallable<DeleteServiceRequest,com.google.longrunning.Operation>ServicesStub. deleteServiceCallable()com.google.api.gax.rpc.OperationCallable<DeleteServiceRequest,Service,Service>GrpcServicesStub. deleteServiceOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteServiceRequest,Service,Service>HttpJsonServicesStub. deleteServiceOperationCallable()com.google.api.gax.rpc.OperationCallable<DeleteServiceRequest,Service,Service>ServicesStub. deleteServiceOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteServiceRequest,Service,Service>ServicesStubSettings.Builder. deleteServiceOperationSettings()Returns the builder for the settings used for calls to deleteService.com.google.api.gax.rpc.OperationCallSettings<DeleteServiceRequest,Service,Service>ServicesStubSettings. deleteServiceOperationSettings()Returns the object with the settings used for calls to deleteService.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteServiceRequest,com.google.longrunning.Operation>ServicesStubSettings.Builder. deleteServiceSettings()Returns the builder for the settings used for calls to deleteService.com.google.api.gax.rpc.UnaryCallSettings<DeleteServiceRequest,com.google.longrunning.Operation>ServicesStubSettings. deleteServiceSettings()Returns the object with the settings used for calls to deleteService.
-