| Package | Description |
|---|---|
| com.google.api.services.servicenetworking.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
BatchingSettingsProto |
BatchingSettingsProto.clone() |
BatchingSettingsProto |
BatchingConfigProto.getThresholds()
The thresholds which trigger a batched request to be sent.
|
BatchingSettingsProto |
BatchingSettingsProto.set(String fieldName,
Object value) |
BatchingSettingsProto |
BatchingSettingsProto.setDelayThreshold(String delayThreshold)
The duration after which a batch should be sent, starting from the addition of the first
message to that batch.
|
BatchingSettingsProto |
BatchingSettingsProto.setElementCountLimit(Integer elementCountLimit)
The maximum number of elements collected in a batch that could be accepted by server.
|
BatchingSettingsProto |
BatchingSettingsProto.setElementCountThreshold(Integer elementCountThreshold)
The number of elements of a field collected into a batch which, if exceeded, causes the batch
to be sent.
|
BatchingSettingsProto |
BatchingSettingsProto.setFlowControlByteLimit(Integer flowControlByteLimit)
The maximum size of data allowed by flow control.
|
BatchingSettingsProto |
BatchingSettingsProto.setFlowControlElementLimit(Integer flowControlElementLimit)
The maximum number of elements allowed by flow control.
|
BatchingSettingsProto |
BatchingSettingsProto.setFlowControlLimitExceededBehavior(String flowControlLimitExceededBehavior)
The behavior to take when the flow control limit is exceeded.
|
BatchingSettingsProto |
BatchingSettingsProto.setRequestByteLimit(Integer requestByteLimit)
The maximum size of the request that could be accepted by server.
|
BatchingSettingsProto |
BatchingSettingsProto.setRequestByteThreshold(Long requestByteThreshold)
The aggregated size of the batched field which, if exceeded, causes the batch to be sent.
|
| Modifier and Type | Method and Description |
|---|---|
BatchingConfigProto |
BatchingConfigProto.setThresholds(BatchingSettingsProto thresholds)
The thresholds which trigger a batched request to be sent.
|
Copyright © 2011–2025 Google. All rights reserved.