Uses of Class
com.google.cloud.apigeeregistry.v1.DeleteApiDeploymentRequest
-
Packages that use DeleteApiDeploymentRequest Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry APIcom.google.cloud.apigeeregistry.v1.stub -
-
Uses of DeleteApiDeploymentRequest in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 that return DeleteApiDeploymentRequest Modifier and Type Method Description DeleteApiDeploymentRequestDeleteApiDeploymentRequest.Builder. build()DeleteApiDeploymentRequestDeleteApiDeploymentRequest.Builder. buildPartial()static DeleteApiDeploymentRequestDeleteApiDeploymentRequest. getDefaultInstance()DeleteApiDeploymentRequestDeleteApiDeploymentRequest.Builder. getDefaultInstanceForType()DeleteApiDeploymentRequestDeleteApiDeploymentRequest. getDefaultInstanceForType()static DeleteApiDeploymentRequestDeleteApiDeploymentRequest. parseDelimitedFrom(InputStream input)static DeleteApiDeploymentRequestDeleteApiDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteApiDeploymentRequestDeleteApiDeploymentRequest. parseFrom(byte[] data)static DeleteApiDeploymentRequestDeleteApiDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteApiDeploymentRequestDeleteApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteApiDeploymentRequestDeleteApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteApiDeploymentRequestDeleteApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteApiDeploymentRequestDeleteApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteApiDeploymentRequestDeleteApiDeploymentRequest. parseFrom(InputStream input)static DeleteApiDeploymentRequestDeleteApiDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteApiDeploymentRequestDeleteApiDeploymentRequest. parseFrom(ByteBuffer data)static DeleteApiDeploymentRequestDeleteApiDeploymentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.apigeeregistry.v1 that return types with arguments of type DeleteApiDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteApiDeploymentRequest,com.google.protobuf.Empty>RegistryClient. deleteApiDeploymentCallable()Removes a specified deployment, all revisions, and all child resources (e.g., artifacts).com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteApiDeploymentRequest,com.google.protobuf.Empty>RegistrySettings.Builder. deleteApiDeploymentSettings()Returns the builder for the settings used for calls to deleteApiDeployment.com.google.api.gax.rpc.UnaryCallSettings<DeleteApiDeploymentRequest,com.google.protobuf.Empty>RegistrySettings. deleteApiDeploymentSettings()Returns the object with the settings used for calls to deleteApiDeployment.static io.grpc.MethodDescriptor<DeleteApiDeploymentRequest,com.google.protobuf.Empty>RegistryGrpc. getDeleteApiDeploymentMethod()com.google.protobuf.Parser<DeleteApiDeploymentRequest>DeleteApiDeploymentRequest. getParserForType()static com.google.protobuf.Parser<DeleteApiDeploymentRequest>DeleteApiDeploymentRequest. parser()Methods in com.google.cloud.apigeeregistry.v1 with parameters of type DeleteApiDeploymentRequest Modifier and Type Method Description voidRegistryClient. deleteApiDeployment(DeleteApiDeploymentRequest request)Removes a specified deployment, all revisions, and all child resources (e.g., artifacts).default voidRegistryGrpc.AsyncService. deleteApiDeployment(DeleteApiDeploymentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Removes a specified deployment, all revisions, and all child resources (e.g., artifacts).com.google.protobuf.EmptyRegistryGrpc.RegistryBlockingStub. deleteApiDeployment(DeleteApiDeploymentRequest request)Removes a specified deployment, all revisions, and all child resources (e.g., artifacts).com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>RegistryGrpc.RegistryFutureStub. deleteApiDeployment(DeleteApiDeploymentRequest request)Removes a specified deployment, all revisions, and all child resources (e.g., artifacts).voidRegistryGrpc.RegistryStub. deleteApiDeployment(DeleteApiDeploymentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Removes a specified deployment, all revisions, and all child resources (e.g., artifacts).DeleteApiDeploymentRequest.BuilderDeleteApiDeploymentRequest.Builder. mergeFrom(DeleteApiDeploymentRequest other)static DeleteApiDeploymentRequest.BuilderDeleteApiDeploymentRequest. newBuilder(DeleteApiDeploymentRequest prototype) -
Uses of DeleteApiDeploymentRequest in com.google.cloud.apigeeregistry.v1.stub
Methods in com.google.cloud.apigeeregistry.v1.stub that return types with arguments of type DeleteApiDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteApiDeploymentRequest,com.google.protobuf.Empty>GrpcRegistryStub. deleteApiDeploymentCallable()com.google.api.gax.rpc.UnaryCallable<DeleteApiDeploymentRequest,com.google.protobuf.Empty>HttpJsonRegistryStub. deleteApiDeploymentCallable()com.google.api.gax.rpc.UnaryCallable<DeleteApiDeploymentRequest,com.google.protobuf.Empty>RegistryStub. deleteApiDeploymentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteApiDeploymentRequest,com.google.protobuf.Empty>RegistryStubSettings.Builder. deleteApiDeploymentSettings()Returns the builder for the settings used for calls to deleteApiDeployment.com.google.api.gax.rpc.UnaryCallSettings<DeleteApiDeploymentRequest,com.google.protobuf.Empty>RegistryStubSettings. deleteApiDeploymentSettings()Returns the object with the settings used for calls to deleteApiDeployment.
-