public static interface Messages.SimpleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getFillOauthScope()
optional bool fill_oauth_scope = 5; |
boolean |
getFillUsername()
optional bool fill_username = 4; |
Messages.Payload |
getPayload()
optional .grpc.testing.Payload payload = 3; |
Messages.PayloadOrBuilder |
getPayloadOrBuilder()
optional .grpc.testing.Payload payload = 3; |
int |
getResponseSize()
optional int32 response_size = 2; |
Messages.PayloadType |
getResponseType()
optional .grpc.testing.PayloadType response_type = 1; |
int |
getResponseTypeValue()
optional .grpc.testing.PayloadType response_type = 1; |
boolean |
hasPayload()
optional .grpc.testing.Payload payload = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getResponseTypeValue()
optional .grpc.testing.PayloadType response_type = 1;
Desired payload type in the response from the server. If response_type is RANDOM, server randomly chooses one from other formats.
Messages.PayloadType getResponseType()
optional .grpc.testing.PayloadType response_type = 1;
Desired payload type in the response from the server. If response_type is RANDOM, server randomly chooses one from other formats.
int getResponseSize()
optional int32 response_size = 2;
Desired payload size in the response from the server. If response_type is COMPRESSABLE, this denotes the size before compression.
boolean hasPayload()
optional .grpc.testing.Payload payload = 3;
Optional input payload sent along with the request.
Messages.Payload getPayload()
optional .grpc.testing.Payload payload = 3;
Optional input payload sent along with the request.
Messages.PayloadOrBuilder getPayloadOrBuilder()
optional .grpc.testing.Payload payload = 3;
Optional input payload sent along with the request.
boolean getFillUsername()
optional bool fill_username = 4;
Whether SimpleResponse should include username.
boolean getFillOauthScope()
optional bool fill_oauth_scope = 5;
Whether SimpleResponse should include OAuth scope.