public interface FlowControlRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAllowedBytes()
The number of byte tokens to grant.
|
long |
getAllowedMessages()
The number of message tokens to grant.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getAllowedMessages()
The number of message tokens to grant. Must be greater than or equal to 0.
int64 allowed_messages = 1;long getAllowedBytes()
The number of byte tokens to grant. Must be greater than or equal to 0.
int64 allowed_bytes = 2;Copyright © 2023 Google LLC. All rights reserved.