Uses of Class
com.google.api.gax.batching.BatchingSettings.Builder
Packages that use BatchingSettings.Builder
-
Uses of BatchingSettings.Builder in com.google.api.gax.batching
Methods in com.google.api.gax.batching that return BatchingSettings.BuilderModifier and TypeMethodDescriptionstatic BatchingSettings.BuilderBatchingSettings.newBuilder()Get a new builder.abstract BatchingSettings.BuilderBatchingSettings.Builder.setDelayThreshold(org.threeten.bp.Duration delayThreshold) Set the delay threshold to use for batching.abstract BatchingSettings.BuilderBatchingSettings.Builder.setElementCountThreshold(Long elementCountThreshold) Set the element count threshold to use for batching.abstract BatchingSettings.BuilderBatchingSettings.Builder.setFlowControlSettings(FlowControlSettings flowControlSettings) Set the flow control settings to be used.abstract BatchingSettings.BuilderBatchingSettings.Builder.setIsEnabled(Boolean enabled) Set if the batch should be enabled.abstract BatchingSettings.BuilderBatchingSettings.Builder.setRequestByteThreshold(Long requestByteThreshold) Set the request byte threshold to use for batching.abstract BatchingSettings.BuilderBatchingSettings.toBuilder()Get a builder with the same values as this object.