Class ClusterControllerStubSettings (3.0.3)

public class ClusterControllerStubSettings extends StubSettings<ClusterControllerStubSettings>

Settings class to configure an instance of ClusterControllerStub.

The default instance has everything set to sensible defaults:

  • The default service address (dataproc.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 getCluster to 30 seconds:


 ClusterControllerStubSettings.Builder clusterControllerSettingsBuilder =
     ClusterControllerStubSettings.newBuilder();
 clusterControllerSettingsBuilder
     .getClusterSettings()
     .setRetrySettings(
         clusterControllerSettingsBuilder
             .getClusterSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 ClusterControllerStubSettings clusterControllerSettings =
     clusterControllerSettingsBuilder.build();
 

Inheritance

java.lang.Object > StubSettings > ClusterControllerStubSettings

Static Methods

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 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

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static ClusterControllerStubSettings.Builder newBuilder()

Returns a new builder for this class.

Returns

newBuilder(ClientContext clientContext)

public static ClusterControllerStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns

Constructors

ClusterControllerStubSettings(ClusterControllerStubSettings.Builder settingsBuilder)

protected ClusterControllerStubSettings(ClusterControllerStubSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderClusterControllerStubSettings.Builder

Methods

createClusterOperationSettings()

public OperationCallSettings<CreateClusterRequest,Cluster,ClusterOperationMetadata> createClusterOperationSettings()

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

Returns

createClusterSettings()

public UnaryCallSettings<CreateClusterRequest,Operation> createClusterSettings()

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

Returns

createStub()

public ClusterControllerStub createStub()
Returns
TypeDescription
ClusterControllerStub
Exceptions
TypeDescription
IOException

deleteClusterOperationSettings()

public OperationCallSettings<DeleteClusterRequest,Empty,ClusterOperationMetadata> deleteClusterOperationSettings()

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

Returns

deleteClusterSettings()

public UnaryCallSettings<DeleteClusterRequest,Operation> deleteClusterSettings()

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

Returns

diagnoseClusterOperationSettings()

public OperationCallSettings<DiagnoseClusterRequest,DiagnoseClusterResults,ClusterOperationMetadata> diagnoseClusterOperationSettings()

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

Returns

diagnoseClusterSettings()

public UnaryCallSettings<DiagnoseClusterRequest,Operation> diagnoseClusterSettings()

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

Returns

getClusterSettings()

public UnaryCallSettings<GetClusterRequest,Cluster> getClusterSettings()

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

Returns

listClustersSettings()

public PagedCallSettings<ListClustersRequest,ListClustersResponse,ClusterControllerClient.ListClustersPagedResponse> listClustersSettings()

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

Returns

startClusterOperationSettings()

public OperationCallSettings<StartClusterRequest,Cluster,ClusterOperationMetadata> startClusterOperationSettings()

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

Returns

startClusterSettings()

public UnaryCallSettings<StartClusterRequest,Operation> startClusterSettings()

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

Returns

stopClusterOperationSettings()

public OperationCallSettings<StopClusterRequest,Cluster,ClusterOperationMetadata> stopClusterOperationSettings()

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

Returns

stopClusterSettings()

public UnaryCallSettings<StopClusterRequest,Operation> stopClusterSettings()

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

Returns

toBuilder()

public ClusterControllerStubSettings.Builder toBuilder()

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

Returns Overrides

updateClusterOperationSettings()

public OperationCallSettings<UpdateClusterRequest,Cluster,ClusterOperationMetadata> updateClusterOperationSettings()

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

Returns

updateClusterSettings()

public UnaryCallSettings<UpdateClusterRequest,Operation> updateClusterSettings()

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

Returns