public static class BatchControllerStubSettings.Builder extends StubSettings.Builder<BatchControllerStubSettings,BatchControllerStubSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(BatchControllerStubSettings settings) |
protected |
Builder(ClientContext clientContext) |
Modifier and Type | Method and Description |
---|---|
BatchControllerStubSettings.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.
|
BatchControllerStubSettings |
build() |
OperationCallSettings.Builder<CreateBatchRequest,Batch,BatchOperationMetadata> |
createBatchOperationSettings()
Returns the builder for the settings used for calls to createBatch.
|
UnaryCallSettings.Builder<CreateBatchRequest,Operation> |
createBatchSettings()
Returns the builder for the settings used for calls to createBatch.
|
UnaryCallSettings.Builder<DeleteBatchRequest,Empty> |
deleteBatchSettings()
Returns the builder for the settings used for calls to deleteBatch.
|
UnaryCallSettings.Builder<GetBatchRequest,Batch> |
getBatchSettings()
Returns the builder for the settings used for calls to getBatch.
|
PagedCallSettings.Builder<ListBatchesRequest,ListBatchesResponse,BatchControllerClient.ListBatchesPagedResponse> |
listBatchesSettings()
Returns the builder for the settings used for calls to listBatches.
|
com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
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(BatchControllerStubSettings settings)
public BatchControllerStubSettings.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<CreateBatchRequest,Operation> createBatchSettings()
@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder<CreateBatchRequest,Batch,BatchOperationMetadata> createBatchOperationSettings()
public UnaryCallSettings.Builder<GetBatchRequest,Batch> getBatchSettings()
public PagedCallSettings.Builder<ListBatchesRequest,ListBatchesResponse,BatchControllerClient.ListBatchesPagedResponse> listBatchesSettings()
public UnaryCallSettings.Builder<DeleteBatchRequest,Empty> deleteBatchSettings()
public BatchControllerStubSettings build() throws IOException
build
in class StubSettings.Builder<BatchControllerStubSettings,BatchControllerStubSettings.Builder>
IOException
Copyright © 2022 Google LLC. All rights reserved.