Class BigQueryWriteStubSettings.Builder (3.3.1)

public static class BigQueryWriteStubSettings.Builder extends StubSettings.Builder<BigQueryWriteStubSettings,BigQueryWriteStubSettings.Builder>

Builder for BigQueryWriteStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > BigQueryWriteStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(BigQueryWriteStubSettings settings)

protected Builder(BigQueryWriteStubSettings settings)
Parameter
NameDescription
settingsBigQueryWriteStubSettings

Methods

appendRowsSettings() (deprecated)

public 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.

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

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.

Parameter
NameDescription
settingsUpdaterApiFunction<Builder<?,?>,Void>
Returns
TypeDescription
BigQueryWriteStubSettings.Builder

batchCommitWriteStreamsSettings() (deprecated)

public 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.

build()

public BigQueryWriteStubSettings build()
Returns
TypeDescription
BigQueryWriteStubSettings
Overrides
Exceptions
TypeDescription
IOException

createWriteStreamSettings() (deprecated)

public 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.

finalizeWriteStreamSettings() (deprecated)

public 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.

flushRowsSettings() (deprecated)

public 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.

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

getWriteStreamSettings() (deprecated)

public 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.

unaryMethodSettingsBuilders()

public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
TypeDescription
com.google.common.collect.ImmutableList<Builder<?,?>>