Class RegistryGrpc.RegistryImplBase
- java.lang.Object
-
- com.google.cloud.apigeeregistry.v1.RegistryGrpc.RegistryImplBase
-
- All Implemented Interfaces:
RegistryGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- RegistryGrpc
public abstract static class RegistryGrpc.RegistryImplBase extends Object implements io.grpc.BindableService, RegistryGrpc.AsyncService
Base class for the server implementation of the service Registry.The Registry service allows teams to manage descriptions of APIs.
-
-
Constructor Summary
Constructors Constructor Description RegistryImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.apigeeregistry.v1.RegistryGrpc.AsyncService
createApi, createApiDeployment, createApiSpec, createApiVersion, createArtifact, deleteApi, deleteApiDeployment, deleteApiDeploymentRevision, deleteApiSpec, deleteApiSpecRevision, deleteApiVersion, deleteArtifact, getApi, getApiDeployment, getApiSpec, getApiSpecContents, getApiVersion, getArtifact, getArtifactContents, listApiDeploymentRevisions, listApiDeployments, listApis, listApiSpecRevisions, listApiSpecs, listApiVersions, listArtifacts, replaceArtifact, rollbackApiDeployment, rollbackApiSpec, tagApiDeploymentRevision, tagApiSpecRevision, updateApi, updateApiDeployment, updateApiSpec, updateApiVersion
-
-