public class AzureClustersStubSettings extends StubSettings<AzureClustersStubSettings>
Settings class to configure an instance of AzureClustersStub.
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
AzureClustersStubSettings.Builder azureClustersSettingsBuilder =
AzureClustersStubSettings.newBuilder();
azureClustersSettingsBuilder
.getAzureClientSettings()
.setRetrySettings(
azureClustersSettingsBuilder
.getAzureClientSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
AzureClustersStubSettings azureClustersSettings = azureClustersSettingsBuilder.build();
Static Methods
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Returns
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Returns
public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
Returns
public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
Returns
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
Returns
public static TransportChannelProvider defaultTransportChannelProvider()
Returns
public static String getDefaultEndpoint()
Returns the default service endpoint.
Returns
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
Returns
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Returns
public static AzureClustersStubSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
Returns
public static AzureClustersStubSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Parameter
Returns
public static AzureClustersStubSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
Returns
Constructors
protected AzureClustersStubSettings(AzureClustersStubSettings.Builder settingsBuilder)
Parameter
Methods
public OperationCallSettings<CreateAzureClientRequest,AzureClient,OperationMetadata> createAzureClientOperationSettings()
Returns the object with the settings used for calls to createAzureClient.
Returns
public UnaryCallSettings<CreateAzureClientRequest,Operation> createAzureClientSettings()
Returns the object with the settings used for calls to createAzureClient.
Returns
public OperationCallSettings<CreateAzureClusterRequest,AzureCluster,OperationMetadata> createAzureClusterOperationSettings()
Returns the object with the settings used for calls to createAzureCluster.
Returns
public UnaryCallSettings<CreateAzureClusterRequest,Operation> createAzureClusterSettings()
Returns the object with the settings used for calls to createAzureCluster.
Returns
public OperationCallSettings<CreateAzureNodePoolRequest,AzureNodePool,OperationMetadata> createAzureNodePoolOperationSettings()
Returns the object with the settings used for calls to createAzureNodePool.
Returns
public UnaryCallSettings<CreateAzureNodePoolRequest,Operation> createAzureNodePoolSettings()
Returns the object with the settings used for calls to createAzureNodePool.
Returns
public AzureClustersStub createStub()
Returns
Exceptions
public OperationCallSettings<DeleteAzureClientRequest,Empty,OperationMetadata> deleteAzureClientOperationSettings()
Returns the object with the settings used for calls to deleteAzureClient.
Returns
public UnaryCallSettings<DeleteAzureClientRequest,Operation> deleteAzureClientSettings()
Returns the object with the settings used for calls to deleteAzureClient.
Returns
public OperationCallSettings<DeleteAzureClusterRequest,Empty,OperationMetadata> deleteAzureClusterOperationSettings()
Returns the object with the settings used for calls to deleteAzureCluster.
Returns
public UnaryCallSettings<DeleteAzureClusterRequest,Operation> deleteAzureClusterSettings()
Returns the object with the settings used for calls to deleteAzureCluster.
Returns
public OperationCallSettings<DeleteAzureNodePoolRequest,Empty,OperationMetadata> deleteAzureNodePoolOperationSettings()
Returns the object with the settings used for calls to deleteAzureNodePool.
Returns
public UnaryCallSettings<DeleteAzureNodePoolRequest,Operation> deleteAzureNodePoolSettings()
Returns the object with the settings used for calls to deleteAzureNodePool.
Returns
public UnaryCallSettings<GenerateAzureAccessTokenRequest,GenerateAzureAccessTokenResponse> generateAzureAccessTokenSettings()
Returns the object with the settings used for calls to generateAzureAccessToken.
Returns
public UnaryCallSettings<GetAzureClientRequest,AzureClient> getAzureClientSettings()
Returns the object with the settings used for calls to getAzureClient.
Returns
public UnaryCallSettings<GetAzureClusterRequest,AzureCluster> getAzureClusterSettings()
Returns the object with the settings used for calls to getAzureCluster.
Returns
public UnaryCallSettings<GetAzureNodePoolRequest,AzureNodePool> getAzureNodePoolSettings()
Returns the object with the settings used for calls to getAzureNodePool.
Returns
public UnaryCallSettings<GetAzureServerConfigRequest,AzureServerConfig> getAzureServerConfigSettings()
Returns the object with the settings used for calls to getAzureServerConfig.
Returns
public PagedCallSettings<ListAzureClientsRequest,ListAzureClientsResponse,AzureClustersClient.ListAzureClientsPagedResponse> listAzureClientsSettings()
Returns the object with the settings used for calls to listAzureClients.
Returns
public PagedCallSettings<ListAzureClustersRequest,ListAzureClustersResponse,AzureClustersClient.ListAzureClustersPagedResponse> listAzureClustersSettings()
Returns the object with the settings used for calls to listAzureClusters.
Returns
public PagedCallSettings<ListAzureNodePoolsRequest,ListAzureNodePoolsResponse,AzureClustersClient.ListAzureNodePoolsPagedResponse> listAzureNodePoolsSettings()
Returns the object with the settings used for calls to listAzureNodePools.
Returns
public AzureClustersStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Returns
Overrides
public OperationCallSettings<UpdateAzureClusterRequest,AzureCluster,OperationMetadata> updateAzureClusterOperationSettings()
Returns the object with the settings used for calls to updateAzureCluster.
Returns
public UnaryCallSettings<UpdateAzureClusterRequest,Operation> updateAzureClusterSettings()
Returns the object with the settings used for calls to updateAzureCluster.
Returns
public OperationCallSettings<UpdateAzureNodePoolRequest,AzureNodePool,OperationMetadata> updateAzureNodePoolOperationSettings()
Returns the object with the settings used for calls to updateAzureNodePool.
Returns
public UnaryCallSettings<UpdateAzureNodePoolRequest,Operation> updateAzureNodePoolSettings()
Returns the object with the settings used for calls to updateAzureNodePool.
Returns