public static interface Messages.SimpleResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getOauthScope()
optional string oauth_scope = 3; |
com.google.protobuf.ByteString |
getOauthScopeBytes()
optional string oauth_scope = 3; |
Messages.Payload |
getPayload()
optional .grpc.testing.Payload payload = 1; |
Messages.PayloadOrBuilder |
getPayloadOrBuilder()
optional .grpc.testing.Payload payload = 1; |
String |
getUsername()
optional string username = 2; |
com.google.protobuf.ByteString |
getUsernameBytes()
optional string username = 2; |
boolean |
hasPayload()
optional .grpc.testing.Payload payload = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPayload()
optional .grpc.testing.Payload payload = 1;
Payload to increase message size.
Messages.Payload getPayload()
optional .grpc.testing.Payload payload = 1;
Payload to increase message size.
Messages.PayloadOrBuilder getPayloadOrBuilder()
optional .grpc.testing.Payload payload = 1;
Payload to increase message size.
String getUsername()
optional string username = 2;
The user the request came from, for verifying authentication was successful when the client expected it.
com.google.protobuf.ByteString getUsernameBytes()
optional string username = 2;
The user the request came from, for verifying authentication was successful when the client expected it.
String getOauthScope()
optional string oauth_scope = 3;
OAuth scope.
com.google.protobuf.ByteString getOauthScopeBytes()
optional string oauth_scope = 3;
OAuth scope.