public final class ConfigGrpc
Infrastructure Manager is a managed service that automates the deployment and
management of Google Cloud infrastructure resources.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(ConfigGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(ConfigGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getCreateDeploymentMethod()
public static MethodDescriptor<CreateDeploymentRequest,Operation> getCreateDeploymentMethod()
getCreatePreviewMethod()
public static MethodDescriptor<CreatePreviewRequest,Operation> getCreatePreviewMethod()
getDeleteDeploymentMethod()
public static MethodDescriptor<DeleteDeploymentRequest,Operation> getDeleteDeploymentMethod()
getDeletePreviewMethod()
public static MethodDescriptor<DeletePreviewRequest,Operation> getDeletePreviewMethod()
getDeleteStatefileMethod()
public static MethodDescriptor<DeleteStatefileRequest,Empty> getDeleteStatefileMethod()
getExportDeploymentStatefileMethod()
public static MethodDescriptor<ExportDeploymentStatefileRequest,Statefile> getExportDeploymentStatefileMethod()
getExportLockInfoMethod()
public static MethodDescriptor<ExportLockInfoRequest,LockInfo> getExportLockInfoMethod()
getExportPreviewResultMethod()
public static MethodDescriptor<ExportPreviewResultRequest,ExportPreviewResultResponse> getExportPreviewResultMethod()
getExportRevisionStatefileMethod()
public static MethodDescriptor<ExportRevisionStatefileRequest,Statefile> getExportRevisionStatefileMethod()
getGetDeploymentMethod()
public static MethodDescriptor<GetDeploymentRequest,Deployment> getGetDeploymentMethod()
getGetPreviewMethod()
public static MethodDescriptor<GetPreviewRequest,Preview> getGetPreviewMethod()
getGetResourceMethod()
public static MethodDescriptor<GetResourceRequest,Resource> getGetResourceMethod()
getGetRevisionMethod()
public static MethodDescriptor<GetRevisionRequest,Revision> getGetRevisionMethod()
getImportStatefileMethod()
public static MethodDescriptor<ImportStatefileRequest,Statefile> getImportStatefileMethod()
getListDeploymentsMethod()
public static MethodDescriptor<ListDeploymentsRequest,ListDeploymentsResponse> getListDeploymentsMethod()
getListPreviewsMethod()
public static MethodDescriptor<ListPreviewsRequest,ListPreviewsResponse> getListPreviewsMethod()
getListResourcesMethod()
public static MethodDescriptor<ListResourcesRequest,ListResourcesResponse> getListResourcesMethod()
getListRevisionsMethod()
public static MethodDescriptor<ListRevisionsRequest,ListRevisionsResponse> getListRevisionsMethod()
getLockDeploymentMethod()
public static MethodDescriptor<LockDeploymentRequest,Operation> getLockDeploymentMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getUnlockDeploymentMethod()
public static MethodDescriptor<UnlockDeploymentRequest,Operation> getUnlockDeploymentMethod()
getUpdateDeploymentMethod()
public static MethodDescriptor<UpdateDeploymentRequest,Operation> getUpdateDeploymentMethod()
newBlockingStub(Channel channel)
public static ConfigGrpc.ConfigBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newFutureStub(Channel channel)
public static ConfigGrpc.ConfigFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static ConfigGrpc.ConfigStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|