public static interface Messages.SimpleResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Messages.GrpclbRouteType |
getGrpclbRouteType()
gRPCLB Path.
|
int |
getGrpclbRouteTypeValue()
gRPCLB Path.
|
String |
getHostname()
Server hostname.
|
com.google.protobuf.ByteString |
getHostnameBytes()
Server hostname.
|
String |
getOauthScope()
OAuth scope.
|
com.google.protobuf.ByteString |
getOauthScopeBytes()
OAuth scope.
|
Messages.Payload |
getPayload()
Payload to increase message size.
|
Messages.PayloadOrBuilder |
getPayloadOrBuilder()
Payload to increase message size.
|
String |
getServerId()
Server ID.
|
com.google.protobuf.ByteString |
getServerIdBytes()
Server ID.
|
String |
getUsername()
The user the request came from, for verifying authentication was
successful when the client expected it.
|
com.google.protobuf.ByteString |
getUsernameBytes()
The user the request came from, for verifying authentication was
successful when the client expected it.
|
boolean |
hasPayload()
Payload to increase message size.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPayload()
Payload to increase message size.
.grpc.testing.Payload payload = 1;Messages.Payload getPayload()
Payload to increase message size.
.grpc.testing.Payload payload = 1;Messages.PayloadOrBuilder getPayloadOrBuilder()
Payload to increase message size.
.grpc.testing.Payload payload = 1;String getUsername()
The user the request came from, for verifying authentication was successful when the client expected it.
string username = 2;com.google.protobuf.ByteString getUsernameBytes()
The user the request came from, for verifying authentication was successful when the client expected it.
string username = 2;String getOauthScope()
OAuth scope.
string oauth_scope = 3;com.google.protobuf.ByteString getOauthScopeBytes()
OAuth scope.
string oauth_scope = 3;String getServerId()
Server ID. This must be unique among different server instances, but the same across all RPC's made to a particular server instance.
string server_id = 4;com.google.protobuf.ByteString getServerIdBytes()
Server ID. This must be unique among different server instances, but the same across all RPC's made to a particular server instance.
string server_id = 4;int getGrpclbRouteTypeValue()
gRPCLB Path.
.grpc.testing.GrpclbRouteType grpclb_route_type = 5;Messages.GrpclbRouteType getGrpclbRouteType()
gRPCLB Path.
.grpc.testing.GrpclbRouteType grpclb_route_type = 5;String getHostname()
Server hostname.
string hostname = 6;com.google.protobuf.ByteString getHostnameBytes()
Server hostname.
string hostname = 6;