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

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

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

/**
 * Protobuf type {@code streamlayer.analytics.v1.calls.TotalCallsRequest}
 */
public  final class TotalCallsRequest extends
    com.google.protobuf.GeneratedMessageLite<
        TotalCallsRequest, TotalCallsRequest.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.analytics.v1.calls.TotalCallsRequest)
    TotalCallsRequestOrBuilder {
  private TotalCallsRequest() {
  }
  public interface TotalRequestFilterOrBuilder extends
      // @@protoc_insertion_point(interface_extends:streamlayer.analytics.v1.calls.TotalCallsRequest.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 events id
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return A list containing the eventIds. */ java.util.List getEventIdsList(); /** *
     * sports events id
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return The count of eventIds. */ int getEventIdsCount(); /** *
     * sports events id
     * 
* * 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_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @return A list containing the kinds. */ java.util.List getKindsList(); /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @return The count of kinds. */ int getKindsCount(); /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param index The index of the element to return. * @return The kinds at the given index. */ com.streamlayer.analytics.common.v1.Kind getKinds(int index); /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @return A list containing the enum numeric values on the wire for kinds. */ java.util.List getKindsValueList(); /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param index The index of the value to return. * @return The enum numeric value on the wire of kinds at the given index. */ int getKindsValue(int index); /** *
     * 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.calls.TotalCallsRequest.TotalRequestFilter} */ public static final class TotalRequestFilter extends com.google.protobuf.GeneratedMessageLite< TotalRequestFilter, TotalRequestFilter.Builder> implements // @@protoc_insertion_point(message_implements:streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter) TotalRequestFilterOrBuilder { private TotalRequestFilter() { eventIds_ = emptyLongList(); categories_ = emptyIntList(); kinds_ = 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 events id
     * 
* * 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 events id
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return The count of eventIds. */ @java.lang.Override public int getEventIdsCount() { return eventIds_.size(); } /** *
     * sports events id
     * 
* * 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 events id
     * 
* * 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 events id
     * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @param value The eventIds to add. */ private void addEventIds(long value) { ensureEventIdsIsMutable(); eventIds_.addLong(value); } /** *
     * sports events id
     * 
* * 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 events id
     * 
* * 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 KINDS_FIELD_NUMBER = 4; private com.google.protobuf.Internal.IntList kinds_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.streamlayer.analytics.common.v1.Kind> kinds_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.streamlayer.analytics.common.v1.Kind>() { @java.lang.Override public com.streamlayer.analytics.common.v1.Kind convert(java.lang.Integer from) { com.streamlayer.analytics.common.v1.Kind result = com.streamlayer.analytics.common.v1.Kind.forNumber(from); return result == null ? com.streamlayer.analytics.common.v1.Kind.UNRECOGNIZED : result; } }; /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @return A list containing the kinds. */ @java.lang.Override public java.util.List getKindsList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.streamlayer.analytics.common.v1.Kind>(kinds_, kinds_converter_); } /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @return The count of kinds. */ @java.lang.Override public int getKindsCount() { return kinds_.size(); } /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param index The index of the element to return. * @return The kinds at the given index. */ @java.lang.Override public com.streamlayer.analytics.common.v1.Kind getKinds(int index) { com.streamlayer.analytics.common.v1.Kind result = com.streamlayer.analytics.common.v1.Kind.forNumber(kinds_.getInt(index)); return result == null ? com.streamlayer.analytics.common.v1.Kind.UNRECOGNIZED : result; } /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @return A list containing the enum numeric values on the wire for kinds. */ @java.lang.Override public java.util.List getKindsValueList() { return kinds_; } /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param index The index of the value to return. * @return The enum numeric value on the wire of kinds at the given index. */ @java.lang.Override public int getKindsValue(int index) { return kinds_.getInt(index); } private int kindsMemoizedSerializedSize; private void ensureKindsIsMutable() { com.google.protobuf.Internal.IntList tmp = kinds_; if (!tmp.isModifiable()) { kinds_ = com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp); } } /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param index The index to set the value at. * @param value The kinds to set. */ private void setKinds( int index, com.streamlayer.analytics.common.v1.Kind value) { value.getClass(); ensureKindsIsMutable(); kinds_.setInt(index, value.getNumber()); } /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param value The kinds to add. */ private void addKinds(com.streamlayer.analytics.common.v1.Kind value) { value.getClass(); ensureKindsIsMutable(); kinds_.addInt(value.getNumber()); } /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param values The kinds to add. */ private void addAllKinds( java.lang.Iterable values) { ensureKindsIsMutable(); for (com.streamlayer.analytics.common.v1.Kind value : values) { kinds_.addInt(value.getNumber()); } } /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; */ private void clearKinds() { kinds_ = emptyIntList(); } /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param value The enum numeric value on the wire for kinds to set. */ private void setKindsValue( int index, int value) { ensureKindsIsMutable(); kinds_.setInt(index, value); } /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param value The enum numeric value on the wire for kinds to add. */ private void addKindsValue(int value) { ensureKindsIsMutable(); kinds_.addInt(value); } /** *
     * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
     * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param values The enum numeric values on the wire for kinds to add. */ private void addAllKindsValue( java.lang.Iterable values) { ensureKindsIsMutable(); for (int value : values) { kinds_.addInt(value); } } 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.calls.v1.TotalCallsRequest.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.calls.v1.TotalCallsRequest.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.calls.v1.TotalCallsRequest.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.calls.v1.TotalCallsRequest.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.calls.v1.TotalCallsRequest.TotalRequestFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.calls.v1.TotalCallsRequest.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.calls.v1.TotalCallsRequest.TotalRequestFilter parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.calls.v1.TotalCallsRequest.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.calls.v1.TotalCallsRequest.TotalRequestFilter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.calls.v1.TotalCallsRequest.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.calls.v1.TotalCallsRequest.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.calls.v1.TotalCallsRequest.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.calls.v1.TotalCallsRequest.TotalRequestFilter prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.analytics.calls.v1.TotalCallsRequest.TotalRequestFilter, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter) com.streamlayer.analytics.calls.v1.TotalCallsRequest.TotalRequestFilterOrBuilder { // Construct using com.streamlayer.analytics.calls.v1.TotalCallsRequest.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 events id
       * 
* * 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 events id
       * 
* * repeated uint64 event_ids = 2 [json_name = "eventIds"]; * @return The count of eventIds. */ @java.lang.Override public int getEventIdsCount() { return instance.getEventIdsCount(); } /** *
       * sports events id
       * 
* * 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 events id
       * 
* * 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 events id
       * 
* * 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 events id
       * 
* * 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 events id
       * 
* * 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_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
       * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @return A list containing the kinds. */ @java.lang.Override public java.util.List getKindsList() { return instance.getKindsList(); } /** *
       * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
       * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @return The count of kinds. */ @java.lang.Override public int getKindsCount() { return instance.getKindsCount(); } /** *
       * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
       * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param index The index of the element to return. * @return The kinds at the given index. */ @java.lang.Override public com.streamlayer.analytics.common.v1.Kind getKinds(int index) { return instance.getKinds(index); } /** *
       * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
       * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param index The index to set the value at. * @param value The kinds to set. * @return This builder for chaining. */ public Builder setKinds( int index, com.streamlayer.analytics.common.v1.Kind value) { copyOnWrite(); instance.setKinds(index, value); return this; } /** *
       * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
       * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param value The kinds to add. * @return This builder for chaining. */ public Builder addKinds(com.streamlayer.analytics.common.v1.Kind value) { copyOnWrite(); instance.addKinds(value); return this; } /** *
       * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
       * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param values The kinds to add. * @return This builder for chaining. */ public Builder addAllKinds( java.lang.Iterable values) { copyOnWrite(); instance.addAllKinds(values); return this; } /** *
       * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
       * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @return This builder for chaining. */ public Builder clearKinds() { copyOnWrite(); instance.clearKinds(); return this; } /** *
       * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
       * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @return A list containing the enum numeric values on the wire for kinds. */ @java.lang.Override public java.util.List getKindsValueList() { return java.util.Collections.unmodifiableList( instance.getKindsValueList()); } /** *
       * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
       * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param index The index of the value to return. * @return The enum numeric value on the wire of kinds at the given index. */ @java.lang.Override public int getKindsValue(int index) { return instance.getKindsValue(index); } /** *
       * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
       * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param index The index to set the value at. * @param value The enum numeric value on the wire for kinds to set. * @return This builder for chaining. */ public Builder setKindsValue( int index, int value) { copyOnWrite(); instance.setKindsValue(index, value); return this; } /** *
       * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
       * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param value The enum numeric value on the wire for kinds to add. * @return This builder for chaining. */ public Builder addKindsValue(int value) { copyOnWrite(); instance.addKindsValue(value); return this; } /** *
       * kind: KIND_NEW_CALL, KIND_CALL_JOINED, KIND_CALL_FINISHED, KIND_GROUP_CALL_JOINED
       * 
* * repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"]; * @param values The enum numeric values on the wire for kinds to add. * @return This builder for chaining. */ public Builder addAllKindsValue( java.lang.Iterable values) { copyOnWrite(); instance.addAllKindsValue(values); 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.calls.TotalCallsRequest.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.calls.v1.TotalCallsRequest.TotalRequestFilter(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "bitField0_", "period_", "eventIds_", "categories_", "kinds_", "countUnique_", }; java.lang.String info = "\u0000\u0005\u0000\u0001\u0001\u0005\u0005\u0000\u0003\u0000\u0001\u1009\u0000\u0002" + "&\u0003,\u0004,\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.calls.v1.TotalCallsRequest.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.calls.TotalCallsRequest.TotalRequestFilter) private static final com.streamlayer.analytics.calls.v1.TotalCallsRequest.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.calls.v1.TotalCallsRequest.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.calls.v1.TotalCallsRequest.TotalRequestFilter filter_; /** * .streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public boolean hasFilter() { return ((bitField0_ & 0x00000001) != 0); } /** * .streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public com.streamlayer.analytics.calls.v1.TotalCallsRequest.TotalRequestFilter getFilter() { return filter_ == null ? com.streamlayer.analytics.calls.v1.TotalCallsRequest.TotalRequestFilter.getDefaultInstance() : filter_; } /** * .streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ private void setFilter(com.streamlayer.analytics.calls.v1.TotalCallsRequest.TotalRequestFilter value) { value.getClass(); filter_ = value; bitField0_ |= 0x00000001; } /** * .streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.SuppressWarnings({"ReferenceEquality"}) private void mergeFilter(com.streamlayer.analytics.calls.v1.TotalCallsRequest.TotalRequestFilter value) { value.getClass(); if (filter_ != null && filter_ != com.streamlayer.analytics.calls.v1.TotalCallsRequest.TotalRequestFilter.getDefaultInstance()) { filter_ = com.streamlayer.analytics.calls.v1.TotalCallsRequest.TotalRequestFilter.newBuilder(filter_).mergeFrom(value).buildPartial(); } else { filter_ = value; } bitField0_ |= 0x00000001; } /** * .streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ private void clearFilter() { filter_ = null; bitField0_ = (bitField0_ & ~0x00000001); } public static com.streamlayer.analytics.calls.v1.TotalCallsRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.calls.v1.TotalCallsRequest 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.calls.v1.TotalCallsRequest 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.calls.v1.TotalCallsRequest 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.calls.v1.TotalCallsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.calls.v1.TotalCallsRequest 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.calls.v1.TotalCallsRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.calls.v1.TotalCallsRequest 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.calls.v1.TotalCallsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.calls.v1.TotalCallsRequest 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.calls.v1.TotalCallsRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.calls.v1.TotalCallsRequest 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.calls.v1.TotalCallsRequest prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.analytics.v1.calls.TotalCallsRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.analytics.calls.v1.TotalCallsRequest, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.analytics.v1.calls.TotalCallsRequest) com.streamlayer.analytics.calls.v1.TotalCallsRequestOrBuilder { // Construct using com.streamlayer.analytics.calls.v1.TotalCallsRequest.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** * .streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public boolean hasFilter() { return instance.hasFilter(); } /** * .streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public com.streamlayer.analytics.calls.v1.TotalCallsRequest.TotalRequestFilter getFilter() { return instance.getFilter(); } /** * .streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ public Builder setFilter(com.streamlayer.analytics.calls.v1.TotalCallsRequest.TotalRequestFilter value) { copyOnWrite(); instance.setFilter(value); return this; } /** * .streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ public Builder setFilter( com.streamlayer.analytics.calls.v1.TotalCallsRequest.TotalRequestFilter.Builder builderForValue) { copyOnWrite(); instance.setFilter(builderForValue.build()); return this; } /** * .streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ public Builder mergeFilter(com.streamlayer.analytics.calls.v1.TotalCallsRequest.TotalRequestFilter value) { copyOnWrite(); instance.mergeFilter(value); return this; } /** * .streamlayer.analytics.v1.calls.TotalCallsRequest.TotalRequestFilter filter = 1 [json_name = "filter"]; */ public Builder clearFilter() { copyOnWrite(); instance.clearFilter(); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.analytics.v1.calls.TotalCallsRequest) } @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.calls.v1.TotalCallsRequest(); } 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.calls.v1.TotalCallsRequest.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.calls.TotalCallsRequest) private static final com.streamlayer.analytics.calls.v1.TotalCallsRequest DEFAULT_INSTANCE; static { TotalCallsRequest defaultInstance = new TotalCallsRequest(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( TotalCallsRequest.class, defaultInstance); } public static com.streamlayer.analytics.calls.v1.TotalCallsRequest 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