@Generated(value="by gapic-generator") @BetaApi public class JobServiceStubSettings extends com.google.api.gax.rpc.StubSettings<JobServiceStubSettings>
JobServiceStub
.
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:
JobServiceStubSettings.Builder jobServiceSettingsBuilder =
JobServiceStubSettings.newBuilder();
jobServiceSettingsBuilder.createJobSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
JobServiceStubSettings jobServiceSettings = jobServiceSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
JobServiceStubSettings.Builder
Builder for JobServiceStubSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
JobServiceStubSettings(JobServiceStubSettings.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.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateJobRequest,Job> |
createJobSettings()
Returns the object with the settings used for calls to createJob.
|
JobServiceStub |
createStub() |
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 JobServiceStubSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static JobServiceStubSettings.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.
|
JobServiceStubSettings.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 JobServiceStubSettings(JobServiceStubSettings.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 use by generated code 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 use by generated code is not stable yet and may change in the future.") public com.google.api.gax.rpc.OperationCallSettings<BatchUpdateJobsRequest,JobOperationResult,BatchOperationMetadata> batchUpdateJobsOperationSettings()
@BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public JobServiceStub createStub() 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 JobServiceStubSettings.Builder newBuilder()
public static JobServiceStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public JobServiceStubSettings.Builder toBuilder()
toBuilder
in class com.google.api.gax.rpc.StubSettings<JobServiceStubSettings>
Copyright © 2019 Google LLC. All rights reserved.