Class BigQueryWriteStubSettings.Builder
java.lang.Object
com.google.api.gax.rpc.StubSettings.Builder<BigQueryWriteStubSettings,BigQueryWriteStubSettings.Builder>
com.google.cloud.bigquery.storage.v1.stub.BigQueryWriteStubSettings.Builder
- Enclosing class:
- BigQueryWriteStubSettings
public static class BigQueryWriteStubSettings.Builder
extends StubSettings.Builder<BigQueryWriteStubSettings,BigQueryWriteStubSettings.Builder>
Builder for BigQueryWriteStubSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(BigQueryWriteStubSettings settings) -
Method Summary
Modifier and TypeMethodDescriptionReturns the builder for the settings used for calls to appendRows.applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void> settingsUpdater) Applies the given settings updater function to all of the unary API methods in this service.Returns the builder for the settings used for calls to batchCommitWriteStreams.build()Returns the builder for the settings used for calls to createWriteStream.Returns the builder for the settings used for calls to finalizeWriteStream.Returns the builder for the settings used for calls to flushRows.Returns the builder for the settings used for calls to getWriteStream.com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogCheckIntervalDuration, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogCheckIntervalDuration, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, setUniverseDomain, toString
-
Constructor Details
-
Builder
protected Builder() -
Builder
-
Builder
-
-
Method Details
-
applyToAllUnaryMethods
public BigQueryWriteStubSettings.Builder applyToAllUnaryMethods(ApiFunction<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<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders() -
createWriteStreamSettings
Returns the builder for the settings used for calls to createWriteStream. -
appendRowsSettings
Returns the builder for the settings used for calls to appendRows. -
getWriteStreamSettings
Returns the builder for the settings used for calls to getWriteStream. -
finalizeWriteStreamSettings
public UnaryCallSettings.Builder<FinalizeWriteStreamRequest,FinalizeWriteStreamResponse> finalizeWriteStreamSettings()Returns the builder for the settings used for calls to finalizeWriteStream. -
batchCommitWriteStreamsSettings
public UnaryCallSettings.Builder<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse> batchCommitWriteStreamsSettings()Returns the builder for the settings used for calls to batchCommitWriteStreams. -
flushRowsSettings
Returns the builder for the settings used for calls to flushRows. -
build
- Specified by:
buildin classStubSettings.Builder<BigQueryWriteStubSettings,BigQueryWriteStubSettings.Builder> - Throws:
IOException
-