Class SpannerStubSettings.Builder (6.62.0)

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

Builder for SpannerStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > SpannerStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(SpannerStubSettings settings)

protected Builder(SpannerStubSettings settings)
Parameter
NameDescription
settingsSpannerStubSettings

Methods

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

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

batchCreateSessionsSettings()

public UnaryCallSettings.Builder<BatchCreateSessionsRequest,BatchCreateSessionsResponse> batchCreateSessionsSettings()

Returns the builder for the settings used for calls to batchCreateSessions.

batchWriteSettings()

public ServerStreamingCallSettings.Builder<BatchWriteRequest,BatchWriteResponse> batchWriteSettings()

Returns the builder for the settings used for calls to batchWrite.

beginTransactionSettings()

public UnaryCallSettings.Builder<BeginTransactionRequest,Transaction> beginTransactionSettings()

Returns the builder for the settings used for calls to beginTransaction.

build()

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

commitSettings()

public UnaryCallSettings.Builder<CommitRequest,CommitResponse> commitSettings()

Returns the builder for the settings used for calls to commit.

Returns
TypeDescription
Builder<CommitRequest,CommitResponse>

createSessionSettings()

public UnaryCallSettings.Builder<CreateSessionRequest,Session> createSessionSettings()

Returns the builder for the settings used for calls to createSession.

Returns
TypeDescription
Builder<CreateSessionRequest,Session>

deleteSessionSettings()

public UnaryCallSettings.Builder<DeleteSessionRequest,Empty> deleteSessionSettings()

Returns the builder for the settings used for calls to deleteSession.

Returns
TypeDescription
Builder<DeleteSessionRequest,Empty>

executeBatchDmlSettings()

public UnaryCallSettings.Builder<ExecuteBatchDmlRequest,ExecuteBatchDmlResponse> executeBatchDmlSettings()

Returns the builder for the settings used for calls to executeBatchDml.

executeSqlSettings()

public UnaryCallSettings.Builder<ExecuteSqlRequest,ResultSet> executeSqlSettings()

Returns the builder for the settings used for calls to executeSql.

Returns
TypeDescription
Builder<ExecuteSqlRequest,ResultSet>

executeStreamingSqlSettings()

public ServerStreamingCallSettings.Builder<ExecuteSqlRequest,PartialResultSet> executeStreamingSqlSettings()

Returns the builder for the settings used for calls to executeStreamingSql.

getEndpoint()

public String getEndpoint()

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

Returns
TypeDescription
String
Overrides

getSessionSettings()

public UnaryCallSettings.Builder<GetSessionRequest,Session> getSessionSettings()

Returns the builder for the settings used for calls to getSession.

Returns
TypeDescription
Builder<GetSessionRequest,Session>

listSessionsSettings()

public PagedCallSettings.Builder<ListSessionsRequest,ListSessionsResponse,SpannerClient.ListSessionsPagedResponse> listSessionsSettings()

Returns the builder for the settings used for calls to listSessions.

partitionQuerySettings()

public UnaryCallSettings.Builder<PartitionQueryRequest,PartitionResponse> partitionQuerySettings()

Returns the builder for the settings used for calls to partitionQuery.

partitionReadSettings()

public UnaryCallSettings.Builder<PartitionReadRequest,PartitionResponse> partitionReadSettings()

Returns the builder for the settings used for calls to partitionRead.

readSettings()

public UnaryCallSettings.Builder<ReadRequest,ResultSet> readSettings()

Returns the builder for the settings used for calls to read.

Returns
TypeDescription
Builder<ReadRequest,ResultSet>

rollbackSettings()

public UnaryCallSettings.Builder<RollbackRequest,Empty> rollbackSettings()

Returns the builder for the settings used for calls to rollback.

Returns
TypeDescription
Builder<RollbackRequest,Empty>

streamingReadSettings()

public ServerStreamingCallSettings.Builder<ReadRequest,PartialResultSet> streamingReadSettings()

Returns the builder for the settings used for calls to streamingRead.

Returns
TypeDescription
Builder<ReadRequest,PartialResultSet>

unaryMethodSettingsBuilders()

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