All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.analytics.streaming.v1.NotificationMessageOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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 NotificationMessageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.analytics.v2.streaming.NotificationMessage)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   * common analytics data amongst calls
   * kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_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
   * kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
   * 
* * .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"]; * @return The common. */ com.streamlayer.analytics.streaming.v1.CommonData getCommon(); /** *
   * notification kind
   * 
* * .streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 2 [json_name = "notificationKind"]; * @return The enum numeric value on the wire for notificationKind. */ int getNotificationKindValue(); /** *
   * notification kind
   * 
* * .streamlayer.analytics.v1.notifications.NotificationKind notification_kind = 2 [json_name = "notificationKind"]; * @return The notificationKind. */ com.streamlayer.analytics.notifications.v1.NotificationKind getNotificationKind(); /** *
   * notification type
   * 
* * .streamlayer.analytics.v1.notifications.NotificationType notification_type = 3 [json_name = "notificationType"]; * @return The enum numeric value on the wire for notificationType. */ int getNotificationTypeValue(); /** *
   * notification type
   * 
* * .streamlayer.analytics.v1.notifications.NotificationType notification_type = 3 [json_name = "notificationType"]; * @return The notificationType. */ com.streamlayer.analytics.notifications.v1.NotificationType getNotificationType(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy