@Generated(value="by gapic-generator") @BetaApi public class JobServiceSettings extends com.google.api.gax.rpc.ClientSettings<JobServiceSettings>
JobServiceClient
.
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 createJob to 30 seconds:
JobServiceSettings.Builder jobServiceSettingsBuilder =
JobServiceSettings.newBuilder();
jobServiceSettingsBuilder.createJobSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
JobServiceSettings jobServiceSettings = jobServiceSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
JobServiceSettings.Builder
Builder for JobServiceSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
JobServiceSettings(JobServiceSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.OperationCallSettings<BatchCreateJobsRequest,JobOperationResult,BatchOperationMetadata> |
batchCreateJobsOperationSettings()
Returns the object with the settings used for calls to batchCreateJobs.
|
com.google.api.gax.rpc.UnaryCallSettings<BatchCreateJobsRequest,com.google.longrunning.Operation> |
batchCreateJobsSettings()
Returns the object with the settings used for calls to batchCreateJobs.
|
com.google.api.gax.rpc.UnaryCallSettings<BatchDeleteJobsRequest,Empty> |
batchDeleteJobsSettings()
Returns the object with the settings used for calls to batchDeleteJobs.
|
com.google.api.gax.rpc.OperationCallSettings<BatchUpdateJobsRequest,JobOperationResult,BatchOperationMetadata> |
batchUpdateJobsOperationSettings()
Returns the object with the settings used for calls to batchUpdateJobs.
|
com.google.api.gax.rpc.UnaryCallSettings<BatchUpdateJobsRequest,com.google.longrunning.Operation> |
batchUpdateJobsSettings()
Returns the object with the settings used for calls to batchUpdateJobs.
|
static JobServiceSettings |
create(JobServiceStubSettings stub) |
com.google.api.gax.rpc.UnaryCallSettings<CreateJobRequest,Job> |
createJobSettings()
Returns the object with the settings used for calls to createJob.
|
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 ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.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.
|
com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job> |
getJobSettings()
Returns the object with the settings used for calls to getJob.
|
com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,JobServiceClient.ListJobsPagedResponse> |
listJobsSettings()
Returns the object with the settings used for calls to listJobs.
|
static JobServiceSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static JobServiceSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
com.google.api.gax.rpc.PagedCallSettings<SearchJobsRequest,SearchJobsResponse,JobServiceClient.SearchJobsForAlertPagedResponse> |
searchJobsForAlertSettings()
Returns the object with the settings used for calls to searchJobsForAlert.
|
com.google.api.gax.rpc.PagedCallSettings<SearchJobsRequest,SearchJobsResponse,JobServiceClient.SearchJobsPagedResponse> |
searchJobsSettings()
Returns the object with the settings used for calls to searchJobs.
|
JobServiceSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateJobRequest,Job> |
updateJobSettings()
Returns the object with the settings used for calls to updateJob.
|
protected JobServiceSettings(JobServiceSettings.Builder settingsBuilder) throws IOException
IOException
public com.google.api.gax.rpc.UnaryCallSettings<CreateJobRequest,Job> createJobSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetJobRequest,Job> getJobSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateJobRequest,Job> updateJobSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteJobRequest,Empty> deleteJobSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,JobServiceClient.ListJobsPagedResponse> listJobsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<BatchDeleteJobsRequest,Empty> batchDeleteJobsSettings()
public com.google.api.gax.rpc.PagedCallSettings<SearchJobsRequest,SearchJobsResponse,JobServiceClient.SearchJobsPagedResponse> searchJobsSettings()
public com.google.api.gax.rpc.PagedCallSettings<SearchJobsRequest,SearchJobsResponse,JobServiceClient.SearchJobsForAlertPagedResponse> searchJobsForAlertSettings()
public com.google.api.gax.rpc.UnaryCallSettings<BatchCreateJobsRequest,com.google.longrunning.Operation> batchCreateJobsSettings()
@BetaApi(value="The surface for long-running operations is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings<BatchCreateJobsRequest,JobOperationResult,BatchOperationMetadata> batchCreateJobsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<BatchUpdateJobsRequest,com.google.longrunning.Operation> batchUpdateJobsSettings()
@BetaApi(value="The surface for long-running operations is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings<BatchUpdateJobsRequest,JobOperationResult,BatchOperationMetadata> batchUpdateJobsOperationSettings()
public static final JobServiceSettings create(JobServiceStubSettings stub) throws IOException
IOException
public 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()
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 JobServiceSettings.Builder newBuilder()
public static JobServiceSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public JobServiceSettings.Builder toBuilder()
toBuilder
in class com.google.api.gax.rpc.ClientSettings<JobServiceSettings>
Copyright © 2019 Google LLC. All rights reserved.