public static interface Messages.SimpleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.BoolValue |
getExpectCompressed()
Whether the server should expect this request to be compressed.
|
Messages.BoolValueOrBuilder |
getExpectCompressedOrBuilder()
Whether the server should expect this request to be compressed.
|
boolean |
getFillOauthScope()
Whether SimpleResponse should include OAuth scope.
|
boolean |
getFillUsername()
Whether SimpleResponse should include username.
|
Messages.Payload |
getPayload()
Optional input payload sent along with the request.
|
Messages.PayloadOrBuilder |
getPayloadOrBuilder()
Optional input payload sent along with the request.
|
Messages.BoolValue |
getResponseCompressed()
Whether to request the server to compress the response.
|
Messages.BoolValueOrBuilder |
getResponseCompressedOrBuilder()
Whether to request the server to compress the response.
|
int |
getResponseSize()
Desired payload size in the response from the server.
|
Messages.EchoStatus |
getResponseStatus()
Whether server should return a given status
|
Messages.EchoStatusOrBuilder |
getResponseStatusOrBuilder()
Whether server should return a given status
|
Messages.PayloadType |
getResponseType()
DEPRECATED, don't use.
|
int |
getResponseTypeValue()
DEPRECATED, don't use.
|
boolean |
hasExpectCompressed()
Whether the server should expect this request to be compressed.
|
boolean |
hasPayload()
Optional input payload sent along with the request.
|
boolean |
hasResponseCompressed()
Whether to request the server to compress the response.
|
boolean |
hasResponseStatus()
Whether server should return a given status
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getResponseTypeValue()
DEPRECATED, don't use. To be removed shortly. Desired payload type in the response from the server. If response_type is RANDOM, server randomly chooses one from other formats.
.grpc.testing.PayloadType response_type = 1;Messages.PayloadType getResponseType()
DEPRECATED, don't use. To be removed shortly. Desired payload type in the response from the server. If response_type is RANDOM, server randomly chooses one from other formats.
.grpc.testing.PayloadType response_type = 1;int getResponseSize()
Desired payload size in the response from the server.
int32 response_size = 2;boolean hasPayload()
Optional input payload sent along with the request.
.grpc.testing.Payload payload = 3;Messages.Payload getPayload()
Optional input payload sent along with the request.
.grpc.testing.Payload payload = 3;Messages.PayloadOrBuilder getPayloadOrBuilder()
Optional input payload sent along with the request.
.grpc.testing.Payload payload = 3;boolean getFillUsername()
Whether SimpleResponse should include username.
bool fill_username = 4;boolean getFillOauthScope()
Whether SimpleResponse should include OAuth scope.
bool fill_oauth_scope = 5;boolean hasResponseCompressed()
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 response_compressed = 6;Messages.BoolValue getResponseCompressed()
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 response_compressed = 6;Messages.BoolValueOrBuilder getResponseCompressedOrBuilder()
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 response_compressed = 6;boolean hasResponseStatus()
Whether server should return a given status
.grpc.testing.EchoStatus response_status = 7;Messages.EchoStatus getResponseStatus()
Whether server should return a given status
.grpc.testing.EchoStatus response_status = 7;Messages.EchoStatusOrBuilder getResponseStatusOrBuilder()
Whether server should return a given status
.grpc.testing.EchoStatus response_status = 7;boolean hasExpectCompressed()
Whether the server should expect this request to be compressed.
.grpc.testing.BoolValue expect_compressed = 8;Messages.BoolValue getExpectCompressed()
Whether the server should expect this request to be compressed.
.grpc.testing.BoolValue expect_compressed = 8;Messages.BoolValueOrBuilder getExpectCompressedOrBuilder()
Whether the server should expect this request to be compressed.
.grpc.testing.BoolValue expect_compressed = 8;