Package com.google.container.v1
Class ClusterManagerGrpc
- java.lang.Object
-
- com.google.container.v1.ClusterManagerGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/container/v1/cluster_service.proto") public final class ClusterManagerGrpc extends Object
Google Kubernetes Engine Cluster Manager v1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ClusterManagerGrpc.AsyncService
Google Kubernetes Engine Cluster Manager v1static class
ClusterManagerGrpc.ClusterManagerBlockingStub
A stub to allow clients to do synchronous rpc calls to service ClusterManager.static class
ClusterManagerGrpc.ClusterManagerFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ClusterManager.static class
ClusterManagerGrpc.ClusterManagerImplBase
Base class for the server implementation of the service ClusterManager.static class
ClusterManagerGrpc.ClusterManagerStub
A stub to allow clients to do asynchronous rpc calls to service ClusterManager.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
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,Operation> getCreateClusterMethod()
-
getUpdateClusterMethod
public static io.grpc.MethodDescriptor<UpdateClusterRequest,Operation> getUpdateClusterMethod()
-
getUpdateNodePoolMethod
public static io.grpc.MethodDescriptor<UpdateNodePoolRequest,Operation> getUpdateNodePoolMethod()
-
getSetNodePoolAutoscalingMethod
public static io.grpc.MethodDescriptor<SetNodePoolAutoscalingRequest,Operation> getSetNodePoolAutoscalingMethod()
-
getSetLoggingServiceMethod
public static io.grpc.MethodDescriptor<SetLoggingServiceRequest,Operation> getSetLoggingServiceMethod()
-
getSetMonitoringServiceMethod
public static io.grpc.MethodDescriptor<SetMonitoringServiceRequest,Operation> getSetMonitoringServiceMethod()
-
getSetAddonsConfigMethod
public static io.grpc.MethodDescriptor<SetAddonsConfigRequest,Operation> getSetAddonsConfigMethod()
-
getSetLocationsMethod
public static io.grpc.MethodDescriptor<SetLocationsRequest,Operation> getSetLocationsMethod()
-
getUpdateMasterMethod
public static io.grpc.MethodDescriptor<UpdateMasterRequest,Operation> getUpdateMasterMethod()
-
getSetMasterAuthMethod
public static io.grpc.MethodDescriptor<SetMasterAuthRequest,Operation> getSetMasterAuthMethod()
-
getDeleteClusterMethod
public static io.grpc.MethodDescriptor<DeleteClusterRequest,Operation> getDeleteClusterMethod()
-
getListOperationsMethod
public static io.grpc.MethodDescriptor<ListOperationsRequest,ListOperationsResponse> getListOperationsMethod()
-
getGetOperationMethod
public static io.grpc.MethodDescriptor<GetOperationRequest,Operation> getGetOperationMethod()
-
getCancelOperationMethod
public static io.grpc.MethodDescriptor<CancelOperationRequest,com.google.protobuf.Empty> getCancelOperationMethod()
-
getGetServerConfigMethod
public static io.grpc.MethodDescriptor<GetServerConfigRequest,ServerConfig> getGetServerConfigMethod()
-
getGetJSONWebKeysMethod
public static io.grpc.MethodDescriptor<GetJSONWebKeysRequest,GetJSONWebKeysResponse> getGetJSONWebKeysMethod()
-
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,Operation> getCreateNodePoolMethod()
-
getDeleteNodePoolMethod
public static io.grpc.MethodDescriptor<DeleteNodePoolRequest,Operation> getDeleteNodePoolMethod()
-
getCompleteNodePoolUpgradeMethod
public static io.grpc.MethodDescriptor<CompleteNodePoolUpgradeRequest,com.google.protobuf.Empty> getCompleteNodePoolUpgradeMethod()
-
getRollbackNodePoolUpgradeMethod
public static io.grpc.MethodDescriptor<RollbackNodePoolUpgradeRequest,Operation> getRollbackNodePoolUpgradeMethod()
-
getSetNodePoolManagementMethod
public static io.grpc.MethodDescriptor<SetNodePoolManagementRequest,Operation> getSetNodePoolManagementMethod()
-
getSetLabelsMethod
public static io.grpc.MethodDescriptor<SetLabelsRequest,Operation> getSetLabelsMethod()
-
getSetLegacyAbacMethod
public static io.grpc.MethodDescriptor<SetLegacyAbacRequest,Operation> getSetLegacyAbacMethod()
-
getStartIPRotationMethod
public static io.grpc.MethodDescriptor<StartIPRotationRequest,Operation> getStartIPRotationMethod()
-
getCompleteIPRotationMethod
public static io.grpc.MethodDescriptor<CompleteIPRotationRequest,Operation> getCompleteIPRotationMethod()
-
getSetNodePoolSizeMethod
public static io.grpc.MethodDescriptor<SetNodePoolSizeRequest,Operation> getSetNodePoolSizeMethod()
-
getSetNetworkPolicyMethod
public static io.grpc.MethodDescriptor<SetNetworkPolicyRequest,Operation> getSetNetworkPolicyMethod()
-
getSetMaintenancePolicyMethod
public static io.grpc.MethodDescriptor<SetMaintenancePolicyRequest,Operation> getSetMaintenancePolicyMethod()
-
getListUsableSubnetworksMethod
public static io.grpc.MethodDescriptor<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse> getListUsableSubnetworksMethod()
-
getCheckAutopilotCompatibilityMethod
public static io.grpc.MethodDescriptor<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse> getCheckAutopilotCompatibilityMethod()
-
newStub
public static ClusterManagerGrpc.ClusterManagerStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ClusterManagerGrpc.ClusterManagerBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ClusterManagerGrpc.ClusterManagerFutureStub 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(ClusterManagerGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-