Interface GamesMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GamesMessage,GamesMessage.Builder
public interface GamesMessageOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonDatagetCommon()common analytics data amongst calls kind: KIND_POLLS_VOTEPollOpenedFromgetPollOpenedFrom()poll opened fromintgetPollOpenedFromValue()poll opened frombooleanhasCommon()common analytics data amongst calls kind: KIND_POLLS_VOTE
-
-
-
Method Detail
-
hasCommon
boolean hasCommon()
common analytics data amongst calls kind: KIND_POLLS_VOTE
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Returns:
- Whether the common field is set.
-
getCommon
CommonData getCommon()
common analytics data amongst calls kind: KIND_POLLS_VOTE
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Returns:
- The common.
-
getPollOpenedFromValue
int getPollOpenedFromValue()
poll opened from
.streamlayer.analytics.v1.common.PollOpenedFrom poll_opened_from = 2 [json_name = "pollOpenedFrom"];- Returns:
- The enum numeric value on the wire for pollOpenedFrom.
-
getPollOpenedFrom
PollOpenedFrom getPollOpenedFrom()
poll opened from
.streamlayer.analytics.v1.common.PollOpenedFrom poll_opened_from = 2 [json_name = "pollOpenedFrom"];- Returns:
- The pollOpenedFrom.
-
-