public static interface Messages.ResponseParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.BoolValue |
getCompressed()
Whether to request the server to compress the response.
|
Messages.BoolValueOrBuilder |
getCompressedOrBuilder()
Whether to request the server to compress the response.
|
int |
getIntervalUs()
Desired interval between consecutive responses in the response stream in
microseconds.
|
int |
getSize()
Desired payload sizes in responses from the server.
|
boolean |
hasCompressed()
Whether to request the server to compress the response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSize()
Desired payload sizes in responses from the server.
int32 size = 1;int getIntervalUs()
Desired interval between consecutive responses in the response stream in microseconds.
int32 interval_us = 2;boolean hasCompressed()
Whether to request the server to compress the response. This field is "nullable" in order to interoperate seamlessly with clients not able to implement the full compression tests by introspecting the call to verify the response's compression status.
.grpc.testing.BoolValue compressed = 3;Messages.BoolValue getCompressed()
Whether to request the server to compress the response. This field is "nullable" in order to interoperate seamlessly with clients not able to implement the full compression tests by introspecting the call to verify the response's compression status.
.grpc.testing.BoolValue compressed = 3;Messages.BoolValueOrBuilder getCompressedOrBuilder()
Whether to request the server to compress the response. This field is "nullable" in order to interoperate seamlessly with clients not able to implement the full compression tests by introspecting the call to verify the response's compression status.
.grpc.testing.BoolValue compressed = 3;