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 |
getFillGrpclbRouteType()
Whether SimpleResponse should include grpclb_route_type.
|
boolean |
getFillOauthScope()
Whether SimpleResponse should include OAuth scope.
|
boolean |
getFillServerId()
Whether SimpleResponse should include server_id.
|
boolean |
getFillUsername()
Whether SimpleResponse should include username.
|
Messages.TestOrcaReport |
getOrcaPerQueryReport()
If set the server should record this metrics report data for the current RPC.
|
Messages.TestOrcaReportOrBuilder |
getOrcaPerQueryReportOrBuilder()
If set the server should record this metrics report data for the current RPC.
|
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()
Desired payload type in the response from the server.
|
int |
getResponseTypeValue()
Desired payload type in the response from the server.
|
boolean |
hasExpectCompressed()
Whether the server should expect this request to be compressed.
|
boolean |
hasOrcaPerQueryReport()
If set the server should record this metrics report data for the current RPC.
|
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()
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()
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;boolean getFillServerId()
Whether SimpleResponse should include server_id.
bool fill_server_id = 9;boolean getFillGrpclbRouteType()
Whether SimpleResponse should include grpclb_route_type.
bool fill_grpclb_route_type = 10;boolean hasOrcaPerQueryReport()
If set the server should record this metrics report data for the current RPC.
.grpc.testing.TestOrcaReport orca_per_query_report = 11;Messages.TestOrcaReport getOrcaPerQueryReport()
If set the server should record this metrics report data for the current RPC.
.grpc.testing.TestOrcaReport orca_per_query_report = 11;Messages.TestOrcaReportOrBuilder getOrcaPerQueryReportOrBuilder()
If set the server should record this metrics report data for the current RPC.
.grpc.testing.TestOrcaReport orca_per_query_report = 11;