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 DeleteApiDeploymentRequest
DeleteApiDeploymentRequest.Builder. build()
DeleteApiDeploymentRequest
DeleteApiDeploymentRequest.Builder. buildPartial()
static DeleteApiDeploymentRequest
DeleteApiDeploymentRequest. getDefaultInstance()
DeleteApiDeploymentRequest
DeleteApiDeploymentRequest.Builder. getDefaultInstanceForType()
DeleteApiDeploymentRequest
DeleteApiDeploymentRequest. getDefaultInstanceForType()
static DeleteApiDeploymentRequest
DeleteApiDeploymentRequest. parseDelimitedFrom(InputStream input)
static DeleteApiDeploymentRequest
DeleteApiDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteApiDeploymentRequest
DeleteApiDeploymentRequest. parseFrom(byte[] data)
static DeleteApiDeploymentRequest
DeleteApiDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteApiDeploymentRequest
DeleteApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteApiDeploymentRequest
DeleteApiDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteApiDeploymentRequest
DeleteApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteApiDeploymentRequest
DeleteApiDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteApiDeploymentRequest
DeleteApiDeploymentRequest. parseFrom(InputStream input)
static DeleteApiDeploymentRequest
DeleteApiDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteApiDeploymentRequest
DeleteApiDeploymentRequest. parseFrom(ByteBuffer data)
static DeleteApiDeploymentRequest
DeleteApiDeploymentRequest. 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 void
RegistryClient. deleteApiDeployment(DeleteApiDeploymentRequest request)
Removes a specified deployment, all revisions, and all child resources (e.g., artifacts).default void
RegistryGrpc.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.Empty
RegistryGrpc.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).void
RegistryGrpc.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.Builder
DeleteApiDeploymentRequest.Builder. mergeFrom(DeleteApiDeploymentRequest other)
static DeleteApiDeploymentRequest.Builder
DeleteApiDeploymentRequest. 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.
-