Class BigQueryWriteStubSettings.Builder
java.lang.Object
com.google.api.gax.rpc.StubSettings.Builder<BigQueryWriteStubSettings,BigQueryWriteStubSettings.Builder>
com.google.cloud.bigquery.storage.v1beta2.stub.BigQueryWriteStubSettings.Builder
- Enclosing class:
- BigQueryWriteStubSettings
public static class BigQueryWriteStubSettings.Builder
extends com.google.api.gax.rpc.StubSettings.Builder<BigQueryWriteStubSettings,BigQueryWriteStubSettings.Builder>
Builder for BigQueryWriteStubSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(com.google.api.gax.rpc.ClientContext clientContext) protectedBuilder(BigQueryWriteStubSettings settings) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.gax.rpc.StreamingCallSettings.Builder<AppendRowsRequest,AppendRowsResponse> Deprecated.This method is deprecated and will be removed in the next major version update.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.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse> Deprecated.This method is deprecated and will be removed in the next major version update.build()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateWriteStreamRequest,WriteStream> Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings.Builder<FinalizeWriteStreamRequest,FinalizeWriteStreamResponse> Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings.Builder<FlushRowsRequest,FlushRowsResponse> Deprecated.This method is deprecated and will be removed in the next major version update.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetWriteStreamRequest,WriteStream> Deprecated.This method is deprecated and will be removed in the next major version update.com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogCheckIntervalDuration, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogCheckIntervalDuration, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, setUniverseDomain, toString
-
Constructor Details
-
Builder
protected Builder() -
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext) -
Builder
-
-
Method Details
-
applyToAllUnaryMethods
public BigQueryWriteStubSettings.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.Note: This method does not support applying settings to streaming methods.
-
unaryMethodSettingsBuilders
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders() -
createWriteStreamSettings
@Deprecated public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateWriteStreamRequest,WriteStream> createWriteStreamSettings()Deprecated.This method is deprecated and will be removed in the next major version update.Returns the builder for the settings used for calls to createWriteStream. -
appendRowsSettings
@Deprecated public com.google.api.gax.rpc.StreamingCallSettings.Builder<AppendRowsRequest,AppendRowsResponse> appendRowsSettings()Deprecated.This method is deprecated and will be removed in the next major version update.Returns the builder for the settings used for calls to appendRows. -
getWriteStreamSettings
@Deprecated public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetWriteStreamRequest,WriteStream> getWriteStreamSettings()Deprecated.This method is deprecated and will be removed in the next major version update.Returns the builder for the settings used for calls to getWriteStream. -
finalizeWriteStreamSettings
@Deprecated public com.google.api.gax.rpc.UnaryCallSettings.Builder<FinalizeWriteStreamRequest,FinalizeWriteStreamResponse> finalizeWriteStreamSettings()Deprecated.This method is deprecated and will be removed in the next major version update.Returns the builder for the settings used for calls to finalizeWriteStream. -
batchCommitWriteStreamsSettings
@Deprecated public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse> batchCommitWriteStreamsSettings()Deprecated.This method is deprecated and will be removed in the next major version update.Returns the builder for the settings used for calls to batchCommitWriteStreams. -
flushRowsSettings
@Deprecated public com.google.api.gax.rpc.UnaryCallSettings.Builder<FlushRowsRequest,FlushRowsResponse> flushRowsSettings()Deprecated.This method is deprecated and will be removed in the next major version update.Returns the builder for the settings used for calls to flushRows. -
build
- Specified by:
buildin classcom.google.api.gax.rpc.StubSettings.Builder<BigQueryWriteStubSettings,BigQueryWriteStubSettings.Builder> - Throws:
IOException
-