public static class JobControllerStubSettings.Builder extends StubSettings.Builder<JobControllerStubSettings,JobControllerStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(ClientContext clientContext) |
protected |
Builder(JobControllerStubSettings settings) |
Modifier and Type | Method and Description |
---|---|
JobControllerStubSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
JobControllerStubSettings |
build() |
UnaryCallSettings.Builder<CancelJobRequest,Job> |
cancelJobSettings()
Returns the builder for the settings used for calls to cancelJob.
|
UnaryCallSettings.Builder<DeleteJobRequest,Empty> |
deleteJobSettings()
Returns the builder for the settings used for calls to deleteJob.
|
UnaryCallSettings.Builder<GetJobRequest,Job> |
getJobSettings()
Returns the builder for the settings used for calls to getJob.
|
PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobControllerClient.ListJobsPagedResponse> |
listJobsSettings()
Returns the builder for the settings used for calls to listJobs.
|
OperationCallSettings.Builder<SubmitJobRequest,Job,JobMetadata> |
submitJobAsOperationOperationSettings()
Returns the builder for the settings used for calls to submitJobAsOperation.
|
UnaryCallSettings.Builder<SubmitJobRequest,Operation> |
submitJobAsOperationSettings()
Returns the builder for the settings used for calls to submitJobAs.
|
UnaryCallSettings.Builder<SubmitJobRequest,Job> |
submitJobSettings()
Returns the builder for the settings used for calls to submitJob.
|
com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
UnaryCallSettings.Builder<UpdateJobRequest,Job> |
updateJobSettings()
Returns the builder for the settings used for calls to updateJob.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, toString
protected Builder()
protected Builder(ClientContext clientContext)
protected Builder(JobControllerStubSettings settings)
public JobControllerStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public UnaryCallSettings.Builder<SubmitJobRequest,Job> submitJobSettings()
public UnaryCallSettings.Builder<SubmitJobRequest,Operation> submitJobAsOperationSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder<SubmitJobRequest,Job,JobMetadata> submitJobAsOperationOperationSettings()
public UnaryCallSettings.Builder<GetJobRequest,Job> getJobSettings()
public PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobControllerClient.ListJobsPagedResponse> listJobsSettings()
public UnaryCallSettings.Builder<UpdateJobRequest,Job> updateJobSettings()
public UnaryCallSettings.Builder<CancelJobRequest,Job> cancelJobSettings()
public UnaryCallSettings.Builder<DeleteJobRequest,Empty> deleteJobSettings()
public JobControllerStubSettings build() throws IOException
build
in class StubSettings.Builder<JobControllerStubSettings,JobControllerStubSettings.Builder>
IOException
Copyright © 2022 Google LLC. All rights reserved.