Class ClusterManagerStub
java.lang.Object
com.google.cloud.container.v1beta1.stub.ClusterManagerStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcClusterManagerStub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class ClusterManagerStub
extends Object
implements BackgroundResource
Base stub class for the ClusterManager service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUnaryCallable<CancelOperationRequest,com.google.protobuf.Empty> abstract voidclose()UnaryCallable<CompleteNodePoolUpgradeRequest,com.google.protobuf.Empty> Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
ClusterManagerStub
public ClusterManagerStub()
-
-
Method Details
-
listClustersCallable
-
getClusterCallable
-
createClusterCallable
-
updateClusterCallable
-
updateNodePoolCallable
-
setNodePoolAutoscalingCallable
-
setLoggingServiceCallable
-
setMonitoringServiceCallable
-
setAddonsConfigCallable
-
setLocationsCallable
Deprecated. -
updateMasterCallable
-
setMasterAuthCallable
-
deleteClusterCallable
-
listOperationsCallable
-
getOperationCallable
-
cancelOperationCallable
-
getServerConfigCallable
-
getJSONWebKeysCallable
-
listNodePoolsCallable
-
getNodePoolCallable
-
createNodePoolCallable
-
deleteNodePoolCallable
-
completeNodePoolUpgradeCallable
public UnaryCallable<CompleteNodePoolUpgradeRequest,com.google.protobuf.Empty> completeNodePoolUpgradeCallable() -
rollbackNodePoolUpgradeCallable
-
setNodePoolManagementCallable
-
setLabelsCallable
-
setLegacyAbacCallable
-
startIPRotationCallable
-
completeIPRotationCallable
-
setNodePoolSizeCallable
-
setNetworkPolicyCallable
-
setMaintenancePolicyCallable
-
listUsableSubnetworksPagedCallable
public UnaryCallable<ListUsableSubnetworksRequest,ClusterManagerClient.ListUsableSubnetworksPagedResponse> listUsableSubnetworksPagedCallable() -
listUsableSubnetworksCallable
public UnaryCallable<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse> listUsableSubnetworksCallable() -
checkAutopilotCompatibilityCallable
public UnaryCallable<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse> checkAutopilotCompatibilityCallable() -
listLocationsCallable
-
fetchClusterUpgradeInfoCallable
public UnaryCallable<FetchClusterUpgradeInfoRequest,ClusterUpgradeInfo> fetchClusterUpgradeInfoCallable() -
fetchNodePoolUpgradeInfoCallable
public UnaryCallable<FetchNodePoolUpgradeInfoRequest,NodePoolUpgradeInfo> fetchNodePoolUpgradeInfoCallable() -
completeControlPlaneUpgradeCallable
public UnaryCallable<CompleteControlPlaneUpgradeRequest,Operation> completeControlPlaneUpgradeCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-