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

    Modifier and Type
    Method
    Description
    ID of the scope.
    com.google.protobuf.ByteString
    ID of the scope.
    Label to show.
    com.google.protobuf.ByteString
    Label to show.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.