public final class EdgeContainerGrpc
EdgeContainer API provides management of Kubernetes Clusters on Google Edge
Cloud deployments.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(EdgeContainerGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(EdgeContainerGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getCreateClusterMethod()
public static MethodDescriptor<CreateClusterRequest,Operation> getCreateClusterMethod()
getCreateNodePoolMethod()
public static MethodDescriptor<CreateNodePoolRequest,Operation> getCreateNodePoolMethod()
getCreateVpnConnectionMethod()
public static MethodDescriptor<CreateVpnConnectionRequest,Operation> getCreateVpnConnectionMethod()
getDeleteClusterMethod()
public static MethodDescriptor<DeleteClusterRequest,Operation> getDeleteClusterMethod()
getDeleteNodePoolMethod()
public static MethodDescriptor<DeleteNodePoolRequest,Operation> getDeleteNodePoolMethod()
getDeleteVpnConnectionMethod()
public static MethodDescriptor<DeleteVpnConnectionRequest,Operation> getDeleteVpnConnectionMethod()
getGenerateAccessTokenMethod()
public static MethodDescriptor<GenerateAccessTokenRequest,GenerateAccessTokenResponse> getGenerateAccessTokenMethod()
getGetClusterMethod()
public static MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
getGetMachineMethod()
public static MethodDescriptor<GetMachineRequest,Machine> getGetMachineMethod()
getGetNodePoolMethod()
public static MethodDescriptor<GetNodePoolRequest,NodePool> getGetNodePoolMethod()
getGetVpnConnectionMethod()
public static MethodDescriptor<GetVpnConnectionRequest,VpnConnection> getGetVpnConnectionMethod()
getListClustersMethod()
public static MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
getListMachinesMethod()
public static MethodDescriptor<ListMachinesRequest,ListMachinesResponse> getListMachinesMethod()
getListNodePoolsMethod()
public static MethodDescriptor<ListNodePoolsRequest,ListNodePoolsResponse> getListNodePoolsMethod()
getListVpnConnectionsMethod()
public static MethodDescriptor<ListVpnConnectionsRequest,ListVpnConnectionsResponse> getListVpnConnectionsMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getUpdateClusterMethod()
public static MethodDescriptor<UpdateClusterRequest,Operation> getUpdateClusterMethod()
getUpdateNodePoolMethod()
public static MethodDescriptor<UpdateNodePoolRequest,Operation> getUpdateNodePoolMethod()
newBlockingStub(Channel channel)
public static EdgeContainerGrpc.EdgeContainerBlockingStub 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 EdgeContainerGrpc.EdgeContainerFutureStub 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 EdgeContainerGrpc.EdgeContainerStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|