Class ClusterManagerStubSettings
java.lang.Object
com.google.api.gax.rpc.StubSettings<ClusterManagerStubSettings>
com.google.cloud.container.v1.stub.ClusterManagerStubSettings
@Generated("by gapic-generator-java")
public class ClusterManagerStubSettings
extends StubSettings<ClusterManagerStubSettings>
Settings class to configure an instance of
ClusterManagerStub.
The default instance has everything set to sensible defaults:
- The default service address (container.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the [RetrySettings](https://cloud.google.com/java/docs/reference/gax/latest/com.google.api.gax.retrying.RetrySettings) of listClusters:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
ClusterManagerStubSettings.Builder clusterManagerSettingsBuilder =
ClusterManagerStubSettings.newBuilder();
clusterManagerSettingsBuilder
.listClustersSettings()
.setRetrySettings(
clusterManagerSettingsBuilder
.listClustersSettings()
.getRetrySettings()
.toBuilder()
.setInitialRetryDelayDuration(Duration.ofSeconds(1))
.setInitialRpcTimeoutDuration(Duration.ofSeconds(5))
.setMaxAttempts(5)
.setMaxRetryDelayDuration(Duration.ofSeconds(30))
.setMaxRpcTimeoutDuration(Duration.ofSeconds(60))
.setRetryDelayMultiplier(1.3)
.setRpcTimeoutMultiplier(1.5)
.setTotalTimeoutDuration(Duration.ofSeconds(300))
.build());
ClusterManagerStubSettings clusterManagerSettings = clusterManagerSettingsBuilder.build();
Please refer to the [Client Side Retry
Guide](https://docs.cloud.google.com/java/docs/client-retries) for additional support in setting
retries.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for ClusterManagerStubSettings. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedClusterManagerStubSettings(ClusterManagerStubSettings.Builder settingsBuilder) -
Method Summary
Modifier and TypeMethodDescriptionUnaryCallSettings<CancelOperationRequest,com.google.protobuf.Empty> Returns the object with the settings used for calls to cancel.Returns the object with the settings used for calls to checkAutopilotCompatibility.Returns the object with the settings used for calls to completeIPRotation.UnaryCallSettings<CompleteNodePoolUpgradeRequest,com.google.protobuf.Empty> Returns the object with the settings used for calls to completeNodePoolUpgrade.Returns the object with the settings used for calls to createCluster.Returns the object with the settings used for calls to createNodePool.Returns a builder for the default credentials for this service.Returns a builder for the default ExecutorProvider for this service.Returns a builder for the default gRPC ChannelProvider for this service.Returns a builder for the default REST ChannelProvider for this service.static TransportChannelProviderReturns the object with the settings used for calls to deleteCluster.Returns the object with the settings used for calls to deleteNodePool.Returns the object with the settings used for calls to fetchClusterUpgradeInfo.Returns the object with the settings used for calls to fetchNodePoolUpgradeInfo.Returns the object with the settings used for calls to getCluster.static StringReturns the default service endpoint.static StringReturns the default mTLS service endpoint.Returns the default service scopes.Returns the object with the settings used for calls to getJSONWebKeys.protected LibraryMetadataReturns the object with the settings used for calls to getNodePool.Returns the object with the settings used for calls to get.Returns the object with the settings used for calls to getServerConfig.Returns the default service name.Returns the object with the settings used for calls to listClusters.Returns the object with the settings used for calls to listNodePools.Returns the object with the settings used for calls to listOperations.PagedCallSettings<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse, ClusterManagerClient.ListUsableSubnetworksPagedResponse> Returns the object with the settings used for calls to listUsableSubnetworks.Returns a new gRPC builder for this class.newBuilder(ClientContext clientContext) Returns a new builder for this class.Returns a new REST builder for this class.Returns the object with the settings used for calls to rollbackNodePoolUpgrade.Returns the object with the settings used for calls to setAddonsConfig.Returns the object with the settings used for calls to setLabels.Returns the object with the settings used for calls to setLegacyAbac.Deprecated.This method is deprecated and will be removed in the next major version update.Returns the object with the settings used for calls to setLoggingService.Returns the object with the settings used for calls to setMaintenancePolicy.Returns the object with the settings used for calls to setMasterAuth.Returns the object with the settings used for calls to setMonitoringService.Returns the object with the settings used for calls to setNetworkPolicy.Returns the object with the settings used for calls to setNodePoolAutoscaling.Returns the object with the settings used for calls to setNodePoolManagement.Returns the object with the settings used for calls to setNodePoolSize.Returns the object with the settings used for calls to startIPRotation.Returns a builder containing all the values of this settings class.Returns the object with the settings used for calls to updateCluster.Returns the object with the settings used for calls to updateMaster.Returns the object with the settings used for calls to updateNodePool.Methods inherited from class com.google.api.gax.rpc.StubSettings
getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogCheckIntervalDuration, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, getUniverseDomain, toString
-
Constructor Details
-
ClusterManagerStubSettings
protected ClusterManagerStubSettings(ClusterManagerStubSettings.Builder settingsBuilder) throws IOException - Throws:
IOException
-
-
Method Details
-
listClustersSettings
Returns the object with the settings used for calls to listClusters. -
getClusterSettings
Returns the object with the settings used for calls to getCluster. -
createClusterSettings
Returns the object with the settings used for calls to createCluster. -
updateClusterSettings
Returns the object with the settings used for calls to updateCluster. -
updateNodePoolSettings
Returns the object with the settings used for calls to updateNodePool. -
setNodePoolAutoscalingSettings
Returns the object with the settings used for calls to setNodePoolAutoscaling. -
setLoggingServiceSettings
Returns the object with the settings used for calls to setLoggingService. -
setMonitoringServiceSettings
Returns the object with the settings used for calls to setMonitoringService. -
setAddonsConfigSettings
Returns the object with the settings used for calls to setAddonsConfig. -
setLocationsSettings
Deprecated.This method is deprecated and will be removed in the next major version update.Returns the object with the settings used for calls to setLocations. -
updateMasterSettings
Returns the object with the settings used for calls to updateMaster. -
setMasterAuthSettings
Returns the object with the settings used for calls to setMasterAuth. -
deleteClusterSettings
Returns the object with the settings used for calls to deleteCluster. -
listOperationsSettings
Returns the object with the settings used for calls to listOperations. -
getOperationSettings
Returns the object with the settings used for calls to get. -
cancelOperationSettings
public UnaryCallSettings<CancelOperationRequest,com.google.protobuf.Empty> cancelOperationSettings()Returns the object with the settings used for calls to cancel. -
getServerConfigSettings
Returns the object with the settings used for calls to getServerConfig. -
getJSONWebKeysSettings
Returns the object with the settings used for calls to getJSONWebKeys. -
listNodePoolsSettings
Returns the object with the settings used for calls to listNodePools. -
getNodePoolSettings
Returns the object with the settings used for calls to getNodePool. -
createNodePoolSettings
Returns the object with the settings used for calls to createNodePool. -
deleteNodePoolSettings
Returns the object with the settings used for calls to deleteNodePool. -
completeNodePoolUpgradeSettings
public UnaryCallSettings<CompleteNodePoolUpgradeRequest,com.google.protobuf.Empty> completeNodePoolUpgradeSettings()Returns the object with the settings used for calls to completeNodePoolUpgrade. -
rollbackNodePoolUpgradeSettings
public UnaryCallSettings<RollbackNodePoolUpgradeRequest,Operation> rollbackNodePoolUpgradeSettings()Returns the object with the settings used for calls to rollbackNodePoolUpgrade. -
setNodePoolManagementSettings
Returns the object with the settings used for calls to setNodePoolManagement. -
setLabelsSettings
Returns the object with the settings used for calls to setLabels. -
setLegacyAbacSettings
Returns the object with the settings used for calls to setLegacyAbac. -
startIPRotationSettings
Returns the object with the settings used for calls to startIPRotation. -
completeIPRotationSettings
Returns the object with the settings used for calls to completeIPRotation. -
setNodePoolSizeSettings
Returns the object with the settings used for calls to setNodePoolSize. -
setNetworkPolicySettings
Returns the object with the settings used for calls to setNetworkPolicy. -
setMaintenancePolicySettings
Returns the object with the settings used for calls to setMaintenancePolicy. -
listUsableSubnetworksSettings
public PagedCallSettings<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse, listUsableSubnetworksSettings()ClusterManagerClient.ListUsableSubnetworksPagedResponse> Returns the object with the settings used for calls to listUsableSubnetworks. -
checkAutopilotCompatibilitySettings
public UnaryCallSettings<CheckAutopilotCompatibilityRequest,CheckAutopilotCompatibilityResponse> checkAutopilotCompatibilitySettings()Returns the object with the settings used for calls to checkAutopilotCompatibility. -
fetchClusterUpgradeInfoSettings
public UnaryCallSettings<FetchClusterUpgradeInfoRequest,ClusterUpgradeInfo> fetchClusterUpgradeInfoSettings()Returns the object with the settings used for calls to fetchClusterUpgradeInfo. -
fetchNodePoolUpgradeInfoSettings
public UnaryCallSettings<FetchNodePoolUpgradeInfoRequest,NodePoolUpgradeInfo> fetchNodePoolUpgradeInfoSettings()Returns the object with the settings used for calls to fetchNodePoolUpgradeInfo. -
createStub
- Throws:
IOException
-
getServiceName
Returns the default service name.- Overrides:
getServiceNamein classStubSettings<ClusterManagerStubSettings>
-
defaultExecutorProviderBuilder
Returns a builder for the default ExecutorProvider for this service. -
getDefaultEndpoint
Returns the default service endpoint. -
getDefaultMtlsEndpoint
Returns the default mTLS service endpoint. -
getDefaultServiceScopes
Returns the default service scopes. -
defaultCredentialsProviderBuilder
Returns a builder for the default credentials for this service. -
defaultGrpcTransportProviderBuilder
Returns a builder for the default gRPC ChannelProvider for this service. -
defaultHttpJsonTransportProviderBuilder
@BetaApi public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()Returns a builder for the default REST ChannelProvider for this service. -
defaultTransportChannelProvider
-
defaultGrpcApiClientHeaderProviderBuilder
-
defaultHttpJsonApiClientHeaderProviderBuilder
-
defaultApiClientHeaderProviderBuilder
-
newBuilder
Returns a new gRPC builder for this class. -
newHttpJsonBuilder
Returns a new REST builder for this class. -
newBuilder
Returns a new builder for this class. -
toBuilder
Returns a builder containing all the values of this settings class.- Specified by:
toBuilderin classStubSettings<ClusterManagerStubSettings>
-
getLibraryMetadata
- Overrides:
getLibraryMetadatain classStubSettings<ClusterManagerStubSettings>
-