@Generated(value="by gapic-generator-java") public class AzureClustersSettings extends com.google.api.gax.rpc.ClientSettings<AzureClustersSettings>
AzureClustersClient.
The default instance has everything set to sensible defaults:
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();
| Modifier and Type | Class and Description |
|---|---|
static class |
AzureClustersSettings.Builder
Builder for AzureClustersSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AzureClustersSettings(AzureClustersSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
static AzureClustersSettings |
create(AzureClustersStubSettings stub) |
com.google.api.gax.rpc.OperationCallSettings<CreateAzureClientRequest,AzureClient,OperationMetadata> |
createAzureClientOperationSettings()
Returns the object with the settings used for calls to createAzureClient.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateAzureClientRequest,com.google.longrunning.Operation> |
createAzureClientSettings()
Returns the object with the settings used for calls to createAzureClient.
|
com.google.api.gax.rpc.OperationCallSettings<CreateAzureClusterRequest,AzureCluster,OperationMetadata> |
createAzureClusterOperationSettings()
Returns the object with the settings used for calls to createAzureCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateAzureClusterRequest,com.google.longrunning.Operation> |
createAzureClusterSettings()
Returns the object with the settings used for calls to createAzureCluster.
|
com.google.api.gax.rpc.OperationCallSettings<CreateAzureNodePoolRequest,AzureNodePool,OperationMetadata> |
createAzureNodePoolOperationSettings()
Returns the object with the settings used for calls to createAzureNodePool.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateAzureNodePoolRequest,com.google.longrunning.Operation> |
createAzureNodePoolSettings()
Returns the object with the settings used for calls to createAzureNodePool.
|
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.OperationCallSettings<DeleteAzureClientRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteAzureClientOperationSettings()
Returns the object with the settings used for calls to deleteAzureClient.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteAzureClientRequest,com.google.longrunning.Operation> |
deleteAzureClientSettings()
Returns the object with the settings used for calls to deleteAzureClient.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteAzureClusterRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteAzureClusterOperationSettings()
Returns the object with the settings used for calls to deleteAzureCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteAzureClusterRequest,com.google.longrunning.Operation> |
deleteAzureClusterSettings()
Returns the object with the settings used for calls to deleteAzureCluster.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteAzureNodePoolRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteAzureNodePoolOperationSettings()
Returns the object with the settings used for calls to deleteAzureNodePool.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteAzureNodePoolRequest,com.google.longrunning.Operation> |
deleteAzureNodePoolSettings()
Returns the object with the settings used for calls to deleteAzureNodePool.
|
com.google.api.gax.rpc.UnaryCallSettings<GenerateAzureAccessTokenRequest,GenerateAzureAccessTokenResponse> |
generateAzureAccessTokenSettings()
Returns the object with the settings used for calls to generateAzureAccessToken.
|
com.google.api.gax.rpc.UnaryCallSettings<GetAzureClientRequest,AzureClient> |
getAzureClientSettings()
Returns the object with the settings used for calls to getAzureClient.
|
com.google.api.gax.rpc.UnaryCallSettings<GetAzureClusterRequest,AzureCluster> |
getAzureClusterSettings()
Returns the object with the settings used for calls to getAzureCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<GetAzureNodePoolRequest,AzureNodePool> |
getAzureNodePoolSettings()
Returns the object with the settings used for calls to getAzureNodePool.
|
com.google.api.gax.rpc.UnaryCallSettings<GetAzureServerConfigRequest,AzureServerConfig> |
getAzureServerConfigSettings()
Returns the object with the settings used for calls to getAzureServerConfig.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.PagedCallSettings<ListAzureClientsRequest,ListAzureClientsResponse,AzureClustersClient.ListAzureClientsPagedResponse> |
listAzureClientsSettings()
Returns the object with the settings used for calls to listAzureClients.
|
com.google.api.gax.rpc.PagedCallSettings<ListAzureClustersRequest,ListAzureClustersResponse,AzureClustersClient.ListAzureClustersPagedResponse> |
listAzureClustersSettings()
Returns the object with the settings used for calls to listAzureClusters.
|
com.google.api.gax.rpc.PagedCallSettings<ListAzureNodePoolsRequest,ListAzureNodePoolsResponse,AzureClustersClient.ListAzureNodePoolsPagedResponse> |
listAzureNodePoolsSettings()
Returns the object with the settings used for calls to listAzureNodePools.
|
static AzureClustersSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static AzureClustersSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
static AzureClustersSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
AzureClustersSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateAzureClusterRequest,AzureCluster,OperationMetadata> |
updateAzureClusterOperationSettings()
Returns the object with the settings used for calls to updateAzureCluster.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateAzureClusterRequest,com.google.longrunning.Operation> |
updateAzureClusterSettings()
Returns the object with the settings used for calls to updateAzureCluster.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateAzureNodePoolRequest,AzureNodePool,OperationMetadata> |
updateAzureNodePoolOperationSettings()
Returns the object with the settings used for calls to updateAzureNodePool.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateAzureNodePoolRequest,com.google.longrunning.Operation> |
updateAzureNodePoolSettings()
Returns the object with the settings used for calls to updateAzureNodePool.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toStringprotected AzureClustersSettings(AzureClustersSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallSettings<CreateAzureClientRequest,com.google.longrunning.Operation> createAzureClientSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateAzureClientRequest,AzureClient,OperationMetadata> createAzureClientOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetAzureClientRequest,AzureClient> getAzureClientSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListAzureClientsRequest,ListAzureClientsResponse,AzureClustersClient.ListAzureClientsPagedResponse> listAzureClientsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteAzureClientRequest,com.google.longrunning.Operation> deleteAzureClientSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteAzureClientRequest,com.google.protobuf.Empty,OperationMetadata> deleteAzureClientOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateAzureClusterRequest,com.google.longrunning.Operation> createAzureClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateAzureClusterRequest,AzureCluster,OperationMetadata> createAzureClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateAzureClusterRequest,com.google.longrunning.Operation> updateAzureClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateAzureClusterRequest,AzureCluster,OperationMetadata> updateAzureClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetAzureClusterRequest,AzureCluster> getAzureClusterSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListAzureClustersRequest,ListAzureClustersResponse,AzureClustersClient.ListAzureClustersPagedResponse> listAzureClustersSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteAzureClusterRequest,com.google.longrunning.Operation> deleteAzureClusterSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteAzureClusterRequest,com.google.protobuf.Empty,OperationMetadata> deleteAzureClusterOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GenerateAzureAccessTokenRequest,GenerateAzureAccessTokenResponse> generateAzureAccessTokenSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateAzureNodePoolRequest,com.google.longrunning.Operation> createAzureNodePoolSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateAzureNodePoolRequest,AzureNodePool,OperationMetadata> createAzureNodePoolOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateAzureNodePoolRequest,com.google.longrunning.Operation> updateAzureNodePoolSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateAzureNodePoolRequest,AzureNodePool,OperationMetadata> updateAzureNodePoolOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetAzureNodePoolRequest,AzureNodePool> getAzureNodePoolSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListAzureNodePoolsRequest,ListAzureNodePoolsResponse,AzureClustersClient.ListAzureNodePoolsPagedResponse> listAzureNodePoolsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteAzureNodePoolRequest,com.google.longrunning.Operation> deleteAzureNodePoolSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteAzureNodePoolRequest,com.google.protobuf.Empty,OperationMetadata> deleteAzureNodePoolOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetAzureServerConfigRequest,AzureServerConfig> getAzureServerConfigSettings()
public static final AzureClustersSettings create(AzureClustersStubSettings stub) throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static AzureClustersSettings.Builder newBuilder()
@BetaApi public static AzureClustersSettings.Builder newHttpJsonBuilder()
public static AzureClustersSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public AzureClustersSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.ClientSettings<AzureClustersSettings>Copyright © 2023 Google LLC. All rights reserved.