Class BigtableBulkReadRowsCallSettings.Builder
-
- Enclosing class:
- BigtableBulkReadRowsCallSettings
public static class BigtableBulkReadRowsCallSettings.Builder extends com.google.api.gax.rpc.UnaryCallSettings.Builder<Query,List<Row>>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigtableBulkReadRowsCallSettingsbuild()Builds theBigtableBulkReadRowsCallSettingsobject with provided configuration.com.google.api.gax.batching.BatchingSettingsgetBatchingSettings()Returns theBatchingSettings.BigtableBulkReadRowsCallSettings.BuildersetBatchingSettings(com.google.api.gax.batching.BatchingSettings batchingSettings)Sets the batching settings with various thresholds.BigtableBulkReadRowsCallSettings.BuildersetRetryableCodes(com.google.api.gax.rpc.StatusCode.Code... codes)Sets the rpc failurecode, for which retries should be performed.BigtableBulkReadRowsCallSettings.BuildersetRetryableCodes(Set<com.google.api.gax.rpc.StatusCode.Code> retryableCodes)Sets the rpc failurecode, for which retries should be performed.BigtableBulkReadRowsCallSettings.BuildersetRetrySettings(com.google.api.gax.retrying.RetrySettings retrySettings)Sets theRetrySettingsvalues for each retry attempts.
-
-
-
Method Detail
-
setBatchingSettings
public BigtableBulkReadRowsCallSettings.Builder setBatchingSettings(@Nonnull com.google.api.gax.batching.BatchingSettings batchingSettings)
Sets the batching settings with various thresholds.
-
getBatchingSettings
public com.google.api.gax.batching.BatchingSettings getBatchingSettings()
Returns theBatchingSettings.
-
setRetryableCodes
public BigtableBulkReadRowsCallSettings.Builder setRetryableCodes(com.google.api.gax.rpc.StatusCode.Code... codes)
Sets the rpc failurecode, for which retries should be performed.
-
setRetryableCodes
public BigtableBulkReadRowsCallSettings.Builder setRetryableCodes(Set<com.google.api.gax.rpc.StatusCode.Code> retryableCodes)
Sets the rpc failurecode, for which retries should be performed.
-
setRetrySettings
public BigtableBulkReadRowsCallSettings.Builder setRetrySettings(@Nonnull com.google.api.gax.retrying.RetrySettings retrySettings)
Sets theRetrySettingsvalues for each retry attempts.
-
build
public BigtableBulkReadRowsCallSettings build()
Builds theBigtableBulkReadRowsCallSettingsobject with provided configuration.
-
-