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 CommonDatagetCommon().streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];java.lang.StringgetToken()will attempt to authenticate the sessioncom.google.protobuf.ByteStringgetTokenBytes()will attempt to authenticate the sessionbooleanhasCommon().streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
-
-
-
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.
-
-