Interface SendCallsMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SendCallsMessage,SendCallsMessage.Builder
public interface SendCallsMessageOrBuilder 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_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.
-
-
-
Method Detail
-
hasCommon
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"];- Returns:
- Whether the common field is set.
-
getCommon
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"];- Returns:
- The common.
-
-