@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
| Modifier and Type | Class and Description |
|---|---|
static interface |
ClusterManagerGrpc.AsyncService
Google Kubernetes Engine Cluster Manager v1
|
static 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
public static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
public static io.grpc.MethodDescriptor<CreateClusterRequest,Operation> getCreateClusterMethod()
public static io.grpc.MethodDescriptor<UpdateClusterRequest,Operation> getUpdateClusterMethod()
public static io.grpc.MethodDescriptor<UpdateNodePoolRequest,Operation> getUpdateNodePoolMethod()
public static io.grpc.MethodDescriptor<SetNodePoolAutoscalingRequest,Operation> getSetNodePoolAutoscalingMethod()
public static io.grpc.MethodDescriptor<SetLoggingServiceRequest,Operation> getSetLoggingServiceMethod()
public static io.grpc.MethodDescriptor<SetMonitoringServiceRequest,Operation> getSetMonitoringServiceMethod()
public static io.grpc.MethodDescriptor<SetAddonsConfigRequest,Operation> getSetAddonsConfigMethod()
public static io.grpc.MethodDescriptor<SetLocationsRequest,Operation> getSetLocationsMethod()
public static io.grpc.MethodDescriptor<UpdateMasterRequest,Operation> getUpdateMasterMethod()
public static io.grpc.MethodDescriptor<SetMasterAuthRequest,Operation> getSetMasterAuthMethod()
public static io.grpc.MethodDescriptor<DeleteClusterRequest,Operation> getDeleteClusterMethod()
public static io.grpc.MethodDescriptor<ListOperationsRequest,ListOperationsResponse> getListOperationsMethod()
public static io.grpc.MethodDescriptor<GetOperationRequest,Operation> getGetOperationMethod()
public static io.grpc.MethodDescriptor<CancelOperationRequest,com.google.protobuf.Empty> getCancelOperationMethod()
public static io.grpc.MethodDescriptor<GetServerConfigRequest,ServerConfig> getGetServerConfigMethod()
public static io.grpc.MethodDescriptor<GetJSONWebKeysRequest,GetJSONWebKeysResponse> getGetJSONWebKeysMethod()
public static io.grpc.MethodDescriptor<ListNodePoolsRequest,ListNodePoolsResponse> getListNodePoolsMethod()
public static io.grpc.MethodDescriptor<GetNodePoolRequest,NodePool> getGetNodePoolMethod()
public static io.grpc.MethodDescriptor<CreateNodePoolRequest,Operation> getCreateNodePoolMethod()
public static io.grpc.MethodDescriptor<DeleteNodePoolRequest,Operation> getDeleteNodePoolMethod()
public static io.grpc.MethodDescriptor<CompleteNodePoolUpgradeRequest,com.google.protobuf.Empty> getCompleteNodePoolUpgradeMethod()
public static io.grpc.MethodDescriptor<RollbackNodePoolUpgradeRequest,Operation> getRollbackNodePoolUpgradeMethod()
public static io.grpc.MethodDescriptor<SetNodePoolManagementRequest,Operation> getSetNodePoolManagementMethod()
public static io.grpc.MethodDescriptor<SetLabelsRequest,Operation> getSetLabelsMethod()
public static io.grpc.MethodDescriptor<SetLegacyAbacRequest,Operation> getSetLegacyAbacMethod()
public static io.grpc.MethodDescriptor<StartIPRotationRequest,Operation> getStartIPRotationMethod()
public static io.grpc.MethodDescriptor<CompleteIPRotationRequest,Operation> getCompleteIPRotationMethod()
public static io.grpc.MethodDescriptor<SetNodePoolSizeRequest,Operation> getSetNodePoolSizeMethod()
public static io.grpc.MethodDescriptor<SetNetworkPolicyRequest,Operation> getSetNetworkPolicyMethod()
public static io.grpc.MethodDescriptor<SetMaintenancePolicyRequest,Operation> getSetMaintenancePolicyMethod()
public static io.grpc.MethodDescriptor<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse> getListUsableSubnetworksMethod()
public static io.grpc.MethodDescriptor<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse> getCheckAutopilotCompatibilityMethod()
public static ClusterManagerGrpc.ClusterManagerStub newStub(io.grpc.Channel channel)
public static ClusterManagerGrpc.ClusterManagerBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ClusterManagerGrpc.ClusterManagerFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(ClusterManagerGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.