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

main.java.com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest 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/v1/notifications/notifications.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.notifications.v1;

/**
 * Protobuf type {@code streamlayer.analytics.v1.notifications.TotalNotificationsRequest}
 */
public  final class TotalNotificationsRequest extends
    com.google.protobuf.GeneratedMessageLite<
        TotalNotificationsRequest, TotalNotificationsRequest.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.analytics.v1.notifications.TotalNotificationsRequest)
    TotalNotificationsRequestOrBuilder {
  private TotalNotificationsRequest() {
  }
  public interface TotalRequestFilterOrBuilder extends
      // @@protoc_insertion_point(interface_extends:streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter)
      com.google.protobuf.MessageLiteOrBuilder {

    /**
     * 
     * period
     * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; * @return Whether the period field is set. */ boolean hasPeriod(); /** *
     * period
     * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; * @return The period. */ com.streamlayer.analytics.common.v1.Period getPeriod(); /** *
     * sports event ids
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return A list containing the eventIds. */ java.util.List getEventIdsList(); /** *
     * sports event ids
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return The count of eventIds. */ int getEventIdsCount(); /** *
     * sports event ids
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @param index The index of the element to return. * @return The eventIds at the given index. */ long getEventIds(int index); /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @return A list containing the categories. */ java.util.List getCategoriesList(); /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @return The count of categories. */ int getCategoriesCount(); /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param index The index of the element to return. * @return The categories at the given index. */ com.streamlayer.analytics.common.v1.Category getCategories(int index); /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @return A list containing the enum numeric values on the wire for categories. */ java.util.List getCategoriesValueList(); /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param index The index of the value to return. * @return The enum numeric value on the wire of categories at the given index. */ int getCategoriesValue(int index); /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @return A list containing the notificationKinds. */ java.util.List getNotificationKindsList(); /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @return The count of notificationKinds. */ int getNotificationKindsCount(); /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param index The index of the element to return. * @return The notificationKinds at the given index. */ com.streamlayer.analytics.notifications.v1.NotificationKind getNotificationKinds(int index); /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @return A list containing the enum numeric values on the wire for notificationKinds. */ java.util.List getNotificationKindsValueList(); /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param index The index of the value to return. * @return The enum numeric value on the wire of notificationKinds at the given index. */ int getNotificationKindsValue(int index); /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @return A list containing the notificationTypes. */ java.util.List getNotificationTypesList(); /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @return The count of notificationTypes. */ int getNotificationTypesCount(); /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param index The index of the element to return. * @return The notificationTypes at the given index. */ com.streamlayer.analytics.notifications.v1.NotificationType getNotificationTypes(int index); /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @return A list containing the enum numeric values on the wire for notificationTypes. */ java.util.List getNotificationTypesValueList(); /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param index The index of the value to return. * @return The enum numeric value on the wire of notificationTypes at the given index. */ int getNotificationTypesValue(int index); /** *
     * kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
     * 
* * .streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"]; * @return The enum numeric value on the wire for kind. */ int getKindValue(); /** *
     * kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
     * 
* * .streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"]; * @return The kind. */ com.streamlayer.analytics.common.v1.Kind getKind(); /** *
     * for counting statistics, unique by device id
     * 
* * bool count_unique = 7 [json_name = "countUnique"]; * @return The countUnique. */ boolean getCountUnique(); } /** * Protobuf type {@code streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter} */ public static final class TotalRequestFilter extends com.google.protobuf.GeneratedMessageLite< TotalRequestFilter, TotalRequestFilter.Builder> implements // @@protoc_insertion_point(message_implements:streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter) TotalRequestFilterOrBuilder { private TotalRequestFilter() { eventIds_ = emptyLongList(); categories_ = emptyIntList(); notificationKinds_ = emptyIntList(); notificationTypes_ = emptyIntList(); } private int bitField0_; public static final int PERIOD_FIELD_NUMBER = 1; private com.streamlayer.analytics.common.v1.Period period_; /** *
     * period
     * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ @java.lang.Override public boolean hasPeriod() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * period
     * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ @java.lang.Override public com.streamlayer.analytics.common.v1.Period getPeriod() { return period_ == null ? com.streamlayer.analytics.common.v1.Period.getDefaultInstance() : period_; } /** *
     * period
     * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ private void setPeriod(com.streamlayer.analytics.common.v1.Period value) { value.getClass(); period_ = value; bitField0_ |= 0x00000001; } /** *
     * period
     * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ @java.lang.SuppressWarnings({"ReferenceEquality"}) private void mergePeriod(com.streamlayer.analytics.common.v1.Period value) { value.getClass(); if (period_ != null && period_ != com.streamlayer.analytics.common.v1.Period.getDefaultInstance()) { period_ = com.streamlayer.analytics.common.v1.Period.newBuilder(period_).mergeFrom(value).buildPartial(); } else { period_ = value; } bitField0_ |= 0x00000001; } /** *
     * period
     * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ private void clearPeriod() { period_ = null; bitField0_ = (bitField0_ & ~0x00000001); } public static final int EVENT_IDS_FIELD_NUMBER = 2; private com.google.protobuf.Internal.LongList eventIds_; /** *
     * sports event ids
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return A list containing the eventIds. */ @java.lang.Override public java.util.List getEventIdsList() { return eventIds_; } /** *
     * sports event ids
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return The count of eventIds. */ @java.lang.Override public int getEventIdsCount() { return eventIds_.size(); } /** *
     * sports event ids
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @param index The index of the element to return. * @return The eventIds at the given index. */ @java.lang.Override public long getEventIds(int index) { return eventIds_.getLong(index); } private int eventIdsMemoizedSerializedSize = -1; private void ensureEventIdsIsMutable() { com.google.protobuf.Internal.LongList tmp = eventIds_; if (!tmp.isModifiable()) { eventIds_ = com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp); } } /** *
     * sports event ids
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @param index The index to set the value at. * @param value The eventIds to set. */ private void setEventIds( int index, long value) { ensureEventIdsIsMutable(); eventIds_.setLong(index, value); } /** *
     * sports event ids
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @param value The eventIds to add. */ private void addEventIds(long value) { ensureEventIdsIsMutable(); eventIds_.addLong(value); } /** *
     * sports event ids
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @param values The eventIds to add. */ private void addAllEventIds( java.lang.Iterable values) { ensureEventIdsIsMutable(); com.google.protobuf.AbstractMessageLite.addAll( values, eventIds_); } /** *
     * sports event ids
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; */ private void clearEventIds() { eventIds_ = emptyLongList(); } public static final int CATEGORIES_FIELD_NUMBER = 3; private com.google.protobuf.Internal.IntList categories_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.streamlayer.analytics.common.v1.Category> categories_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.streamlayer.analytics.common.v1.Category>() { @java.lang.Override public com.streamlayer.analytics.common.v1.Category convert(java.lang.Integer from) { com.streamlayer.analytics.common.v1.Category result = com.streamlayer.analytics.common.v1.Category.forNumber(from); return result == null ? com.streamlayer.analytics.common.v1.Category.UNRECOGNIZED : result; } }; /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @return A list containing the categories. */ @java.lang.Override public java.util.List getCategoriesList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.streamlayer.analytics.common.v1.Category>(categories_, categories_converter_); } /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @return The count of categories. */ @java.lang.Override public int getCategoriesCount() { return categories_.size(); } /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param index The index of the element to return. * @return The categories at the given index. */ @java.lang.Override public com.streamlayer.analytics.common.v1.Category getCategories(int index) { com.streamlayer.analytics.common.v1.Category result = com.streamlayer.analytics.common.v1.Category.forNumber(categories_.getInt(index)); return result == null ? com.streamlayer.analytics.common.v1.Category.UNRECOGNIZED : result; } /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @return A list containing the enum numeric values on the wire for categories. */ @java.lang.Override public java.util.List getCategoriesValueList() { return categories_; } /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param index The index of the value to return. * @return The enum numeric value on the wire of categories at the given index. */ @java.lang.Override public int getCategoriesValue(int index) { return categories_.getInt(index); } private int categoriesMemoizedSerializedSize; private void ensureCategoriesIsMutable() { com.google.protobuf.Internal.IntList tmp = categories_; if (!tmp.isModifiable()) { categories_ = com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp); } } /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param index The index to set the value at. * @param value The categories to set. */ private void setCategories( int index, com.streamlayer.analytics.common.v1.Category value) { value.getClass(); ensureCategoriesIsMutable(); categories_.setInt(index, value.getNumber()); } /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param value The categories to add. */ private void addCategories(com.streamlayer.analytics.common.v1.Category value) { value.getClass(); ensureCategoriesIsMutable(); categories_.addInt(value.getNumber()); } /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param values The categories to add. */ private void addAllCategories( java.lang.Iterable values) { ensureCategoriesIsMutable(); for (com.streamlayer.analytics.common.v1.Category value : values) { categories_.addInt(value.getNumber()); } } /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; */ private void clearCategories() { categories_ = emptyIntList(); } /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param value The enum numeric value on the wire for categories to set. */ private void setCategoriesValue( int index, int value) { ensureCategoriesIsMutable(); categories_.setInt(index, value); } /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param value The enum numeric value on the wire for categories to add. */ private void addCategoriesValue(int value) { ensureCategoriesIsMutable(); categories_.addInt(value); } /** *
     * categories
     * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param values The enum numeric values on the wire for categories to add. */ private void addAllCategoriesValue( java.lang.Iterable values) { ensureCategoriesIsMutable(); for (int value : values) { categories_.addInt(value); } } public static final int NOTIFICATION_KINDS_FIELD_NUMBER = 4; private com.google.protobuf.Internal.IntList notificationKinds_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.streamlayer.analytics.notifications.v1.NotificationKind> notificationKinds_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.streamlayer.analytics.notifications.v1.NotificationKind>() { @java.lang.Override public com.streamlayer.analytics.notifications.v1.NotificationKind convert(java.lang.Integer from) { com.streamlayer.analytics.notifications.v1.NotificationKind result = com.streamlayer.analytics.notifications.v1.NotificationKind.forNumber(from); return result == null ? com.streamlayer.analytics.notifications.v1.NotificationKind.UNRECOGNIZED : result; } }; /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @return A list containing the notificationKinds. */ @java.lang.Override public java.util.List getNotificationKindsList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.streamlayer.analytics.notifications.v1.NotificationKind>(notificationKinds_, notificationKinds_converter_); } /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @return The count of notificationKinds. */ @java.lang.Override public int getNotificationKindsCount() { return notificationKinds_.size(); } /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param index The index of the element to return. * @return The notificationKinds at the given index. */ @java.lang.Override public com.streamlayer.analytics.notifications.v1.NotificationKind getNotificationKinds(int index) { com.streamlayer.analytics.notifications.v1.NotificationKind result = com.streamlayer.analytics.notifications.v1.NotificationKind.forNumber(notificationKinds_.getInt(index)); return result == null ? com.streamlayer.analytics.notifications.v1.NotificationKind.UNRECOGNIZED : result; } /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @return A list containing the enum numeric values on the wire for notificationKinds. */ @java.lang.Override public java.util.List getNotificationKindsValueList() { return notificationKinds_; } /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param index The index of the value to return. * @return The enum numeric value on the wire of notificationKinds at the given index. */ @java.lang.Override public int getNotificationKindsValue(int index) { return notificationKinds_.getInt(index); } private int notificationKindsMemoizedSerializedSize; private void ensureNotificationKindsIsMutable() { com.google.protobuf.Internal.IntList tmp = notificationKinds_; if (!tmp.isModifiable()) { notificationKinds_ = com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp); } } /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param index The index to set the value at. * @param value The notificationKinds to set. */ private void setNotificationKinds( int index, com.streamlayer.analytics.notifications.v1.NotificationKind value) { value.getClass(); ensureNotificationKindsIsMutable(); notificationKinds_.setInt(index, value.getNumber()); } /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param value The notificationKinds to add. */ private void addNotificationKinds(com.streamlayer.analytics.notifications.v1.NotificationKind value) { value.getClass(); ensureNotificationKindsIsMutable(); notificationKinds_.addInt(value.getNumber()); } /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param values The notificationKinds to add. */ private void addAllNotificationKinds( java.lang.Iterable values) { ensureNotificationKindsIsMutable(); for (com.streamlayer.analytics.notifications.v1.NotificationKind value : values) { notificationKinds_.addInt(value.getNumber()); } } /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; */ private void clearNotificationKinds() { notificationKinds_ = emptyIntList(); } /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param value The enum numeric value on the wire for notificationKinds to set. */ private void setNotificationKindsValue( int index, int value) { ensureNotificationKindsIsMutable(); notificationKinds_.setInt(index, value); } /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param value The enum numeric value on the wire for notificationKinds to add. */ private void addNotificationKindsValue(int value) { ensureNotificationKindsIsMutable(); notificationKinds_.addInt(value); } /** *
     * notification kind
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param values The enum numeric values on the wire for notificationKinds to add. */ private void addAllNotificationKindsValue( java.lang.Iterable values) { ensureNotificationKindsIsMutable(); for (int value : values) { notificationKinds_.addInt(value); } } public static final int NOTIFICATION_TYPES_FIELD_NUMBER = 5; private com.google.protobuf.Internal.IntList notificationTypes_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.streamlayer.analytics.notifications.v1.NotificationType> notificationTypes_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.streamlayer.analytics.notifications.v1.NotificationType>() { @java.lang.Override public com.streamlayer.analytics.notifications.v1.NotificationType convert(java.lang.Integer from) { com.streamlayer.analytics.notifications.v1.NotificationType result = com.streamlayer.analytics.notifications.v1.NotificationType.forNumber(from); return result == null ? com.streamlayer.analytics.notifications.v1.NotificationType.UNRECOGNIZED : result; } }; /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @return A list containing the notificationTypes. */ @java.lang.Override public java.util.List getNotificationTypesList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.streamlayer.analytics.notifications.v1.NotificationType>(notificationTypes_, notificationTypes_converter_); } /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @return The count of notificationTypes. */ @java.lang.Override public int getNotificationTypesCount() { return notificationTypes_.size(); } /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param index The index of the element to return. * @return The notificationTypes at the given index. */ @java.lang.Override public com.streamlayer.analytics.notifications.v1.NotificationType getNotificationTypes(int index) { com.streamlayer.analytics.notifications.v1.NotificationType result = com.streamlayer.analytics.notifications.v1.NotificationType.forNumber(notificationTypes_.getInt(index)); return result == null ? com.streamlayer.analytics.notifications.v1.NotificationType.UNRECOGNIZED : result; } /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @return A list containing the enum numeric values on the wire for notificationTypes. */ @java.lang.Override public java.util.List getNotificationTypesValueList() { return notificationTypes_; } /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param index The index of the value to return. * @return The enum numeric value on the wire of notificationTypes at the given index. */ @java.lang.Override public int getNotificationTypesValue(int index) { return notificationTypes_.getInt(index); } private int notificationTypesMemoizedSerializedSize; private void ensureNotificationTypesIsMutable() { com.google.protobuf.Internal.IntList tmp = notificationTypes_; if (!tmp.isModifiable()) { notificationTypes_ = com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp); } } /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param index The index to set the value at. * @param value The notificationTypes to set. */ private void setNotificationTypes( int index, com.streamlayer.analytics.notifications.v1.NotificationType value) { value.getClass(); ensureNotificationTypesIsMutable(); notificationTypes_.setInt(index, value.getNumber()); } /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param value The notificationTypes to add. */ private void addNotificationTypes(com.streamlayer.analytics.notifications.v1.NotificationType value) { value.getClass(); ensureNotificationTypesIsMutable(); notificationTypes_.addInt(value.getNumber()); } /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param values The notificationTypes to add. */ private void addAllNotificationTypes( java.lang.Iterable values) { ensureNotificationTypesIsMutable(); for (com.streamlayer.analytics.notifications.v1.NotificationType value : values) { notificationTypes_.addInt(value.getNumber()); } } /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; */ private void clearNotificationTypes() { notificationTypes_ = emptyIntList(); } /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param value The enum numeric value on the wire for notificationTypes to set. */ private void setNotificationTypesValue( int index, int value) { ensureNotificationTypesIsMutable(); notificationTypes_.setInt(index, value); } /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param value The enum numeric value on the wire for notificationTypes to add. */ private void addNotificationTypesValue(int value) { ensureNotificationTypesIsMutable(); notificationTypes_.addInt(value); } /** *
     * notification types
     * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param values The enum numeric values on the wire for notificationTypes to add. */ private void addAllNotificationTypesValue( java.lang.Iterable values) { ensureNotificationTypesIsMutable(); for (int value : values) { notificationTypes_.addInt(value); } } public static final int KIND_FIELD_NUMBER = 6; private int kind_; /** *
     * kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
     * 
* * .streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"]; * @return The enum numeric value on the wire for kind. */ @java.lang.Override public int getKindValue() { return kind_; } /** *
     * kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
     * 
* * .streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"]; * @return The kind. */ @java.lang.Override public com.streamlayer.analytics.common.v1.Kind getKind() { com.streamlayer.analytics.common.v1.Kind result = com.streamlayer.analytics.common.v1.Kind.forNumber(kind_); return result == null ? com.streamlayer.analytics.common.v1.Kind.UNRECOGNIZED : result; } /** *
     * kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
     * 
* * .streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"]; * @param value The enum numeric value on the wire for kind to set. */ private void setKindValue(int value) { kind_ = value; } /** *
     * kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
     * 
* * .streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"]; * @param value The kind to set. */ private void setKind(com.streamlayer.analytics.common.v1.Kind value) { kind_ = value.getNumber(); } /** *
     * kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
     * 
* * .streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"]; */ private void clearKind() { kind_ = 0; } public static final int COUNT_UNIQUE_FIELD_NUMBER = 7; private boolean countUnique_; /** *
     * for counting statistics, unique by device id
     * 
* * bool count_unique = 7 [json_name = "countUnique"]; * @return The countUnique. */ @java.lang.Override public boolean getCountUnique() { return countUnique_; } /** *
     * for counting statistics, unique by device id
     * 
* * bool count_unique = 7 [json_name = "countUnique"]; * @param value The countUnique to set. */ private void setCountUnique(boolean value) { countUnique_ = value; } /** *
     * for counting statistics, unique by device id
     * 
* * bool count_unique = 7 [json_name = "countUnique"]; */ private void clearCountUnique() { countUnique_ = false; } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static Builder newBuilder() { return (Builder) DEFAULT_INSTANCE.createBuilder(); } public static Builder newBuilder(com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter) com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilterOrBuilder { // Construct using com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** *
       * period
       * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ @java.lang.Override public boolean hasPeriod() { return instance.hasPeriod(); } /** *
       * period
       * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ @java.lang.Override public com.streamlayer.analytics.common.v1.Period getPeriod() { return instance.getPeriod(); } /** *
       * period
       * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ public Builder setPeriod(com.streamlayer.analytics.common.v1.Period value) { copyOnWrite(); instance.setPeriod(value); return this; } /** *
       * period
       * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ public Builder setPeriod( com.streamlayer.analytics.common.v1.Period.Builder builderForValue) { copyOnWrite(); instance.setPeriod(builderForValue.build()); return this; } /** *
       * period
       * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ public Builder mergePeriod(com.streamlayer.analytics.common.v1.Period value) { copyOnWrite(); instance.mergePeriod(value); return this; } /** *
       * period
       * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ public Builder clearPeriod() { copyOnWrite(); instance.clearPeriod(); return this; } /** *
       * sports event ids
       * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return A list containing the eventIds. */ @java.lang.Override public java.util.List getEventIdsList() { return java.util.Collections.unmodifiableList( instance.getEventIdsList()); } /** *
       * sports event ids
       * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return The count of eventIds. */ @java.lang.Override public int getEventIdsCount() { return instance.getEventIdsCount(); } /** *
       * sports event ids
       * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @param index The index of the element to return. * @return The eventIds at the given index. */ @java.lang.Override public long getEventIds(int index) { return instance.getEventIds(index); } /** *
       * sports event ids
       * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @param value The eventIds to set. * @return This builder for chaining. */ public Builder setEventIds( int index, long value) { copyOnWrite(); instance.setEventIds(index, value); return this; } /** *
       * sports event ids
       * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @param value The eventIds to add. * @return This builder for chaining. */ public Builder addEventIds(long value) { copyOnWrite(); instance.addEventIds(value); return this; } /** *
       * sports event ids
       * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @param values The eventIds to add. * @return This builder for chaining. */ public Builder addAllEventIds( java.lang.Iterable values) { copyOnWrite(); instance.addAllEventIds(values); return this; } /** *
       * sports event ids
       * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return This builder for chaining. */ public Builder clearEventIds() { copyOnWrite(); instance.clearEventIds(); return this; } /** *
       * categories
       * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @return A list containing the categories. */ @java.lang.Override public java.util.List getCategoriesList() { return instance.getCategoriesList(); } /** *
       * categories
       * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @return The count of categories. */ @java.lang.Override public int getCategoriesCount() { return instance.getCategoriesCount(); } /** *
       * categories
       * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param index The index of the element to return. * @return The categories at the given index. */ @java.lang.Override public com.streamlayer.analytics.common.v1.Category getCategories(int index) { return instance.getCategories(index); } /** *
       * categories
       * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param index The index to set the value at. * @param value The categories to set. * @return This builder for chaining. */ public Builder setCategories( int index, com.streamlayer.analytics.common.v1.Category value) { copyOnWrite(); instance.setCategories(index, value); return this; } /** *
       * categories
       * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param value The categories to add. * @return This builder for chaining. */ public Builder addCategories(com.streamlayer.analytics.common.v1.Category value) { copyOnWrite(); instance.addCategories(value); return this; } /** *
       * categories
       * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param values The categories to add. * @return This builder for chaining. */ public Builder addAllCategories( java.lang.Iterable values) { copyOnWrite(); instance.addAllCategories(values); return this; } /** *
       * categories
       * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @return This builder for chaining. */ public Builder clearCategories() { copyOnWrite(); instance.clearCategories(); return this; } /** *
       * categories
       * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @return A list containing the enum numeric values on the wire for categories. */ @java.lang.Override public java.util.List getCategoriesValueList() { return java.util.Collections.unmodifiableList( instance.getCategoriesValueList()); } /** *
       * categories
       * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param index The index of the value to return. * @return The enum numeric value on the wire of categories at the given index. */ @java.lang.Override public int getCategoriesValue(int index) { return instance.getCategoriesValue(index); } /** *
       * categories
       * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param index The index to set the value at. * @param value The enum numeric value on the wire for categories to set. * @return This builder for chaining. */ public Builder setCategoriesValue( int index, int value) { copyOnWrite(); instance.setCategoriesValue(index, value); return this; } /** *
       * categories
       * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param value The enum numeric value on the wire for categories to add. * @return This builder for chaining. */ public Builder addCategoriesValue(int value) { copyOnWrite(); instance.addCategoriesValue(value); return this; } /** *
       * categories
       * 
* * repeated .streamlayer.analytics.v1.common.Category categories = 3 [json_name = "categories"]; * @param values The enum numeric values on the wire for categories to add. * @return This builder for chaining. */ public Builder addAllCategoriesValue( java.lang.Iterable values) { copyOnWrite(); instance.addAllCategoriesValue(values); return this; } /** *
       * notification kind
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @return A list containing the notificationKinds. */ @java.lang.Override public java.util.List getNotificationKindsList() { return instance.getNotificationKindsList(); } /** *
       * notification kind
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @return The count of notificationKinds. */ @java.lang.Override public int getNotificationKindsCount() { return instance.getNotificationKindsCount(); } /** *
       * notification kind
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param index The index of the element to return. * @return The notificationKinds at the given index. */ @java.lang.Override public com.streamlayer.analytics.notifications.v1.NotificationKind getNotificationKinds(int index) { return instance.getNotificationKinds(index); } /** *
       * notification kind
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param index The index to set the value at. * @param value The notificationKinds to set. * @return This builder for chaining. */ public Builder setNotificationKinds( int index, com.streamlayer.analytics.notifications.v1.NotificationKind value) { copyOnWrite(); instance.setNotificationKinds(index, value); return this; } /** *
       * notification kind
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param value The notificationKinds to add. * @return This builder for chaining. */ public Builder addNotificationKinds(com.streamlayer.analytics.notifications.v1.NotificationKind value) { copyOnWrite(); instance.addNotificationKinds(value); return this; } /** *
       * notification kind
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param values The notificationKinds to add. * @return This builder for chaining. */ public Builder addAllNotificationKinds( java.lang.Iterable values) { copyOnWrite(); instance.addAllNotificationKinds(values); return this; } /** *
       * notification kind
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @return This builder for chaining. */ public Builder clearNotificationKinds() { copyOnWrite(); instance.clearNotificationKinds(); return this; } /** *
       * notification kind
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @return A list containing the enum numeric values on the wire for notificationKinds. */ @java.lang.Override public java.util.List getNotificationKindsValueList() { return java.util.Collections.unmodifiableList( instance.getNotificationKindsValueList()); } /** *
       * notification kind
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param index The index of the value to return. * @return The enum numeric value on the wire of notificationKinds at the given index. */ @java.lang.Override public int getNotificationKindsValue(int index) { return instance.getNotificationKindsValue(index); } /** *
       * notification kind
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param index The index to set the value at. * @param value The enum numeric value on the wire for notificationKinds to set. * @return This builder for chaining. */ public Builder setNotificationKindsValue( int index, int value) { copyOnWrite(); instance.setNotificationKindsValue(index, value); return this; } /** *
       * notification kind
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param value The enum numeric value on the wire for notificationKinds to add. * @return This builder for chaining. */ public Builder addNotificationKindsValue(int value) { copyOnWrite(); instance.addNotificationKindsValue(value); return this; } /** *
       * notification kind
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationKind notification_kinds = 4 [json_name = "notificationKinds"]; * @param values The enum numeric values on the wire for notificationKinds to add. * @return This builder for chaining. */ public Builder addAllNotificationKindsValue( java.lang.Iterable values) { copyOnWrite(); instance.addAllNotificationKindsValue(values); return this; } /** *
       * notification types
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @return A list containing the notificationTypes. */ @java.lang.Override public java.util.List getNotificationTypesList() { return instance.getNotificationTypesList(); } /** *
       * notification types
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @return The count of notificationTypes. */ @java.lang.Override public int getNotificationTypesCount() { return instance.getNotificationTypesCount(); } /** *
       * notification types
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param index The index of the element to return. * @return The notificationTypes at the given index. */ @java.lang.Override public com.streamlayer.analytics.notifications.v1.NotificationType getNotificationTypes(int index) { return instance.getNotificationTypes(index); } /** *
       * notification types
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param index The index to set the value at. * @param value The notificationTypes to set. * @return This builder for chaining. */ public Builder setNotificationTypes( int index, com.streamlayer.analytics.notifications.v1.NotificationType value) { copyOnWrite(); instance.setNotificationTypes(index, value); return this; } /** *
       * notification types
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param value The notificationTypes to add. * @return This builder for chaining. */ public Builder addNotificationTypes(com.streamlayer.analytics.notifications.v1.NotificationType value) { copyOnWrite(); instance.addNotificationTypes(value); return this; } /** *
       * notification types
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param values The notificationTypes to add. * @return This builder for chaining. */ public Builder addAllNotificationTypes( java.lang.Iterable values) { copyOnWrite(); instance.addAllNotificationTypes(values); return this; } /** *
       * notification types
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @return This builder for chaining. */ public Builder clearNotificationTypes() { copyOnWrite(); instance.clearNotificationTypes(); return this; } /** *
       * notification types
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @return A list containing the enum numeric values on the wire for notificationTypes. */ @java.lang.Override public java.util.List getNotificationTypesValueList() { return java.util.Collections.unmodifiableList( instance.getNotificationTypesValueList()); } /** *
       * notification types
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param index The index of the value to return. * @return The enum numeric value on the wire of notificationTypes at the given index. */ @java.lang.Override public int getNotificationTypesValue(int index) { return instance.getNotificationTypesValue(index); } /** *
       * notification types
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param index The index to set the value at. * @param value The enum numeric value on the wire for notificationTypes to set. * @return This builder for chaining. */ public Builder setNotificationTypesValue( int index, int value) { copyOnWrite(); instance.setNotificationTypesValue(index, value); return this; } /** *
       * notification types
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param value The enum numeric value on the wire for notificationTypes to add. * @return This builder for chaining. */ public Builder addNotificationTypesValue(int value) { copyOnWrite(); instance.addNotificationTypesValue(value); return this; } /** *
       * notification types
       * 
* * repeated .streamlayer.analytics.v1.notifications.NotificationType notification_types = 5 [json_name = "notificationTypes"]; * @param values The enum numeric values on the wire for notificationTypes to add. * @return This builder for chaining. */ public Builder addAllNotificationTypesValue( java.lang.Iterable values) { copyOnWrite(); instance.addAllNotificationTypesValue(values); return this; } /** *
       * kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
       * 
* * .streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"]; * @return The enum numeric value on the wire for kind. */ @java.lang.Override public int getKindValue() { return instance.getKindValue(); } /** *
       * kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
       * 
* * .streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"]; * @param value The kind to set. * @return This builder for chaining. */ public Builder setKindValue(int value) { copyOnWrite(); instance.setKindValue(value); return this; } /** *
       * kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
       * 
* * .streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"]; * @return The kind. */ @java.lang.Override public com.streamlayer.analytics.common.v1.Kind getKind() { return instance.getKind(); } /** *
       * kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
       * 
* * .streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"]; * @param value The enum numeric value on the wire for kind to set. * @return This builder for chaining. */ public Builder setKind(com.streamlayer.analytics.common.v1.Kind value) { copyOnWrite(); instance.setKind(value); return this; } /** *
       * kind: KIND_NOTIFICATION_RECEIVED, KIND_NOTIFICATION_OPENED
       * 
* * .streamlayer.analytics.v1.common.Kind kind = 6 [json_name = "kind"]; * @return This builder for chaining. */ public Builder clearKind() { copyOnWrite(); instance.clearKind(); return this; } /** *
       * for counting statistics, unique by device id
       * 
* * bool count_unique = 7 [json_name = "countUnique"]; * @return The countUnique. */ @java.lang.Override public boolean getCountUnique() { return instance.getCountUnique(); } /** *
       * for counting statistics, unique by device id
       * 
* * bool count_unique = 7 [json_name = "countUnique"]; * @param value The countUnique to set. * @return This builder for chaining. */ public Builder setCountUnique(boolean value) { copyOnWrite(); instance.setCountUnique(value); return this; } /** *
       * for counting statistics, unique by device id
       * 
* * bool count_unique = 7 [json_name = "countUnique"]; * @return This builder for chaining. */ public Builder clearCountUnique() { copyOnWrite(); instance.clearCountUnique(); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter) } @java.lang.Override @java.lang.SuppressWarnings({"unchecked", "fallthrough"}) protected final java.lang.Object dynamicMethod( com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1) { switch (method) { case NEW_MUTABLE_INSTANCE: { return new com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "bitField0_", "period_", "eventIds_", "categories_", "notificationKinds_", "notificationTypes_", "kind_", "countUnique_", }; java.lang.String info = "\u0000\u0007\u0000\u0001\u0001\u0007\u0007\u0000\u0004\u0000\u0001\u1009\u0000\u0002" + "&\u0003,\u0004,\u0005,\u0006\f\u0007\u0007"; return newMessageInfo(DEFAULT_INSTANCE, info, objects); } // fall through case GET_DEFAULT_INSTANCE: { return DEFAULT_INSTANCE; } case GET_PARSER: { com.google.protobuf.Parser parser = PARSER; if (parser == null) { synchronized (com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter.class) { parser = PARSER; if (parser == null) { parser = new DefaultInstanceBasedParser( DEFAULT_INSTANCE); PARSER = parser; } } } return parser; } case GET_MEMOIZED_IS_INITIALIZED: { return (byte) 1; } case SET_MEMOIZED_IS_INITIALIZED: { return null; } } throw new UnsupportedOperationException(); } // @@protoc_insertion_point(class_scope:streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter) private static final com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter DEFAULT_INSTANCE; static { TotalRequestFilter defaultInstance = new TotalRequestFilter(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( TotalRequestFilter.class, defaultInstance); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter getDefaultInstance() { return DEFAULT_INSTANCE; } private static volatile com.google.protobuf.Parser PARSER; public static com.google.protobuf.Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } } private int bitField0_; public static final int FILTER_FIELD_NUMBER = 1; private com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter filter_; /** * .streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public boolean hasFilter() { return ((bitField0_ & 0x00000001) != 0); } /** * .streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter getFilter() { return filter_ == null ? com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter.getDefaultInstance() : filter_; } /** * .streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ private void setFilter(com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter value) { value.getClass(); filter_ = value; bitField0_ |= 0x00000001; } /** * .streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.SuppressWarnings({"ReferenceEquality"}) private void mergeFilter(com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter value) { value.getClass(); if (filter_ != null && filter_ != com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter.getDefaultInstance()) { filter_ = com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter.newBuilder(filter_).mergeFrom(value).buildPartial(); } else { filter_ = value; } bitField0_ |= 0x00000001; } /** * .streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ private void clearFilter() { filter_ = null; bitField0_ = (bitField0_ & ~0x00000001); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data, extensionRegistry); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input, extensionRegistry); } public static Builder newBuilder() { return (Builder) DEFAULT_INSTANCE.createBuilder(); } public static Builder newBuilder(com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.analytics.v1.notifications.TotalNotificationsRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.analytics.v1.notifications.TotalNotificationsRequest) com.streamlayer.analytics.notifications.v1.TotalNotificationsRequestOrBuilder { // Construct using com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** * .streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public boolean hasFilter() { return instance.hasFilter(); } /** * .streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter getFilter() { return instance.getFilter(); } /** * .streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ public Builder setFilter(com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter value) { copyOnWrite(); instance.setFilter(value); return this; } /** * .streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ public Builder setFilter( com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter.Builder builderForValue) { copyOnWrite(); instance.setFilter(builderForValue.build()); return this; } /** * .streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ public Builder mergeFilter(com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.TotalRequestFilter value) { copyOnWrite(); instance.mergeFilter(value); return this; } /** * .streamlayer.analytics.v1.notifications.TotalNotificationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ public Builder clearFilter() { copyOnWrite(); instance.clearFilter(); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.analytics.v1.notifications.TotalNotificationsRequest) } @java.lang.Override @java.lang.SuppressWarnings({"unchecked", "fallthrough"}) protected final java.lang.Object dynamicMethod( com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1) { switch (method) { case NEW_MUTABLE_INSTANCE: { return new com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "bitField0_", "filter_", }; java.lang.String info = "\u0000\u0001\u0000\u0001\u0001\u0001\u0001\u0000\u0000\u0000\u0001\u1009\u0000"; return newMessageInfo(DEFAULT_INSTANCE, info, objects); } // fall through case GET_DEFAULT_INSTANCE: { return DEFAULT_INSTANCE; } case GET_PARSER: { com.google.protobuf.Parser parser = PARSER; if (parser == null) { synchronized (com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest.class) { parser = PARSER; if (parser == null) { parser = new DefaultInstanceBasedParser( DEFAULT_INSTANCE); PARSER = parser; } } } return parser; } case GET_MEMOIZED_IS_INITIALIZED: { return (byte) 1; } case SET_MEMOIZED_IS_INITIALIZED: { return null; } } throw new UnsupportedOperationException(); } // @@protoc_insertion_point(class_scope:streamlayer.analytics.v1.notifications.TotalNotificationsRequest) private static final com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest DEFAULT_INSTANCE; static { TotalNotificationsRequest defaultInstance = new TotalNotificationsRequest(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( TotalNotificationsRequest.class, defaultInstance); } public static com.streamlayer.analytics.notifications.v1.TotalNotificationsRequest getDefaultInstance() { return DEFAULT_INSTANCE; } private static volatile com.google.protobuf.Parser PARSER; public static com.google.protobuf.Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy