public interface FlowControlOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getClientId()
The ClientID of the component providing additional permits
|
com.google.protobuf.ByteString |
getClientIdBytes()
The ClientID of the component providing additional permits
|
long |
getPermits()
The number of permits to provide
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getClientId()
The ClientID of the component providing additional permits
string client_id = 2;
com.google.protobuf.ByteString getClientIdBytes()
The ClientID of the component providing additional permits
string client_id = 2;
long getPermits()
The number of permits to provide
int64 permits = 3;
Copyright © 2010–2020. All rights reserved.