public static interface Messages.SimpleResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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 |
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;