Class AzureClustersSettings (0.2.6)

public class AzureClustersSettings extends ClientSettings<AzureClustersSettings>

Settings class to configure an instance of AzureClustersClient.

The default instance has everything set to sensible defaults:

  • The default service address (gkemulticloud.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 total timeout of getAzureClient to 30 seconds:


 // 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
 AzureClustersSettings.Builder azureClustersSettingsBuilder = AzureClustersSettings.newBuilder();
 azureClustersSettingsBuilder
     .getAzureClientSettings()
     .setRetrySettings(
         azureClustersSettingsBuilder.getAzureClientSettings().getRetrySettings().toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 AzureClustersSettings azureClustersSettings = azureClustersSettingsBuilder.build();
 

Inheritance

java.lang.Object > ClientSettings > AzureClustersSettings

Static Methods

create(AzureClustersStubSettings stub)

public static final AzureClustersSettings create(AzureClustersStubSettings stub)
Parameter
NameDescription
stubAzureClustersStubSettings
Returns
TypeDescription
AzureClustersSettings
Exceptions
TypeDescription
IOException

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static AzureClustersSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns

newBuilder(ClientContext clientContext)

public static AzureClustersSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns

newHttpJsonBuilder()

public static AzureClustersSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns

Constructors

AzureClustersSettings(AzureClustersSettings.Builder settingsBuilder)

protected AzureClustersSettings(AzureClustersSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderAzureClustersSettings.Builder

Methods

createAzureClientOperationSettings()

public OperationCallSettings<CreateAzureClientRequest,AzureClient,OperationMetadata> createAzureClientOperationSettings()

Returns the object with the settings used for calls to createAzureClient.

Returns

createAzureClientSettings()

public UnaryCallSettings<CreateAzureClientRequest,Operation> createAzureClientSettings()

Returns the object with the settings used for calls to createAzureClient.

Returns

createAzureClusterOperationSettings()

public OperationCallSettings<CreateAzureClusterRequest,AzureCluster,OperationMetadata> createAzureClusterOperationSettings()

Returns the object with the settings used for calls to createAzureCluster.

Returns

createAzureClusterSettings()

public UnaryCallSettings<CreateAzureClusterRequest,Operation> createAzureClusterSettings()

Returns the object with the settings used for calls to createAzureCluster.

Returns

createAzureNodePoolOperationSettings()

public OperationCallSettings<CreateAzureNodePoolRequest,AzureNodePool,OperationMetadata> createAzureNodePoolOperationSettings()

Returns the object with the settings used for calls to createAzureNodePool.

Returns

createAzureNodePoolSettings()

public UnaryCallSettings<CreateAzureNodePoolRequest,Operation> createAzureNodePoolSettings()

Returns the object with the settings used for calls to createAzureNodePool.

Returns

deleteAzureClientOperationSettings()

public OperationCallSettings<DeleteAzureClientRequest,Empty,OperationMetadata> deleteAzureClientOperationSettings()

Returns the object with the settings used for calls to deleteAzureClient.

Returns

deleteAzureClientSettings()

public UnaryCallSettings<DeleteAzureClientRequest,Operation> deleteAzureClientSettings()

Returns the object with the settings used for calls to deleteAzureClient.

Returns

deleteAzureClusterOperationSettings()

public OperationCallSettings<DeleteAzureClusterRequest,Empty,OperationMetadata> deleteAzureClusterOperationSettings()

Returns the object with the settings used for calls to deleteAzureCluster.

Returns

deleteAzureClusterSettings()

public UnaryCallSettings<DeleteAzureClusterRequest,Operation> deleteAzureClusterSettings()

Returns the object with the settings used for calls to deleteAzureCluster.

Returns

deleteAzureNodePoolOperationSettings()

public OperationCallSettings<DeleteAzureNodePoolRequest,Empty,OperationMetadata> deleteAzureNodePoolOperationSettings()

Returns the object with the settings used for calls to deleteAzureNodePool.

Returns

deleteAzureNodePoolSettings()

public UnaryCallSettings<DeleteAzureNodePoolRequest,Operation> deleteAzureNodePoolSettings()

Returns the object with the settings used for calls to deleteAzureNodePool.

Returns

generateAzureAccessTokenSettings()

public UnaryCallSettings<GenerateAzureAccessTokenRequest,GenerateAzureAccessTokenResponse> generateAzureAccessTokenSettings()

Returns the object with the settings used for calls to generateAzureAccessToken.

Returns

getAzureClientSettings()

public UnaryCallSettings<GetAzureClientRequest,AzureClient> getAzureClientSettings()

Returns the object with the settings used for calls to getAzureClient.

Returns

getAzureClusterSettings()

public UnaryCallSettings<GetAzureClusterRequest,AzureCluster> getAzureClusterSettings()

Returns the object with the settings used for calls to getAzureCluster.

Returns

getAzureNodePoolSettings()

public UnaryCallSettings<GetAzureNodePoolRequest,AzureNodePool> getAzureNodePoolSettings()

Returns the object with the settings used for calls to getAzureNodePool.

Returns

getAzureServerConfigSettings()

public UnaryCallSettings<GetAzureServerConfigRequest,AzureServerConfig> getAzureServerConfigSettings()

Returns the object with the settings used for calls to getAzureServerConfig.

Returns

listAzureClientsSettings()

public PagedCallSettings<ListAzureClientsRequest,ListAzureClientsResponse,AzureClustersClient.ListAzureClientsPagedResponse> listAzureClientsSettings()

Returns the object with the settings used for calls to listAzureClients.

Returns

listAzureClustersSettings()

public PagedCallSettings<ListAzureClustersRequest,ListAzureClustersResponse,AzureClustersClient.ListAzureClustersPagedResponse> listAzureClustersSettings()

Returns the object with the settings used for calls to listAzureClusters.

Returns

listAzureNodePoolsSettings()

public PagedCallSettings<ListAzureNodePoolsRequest,ListAzureNodePoolsResponse,AzureClustersClient.ListAzureNodePoolsPagedResponse> listAzureNodePoolsSettings()

Returns the object with the settings used for calls to listAzureNodePools.

Returns

toBuilder()

public AzureClustersSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns Overrides

updateAzureClusterOperationSettings()

public OperationCallSettings<UpdateAzureClusterRequest,AzureCluster,OperationMetadata> updateAzureClusterOperationSettings()

Returns the object with the settings used for calls to updateAzureCluster.

Returns

updateAzureClusterSettings()

public UnaryCallSettings<UpdateAzureClusterRequest,Operation> updateAzureClusterSettings()

Returns the object with the settings used for calls to updateAzureCluster.

Returns

updateAzureNodePoolOperationSettings()

public OperationCallSettings<UpdateAzureNodePoolRequest,AzureNodePool,OperationMetadata> updateAzureNodePoolOperationSettings()

Returns the object with the settings used for calls to updateAzureNodePool.

Returns

updateAzureNodePoolSettings()

public UnaryCallSettings<UpdateAzureNodePoolRequest,Operation> updateAzureNodePoolSettings()

Returns the object with the settings used for calls to updateAzureNodePool.

Returns