Uses of Class
com.google.api.BatchingSettingsProto.Builder
Packages that use BatchingSettingsProto.Builder
-
Uses of BatchingSettingsProto.Builder in com.google.api
Methods in com.google.api that return BatchingSettingsProto.BuilderModifier and TypeMethodDescriptionBatchingSettingsProto.Builder.clear()BatchingSettingsProto.Builder.clearDelayThreshold()The duration after which a batch should be sent, starting from the addition of the first message to that batch.BatchingSettingsProto.Builder.clearElementCountLimit()The maximum number of elements collected in a batch that could be accepted by server.BatchingSettingsProto.Builder.clearElementCountThreshold()The number of elements of a field collected into a batch which, if exceeded, causes the batch to be sent.BatchingSettingsProto.Builder.clearFlowControlByteLimit()The maximum size of data allowed by flow control.BatchingSettingsProto.Builder.clearFlowControlElementLimit()The maximum number of elements allowed by flow control.BatchingSettingsProto.Builder.clearFlowControlLimitExceededBehavior()The behavior to take when the flow control limit is exceeded.BatchingSettingsProto.Builder.clearRequestByteLimit()The maximum size of the request that could be accepted by server.BatchingSettingsProto.Builder.clearRequestByteThreshold()The aggregated size of the batched field which, if exceeded, causes the batch to be sent.BatchingConfigProto.Builder.getThresholdsBuilder()The thresholds which trigger a batched request to be sent.BatchingSettingsProto.Builder.mergeDelayThreshold(com.google.protobuf.Duration value) The duration after which a batch should be sent, starting from the addition of the first message to that batch.BatchingSettingsProto.Builder.mergeFrom(BatchingSettingsProto other) BatchingSettingsProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BatchingSettingsProto.Builder.mergeFrom(com.google.protobuf.Message other) BatchingSettingsProto.newBuilder()BatchingSettingsProto.newBuilder(BatchingSettingsProto prototype) BatchingSettingsProto.newBuilderForType()protected BatchingSettingsProto.BuilderBatchingSettingsProto.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BatchingSettingsProto.Builder.setDelayThreshold(com.google.protobuf.Duration value) The duration after which a batch should be sent, starting from the addition of the first message to that batch.BatchingSettingsProto.Builder.setDelayThreshold(com.google.protobuf.Duration.Builder builderForValue) The duration after which a batch should be sent, starting from the addition of the first message to that batch.BatchingSettingsProto.Builder.setElementCountLimit(int value) The maximum number of elements collected in a batch that could be accepted by server.BatchingSettingsProto.Builder.setElementCountThreshold(int value) The number of elements of a field collected into a batch which, if exceeded, causes the batch to be sent.BatchingSettingsProto.Builder.setFlowControlByteLimit(int value) The maximum size of data allowed by flow control.BatchingSettingsProto.Builder.setFlowControlElementLimit(int value) The maximum number of elements allowed by flow control.BatchingSettingsProto.Builder.setFlowControlLimitExceededBehavior(FlowControlLimitExceededBehaviorProto value) The behavior to take when the flow control limit is exceeded.BatchingSettingsProto.Builder.setFlowControlLimitExceededBehaviorValue(int value) The behavior to take when the flow control limit is exceeded.BatchingSettingsProto.Builder.setRequestByteLimit(int value) The maximum size of the request that could be accepted by server.BatchingSettingsProto.Builder.setRequestByteThreshold(long value) The aggregated size of the batched field which, if exceeded, causes the batch to be sent.BatchingSettingsProto.toBuilder()Methods in com.google.api with parameters of type BatchingSettingsProto.BuilderModifier and TypeMethodDescriptionBatchingConfigProto.Builder.setThresholds(BatchingSettingsProto.Builder builderForValue) The thresholds which trigger a batched request to be sent.