Package com.buildless.service.v1
Interface ClientSessionTicket.AuthorizedScopeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientSessionTicket.AuthorizedScope,ClientSessionTicket.AuthorizedScope.Builder
- Enclosing class:
ClientSessionTicket
public static interface ClientSessionTicket.AuthorizedScopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
String getId()ID of the scope.
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()ID of the scope.
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getLabel
String getLabel()Label to show.
string label = 2 [json_name = "label"];- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()Label to show.
string label = 2 [json_name = "label"];- Returns:
- The bytes for label.
-