main.java.com.streamlayer.analytics.streaming.v1.SendConversationsMessageOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/analytics/v2/streaming/streaming.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.streaming.v1;
public interface SendConversationsMessageOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.analytics.v2.streaming.SendConversationsMessage)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* common analytics data amongst calls
* category. Use for KIND_CONVERSATION_CREATED and KIND_CONVERSATION_DELETED
* kind: KIND_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
*
*
* .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
* @return Whether the common field is set.
*/
boolean hasCommon();
/**
*
* common analytics data amongst calls
* category. Use for KIND_CONVERSATION_CREATED and KIND_CONVERSATION_DELETED
* kind: KIND_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
*
*
* .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
* @return The common.
*/
com.streamlayer.analytics.streaming.v1.CommonData getCommon();
}