public static class BigtableStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<BigtableStubSettings,BigtableStubSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(BigtableStubSettings settings) |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
| Modifier and Type | Method and Description |
|---|---|
BigtableStubSettings.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.
|
BigtableStubSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckAndMutateRowRequest,CheckAndMutateRowResponse> |
checkAndMutateRowSettings()
Returns the builder for the settings used for calls to checkAndMutateRow.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<MutateRowRequest,MutateRowResponse> |
mutateRowSettings()
Returns the builder for the settings used for calls to mutateRow.
|
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<MutateRowsRequest,MutateRowsResponse> |
mutateRowsSettings()
Returns the builder for the settings used for calls to mutateRows.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<ReadModifyWriteRowRequest,ReadModifyWriteRowResponse> |
readModifyWriteRowSettings()
Returns the builder for the settings used for calls to readModifyWriteRow.
|
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ReadRowsRequest,ReadRowsResponse> |
readRowsSettings()
Returns the builder for the settings used for calls to readRows.
|
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<SampleRowKeysRequest,SampleRowKeysResponse> |
sampleRowKeysSettings()
Returns the builder for the settings used for calls to sampleRowKeys.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
applyToAllUnaryMethods, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTransportChannelProvider, self, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setHeaderProvider, setInternalHeaderProvider, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setTransportChannelProvider, toStringprotected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(BigtableStubSettings settings)
public BigtableStubSettings.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 com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<ReadRowsRequest,ReadRowsResponse> readRowsSettings()
public com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<SampleRowKeysRequest,SampleRowKeysResponse> sampleRowKeysSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<MutateRowRequest,MutateRowResponse> mutateRowSettings()
public com.google.api.gax.rpc.ServerStreamingCallSettings.Builder<MutateRowsRequest,MutateRowsResponse> mutateRowsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckAndMutateRowRequest,CheckAndMutateRowResponse> checkAndMutateRowSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ReadModifyWriteRowRequest,ReadModifyWriteRowResponse> readModifyWriteRowSettings()
public BigtableStubSettings build() throws IOException
build in class com.google.api.gax.rpc.StubSettings.Builder<BigtableStubSettings,BigtableStubSettings.Builder>IOExceptionCopyright © 2018 Google LLC. All rights reserved.