public static class BatchControllerSettings.Builder extends ClientSettings.Builder<BatchControllerSettings,BatchControllerSettings.Builder>
Modifier | Constructor and Description |
---|---|
protected |
Builder() |
protected |
Builder(BatchControllerSettings settings) |
protected |
Builder(BatchControllerStubSettings.Builder stubSettings) |
protected |
Builder(ClientContext clientContext) |
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
protected Builder() throws IOException
IOException
protected Builder(ClientContext clientContext)
protected Builder(BatchControllerSettings settings)
protected Builder(BatchControllerStubSettings.Builder stubSettings)
public BatchControllerStubSettings.Builder getStubSettingsBuilder()
public BatchControllerSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public UnaryCallSettings.Builder<CreateBatchRequest,Operation> createBatchSettings()
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 BatchControllerSettings build() throws IOException
build
in class ClientSettings.Builder<BatchControllerSettings,BatchControllerSettings.Builder>
IOException
Copyright © 2022 Google LLC. All rights reserved.