Interface LoginOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    Login, Login.Builder

    public interface LoginOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CommonData getCommon()
      .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
      java.lang.String getToken()
      will attempt to authenticate the session
      com.google.protobuf.ByteString getTokenBytes()
      will attempt to authenticate the session
      boolean hasCommon()
      .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasCommon

        boolean hasCommon()
        .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
        Returns:
        Whether the common field is set.
      • getCommon

        CommonData getCommon()
        .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
        Returns:
        The common.
      • getToken

        java.lang.String getToken()
         will attempt to authenticate the session
         
        string token = 2 [json_name = "token"];
        Returns:
        The token.
      • getTokenBytes

        com.google.protobuf.ByteString getTokenBytes()
         will attempt to authenticate the session
         
        string token = 2 [json_name = "token"];
        Returns:
        The bytes for token.