Interface AccountCustomOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AccountCustom, AccountCustom.Builder

public interface AccountCustomOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Extra information that will be bundled in the session token.
    A custom identifier.
    com.google.protobuf.ByteString
    A custom identifier.
    Deprecated.
    int
    Extra information that will be bundled in the session token.
    Extra information that will be bundled in the session token.
    getVarsOrDefault(String key, String defaultValue)
    Extra information that will be bundled in the session token.
    Extra information that will be bundled in the session token.

    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()
       A custom identifier.
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       A custom identifier.
       
      string id = 1;
      Returns:
      The bytes for id.
    • getVarsCount

      int getVarsCount()
       Extra information that will be bundled in the session token.
       
      map<string, string> vars = 2;
    • containsVars

      boolean containsVars(String key)
       Extra information that will be bundled in the session token.
       
      map<string, string> vars = 2;
    • getVars

      Deprecated.
      Use getVarsMap() instead.
    • getVarsMap

      Map<String,String> getVarsMap()
       Extra information that will be bundled in the session token.
       
      map<string, string> vars = 2;
    • getVarsOrDefault

      String getVarsOrDefault(String key, String defaultValue)
       Extra information that will be bundled in the session token.
       
      map<string, string> vars = 2;
    • getVarsOrThrow

      String getVarsOrThrow(String key)
       Extra information that will be bundled in the session token.
       
      map<string, string> vars = 2;