public static class AzureClustersSettings.Builder extends ClientSettings.Builder<AzureClustersSettings,AzureClustersSettings.Builder>
Builder for AzureClustersSettings.
Constructors
protected Builder(ClientContext clientContext)
protected Builder(AzureClustersSettings settings)
protected Builder(AzureClustersStubSettings.Builder stubSettings)
Methods
public AzureClustersSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
public AzureClustersSettings build()
Overrides
public OperationCallSettings.Builder<CreateAzureClientRequest,AzureClient,OperationMetadata> createAzureClientOperationSettings()
Returns the builder for the settings used for calls to createAzureClient.
public UnaryCallSettings.Builder<CreateAzureClientRequest,Operation> createAzureClientSettings()
Returns the builder for the settings used for calls to createAzureClient.
public OperationCallSettings.Builder<CreateAzureClusterRequest,AzureCluster,OperationMetadata> createAzureClusterOperationSettings()
Returns the builder for the settings used for calls to createAzureCluster.
public UnaryCallSettings.Builder<CreateAzureClusterRequest,Operation> createAzureClusterSettings()
Returns the builder for the settings used for calls to createAzureCluster.
public OperationCallSettings.Builder<CreateAzureNodePoolRequest,AzureNodePool,OperationMetadata> createAzureNodePoolOperationSettings()
Returns the builder for the settings used for calls to createAzureNodePool.
public UnaryCallSettings.Builder<CreateAzureNodePoolRequest,Operation> createAzureNodePoolSettings()
Returns the builder for the settings used for calls to createAzureNodePool.
public OperationCallSettings.Builder<DeleteAzureClientRequest,Empty,OperationMetadata> deleteAzureClientOperationSettings()
Returns the builder for the settings used for calls to deleteAzureClient.
public UnaryCallSettings.Builder<DeleteAzureClientRequest,Operation> deleteAzureClientSettings()
Returns the builder for the settings used for calls to deleteAzureClient.
public OperationCallSettings.Builder<DeleteAzureClusterRequest,Empty,OperationMetadata> deleteAzureClusterOperationSettings()
Returns the builder for the settings used for calls to deleteAzureCluster.
public UnaryCallSettings.Builder<DeleteAzureClusterRequest,Operation> deleteAzureClusterSettings()
Returns the builder for the settings used for calls to deleteAzureCluster.
public OperationCallSettings.Builder<DeleteAzureNodePoolRequest,Empty,OperationMetadata> deleteAzureNodePoolOperationSettings()
Returns the builder for the settings used for calls to deleteAzureNodePool.
public UnaryCallSettings.Builder<DeleteAzureNodePoolRequest,Operation> deleteAzureNodePoolSettings()
Returns the builder for the settings used for calls to deleteAzureNodePool.
public UnaryCallSettings.Builder<GenerateAzureAccessTokenRequest,GenerateAzureAccessTokenResponse> generateAzureAccessTokenSettings()
Returns the builder for the settings used for calls to generateAzureAccessToken.
public UnaryCallSettings.Builder<GenerateAzureClusterAgentTokenRequest,GenerateAzureClusterAgentTokenResponse> generateAzureClusterAgentTokenSettings()
Returns the builder for the settings used for calls to generateAzureClusterAgentToken.
public UnaryCallSettings.Builder<GetAzureClientRequest,AzureClient> getAzureClientSettings()
Returns the builder for the settings used for calls to getAzureClient.
public UnaryCallSettings.Builder<GetAzureClusterRequest,AzureCluster> getAzureClusterSettings()
Returns the builder for the settings used for calls to getAzureCluster.
public UnaryCallSettings.Builder<GetAzureJsonWebKeysRequest,AzureJsonWebKeys> getAzureJsonWebKeysSettings()
Returns the builder for the settings used for calls to getAzureJsonWebKeys.
public UnaryCallSettings.Builder<GetAzureNodePoolRequest,AzureNodePool> getAzureNodePoolSettings()
Returns the builder for the settings used for calls to getAzureNodePool.
public UnaryCallSettings.Builder<GetAzureOpenIdConfigRequest,AzureOpenIdConfig> getAzureOpenIdConfigSettings()
Returns the builder for the settings used for calls to getAzureOpenIdConfig.
public UnaryCallSettings.Builder<GetAzureServerConfigRequest,AzureServerConfig> getAzureServerConfigSettings()
Returns the builder for the settings used for calls to getAzureServerConfig.
public AzureClustersStubSettings.Builder getStubSettingsBuilder()
public PagedCallSettings.Builder<ListAzureClientsRequest,ListAzureClientsResponse,AzureClustersClient.ListAzureClientsPagedResponse> listAzureClientsSettings()
Returns the builder for the settings used for calls to listAzureClients.
public PagedCallSettings.Builder<ListAzureClustersRequest,ListAzureClustersResponse,AzureClustersClient.ListAzureClustersPagedResponse> listAzureClustersSettings()
Returns the builder for the settings used for calls to listAzureClusters.
public PagedCallSettings.Builder<ListAzureNodePoolsRequest,ListAzureNodePoolsResponse,AzureClustersClient.ListAzureNodePoolsPagedResponse> listAzureNodePoolsSettings()
Returns the builder for the settings used for calls to listAzureNodePools.
public OperationCallSettings.Builder<UpdateAzureClusterRequest,AzureCluster,OperationMetadata> updateAzureClusterOperationSettings()
Returns the builder for the settings used for calls to updateAzureCluster.
public UnaryCallSettings.Builder<UpdateAzureClusterRequest,Operation> updateAzureClusterSettings()
Returns the builder for the settings used for calls to updateAzureCluster.
public OperationCallSettings.Builder<UpdateAzureNodePoolRequest,AzureNodePool,OperationMetadata> updateAzureNodePoolOperationSettings()
Returns the builder for the settings used for calls to updateAzureNodePool.
public UnaryCallSettings.Builder<UpdateAzureNodePoolRequest,Operation> updateAzureNodePoolSettings()
Returns the builder for the settings used for calls to updateAzureNodePool.