Package com.google.cloud.config.v1
Class ConfigGrpc
- java.lang.Object
-
- com.google.cloud.config.v1.ConfigGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/config/v1/config.proto") public final class ConfigGrpc extends Object
Infrastructure Manager is a managed service that automates the deployment and management of Google Cloud infrastructure resources.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfigGrpc.AsyncServiceInfrastructure Manager is a managed service that automates the deployment and management of Google Cloud infrastructure resources.static classConfigGrpc.ConfigBlockingStubA stub to allow clients to do synchronous rpc calls to service Config.static classConfigGrpc.ConfigFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Config.static classConfigGrpc.ConfigImplBaseBase class for the server implementation of the service Config.static classConfigGrpc.ConfigStubA stub to allow clients to do asynchronous rpc calls to service Config.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(ConfigGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateDeploymentRequest,com.google.longrunning.Operation>getCreateDeploymentMethod()static io.grpc.MethodDescriptor<DeleteDeploymentRequest,com.google.longrunning.Operation>getDeleteDeploymentMethod()static io.grpc.MethodDescriptor<DeleteStatefileRequest,com.google.protobuf.Empty>getDeleteStatefileMethod()static io.grpc.MethodDescriptor<ExportDeploymentStatefileRequest,Statefile>getExportDeploymentStatefileMethod()static io.grpc.MethodDescriptor<ExportLockInfoRequest,LockInfo>getExportLockInfoMethod()static io.grpc.MethodDescriptor<ExportRevisionStatefileRequest,Statefile>getExportRevisionStatefileMethod()static io.grpc.MethodDescriptor<GetDeploymentRequest,Deployment>getGetDeploymentMethod()static io.grpc.MethodDescriptor<GetResourceRequest,Resource>getGetResourceMethod()static io.grpc.MethodDescriptor<GetRevisionRequest,Revision>getGetRevisionMethod()static io.grpc.MethodDescriptor<ImportStatefileRequest,Statefile>getImportStatefileMethod()static io.grpc.MethodDescriptor<ListDeploymentsRequest,ListDeploymentsResponse>getListDeploymentsMethod()static io.grpc.MethodDescriptor<ListResourcesRequest,ListResourcesResponse>getListResourcesMethod()static io.grpc.MethodDescriptor<ListRevisionsRequest,ListRevisionsResponse>getListRevisionsMethod()static io.grpc.MethodDescriptor<LockDeploymentRequest,com.google.longrunning.Operation>getLockDeploymentMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UnlockDeploymentRequest,com.google.longrunning.Operation>getUnlockDeploymentMethod()static io.grpc.MethodDescriptor<UpdateDeploymentRequest,com.google.longrunning.Operation>getUpdateDeploymentMethod()static ConfigGrpc.ConfigBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ConfigGrpc.ConfigFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ConfigGrpc.ConfigStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListDeploymentsMethod
public static io.grpc.MethodDescriptor<ListDeploymentsRequest,ListDeploymentsResponse> getListDeploymentsMethod()
-
getGetDeploymentMethod
public static io.grpc.MethodDescriptor<GetDeploymentRequest,Deployment> getGetDeploymentMethod()
-
getCreateDeploymentMethod
public static io.grpc.MethodDescriptor<CreateDeploymentRequest,com.google.longrunning.Operation> getCreateDeploymentMethod()
-
getUpdateDeploymentMethod
public static io.grpc.MethodDescriptor<UpdateDeploymentRequest,com.google.longrunning.Operation> getUpdateDeploymentMethod()
-
getDeleteDeploymentMethod
public static io.grpc.MethodDescriptor<DeleteDeploymentRequest,com.google.longrunning.Operation> getDeleteDeploymentMethod()
-
getListRevisionsMethod
public static io.grpc.MethodDescriptor<ListRevisionsRequest,ListRevisionsResponse> getListRevisionsMethod()
-
getGetRevisionMethod
public static io.grpc.MethodDescriptor<GetRevisionRequest,Revision> getGetRevisionMethod()
-
getGetResourceMethod
public static io.grpc.MethodDescriptor<GetResourceRequest,Resource> getGetResourceMethod()
-
getListResourcesMethod
public static io.grpc.MethodDescriptor<ListResourcesRequest,ListResourcesResponse> getListResourcesMethod()
-
getExportDeploymentStatefileMethod
public static io.grpc.MethodDescriptor<ExportDeploymentStatefileRequest,Statefile> getExportDeploymentStatefileMethod()
-
getExportRevisionStatefileMethod
public static io.grpc.MethodDescriptor<ExportRevisionStatefileRequest,Statefile> getExportRevisionStatefileMethod()
-
getImportStatefileMethod
public static io.grpc.MethodDescriptor<ImportStatefileRequest,Statefile> getImportStatefileMethod()
-
getDeleteStatefileMethod
public static io.grpc.MethodDescriptor<DeleteStatefileRequest,com.google.protobuf.Empty> getDeleteStatefileMethod()
-
getLockDeploymentMethod
public static io.grpc.MethodDescriptor<LockDeploymentRequest,com.google.longrunning.Operation> getLockDeploymentMethod()
-
getUnlockDeploymentMethod
public static io.grpc.MethodDescriptor<UnlockDeploymentRequest,com.google.longrunning.Operation> getUnlockDeploymentMethod()
-
getExportLockInfoMethod
public static io.grpc.MethodDescriptor<ExportLockInfoRequest,LockInfo> getExportLockInfoMethod()
-
newStub
public static ConfigGrpc.ConfigStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ConfigGrpc.ConfigBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ConfigGrpc.ConfigFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ConfigGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-