public final class ClusterManagerGrpc
Google Kubernetes Engine Cluster Manager v1beta1
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(ClusterManagerGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(ClusterManagerGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getCancelOperationMethod()
public static MethodDescriptor<CancelOperationRequest,Empty> getCancelOperationMethod()
getCompleteIPRotationMethod()
public static MethodDescriptor<CompleteIPRotationRequest,Operation> getCompleteIPRotationMethod()
getCompleteNodePoolUpgradeMethod()
public static MethodDescriptor<CompleteNodePoolUpgradeRequest,Empty> getCompleteNodePoolUpgradeMethod()
getCreateClusterMethod()
public static MethodDescriptor<CreateClusterRequest,Operation> getCreateClusterMethod()
getCreateNodePoolMethod()
public static MethodDescriptor<CreateNodePoolRequest,Operation> getCreateNodePoolMethod()
getDeleteClusterMethod()
public static MethodDescriptor<DeleteClusterRequest,Operation> getDeleteClusterMethod()
getDeleteNodePoolMethod()
public static MethodDescriptor<DeleteNodePoolRequest,Operation> getDeleteNodePoolMethod()
getGetClusterMethod()
public static MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
getGetJSONWebKeysMethod()
public static MethodDescriptor<GetJSONWebKeysRequest,GetJSONWebKeysResponse> getGetJSONWebKeysMethod()
getGetNodePoolMethod()
public static MethodDescriptor<GetNodePoolRequest,NodePool> getGetNodePoolMethod()
getGetOperationMethod()
public static MethodDescriptor<GetOperationRequest,Operation> getGetOperationMethod()
getGetServerConfigMethod()
public static MethodDescriptor<GetServerConfigRequest,ServerConfig> getGetServerConfigMethod()
getListClustersMethod()
public static MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
getListLocationsMethod()
public static MethodDescriptor<ListLocationsRequest,ListLocationsResponse> getListLocationsMethod()
getListNodePoolsMethod()
public static MethodDescriptor<ListNodePoolsRequest,ListNodePoolsResponse> getListNodePoolsMethod()
getListOperationsMethod()
public static MethodDescriptor<ListOperationsRequest,ListOperationsResponse> getListOperationsMethod()
getListUsableSubnetworksMethod()
public static MethodDescriptor<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse> getListUsableSubnetworksMethod()
getRollbackNodePoolUpgradeMethod()
public static MethodDescriptor<RollbackNodePoolUpgradeRequest,Operation> getRollbackNodePoolUpgradeMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getSetAddonsConfigMethod()
public static MethodDescriptor<SetAddonsConfigRequest,Operation> getSetAddonsConfigMethod()
getSetLabelsMethod()
public static MethodDescriptor<SetLabelsRequest,Operation> getSetLabelsMethod()
getSetLegacyAbacMethod()
public static MethodDescriptor<SetLegacyAbacRequest,Operation> getSetLegacyAbacMethod()
getSetLocationsMethod()
public static MethodDescriptor<SetLocationsRequest,Operation> getSetLocationsMethod()
getSetLoggingServiceMethod()
public static MethodDescriptor<SetLoggingServiceRequest,Operation> getSetLoggingServiceMethod()
getSetMaintenancePolicyMethod()
public static MethodDescriptor<SetMaintenancePolicyRequest,Operation> getSetMaintenancePolicyMethod()
getSetMasterAuthMethod()
public static MethodDescriptor<SetMasterAuthRequest,Operation> getSetMasterAuthMethod()
getSetMonitoringServiceMethod()
public static MethodDescriptor<SetMonitoringServiceRequest,Operation> getSetMonitoringServiceMethod()
getSetNetworkPolicyMethod()
public static MethodDescriptor<SetNetworkPolicyRequest,Operation> getSetNetworkPolicyMethod()
getSetNodePoolAutoscalingMethod()
public static MethodDescriptor<SetNodePoolAutoscalingRequest,Operation> getSetNodePoolAutoscalingMethod()
getSetNodePoolManagementMethod()
public static MethodDescriptor<SetNodePoolManagementRequest,Operation> getSetNodePoolManagementMethod()
getSetNodePoolSizeMethod()
public static MethodDescriptor<SetNodePoolSizeRequest,Operation> getSetNodePoolSizeMethod()
getStartIPRotationMethod()
public static MethodDescriptor<StartIPRotationRequest,Operation> getStartIPRotationMethod()
getUpdateClusterMethod()
public static MethodDescriptor<UpdateClusterRequest,Operation> getUpdateClusterMethod()
getUpdateMasterMethod()
public static MethodDescriptor<UpdateMasterRequest,Operation> getUpdateMasterMethod()
getUpdateNodePoolMethod()
public static MethodDescriptor<UpdateNodePoolRequest,Operation> getUpdateNodePoolMethod()
newBlockingStub(Channel channel)
public static ClusterManagerGrpc.ClusterManagerBlockingStub 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 ClusterManagerGrpc.ClusterManagerFutureStub 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 ClusterManagerGrpc.ClusterManagerStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|