Class SendPollsRequest.CreateRequestData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<SendPollsRequest.CreateRequestData,SendPollsRequest.CreateRequestData.Builder>
-
- com.streamlayer.analytics.polls.v1.SendPollsRequest.CreateRequestData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,SendPollsRequest.CreateRequestDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- SendPollsRequest.CreateRequestData
public static final class SendPollsRequest.CreateRequestData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<SendPollsRequest.CreateRequestData,SendPollsRequest.CreateRequestData.Builder> implements SendPollsRequest.CreateRequestDataOrBuilder
Protobuf typestreamlayer.analytics.v1.polls.SendPollsRequest.CreateRequestData
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getEventId
public long getEventId()
sports event id
uint64 event_id = 1 [json_name = "eventId"];- Specified by:
getEventIdin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The eventId.
-
setEventId
public SendPollsRequest.CreateRequestData.Builder setEventId(long value)
sports event id
uint64 event_id = 1 [json_name = "eventId"];- Parameters:
value- The eventId to set.- Returns:
- This builder for chaining.
-
clearEventId
public SendPollsRequest.CreateRequestData.Builder clearEventId()
sports event id
uint64 event_id = 1 [json_name = "eventId"];- Returns:
- This builder for chaining.
-
getUserId
public long getUserId()
user id
uint64 user_id = 2 [json_name = "userId"];- Specified by:
getUserIdin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The userId.
-
setUserId
public SendPollsRequest.CreateRequestData.Builder setUserId(long value)
user id
uint64 user_id = 2 [json_name = "userId"];- Parameters:
value- The userId to set.- Returns:
- This builder for chaining.
-
clearUserId
public SendPollsRequest.CreateRequestData.Builder clearUserId()
user id
uint64 user_id = 2 [json_name = "userId"];- Returns:
- This builder for chaining.
-
getCategoryValue
public int getCategoryValue()
category
.streamlayer.analytics.v1.common.Category category = 4 [json_name = "category"];- Specified by:
getCategoryValuein interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The enum numeric value on the wire for category.
-
setCategoryValue
public SendPollsRequest.CreateRequestData.Builder setCategoryValue(int value)
category
.streamlayer.analytics.v1.common.Category category = 4 [json_name = "category"];- Parameters:
value- The category to set.- Returns:
- This builder for chaining.
-
getCategory
public Category getCategory()
category
.streamlayer.analytics.v1.common.Category category = 4 [json_name = "category"];- Specified by:
getCategoryin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The category.
-
setCategory
public SendPollsRequest.CreateRequestData.Builder setCategory(Category value)
category
.streamlayer.analytics.v1.common.Category category = 4 [json_name = "category"];- Parameters:
value- The enum numeric value on the wire for category to set.- Returns:
- This builder for chaining.
-
clearCategory
public SendPollsRequest.CreateRequestData.Builder clearCategory()
category
.streamlayer.analytics.v1.common.Category category = 4 [json_name = "category"];- Returns:
- This builder for chaining.
-
getKindValue
public int getKindValue()
kind: KIND_POLLS_VOTE
.streamlayer.analytics.v1.common.Kind kind = 5 [json_name = "kind"];- Specified by:
getKindValuein interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The enum numeric value on the wire for kind.
-
setKindValue
public SendPollsRequest.CreateRequestData.Builder setKindValue(int value)
kind: KIND_POLLS_VOTE
.streamlayer.analytics.v1.common.Kind kind = 5 [json_name = "kind"];- Parameters:
value- The kind to set.- Returns:
- This builder for chaining.
-
getKind
public Kind getKind()
kind: KIND_POLLS_VOTE
.streamlayer.analytics.v1.common.Kind kind = 5 [json_name = "kind"];- Specified by:
getKindin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The kind.
-
setKind
public SendPollsRequest.CreateRequestData.Builder setKind(Kind value)
kind: KIND_POLLS_VOTE
.streamlayer.analytics.v1.common.Kind kind = 5 [json_name = "kind"];- Parameters:
value- The enum numeric value on the wire for kind to set.- Returns:
- This builder for chaining.
-
clearKind
public SendPollsRequest.CreateRequestData.Builder clearKind()
kind: KIND_POLLS_VOTE
.streamlayer.analytics.v1.common.Kind kind = 5 [json_name = "kind"];- Returns:
- This builder for chaining.
-
hasTrackTimestamp
public boolean hasTrackTimestamp()
track timestamp
.google.protobuf.Timestamp track_timestamp = 6 [json_name = "trackTimestamp"];- Specified by:
hasTrackTimestampin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- Whether the trackTimestamp field is set.
-
getTrackTimestamp
public com.google.protobuf.Timestamp getTrackTimestamp()
track timestamp
.google.protobuf.Timestamp track_timestamp = 6 [json_name = "trackTimestamp"];- Specified by:
getTrackTimestampin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The trackTimestamp.
-
setTrackTimestamp
public SendPollsRequest.CreateRequestData.Builder setTrackTimestamp(com.google.protobuf.Timestamp value)
track timestamp
.google.protobuf.Timestamp track_timestamp = 6 [json_name = "trackTimestamp"];
-
setTrackTimestamp
public SendPollsRequest.CreateRequestData.Builder setTrackTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
track timestamp
.google.protobuf.Timestamp track_timestamp = 6 [json_name = "trackTimestamp"];
-
mergeTrackTimestamp
public SendPollsRequest.CreateRequestData.Builder mergeTrackTimestamp(com.google.protobuf.Timestamp value)
track timestamp
.google.protobuf.Timestamp track_timestamp = 6 [json_name = "trackTimestamp"];
-
clearTrackTimestamp
public SendPollsRequest.CreateRequestData.Builder clearTrackTimestamp()
track timestamp
.google.protobuf.Timestamp track_timestamp = 6 [json_name = "trackTimestamp"];
-
getRouteMap
public java.lang.String getRouteMap()
route map
string route_map = 7 [json_name = "routeMap"];- Specified by:
getRouteMapin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The routeMap.
-
getRouteMapBytes
public com.google.protobuf.ByteString getRouteMapBytes()
route map
string route_map = 7 [json_name = "routeMap"];- Specified by:
getRouteMapBytesin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for routeMap.
-
setRouteMap
public SendPollsRequest.CreateRequestData.Builder setRouteMap(java.lang.String value)
route map
string route_map = 7 [json_name = "routeMap"];- Parameters:
value- The routeMap to set.- Returns:
- This builder for chaining.
-
clearRouteMap
public SendPollsRequest.CreateRequestData.Builder clearRouteMap()
route map
string route_map = 7 [json_name = "routeMap"];- Returns:
- This builder for chaining.
-
setRouteMapBytes
public SendPollsRequest.CreateRequestData.Builder setRouteMapBytes(com.google.protobuf.ByteString value)
route map
string route_map = 7 [json_name = "routeMap"];- Parameters:
value- The bytes for routeMap to set.- Returns:
- This builder for chaining.
-
getDeviceId
public java.lang.String getDeviceId()
device id
string device_id = 8 [json_name = "deviceId"];- Specified by:
getDeviceIdin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The deviceId.
-
getDeviceIdBytes
public com.google.protobuf.ByteString getDeviceIdBytes()
device id
string device_id = 8 [json_name = "deviceId"];- Specified by:
getDeviceIdBytesin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for deviceId.
-
setDeviceId
public SendPollsRequest.CreateRequestData.Builder setDeviceId(java.lang.String value)
device id
string device_id = 8 [json_name = "deviceId"];- Parameters:
value- The deviceId to set.- Returns:
- This builder for chaining.
-
clearDeviceId
public SendPollsRequest.CreateRequestData.Builder clearDeviceId()
device id
string device_id = 8 [json_name = "deviceId"];- Returns:
- This builder for chaining.
-
setDeviceIdBytes
public SendPollsRequest.CreateRequestData.Builder setDeviceIdBytes(com.google.protobuf.ByteString value)
device id
string device_id = 8 [json_name = "deviceId"];- Parameters:
value- The bytes for deviceId to set.- Returns:
- This builder for chaining.
-
getOs
public java.lang.String getOs()
operating system
string os = 9 [json_name = "os"];- Specified by:
getOsin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The os.
-
getOsBytes
public com.google.protobuf.ByteString getOsBytes()
operating system
string os = 9 [json_name = "os"];- Specified by:
getOsBytesin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for os.
-
setOs
public SendPollsRequest.CreateRequestData.Builder setOs(java.lang.String value)
operating system
string os = 9 [json_name = "os"];- Parameters:
value- The os to set.- Returns:
- This builder for chaining.
-
clearOs
public SendPollsRequest.CreateRequestData.Builder clearOs()
operating system
string os = 9 [json_name = "os"];- Returns:
- This builder for chaining.
-
setOsBytes
public SendPollsRequest.CreateRequestData.Builder setOsBytes(com.google.protobuf.ByteString value)
operating system
string os = 9 [json_name = "os"];- Parameters:
value- The bytes for os to set.- Returns:
- This builder for chaining.
-
getUserAgent
public java.lang.String getUserAgent()
user agent
string user_agent = 10 [json_name = "userAgent"];- Specified by:
getUserAgentin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The userAgent.
-
getUserAgentBytes
public com.google.protobuf.ByteString getUserAgentBytes()
user agent
string user_agent = 10 [json_name = "userAgent"];- Specified by:
getUserAgentBytesin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for userAgent.
-
setUserAgent
public SendPollsRequest.CreateRequestData.Builder setUserAgent(java.lang.String value)
user agent
string user_agent = 10 [json_name = "userAgent"];- Parameters:
value- The userAgent to set.- Returns:
- This builder for chaining.
-
clearUserAgent
public SendPollsRequest.CreateRequestData.Builder clearUserAgent()
user agent
string user_agent = 10 [json_name = "userAgent"];- Returns:
- This builder for chaining.
-
setUserAgentBytes
public SendPollsRequest.CreateRequestData.Builder setUserAgentBytes(com.google.protobuf.ByteString value)
user agent
string user_agent = 10 [json_name = "userAgent"];- Parameters:
value- The bytes for userAgent to set.- Returns:
- This builder for chaining.
-
getSlSdkVersion
public java.lang.String getSlSdkVersion()
sdk version
string sl_sdk_version = 11 [json_name = "slSdkVersion"];- Specified by:
getSlSdkVersionin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The slSdkVersion.
-
getSlSdkVersionBytes
public com.google.protobuf.ByteString getSlSdkVersionBytes()
sdk version
string sl_sdk_version = 11 [json_name = "slSdkVersion"];- Specified by:
getSlSdkVersionBytesin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for slSdkVersion.
-
setSlSdkVersion
public SendPollsRequest.CreateRequestData.Builder setSlSdkVersion(java.lang.String value)
sdk version
string sl_sdk_version = 11 [json_name = "slSdkVersion"];- Parameters:
value- The slSdkVersion to set.- Returns:
- This builder for chaining.
-
clearSlSdkVersion
public SendPollsRequest.CreateRequestData.Builder clearSlSdkVersion()
sdk version
string sl_sdk_version = 11 [json_name = "slSdkVersion"];- Returns:
- This builder for chaining.
-
setSlSdkVersionBytes
public SendPollsRequest.CreateRequestData.Builder setSlSdkVersionBytes(com.google.protobuf.ByteString value)
sdk version
string sl_sdk_version = 11 [json_name = "slSdkVersion"];- Parameters:
value- The bytes for slSdkVersion to set.- Returns:
- This builder for chaining.
-
getSessionId
public java.lang.String getSessionId()
session id
string session_id = 12 [json_name = "sessionId"];- Specified by:
getSessionIdin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The sessionId.
-
getSessionIdBytes
public com.google.protobuf.ByteString getSessionIdBytes()
session id
string session_id = 12 [json_name = "sessionId"];- Specified by:
getSessionIdBytesin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for sessionId.
-
setSessionId
public SendPollsRequest.CreateRequestData.Builder setSessionId(java.lang.String value)
session id
string session_id = 12 [json_name = "sessionId"];- Parameters:
value- The sessionId to set.- Returns:
- This builder for chaining.
-
clearSessionId
public SendPollsRequest.CreateRequestData.Builder clearSessionId()
session id
string session_id = 12 [json_name = "sessionId"];- Returns:
- This builder for chaining.
-
setSessionIdBytes
public SendPollsRequest.CreateRequestData.Builder setSessionIdBytes(com.google.protobuf.ByteString value)
session id
string session_id = 12 [json_name = "sessionId"];- Parameters:
value- The bytes for sessionId to set.- Returns:
- This builder for chaining.
-
getOverlaySessionId
public java.lang.String getOverlaySessionId()
overlay_session id
string overlay_session_id = 13 [json_name = "overlaySessionId"];- Specified by:
getOverlaySessionIdin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The overlaySessionId.
-
getOverlaySessionIdBytes
public com.google.protobuf.ByteString getOverlaySessionIdBytes()
overlay_session id
string overlay_session_id = 13 [json_name = "overlaySessionId"];- Specified by:
getOverlaySessionIdBytesin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for overlaySessionId.
-
setOverlaySessionId
public SendPollsRequest.CreateRequestData.Builder setOverlaySessionId(java.lang.String value)
overlay_session id
string overlay_session_id = 13 [json_name = "overlaySessionId"];- Parameters:
value- The overlaySessionId to set.- Returns:
- This builder for chaining.
-
clearOverlaySessionId
public SendPollsRequest.CreateRequestData.Builder clearOverlaySessionId()
overlay_session id
string overlay_session_id = 13 [json_name = "overlaySessionId"];- Returns:
- This builder for chaining.
-
setOverlaySessionIdBytes
public SendPollsRequest.CreateRequestData.Builder setOverlaySessionIdBytes(com.google.protobuf.ByteString value)
overlay_session id
string overlay_session_id = 13 [json_name = "overlaySessionId"];- Parameters:
value- The bytes for overlaySessionId to set.- Returns:
- This builder for chaining.
-
getTopicId
public java.lang.String getTopicId()
poll id
string topic_id = 14 [json_name = "topicId"];- Specified by:
getTopicIdin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The topicId.
-
getTopicIdBytes
public com.google.protobuf.ByteString getTopicIdBytes()
poll id
string topic_id = 14 [json_name = "topicId"];- Specified by:
getTopicIdBytesin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for topicId.
-
setTopicId
public SendPollsRequest.CreateRequestData.Builder setTopicId(java.lang.String value)
poll id
string topic_id = 14 [json_name = "topicId"];- Parameters:
value- The topicId to set.- Returns:
- This builder for chaining.
-
clearTopicId
public SendPollsRequest.CreateRequestData.Builder clearTopicId()
poll id
string topic_id = 14 [json_name = "topicId"];- Returns:
- This builder for chaining.
-
setTopicIdBytes
public SendPollsRequest.CreateRequestData.Builder setTopicIdBytes(com.google.protobuf.ByteString value)
poll id
string topic_id = 14 [json_name = "topicId"];- Parameters:
value- The bytes for topicId to set.- Returns:
- This builder for chaining.
-
getUserIdStr
public java.lang.String getUserIdStr()
user id as String
string user_id_str = 15 [json_name = "userIdStr"];- Specified by:
getUserIdStrin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The userIdStr.
-
getUserIdStrBytes
public com.google.protobuf.ByteString getUserIdStrBytes()
user id as String
string user_id_str = 15 [json_name = "userIdStr"];- Specified by:
getUserIdStrBytesin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The bytes for userIdStr.
-
setUserIdStr
public SendPollsRequest.CreateRequestData.Builder setUserIdStr(java.lang.String value)
user id as String
string user_id_str = 15 [json_name = "userIdStr"];- Parameters:
value- The userIdStr to set.- Returns:
- This builder for chaining.
-
clearUserIdStr
public SendPollsRequest.CreateRequestData.Builder clearUserIdStr()
user id as String
string user_id_str = 15 [json_name = "userIdStr"];- Returns:
- This builder for chaining.
-
setUserIdStrBytes
public SendPollsRequest.CreateRequestData.Builder setUserIdStrBytes(com.google.protobuf.ByteString value)
user id as String
string user_id_str = 15 [json_name = "userIdStr"];- Parameters:
value- The bytes for userIdStr to set.- Returns:
- This builder for chaining.
-
getScreenOrientationValue
public int getScreenOrientationValue()
screen orientation
.streamlayer.analytics.v1.common.ScreenOrientation screen_orientation = 16 [json_name = "screenOrientation"];- Specified by:
getScreenOrientationValuein interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The enum numeric value on the wire for screenOrientation.
-
setScreenOrientationValue
public SendPollsRequest.CreateRequestData.Builder setScreenOrientationValue(int value)
screen orientation
.streamlayer.analytics.v1.common.ScreenOrientation screen_orientation = 16 [json_name = "screenOrientation"];- Parameters:
value- The screenOrientation to set.- Returns:
- This builder for chaining.
-
getScreenOrientation
public ScreenOrientation getScreenOrientation()
screen orientation
.streamlayer.analytics.v1.common.ScreenOrientation screen_orientation = 16 [json_name = "screenOrientation"];- Specified by:
getScreenOrientationin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The screenOrientation.
-
setScreenOrientation
public SendPollsRequest.CreateRequestData.Builder setScreenOrientation(ScreenOrientation value)
screen orientation
.streamlayer.analytics.v1.common.ScreenOrientation screen_orientation = 16 [json_name = "screenOrientation"];- Parameters:
value- The enum numeric value on the wire for screenOrientation to set.- Returns:
- This builder for chaining.
-
clearScreenOrientation
public SendPollsRequest.CreateRequestData.Builder clearScreenOrientation()
screen orientation
.streamlayer.analytics.v1.common.ScreenOrientation screen_orientation = 16 [json_name = "screenOrientation"];- Returns:
- This builder for chaining.
-
getTopicTypeValue
public int getTopicTypeValue()
topic type
.streamlayer.analytics.v1.common.TopicType topic_type = 17 [json_name = "topicType"];- Specified by:
getTopicTypeValuein interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The enum numeric value on the wire for topicType.
-
setTopicTypeValue
public SendPollsRequest.CreateRequestData.Builder setTopicTypeValue(int value)
topic type
.streamlayer.analytics.v1.common.TopicType topic_type = 17 [json_name = "topicType"];- Parameters:
value- The topicType to set.- Returns:
- This builder for chaining.
-
getTopicType
public TopicType getTopicType()
topic type
.streamlayer.analytics.v1.common.TopicType topic_type = 17 [json_name = "topicType"];- Specified by:
getTopicTypein interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The topicType.
-
setTopicType
public SendPollsRequest.CreateRequestData.Builder setTopicType(TopicType value)
topic type
.streamlayer.analytics.v1.common.TopicType topic_type = 17 [json_name = "topicType"];- Parameters:
value- The enum numeric value on the wire for topicType to set.- Returns:
- This builder for chaining.
-
clearTopicType
public SendPollsRequest.CreateRequestData.Builder clearTopicType()
topic type
.streamlayer.analytics.v1.common.TopicType topic_type = 17 [json_name = "topicType"];- Returns:
- This builder for chaining.
-
getPollOpenedFromValue
public int getPollOpenedFromValue()
poll opened from
.streamlayer.analytics.v1.common.PollOpenedFrom poll_opened_from = 18 [json_name = "pollOpenedFrom"];- Specified by:
getPollOpenedFromValuein interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The enum numeric value on the wire for pollOpenedFrom.
-
setPollOpenedFromValue
public SendPollsRequest.CreateRequestData.Builder setPollOpenedFromValue(int value)
poll opened from
.streamlayer.analytics.v1.common.PollOpenedFrom poll_opened_from = 18 [json_name = "pollOpenedFrom"];- Parameters:
value- The pollOpenedFrom to set.- Returns:
- This builder for chaining.
-
getPollOpenedFrom
public PollOpenedFrom getPollOpenedFrom()
poll opened from
.streamlayer.analytics.v1.common.PollOpenedFrom poll_opened_from = 18 [json_name = "pollOpenedFrom"];- Specified by:
getPollOpenedFromin interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The pollOpenedFrom.
-
setPollOpenedFrom
public SendPollsRequest.CreateRequestData.Builder setPollOpenedFrom(PollOpenedFrom value)
poll opened from
.streamlayer.analytics.v1.common.PollOpenedFrom poll_opened_from = 18 [json_name = "pollOpenedFrom"];- Parameters:
value- The enum numeric value on the wire for pollOpenedFrom to set.- Returns:
- This builder for chaining.
-
clearPollOpenedFrom
public SendPollsRequest.CreateRequestData.Builder clearPollOpenedFrom()
poll opened from
.streamlayer.analytics.v1.common.PollOpenedFrom poll_opened_from = 18 [json_name = "pollOpenedFrom"];- Returns:
- This builder for chaining.
-
hasTopicSubType
public boolean hasTopicSubType()
Required for promotion topic type e.g. promotion in-game 2:1
optional .streamlayer.analytics.v1.common.TopicSubType topic_sub_type = 19 [json_name = "topicSubType"];- Specified by:
hasTopicSubTypein interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- Whether the topicSubType field is set.
-
getTopicSubTypeValue
public int getTopicSubTypeValue()
Required for promotion topic type e.g. promotion in-game 2:1
optional .streamlayer.analytics.v1.common.TopicSubType topic_sub_type = 19 [json_name = "topicSubType"];- Specified by:
getTopicSubTypeValuein interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The enum numeric value on the wire for topicSubType.
-
setTopicSubTypeValue
public SendPollsRequest.CreateRequestData.Builder setTopicSubTypeValue(int value)
Required for promotion topic type e.g. promotion in-game 2:1
optional .streamlayer.analytics.v1.common.TopicSubType topic_sub_type = 19 [json_name = "topicSubType"];- Parameters:
value- The topicSubType to set.- Returns:
- This builder for chaining.
-
getTopicSubType
public TopicSubType getTopicSubType()
Required for promotion topic type e.g. promotion in-game 2:1
optional .streamlayer.analytics.v1.common.TopicSubType topic_sub_type = 19 [json_name = "topicSubType"];- Specified by:
getTopicSubTypein interfaceSendPollsRequest.CreateRequestDataOrBuilder- Returns:
- The topicSubType.
-
setTopicSubType
public SendPollsRequest.CreateRequestData.Builder setTopicSubType(TopicSubType value)
Required for promotion topic type e.g. promotion in-game 2:1
optional .streamlayer.analytics.v1.common.TopicSubType topic_sub_type = 19 [json_name = "topicSubType"];- Parameters:
value- The enum numeric value on the wire for topicSubType to set.- Returns:
- This builder for chaining.
-
clearTopicSubType
public SendPollsRequest.CreateRequestData.Builder clearTopicSubType()
Required for promotion topic type e.g. promotion in-game 2:1
optional .streamlayer.analytics.v1.common.TopicSubType topic_sub_type = 19 [json_name = "topicSubType"];- Returns:
- This builder for chaining.
-
-