public static interface Messages.ResponseParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getIntervalUs()
optional int32 interval_us = 2; |
int |
getSize()
optional int32 size = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSize()
optional int32 size = 1;
Desired payload sizes in responses from the server. If response_type is COMPRESSABLE, this denotes the size before compression.
int getIntervalUs()
optional int32 interval_us = 2;
Desired interval between consecutive responses in the response stream in microseconds.