Package com.google.cloud.config.v1
Class ConfigGrpc.ConfigImplBase
- java.lang.Object
-
- com.google.cloud.config.v1.ConfigGrpc.ConfigImplBase
-
- All Implemented Interfaces:
ConfigGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ConfigGrpc
public abstract static class ConfigGrpc.ConfigImplBase extends Object implements io.grpc.BindableService, ConfigGrpc.AsyncService
Base class for the server implementation of the service Config.Infrastructure Manager is a managed service that automates the deployment and management of Google Cloud infrastructure resources.
-
-
Constructor Summary
Constructors Constructor Description ConfigImplBase()
-
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.config.v1.ConfigGrpc.AsyncService
createDeployment, deleteDeployment, deleteStatefile, exportDeploymentStatefile, exportLockInfo, exportRevisionStatefile, getDeployment, getResource, getRevision, importStatefile, listDeployments, listResources, listRevisions, lockDeployment, unlockDeployment, updateDeployment
-
-