Class EdgeContainerGrpc
- java.lang.Object
-
- com.google.cloud.edgecontainer.v1.EdgeContainerGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/edgecontainer/v1/service.proto") public final class EdgeContainerGrpc extends Object
EdgeContainer API provides management of Kubernetes Clusters on Google Edge Cloud deployments.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEdgeContainerGrpc.AsyncServiceEdgeContainer API provides management of Kubernetes Clusters on Google Edge Cloud deployments.static classEdgeContainerGrpc.EdgeContainerBlockingStubA stub to allow clients to do synchronous rpc calls to service EdgeContainer.static classEdgeContainerGrpc.EdgeContainerFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service EdgeContainer.static classEdgeContainerGrpc.EdgeContainerImplBaseBase class for the server implementation of the service EdgeContainer.static classEdgeContainerGrpc.EdgeContainerStubA stub to allow clients to do asynchronous rpc calls to service EdgeContainer.
-
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(EdgeContainerGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation>getCreateClusterMethod()static io.grpc.MethodDescriptor<CreateNodePoolRequest,com.google.longrunning.Operation>getCreateNodePoolMethod()static io.grpc.MethodDescriptor<CreateVpnConnectionRequest,com.google.longrunning.Operation>getCreateVpnConnectionMethod()static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.longrunning.Operation>getDeleteClusterMethod()static io.grpc.MethodDescriptor<DeleteNodePoolRequest,com.google.longrunning.Operation>getDeleteNodePoolMethod()static io.grpc.MethodDescriptor<DeleteVpnConnectionRequest,com.google.longrunning.Operation>getDeleteVpnConnectionMethod()static io.grpc.MethodDescriptor<GenerateAccessTokenRequest,GenerateAccessTokenResponse>getGenerateAccessTokenMethod()static io.grpc.MethodDescriptor<GetClusterRequest,Cluster>getGetClusterMethod()static io.grpc.MethodDescriptor<GetMachineRequest,Machine>getGetMachineMethod()static io.grpc.MethodDescriptor<GetNodePoolRequest,NodePool>getGetNodePoolMethod()static io.grpc.MethodDescriptor<GetVpnConnectionRequest,VpnConnection>getGetVpnConnectionMethod()static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse>getListClustersMethod()static io.grpc.MethodDescriptor<ListMachinesRequest,ListMachinesResponse>getListMachinesMethod()static io.grpc.MethodDescriptor<ListNodePoolsRequest,ListNodePoolsResponse>getListNodePoolsMethod()static io.grpc.MethodDescriptor<ListVpnConnectionsRequest,ListVpnConnectionsResponse>getListVpnConnectionsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateClusterRequest,com.google.longrunning.Operation>getUpdateClusterMethod()static io.grpc.MethodDescriptor<UpdateNodePoolRequest,com.google.longrunning.Operation>getUpdateNodePoolMethod()static EdgeContainerGrpc.EdgeContainerBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic EdgeContainerGrpc.EdgeContainerFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic EdgeContainerGrpc.EdgeContainerStubnewStub(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
-
getListClustersMethod
public static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
-
getGetClusterMethod
public static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
-
getCreateClusterMethod
public static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> getCreateClusterMethod()
-
getUpdateClusterMethod
public static io.grpc.MethodDescriptor<UpdateClusterRequest,com.google.longrunning.Operation> getUpdateClusterMethod()
-
getDeleteClusterMethod
public static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.longrunning.Operation> getDeleteClusterMethod()
-
getGenerateAccessTokenMethod
public static io.grpc.MethodDescriptor<GenerateAccessTokenRequest,GenerateAccessTokenResponse> getGenerateAccessTokenMethod()
-
getListNodePoolsMethod
public static io.grpc.MethodDescriptor<ListNodePoolsRequest,ListNodePoolsResponse> getListNodePoolsMethod()
-
getGetNodePoolMethod
public static io.grpc.MethodDescriptor<GetNodePoolRequest,NodePool> getGetNodePoolMethod()
-
getCreateNodePoolMethod
public static io.grpc.MethodDescriptor<CreateNodePoolRequest,com.google.longrunning.Operation> getCreateNodePoolMethod()
-
getUpdateNodePoolMethod
public static io.grpc.MethodDescriptor<UpdateNodePoolRequest,com.google.longrunning.Operation> getUpdateNodePoolMethod()
-
getDeleteNodePoolMethod
public static io.grpc.MethodDescriptor<DeleteNodePoolRequest,com.google.longrunning.Operation> getDeleteNodePoolMethod()
-
getListMachinesMethod
public static io.grpc.MethodDescriptor<ListMachinesRequest,ListMachinesResponse> getListMachinesMethod()
-
getGetMachineMethod
public static io.grpc.MethodDescriptor<GetMachineRequest,Machine> getGetMachineMethod()
-
getListVpnConnectionsMethod
public static io.grpc.MethodDescriptor<ListVpnConnectionsRequest,ListVpnConnectionsResponse> getListVpnConnectionsMethod()
-
getGetVpnConnectionMethod
public static io.grpc.MethodDescriptor<GetVpnConnectionRequest,VpnConnection> getGetVpnConnectionMethod()
-
getCreateVpnConnectionMethod
public static io.grpc.MethodDescriptor<CreateVpnConnectionRequest,com.google.longrunning.Operation> getCreateVpnConnectionMethod()
-
getDeleteVpnConnectionMethod
public static io.grpc.MethodDescriptor<DeleteVpnConnectionRequest,com.google.longrunning.Operation> getDeleteVpnConnectionMethod()
-
newStub
public static EdgeContainerGrpc.EdgeContainerStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static EdgeContainerGrpc.EdgeContainerBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static EdgeContainerGrpc.EdgeContainerFutureStub 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(EdgeContainerGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-