public abstract class ClusterManagerStub implements BackgroundResource
Base stub class for the ClusterManager service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
ClusterManagerStub()
public ClusterManagerStub()
Methods
cancelOperationCallable()
public UnaryCallable<CancelOperationRequest,Empty> cancelOperationCallable()
checkAutopilotCompatibilityCallable()
public UnaryCallable<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse> checkAutopilotCompatibilityCallable()
close()
public abstract void close()
completeIPRotationCallable()
public UnaryCallable<CompleteIPRotationRequest,Operation> completeIPRotationCallable()
completeNodePoolUpgradeCallable()
public UnaryCallable<CompleteNodePoolUpgradeRequest,Empty> completeNodePoolUpgradeCallable()
createClusterCallable()
public UnaryCallable<CreateClusterRequest,Operation> createClusterCallable()
createNodePoolCallable()
public UnaryCallable<CreateNodePoolRequest,Operation> createNodePoolCallable()
deleteClusterCallable()
public UnaryCallable<DeleteClusterRequest,Operation> deleteClusterCallable()
deleteNodePoolCallable()
public UnaryCallable<DeleteNodePoolRequest,Operation> deleteNodePoolCallable()
getClusterCallable()
public UnaryCallable<GetClusterRequest,Cluster> getClusterCallable()
getJSONWebKeysCallable()
public UnaryCallable<GetJSONWebKeysRequest,GetJSONWebKeysResponse> getJSONWebKeysCallable()
getNodePoolCallable()
public UnaryCallable<GetNodePoolRequest,NodePool> getNodePoolCallable()
getOperationCallable()
public UnaryCallable<GetOperationRequest,Operation> getOperationCallable()
getServerConfigCallable()
public UnaryCallable<GetServerConfigRequest,ServerConfig> getServerConfigCallable()
listClustersCallable()
public UnaryCallable<ListClustersRequest,ListClustersResponse> listClustersCallable()
listNodePoolsCallable()
public UnaryCallable<ListNodePoolsRequest,ListNodePoolsResponse> listNodePoolsCallable()
listOperationsCallable()
public UnaryCallable<ListOperationsRequest,ListOperationsResponse> listOperationsCallable()
listUsableSubnetworksCallable()
public UnaryCallable<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse> listUsableSubnetworksCallable()
listUsableSubnetworksPagedCallable()
public UnaryCallable<ListUsableSubnetworksRequest,ClusterManagerClient.ListUsableSubnetworksPagedResponse> listUsableSubnetworksPagedCallable()
rollbackNodePoolUpgradeCallable()
public UnaryCallable<RollbackNodePoolUpgradeRequest,Operation> rollbackNodePoolUpgradeCallable()
setAddonsConfigCallable()
public UnaryCallable<SetAddonsConfigRequest,Operation> setAddonsConfigCallable()
setLabelsCallable()
public UnaryCallable<SetLabelsRequest,Operation> setLabelsCallable()
setLegacyAbacCallable()
public UnaryCallable<SetLegacyAbacRequest,Operation> setLegacyAbacCallable()
setLocationsCallable()
public UnaryCallable<SetLocationsRequest,Operation> setLocationsCallable()
setLoggingServiceCallable()
public UnaryCallable<SetLoggingServiceRequest,Operation> setLoggingServiceCallable()
setMaintenancePolicyCallable()
public UnaryCallable<SetMaintenancePolicyRequest,Operation> setMaintenancePolicyCallable()
setMasterAuthCallable()
public UnaryCallable<SetMasterAuthRequest,Operation> setMasterAuthCallable()
setMonitoringServiceCallable()
public UnaryCallable<SetMonitoringServiceRequest,Operation> setMonitoringServiceCallable()
setNetworkPolicyCallable()
public UnaryCallable<SetNetworkPolicyRequest,Operation> setNetworkPolicyCallable()
setNodePoolAutoscalingCallable()
public UnaryCallable<SetNodePoolAutoscalingRequest,Operation> setNodePoolAutoscalingCallable()
setNodePoolManagementCallable()
public UnaryCallable<SetNodePoolManagementRequest,Operation> setNodePoolManagementCallable()
setNodePoolSizeCallable()
public UnaryCallable<SetNodePoolSizeRequest,Operation> setNodePoolSizeCallable()
startIPRotationCallable()
public UnaryCallable<StartIPRotationRequest,Operation> startIPRotationCallable()
updateClusterCallable()
public UnaryCallable<UpdateClusterRequest,Operation> updateClusterCallable()
updateMasterCallable()
public UnaryCallable<UpdateMasterRequest,Operation> updateMasterCallable()
updateNodePoolCallable()
public UnaryCallable<UpdateNodePoolRequest,Operation> updateNodePoolCallable()