Package proto.rpc.v1
Interface Auth.AuthenticateToRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Auth.AuthenticateToRequest
,Auth.AuthenticateToRequest.Builder
- Enclosing class:
- Auth
public static interface Auth.AuthenticateToRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring entity = 1 [json_name = "entity"];
com.google.protobuf.ByteString
string entity = 1 [json_name = "entity"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getEntity
String getEntity()string entity = 1 [json_name = "entity"];
- Returns:
- The entity.
-
getEntityBytes
com.google.protobuf.ByteString getEntityBytes()string entity = 1 [json_name = "entity"];
- Returns:
- The bytes for entity.
-