Package com.google.dataflow.v1beta3.stub
Class JobsV1Beta3StubSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.StubSettings.Builder<JobsV1Beta3StubSettings,JobsV1Beta3StubSettings.Builder>
-
- com.google.dataflow.v1beta3.stub.JobsV1Beta3StubSettings.Builder
-
- Enclosing class:
- JobsV1Beta3StubSettings
public static class JobsV1Beta3StubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<JobsV1Beta3StubSettings,JobsV1Beta3StubSettings.Builder>
Builder for JobsV1Beta3StubSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(JobsV1Beta3StubSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobsV1Beta3Client.AggregatedListJobsPagedResponse>
aggregatedListJobsSettings()
Returns the builder for the settings used for calls to aggregatedListJobs.JobsV1Beta3StubSettings.Builder
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.JobsV1Beta3StubSettings
build()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckActiveJobsRequest,CheckActiveJobsResponse>
checkActiveJobsSettings()
Returns the builder for the settings used for calls to checkActiveJobs.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateJobRequest,Job>
createJobSettings()
Returns the builder for the settings used for calls to createJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job>
getJobSettings()
Returns the builder for the settings used for calls to getJob.com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobsV1Beta3Client.ListJobsPagedResponse>
listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.UnaryCallSettings.Builder<SnapshotJobRequest,Snapshot>
snapshotJobSettings()
Returns the builder for the settings used for calls to snapshotJob.com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>>
unaryMethodSettingsBuilders()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateJobRequest,Job>
updateJobSettings()
Returns the builder for the settings used for calls to updateJob.-
Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder()
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(JobsV1Beta3StubSettings settings)
-
-
Method Detail
-
applyToAllUnaryMethods
public JobsV1Beta3StubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.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.
-
unaryMethodSettingsBuilders
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
-
createJobSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateJobRequest,Job> createJobSettings()
Returns the builder for the settings used for calls to createJob.
-
getJobSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetJobRequest,Job> getJobSettings()
Returns the builder for the settings used for calls to getJob.
-
updateJobSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateJobRequest,Job> updateJobSettings()
Returns the builder for the settings used for calls to updateJob.
-
listJobsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobsV1Beta3Client.ListJobsPagedResponse> listJobsSettings()
Returns the builder for the settings used for calls to listJobs.
-
aggregatedListJobsSettings
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobsV1Beta3Client.AggregatedListJobsPagedResponse> aggregatedListJobsSettings()
Returns the builder for the settings used for calls to aggregatedListJobs.
-
checkActiveJobsSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckActiveJobsRequest,CheckActiveJobsResponse> checkActiveJobsSettings()
Returns the builder for the settings used for calls to checkActiveJobs.
-
snapshotJobSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SnapshotJobRequest,Snapshot> snapshotJobSettings()
Returns the builder for the settings used for calls to snapshotJob.
-
build
public JobsV1Beta3StubSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.StubSettings.Builder<JobsV1Beta3StubSettings,JobsV1Beta3StubSettings.Builder>
- Throws:
IOException
-
-