@Generated(value="by gapic-generator-java") public class JobControllerSettings extends ClientSettings<JobControllerSettings>
JobControllerClient
.
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 submitJob 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
JobControllerSettings.Builder jobControllerSettingsBuilder = JobControllerSettings.newBuilder();
jobControllerSettingsBuilder
.submitJobSettings()
.setRetrySettings(
jobControllerSettingsBuilder.submitJobSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
JobControllerSettings jobControllerSettings = jobControllerSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
JobControllerSettings.Builder
Builder for JobControllerSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
JobControllerSettings(JobControllerSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
UnaryCallSettings<CancelJobRequest,Job> |
cancelJobSettings()
Returns the object with the settings used for calls to cancelJob.
|
static JobControllerSettings |
create(JobControllerStubSettings stub) |
static ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
|
static InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static TransportChannelProvider |
defaultTransportChannelProvider() |
UnaryCallSettings<DeleteJobRequest,Empty> |
deleteJobSettings()
Returns the object with the settings used for calls to deleteJob.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
UnaryCallSettings<GetJobRequest,Job> |
getJobSettings()
Returns the object with the settings used for calls to getJob.
|
PagedCallSettings<ListJobsRequest,ListJobsResponse,JobControllerClient.ListJobsPagedResponse> |
listJobsSettings()
Returns the object with the settings used for calls to listJobs.
|
static JobControllerSettings.Builder |
newBuilder()
Returns a new gRPC builder for this class.
|
static JobControllerSettings.Builder |
newBuilder(ClientContext clientContext)
Returns a new builder for this class.
|
static JobControllerSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
OperationCallSettings<SubmitJobRequest,Job,JobMetadata> |
submitJobAsOperationOperationSettings()
Returns the object with the settings used for calls to submitJobAsOperation.
|
UnaryCallSettings<SubmitJobRequest,Operation> |
submitJobAsOperationSettings()
Returns the object with the settings used for calls to submitJobAs.
|
UnaryCallSettings<SubmitJobRequest,Job> |
submitJobSettings()
Returns the object with the settings used for calls to submitJob.
|
JobControllerSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
UnaryCallSettings<UpdateJobRequest,Job> |
updateJobSettings()
Returns the object with the settings used for calls to updateJob.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
protected JobControllerSettings(JobControllerSettings.Builder settingsBuilder) throws IOException
IOException
public UnaryCallSettings<SubmitJobRequest,Job> submitJobSettings()
public UnaryCallSettings<SubmitJobRequest,Operation> submitJobAsOperationSettings()
public OperationCallSettings<SubmitJobRequest,Job,JobMetadata> submitJobAsOperationOperationSettings()
public UnaryCallSettings<GetJobRequest,Job> getJobSettings()
public PagedCallSettings<ListJobsRequest,ListJobsResponse,JobControllerClient.ListJobsPagedResponse> listJobsSettings()
public UnaryCallSettings<UpdateJobRequest,Job> updateJobSettings()
public UnaryCallSettings<CancelJobRequest,Job> cancelJobSettings()
public UnaryCallSettings<DeleteJobRequest,Empty> deleteJobSettings()
public static final JobControllerSettings create(JobControllerStubSettings stub) throws IOException
IOException
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
@BetaApi public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static JobControllerSettings.Builder newBuilder()
@BetaApi public static JobControllerSettings.Builder newHttpJsonBuilder()
public static JobControllerSettings.Builder newBuilder(ClientContext clientContext)
public JobControllerSettings.Builder toBuilder()
toBuilder
in class ClientSettings<JobControllerSettings>
Copyright © 2022 Google LLC. All rights reserved.