Class SendCallsMessage.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<SendCallsMessage,SendCallsMessage.Builder>
-
- com.streamlayer.analytics.streaming.v1.SendCallsMessage.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,SendCallsMessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- SendCallsMessage
public static final class SendCallsMessage.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<SendCallsMessage,SendCallsMessage.Builder> implements SendCallsMessageOrBuilder
Protobuf typestreamlayer.analytics.v2.streaming.SendCallsMessage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SendCallsMessage.BuilderclearCommon()common analytics data amongst calls kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED category.CommonDatagetCommon()common analytics data amongst calls kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED category.booleanhasCommon()common analytics data amongst calls kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED category.SendCallsMessage.BuildermergeCommon(CommonData value)common analytics data amongst calls kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED category.SendCallsMessage.BuildersetCommon(CommonData value)common analytics data amongst calls kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED category.SendCallsMessage.BuildersetCommon(CommonData.Builder builderForValue)common analytics data amongst calls kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED category.-
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
-
hasCommon
public boolean hasCommon()
common analytics data amongst calls kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED category. Use for KIND_NEW_CALL, KIND_GROUP_CALL_JOINED and KIND_CALL_FINISHED
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Specified by:
hasCommonin interfaceSendCallsMessageOrBuilder- Returns:
- Whether the common field is set.
-
getCommon
public CommonData getCommon()
common analytics data amongst calls kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED category. Use for KIND_NEW_CALL, KIND_GROUP_CALL_JOINED and KIND_CALL_FINISHED
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Specified by:
getCommonin interfaceSendCallsMessageOrBuilder- Returns:
- The common.
-
setCommon
public SendCallsMessage.Builder setCommon(CommonData value)
common analytics data amongst calls kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED category. Use for KIND_NEW_CALL, KIND_GROUP_CALL_JOINED and KIND_CALL_FINISHED
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
-
setCommon
public SendCallsMessage.Builder setCommon(CommonData.Builder builderForValue)
common analytics data amongst calls kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED category. Use for KIND_NEW_CALL, KIND_GROUP_CALL_JOINED and KIND_CALL_FINISHED
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
-
mergeCommon
public SendCallsMessage.Builder mergeCommon(CommonData value)
common analytics data amongst calls kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED category. Use for KIND_NEW_CALL, KIND_GROUP_CALL_JOINED and KIND_CALL_FINISHED
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
-
clearCommon
public SendCallsMessage.Builder clearCommon()
common analytics data amongst calls kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED category. Use for KIND_NEW_CALL, KIND_GROUP_CALL_JOINED and KIND_CALL_FINISHED
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
-
-