public static class BigQueryReadSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<BigQueryReadSettings,BigQueryReadSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(BigQueryReadSettings settings) |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(EnhancedBigQueryReadStubSettings.Builder stubSettings) |
| Modifier and Type | Method and Description |
|---|---|
BigQueryReadSettings.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.
|
BigQueryReadSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateReadSessionRequest,ReadSession> |
createReadSessionSettings()
Returns the builder for the settings used for calls to createReadSession.
|
EnhancedBigQueryReadStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ReadRowsRequest,ReadRowsResponse> |
readRowsSettings()
Returns the builder for the settings used for calls to readRows.
|
BigQueryReadSettings.Builder |
setReadRowsRetryAttemptListener(BigQueryReadSettings.RetryAttemptListener readRowsRetryAttemptListener) |
com.google.api.gax.rpc.UnaryCallSettings.Builder<SplitReadStreamRequest,SplitReadStreamResponse> |
splitReadStreamSettings()
Returns the builder for the settings used for calls to splitReadStream.
|
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, toStringprotected Builder()
throws IOException
IOExceptionprotected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(BigQueryReadSettings settings)
protected Builder(EnhancedBigQueryReadStubSettings.Builder stubSettings)
public EnhancedBigQueryReadStubSettings.Builder getStubSettingsBuilder()
public BigQueryReadSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater) throws Exception
Note: This method does not support applying settings to streaming methods.
Exceptionpublic BigQueryReadSettings.Builder setReadRowsRetryAttemptListener(BigQueryReadSettings.RetryAttemptListener readRowsRetryAttemptListener)
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateReadSessionRequest,ReadSession> createReadSessionSettings()
public com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ReadRowsRequest,ReadRowsResponse> readRowsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SplitReadStreamRequest,SplitReadStreamResponse> splitReadStreamSettings()
public BigQueryReadSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<BigQueryReadSettings,BigQueryReadSettings.Builder>IOExceptionCopyright © 2023 Google LLC. All rights reserved.