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

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

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

/**
 * Protobuf type {@code streamlayer.analytics.v1.conversations.TotalConversationsRequest}
 */
public  final class TotalConversationsRequest extends
    com.google.protobuf.GeneratedMessageLite<
        TotalConversationsRequest, TotalConversationsRequest.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.analytics.v1.conversations.TotalConversationsRequest)
    TotalConversationsRequestOrBuilder {
  private TotalConversationsRequest() {
  }
  public interface TotalRequestFilterOrBuilder extends
      // @@protoc_insertion_point(interface_extends:streamlayer.analytics.v1.conversations.TotalConversationsRequest.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(); /** *
     * sport event ids
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return A list containing the eventIds. */ java.util.List getEventIdsList(); /** *
     * sport event ids
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return The count of eventIds. */ int getEventIdsCount(); /** *
     * sport 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); /** *
     * kind: KIND_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
     * 
* * .streamlayer.analytics.v1.common.Kind kind = 4 [json_name = "kind"]; * @return The enum numeric value on the wire for kind. */ int getKindValue(); /** *
     * kind: KIND_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
     * 
* * .streamlayer.analytics.v1.common.Kind kind = 4 [json_name = "kind"]; * @return The kind. */ com.streamlayer.analytics.common.v1.Kind getKind(); /** *
     * for counting statistics, unique by device id
     * 
* * bool count_unique = 5 [json_name = "countUnique"]; * @return The countUnique. */ boolean getCountUnique(); } /** * Protobuf type {@code streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter} */ public static final class TotalRequestFilter extends com.google.protobuf.GeneratedMessageLite< TotalRequestFilter, TotalRequestFilter.Builder> implements // @@protoc_insertion_point(message_implements:streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter) TotalRequestFilterOrBuilder { private TotalRequestFilter() { eventIds_ = emptyLongList(); categories_ = 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_; /** *
     * sport 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_; } /** *
     * sport event ids
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return The count of eventIds. */ @java.lang.Override public int getEventIdsCount() { return eventIds_.size(); } /** *
     * sport 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); } } /** *
     * sport 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); } /** *
     * sport 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); } /** *
     * sport 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_); } /** *
     * sport 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 KIND_FIELD_NUMBER = 4; private int kind_; /** *
     * kind: KIND_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
     * 
* * .streamlayer.analytics.v1.common.Kind kind = 4 [json_name = "kind"]; * @return The enum numeric value on the wire for kind. */ @java.lang.Override public int getKindValue() { return kind_; } /** *
     * kind: KIND_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
     * 
* * .streamlayer.analytics.v1.common.Kind kind = 4 [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_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
     * 
* * .streamlayer.analytics.v1.common.Kind kind = 4 [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_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
     * 
* * .streamlayer.analytics.v1.common.Kind kind = 4 [json_name = "kind"]; * @param value The kind to set. */ private void setKind(com.streamlayer.analytics.common.v1.Kind value) { kind_ = value.getNumber(); } /** *
     * kind: KIND_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
     * 
* * .streamlayer.analytics.v1.common.Kind kind = 4 [json_name = "kind"]; */ private void clearKind() { kind_ = 0; } public static final int COUNT_UNIQUE_FIELD_NUMBER = 5; private boolean countUnique_; /** *
     * for counting statistics, unique by device id
     * 
* * bool count_unique = 5 [json_name = "countUnique"]; * @return The countUnique. */ @java.lang.Override public boolean getCountUnique() { return countUnique_; } /** *
     * for counting statistics, unique by device id
     * 
* * bool count_unique = 5 [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 = 5 [json_name = "countUnique"]; */ private void clearCountUnique() { countUnique_ = false; } public static com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.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.conversations.v1.TotalConversationsRequest.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.conversations.v1.TotalConversationsRequest.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.conversations.v1.TotalConversationsRequest.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.conversations.v1.TotalConversationsRequest.TotalRequestFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.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.conversations.v1.TotalConversationsRequest.TotalRequestFilter parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.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.conversations.v1.TotalConversationsRequest.TotalRequestFilter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.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.conversations.v1.TotalConversationsRequest.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.conversations.v1.TotalConversationsRequest.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.conversations.v1.TotalConversationsRequest.TotalRequestFilter prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.TotalRequestFilter, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter) com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.TotalRequestFilterOrBuilder { // Construct using com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.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; } /** *
       * sport 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()); } /** *
       * sport event ids
       * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return The count of eventIds. */ @java.lang.Override public int getEventIdsCount() { return instance.getEventIdsCount(); } /** *
       * sport 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); } /** *
       * sport 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; } /** *
       * sport 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; } /** *
       * sport 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; } /** *
       * sport 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; } /** *
       * kind: KIND_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
       * 
* * .streamlayer.analytics.v1.common.Kind kind = 4 [json_name = "kind"]; * @return The enum numeric value on the wire for kind. */ @java.lang.Override public int getKindValue() { return instance.getKindValue(); } /** *
       * kind: KIND_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
       * 
* * .streamlayer.analytics.v1.common.Kind kind = 4 [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_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
       * 
* * .streamlayer.analytics.v1.common.Kind kind = 4 [json_name = "kind"]; * @return The kind. */ @java.lang.Override public com.streamlayer.analytics.common.v1.Kind getKind() { return instance.getKind(); } /** *
       * kind: KIND_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
       * 
* * .streamlayer.analytics.v1.common.Kind kind = 4 [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_CONVERSATION_CREATED, KIND_CONVERSATION_JOINED, KIND_CONVERSATION_DELETED, KIND_CONVERSATION_OPENED, KIND_GROUP_CONVERSATION_OPENED
       * 
* * .streamlayer.analytics.v1.common.Kind kind = 4 [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 = 5 [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 = 5 [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 = 5 [json_name = "countUnique"]; * @return This builder for chaining. */ public Builder clearCountUnique() { copyOnWrite(); instance.clearCountUnique(); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.analytics.v1.conversations.TotalConversationsRequest.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.conversations.v1.TotalConversationsRequest.TotalRequestFilter(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "bitField0_", "period_", "eventIds_", "categories_", "kind_", "countUnique_", }; java.lang.String info = "\u0000\u0005\u0000\u0001\u0001\u0005\u0005\u0000\u0002\u0000\u0001\u1009\u0000\u0002" + "&\u0003,\u0004\f\u0005\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.conversations.v1.TotalConversationsRequest.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.conversations.TotalConversationsRequest.TotalRequestFilter) private static final com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.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.conversations.v1.TotalConversationsRequest.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.conversations.v1.TotalConversationsRequest.TotalRequestFilter filter_; /** * .streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public boolean hasFilter() { return ((bitField0_ & 0x00000001) != 0); } /** * .streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.TotalRequestFilter getFilter() { return filter_ == null ? com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.TotalRequestFilter.getDefaultInstance() : filter_; } /** * .streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ private void setFilter(com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.TotalRequestFilter value) { value.getClass(); filter_ = value; bitField0_ |= 0x00000001; } /** * .streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.SuppressWarnings({"ReferenceEquality"}) private void mergeFilter(com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.TotalRequestFilter value) { value.getClass(); if (filter_ != null && filter_ != com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.TotalRequestFilter.getDefaultInstance()) { filter_ = com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.TotalRequestFilter.newBuilder(filter_).mergeFrom(value).buildPartial(); } else { filter_ = value; } bitField0_ |= 0x00000001; } /** * .streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ private void clearFilter() { filter_ = null; bitField0_ = (bitField0_ & ~0x00000001); } public static com.streamlayer.analytics.conversations.v1.TotalConversationsRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.conversations.v1.TotalConversationsRequest 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.conversations.v1.TotalConversationsRequest 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.conversations.v1.TotalConversationsRequest 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.conversations.v1.TotalConversationsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.conversations.v1.TotalConversationsRequest 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.conversations.v1.TotalConversationsRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.conversations.v1.TotalConversationsRequest 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.conversations.v1.TotalConversationsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.conversations.v1.TotalConversationsRequest 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.conversations.v1.TotalConversationsRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.conversations.v1.TotalConversationsRequest 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.conversations.v1.TotalConversationsRequest prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.analytics.v1.conversations.TotalConversationsRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.analytics.conversations.v1.TotalConversationsRequest, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.analytics.v1.conversations.TotalConversationsRequest) com.streamlayer.analytics.conversations.v1.TotalConversationsRequestOrBuilder { // Construct using com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** * .streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public boolean hasFilter() { return instance.hasFilter(); } /** * .streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.TotalRequestFilter getFilter() { return instance.getFilter(); } /** * .streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ public Builder setFilter(com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.TotalRequestFilter value) { copyOnWrite(); instance.setFilter(value); return this; } /** * .streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ public Builder setFilter( com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.TotalRequestFilter.Builder builderForValue) { copyOnWrite(); instance.setFilter(builderForValue.build()); return this; } /** * .streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ public Builder mergeFilter(com.streamlayer.analytics.conversations.v1.TotalConversationsRequest.TotalRequestFilter value) { copyOnWrite(); instance.mergeFilter(value); return this; } /** * .streamlayer.analytics.v1.conversations.TotalConversationsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ public Builder clearFilter() { copyOnWrite(); instance.clearFilter(); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.analytics.v1.conversations.TotalConversationsRequest) } @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.conversations.v1.TotalConversationsRequest(); } 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.conversations.v1.TotalConversationsRequest.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.conversations.TotalConversationsRequest) private static final com.streamlayer.analytics.conversations.v1.TotalConversationsRequest DEFAULT_INSTANCE; static { TotalConversationsRequest defaultInstance = new TotalConversationsRequest(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( TotalConversationsRequest.class, defaultInstance); } public static com.streamlayer.analytics.conversations.v1.TotalConversationsRequest 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