- 2.56.0 (latest)
- 2.55.0
- 2.54.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.2
- 2.4.1
- 2.3.8
public class HttpJsonClusterManagerStub extends ClusterManagerStub
REST stub implementation for the ClusterManager service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonClusterManagerStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Returns | |
---|---|
Type | Description |
HttpJsonClusterManagerStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonClusterManagerStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext |
ClientContext |
callableFactory |
HttpJsonStubCallableFactory |
Returns | |
---|---|
Type | Description |
HttpJsonClusterManagerStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClusterManagerStubSettings settings)
public static final HttpJsonClusterManagerStub create(ClusterManagerStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings |
ClusterManagerStubSettings |
Returns | |
---|---|
Type | Description |
HttpJsonClusterManagerStub |
Exceptions | |
---|---|
Type | Description |
IOException |
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns | |
---|---|
Type | Description |
List<ApiMethodDescriptor> |
Constructors
HttpJsonClusterManagerStub(ClusterManagerStubSettings settings, ClientContext clientContext)
protected HttpJsonClusterManagerStub(ClusterManagerStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonClusterManagerStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings |
ClusterManagerStubSettings |
clientContext |
ClientContext |
HttpJsonClusterManagerStub(ClusterManagerStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonClusterManagerStub(ClusterManagerStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonClusterManagerStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings |
ClusterManagerStubSettings |
clientContext |
ClientContext |
callableFactory |
HttpJsonStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters | |
---|---|
Name | Description |
duration |
long |
unit |
TimeUnit |
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
cancelOperationCallable()
public UnaryCallable<CancelOperationRequest,Empty> cancelOperationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CancelOperationRequest,Empty> |
checkAutopilotCompatibilityCallable()
public UnaryCallable<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse> checkAutopilotCompatibilityCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse> |
close()
public final void close()
completeIPRotationCallable()
public UnaryCallable<CompleteIPRotationRequest,Operation> completeIPRotationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CompleteIPRotationRequest,Operation> |
completeNodePoolUpgradeCallable()
public UnaryCallable<CompleteNodePoolUpgradeRequest,Empty> completeNodePoolUpgradeCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CompleteNodePoolUpgradeRequest,Empty> |
createClusterCallable()
public UnaryCallable<CreateClusterRequest,Operation> createClusterCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateClusterRequest,Operation> |
createNodePoolCallable()
public UnaryCallable<CreateNodePoolRequest,Operation> createNodePoolCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateNodePoolRequest,Operation> |
deleteClusterCallable()
public UnaryCallable<DeleteClusterRequest,Operation> deleteClusterCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteClusterRequest,Operation> |
deleteNodePoolCallable()
public UnaryCallable<DeleteNodePoolRequest,Operation> deleteNodePoolCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteNodePoolRequest,Operation> |
getClusterCallable()
public UnaryCallable<GetClusterRequest,Cluster> getClusterCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetClusterRequest,Cluster> |
getJSONWebKeysCallable()
public UnaryCallable<GetJSONWebKeysRequest,GetJSONWebKeysResponse> getJSONWebKeysCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetJSONWebKeysRequest,GetJSONWebKeysResponse> |
getNodePoolCallable()
public UnaryCallable<GetNodePoolRequest,NodePool> getNodePoolCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetNodePoolRequest,NodePool> |
getOperationCallable()
public UnaryCallable<GetOperationRequest,Operation> getOperationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetOperationRequest,Operation> |
getServerConfigCallable()
public UnaryCallable<GetServerConfigRequest,ServerConfig> getServerConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetServerConfigRequest,ServerConfig> |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
listClustersCallable()
public UnaryCallable<ListClustersRequest,ListClustersResponse> listClustersCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListClustersRequest,ListClustersResponse> |
listNodePoolsCallable()
public UnaryCallable<ListNodePoolsRequest,ListNodePoolsResponse> listNodePoolsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListNodePoolsRequest,ListNodePoolsResponse> |
listOperationsCallable()
public UnaryCallable<ListOperationsRequest,ListOperationsResponse> listOperationsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListOperationsRequest,ListOperationsResponse> |
listUsableSubnetworksCallable()
public UnaryCallable<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse> listUsableSubnetworksCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse> |
listUsableSubnetworksPagedCallable()
public UnaryCallable<ListUsableSubnetworksRequest,ClusterManagerClient.ListUsableSubnetworksPagedResponse> listUsableSubnetworksPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListUsableSubnetworksRequest,ListUsableSubnetworksPagedResponse> |
rollbackNodePoolUpgradeCallable()
public UnaryCallable<RollbackNodePoolUpgradeRequest,Operation> rollbackNodePoolUpgradeCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<RollbackNodePoolUpgradeRequest,Operation> |
setAddonsConfigCallable()
public UnaryCallable<SetAddonsConfigRequest,Operation> setAddonsConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SetAddonsConfigRequest,Operation> |
setLabelsCallable()
public UnaryCallable<SetLabelsRequest,Operation> setLabelsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SetLabelsRequest,Operation> |
setLegacyAbacCallable()
public UnaryCallable<SetLegacyAbacRequest,Operation> setLegacyAbacCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SetLegacyAbacRequest,Operation> |
setLocationsCallable()
public UnaryCallable<SetLocationsRequest,Operation> setLocationsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SetLocationsRequest,Operation> |
setLoggingServiceCallable()
public UnaryCallable<SetLoggingServiceRequest,Operation> setLoggingServiceCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SetLoggingServiceRequest,Operation> |
setMaintenancePolicyCallable()
public UnaryCallable<SetMaintenancePolicyRequest,Operation> setMaintenancePolicyCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SetMaintenancePolicyRequest,Operation> |
setMasterAuthCallable()
public UnaryCallable<SetMasterAuthRequest,Operation> setMasterAuthCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SetMasterAuthRequest,Operation> |
setMonitoringServiceCallable()
public UnaryCallable<SetMonitoringServiceRequest,Operation> setMonitoringServiceCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SetMonitoringServiceRequest,Operation> |
setNetworkPolicyCallable()
public UnaryCallable<SetNetworkPolicyRequest,Operation> setNetworkPolicyCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SetNetworkPolicyRequest,Operation> |
setNodePoolAutoscalingCallable()
public UnaryCallable<SetNodePoolAutoscalingRequest,Operation> setNodePoolAutoscalingCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SetNodePoolAutoscalingRequest,Operation> |
setNodePoolManagementCallable()
public UnaryCallable<SetNodePoolManagementRequest,Operation> setNodePoolManagementCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SetNodePoolManagementRequest,Operation> |
setNodePoolSizeCallable()
public UnaryCallable<SetNodePoolSizeRequest,Operation> setNodePoolSizeCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SetNodePoolSizeRequest,Operation> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
startIPRotationCallable()
public UnaryCallable<StartIPRotationRequest,Operation> startIPRotationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<StartIPRotationRequest,Operation> |
updateClusterCallable()
public UnaryCallable<UpdateClusterRequest,Operation> updateClusterCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateClusterRequest,Operation> |
updateMasterCallable()
public UnaryCallable<UpdateMasterRequest,Operation> updateMasterCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateMasterRequest,Operation> |
updateNodePoolCallable()
public UnaryCallable<UpdateNodePoolRequest,Operation> updateNodePoolCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateNodePoolRequest,Operation> |