main.java.com.streamlayer.analytics.polls.v1.TotalPollsRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/analytics/v1/polls/polls.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.polls.v1;
/**
* Protobuf type {@code streamlayer.analytics.v1.polls.TotalPollsRequest}
*/
public final class TotalPollsRequest extends
com.google.protobuf.GeneratedMessageLite<
TotalPollsRequest, TotalPollsRequest.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.analytics.v1.polls.TotalPollsRequest)
TotalPollsRequestOrBuilder {
private TotalPollsRequest() {
organizationId_ = "";
}
public interface TotalRequestFilterOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.analytics.v1.polls.TotalPollsRequest.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);
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @return A list containing the topicIds.
*/
java.util.List
getTopicIdsList();
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @return The count of topicIds.
*/
int getTopicIdsCount();
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @param index The index of the element to return.
* @return The topicIds at the given index.
*/
java.lang.String getTopicIds(int index);
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @param index The index of the element to return.
* @return The topicIds at the given index.
*/
com.google.protobuf.ByteString
getTopicIdsBytes(int index);
/**
*
* kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];
* @return A list containing the kinds.
*/
java.util.List getKindsList();
/**
*
* kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];
* @return The count of kinds.
*/
int getKindsCount();
/**
*
* kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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.polls.TotalPollsRequest.TotalRequestFilter}
*/
public static final class TotalRequestFilter extends
com.google.protobuf.GeneratedMessageLite<
TotalRequestFilter, TotalRequestFilter.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.analytics.v1.polls.TotalPollsRequest.TotalRequestFilter)
TotalRequestFilterOrBuilder {
private TotalRequestFilter() {
eventIds_ = emptyLongList();
topicIds_ = com.google.protobuf.GeneratedMessageLite.emptyProtobufList();
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 extends java.lang.Long> 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 TOPIC_IDS_FIELD_NUMBER = 3;
private com.google.protobuf.Internal.ProtobufList topicIds_;
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @return A list containing the topicIds.
*/
@java.lang.Override
public java.util.List getTopicIdsList() {
return topicIds_;
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @return The count of topicIds.
*/
@java.lang.Override
public int getTopicIdsCount() {
return topicIds_.size();
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @param index The index of the element to return.
* @return The topicIds at the given index.
*/
@java.lang.Override
public java.lang.String getTopicIds(int index) {
return topicIds_.get(index);
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @param index The index of the value to return.
* @return The bytes of the topicIds at the given index.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTopicIdsBytes(int index) {
return com.google.protobuf.ByteString.copyFromUtf8(
topicIds_.get(index));
}
private void ensureTopicIdsIsMutable() {
com.google.protobuf.Internal.ProtobufList tmp =
topicIds_; if (!tmp.isModifiable()) {
topicIds_ =
com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
}
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @param index The index to set the value at.
* @param value The topicIds to set.
*/
private void setTopicIds(
int index, java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
ensureTopicIdsIsMutable();
topicIds_.set(index, value);
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @param value The topicIds to add.
*/
private void addTopicIds(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
ensureTopicIdsIsMutable();
topicIds_.add(value);
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @param values The topicIds to add.
*/
private void addAllTopicIds(
java.lang.Iterable values) {
ensureTopicIdsIsMutable();
com.google.protobuf.AbstractMessageLite.addAll(
values, topicIds_);
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
*/
private void clearTopicIds() {
topicIds_ = com.google.protobuf.GeneratedMessageLite.emptyProtobufList();
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @param value The bytes of the topicIds to add.
*/
private void addTopicIdsBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
ensureTopicIdsIsMutable();
topicIds_.add(value.toStringUtf8());
}
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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];
* @param values The kinds to add.
*/
private void addAllKinds(
java.lang.Iterable extends com.streamlayer.analytics.common.v1.Kind> values) {
ensureKindsIsMutable();
for (com.streamlayer.analytics.common.v1.Kind value : values) {
kinds_.addInt(value.getNumber());
}
}
/**
*
* kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* repeated .streamlayer.analytics.v1.common.Kind kinds = 4 [json_name = "kinds"];
*/
private void clearKinds() {
kinds_ = emptyIntList();
}
/**
*
* kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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.polls.v1.TotalPollsRequest.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.polls.v1.TotalPollsRequest.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.polls.v1.TotalPollsRequest.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.polls.v1.TotalPollsRequest.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.polls.v1.TotalPollsRequest.TotalRequestFilter parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.analytics.polls.v1.TotalPollsRequest.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.polls.v1.TotalPollsRequest.TotalRequestFilter parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.analytics.polls.v1.TotalPollsRequest.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.polls.v1.TotalPollsRequest.TotalRequestFilter parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.analytics.polls.v1.TotalPollsRequest.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.polls.v1.TotalPollsRequest.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.polls.v1.TotalPollsRequest.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.polls.v1.TotalPollsRequest.TotalRequestFilter prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.analytics.v1.polls.TotalPollsRequest.TotalRequestFilter}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.analytics.polls.v1.TotalPollsRequest.TotalRequestFilter, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.analytics.v1.polls.TotalPollsRequest.TotalRequestFilter)
com.streamlayer.analytics.polls.v1.TotalPollsRequest.TotalRequestFilterOrBuilder {
// Construct using com.streamlayer.analytics.polls.v1.TotalPollsRequest.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 extends java.lang.Long> 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;
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @return A list containing the topicIds.
*/
@java.lang.Override
public java.util.List
getTopicIdsList() {
return java.util.Collections.unmodifiableList(
instance.getTopicIdsList());
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @return The count of topicIds.
*/
@java.lang.Override
public int getTopicIdsCount() {
return instance.getTopicIdsCount();
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @param index The index of the element to return.
* @return The topicIds at the given index.
*/
@java.lang.Override
public java.lang.String getTopicIds(int index) {
return instance.getTopicIds(index);
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @param index The index of the value to return.
* @return The bytes of the topicIds at the given index.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTopicIdsBytes(int index) {
return instance.getTopicIdsBytes(index);
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @param index The index to set the value at.
* @param value The topicIds to set.
* @return This builder for chaining.
*/
public Builder setTopicIds(
int index, java.lang.String value) {
copyOnWrite();
instance.setTopicIds(index, value);
return this;
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @param value The topicIds to add.
* @return This builder for chaining.
*/
public Builder addTopicIds(
java.lang.String value) {
copyOnWrite();
instance.addTopicIds(value);
return this;
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @param values The topicIds to add.
* @return This builder for chaining.
*/
public Builder addAllTopicIds(
java.lang.Iterable values) {
copyOnWrite();
instance.addAllTopicIds(values);
return this;
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @return This builder for chaining.
*/
public Builder clearTopicIds() {
copyOnWrite();
instance.clearTopicIds();
return this;
}
/**
*
* question id
*
*
* repeated string topic_ids = 3 [json_name = "topicIds"];
* @param value The bytes of the topicIds to add.
* @return This builder for chaining.
*/
public Builder addTopicIdsBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.addTopicIdsBytes(value);
return this;
}
/**
*
* kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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 extends com.streamlayer.analytics.common.v1.Kind> values) {
copyOnWrite();
instance.addAllKinds(values); return this;
}
/**
*
* kind: KIND_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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_POLLS_VOTE | KIND_POLLS_RECEIVED | KIND_POLLS_OPENED
*
*
* 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.polls.TotalPollsRequest.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.polls.v1.TotalPollsRequest.TotalRequestFilter();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"bitField0_",
"period_",
"eventIds_",
"topicIds_",
"kinds_",
"countUnique_",
};
java.lang.String info =
"\u0000\u0005\u0000\u0001\u0001\u0005\u0005\u0000\u0003\u0000\u0001\u1009\u0000\u0002" +
"&\u0003\u021a\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.polls.v1.TotalPollsRequest.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.polls.TotalPollsRequest.TotalRequestFilter)
private static final com.streamlayer.analytics.polls.v1.TotalPollsRequest.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.polls.v1.TotalPollsRequest.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.polls.v1.TotalPollsRequest.TotalRequestFilter filter_;
/**
* .streamlayer.analytics.v1.polls.TotalPollsRequest.TotalRequestFilter filter = 1 [json_name = "filter"];
*/
@java.lang.Override
public boolean hasFilter() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* .streamlayer.analytics.v1.polls.TotalPollsRequest.TotalRequestFilter filter = 1 [json_name = "filter"];
*/
@java.lang.Override
public com.streamlayer.analytics.polls.v1.TotalPollsRequest.TotalRequestFilter getFilter() {
return filter_ == null ? com.streamlayer.analytics.polls.v1.TotalPollsRequest.TotalRequestFilter.getDefaultInstance() : filter_;
}
/**
* .streamlayer.analytics.v1.polls.TotalPollsRequest.TotalRequestFilter filter = 1 [json_name = "filter"];
*/
private void setFilter(com.streamlayer.analytics.polls.v1.TotalPollsRequest.TotalRequestFilter value) {
value.getClass();
filter_ = value;
bitField0_ |= 0x00000001;
}
/**
* .streamlayer.analytics.v1.polls.TotalPollsRequest.TotalRequestFilter filter = 1 [json_name = "filter"];
*/
@java.lang.SuppressWarnings({"ReferenceEquality"})
private void mergeFilter(com.streamlayer.analytics.polls.v1.TotalPollsRequest.TotalRequestFilter value) {
value.getClass();
if (filter_ != null &&
filter_ != com.streamlayer.analytics.polls.v1.TotalPollsRequest.TotalRequestFilter.getDefaultInstance()) {
filter_ =
com.streamlayer.analytics.polls.v1.TotalPollsRequest.TotalRequestFilter.newBuilder(filter_).mergeFrom(value).buildPartial();
} else {
filter_ = value;
}
bitField0_ |= 0x00000001;
}
/**
* .streamlayer.analytics.v1.polls.TotalPollsRequest.TotalRequestFilter filter = 1 [json_name = "filter"];
*/
private void clearFilter() { filter_ = null;
bitField0_ = (bitField0_ & ~0x00000001);
}
public static final int ORGANIZATION_ID_FIELD_NUMBER = 2;
private java.lang.String organizationId_;
/**
* string organization_id = 2 [json_name = "organizationId"];
* @return The organizationId.
*/
@java.lang.Override
public java.lang.String getOrganizationId() {
return organizationId_;
}
/**
* string organization_id = 2 [json_name = "organizationId"];
* @return The bytes for organizationId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOrganizationIdBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(organizationId_);
}
/**
* string organization_id = 2 [json_name = "organizationId"];
* @param value The organizationId to set.
*/
private void setOrganizationId(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
organizationId_ = value;
}
/**
* string organization_id = 2 [json_name = "organizationId"];
*/
private void clearOrganizationId() {
organizationId_ = getDefaultInstance().getOrganizationId();
}
/**
* string organization_id = 2 [json_name = "organizationId"];
* @param value The bytes for organizationId to set.
*/
private void setOrganizationIdBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
organizationId_ = value.toStringUtf8();
}
public static com.streamlayer.analytics.polls.v1.TotalPollsRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.analytics.polls.v1.TotalPollsRequest 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.polls.v1.TotalPollsRequest 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.polls.v1.TotalPollsRequest 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.polls.v1.TotalPollsRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.analytics.polls.v1.TotalPollsRequest 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.polls.v1.TotalPollsRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.analytics.polls.v1.TotalPollsRequest 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.polls.v1.TotalPollsRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.analytics.polls.v1.TotalPollsRequest 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.polls.v1.TotalPollsRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.analytics.polls.v1.TotalPollsRequest 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.polls.v1.TotalPollsRequest prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.analytics.v1.polls.TotalPollsRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.analytics.polls.v1.TotalPollsRequest, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.analytics.v1.polls.TotalPollsRequest)
com.streamlayer.analytics.polls.v1.TotalPollsRequestOrBuilder {
// Construct using com.streamlayer.analytics.polls.v1.TotalPollsRequest.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
* .streamlayer.analytics.v1.polls.TotalPollsRequest.TotalRequestFilter filter = 1 [json_name = "filter"];
*/
@java.lang.Override
public boolean hasFilter() {
return instance.hasFilter();
}
/**
* .streamlayer.analytics.v1.polls.TotalPollsRequest.TotalRequestFilter filter = 1 [json_name = "filter"];
*/
@java.lang.Override
public com.streamlayer.analytics.polls.v1.TotalPollsRequest.TotalRequestFilter getFilter() {
return instance.getFilter();
}
/**
* .streamlayer.analytics.v1.polls.TotalPollsRequest.TotalRequestFilter filter = 1 [json_name = "filter"];
*/
public Builder setFilter(com.streamlayer.analytics.polls.v1.TotalPollsRequest.TotalRequestFilter value) {
copyOnWrite();
instance.setFilter(value);
return this;
}
/**
* .streamlayer.analytics.v1.polls.TotalPollsRequest.TotalRequestFilter filter = 1 [json_name = "filter"];
*/
public Builder setFilter(
com.streamlayer.analytics.polls.v1.TotalPollsRequest.TotalRequestFilter.Builder builderForValue) {
copyOnWrite();
instance.setFilter(builderForValue.build());
return this;
}
/**
* .streamlayer.analytics.v1.polls.TotalPollsRequest.TotalRequestFilter filter = 1 [json_name = "filter"];
*/
public Builder mergeFilter(com.streamlayer.analytics.polls.v1.TotalPollsRequest.TotalRequestFilter value) {
copyOnWrite();
instance.mergeFilter(value);
return this;
}
/**
* .streamlayer.analytics.v1.polls.TotalPollsRequest.TotalRequestFilter filter = 1 [json_name = "filter"];
*/
public Builder clearFilter() { copyOnWrite();
instance.clearFilter();
return this;
}
/**
* string organization_id = 2 [json_name = "organizationId"];
* @return The organizationId.
*/
@java.lang.Override
public java.lang.String getOrganizationId() {
return instance.getOrganizationId();
}
/**
* string organization_id = 2 [json_name = "organizationId"];
* @return The bytes for organizationId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOrganizationIdBytes() {
return instance.getOrganizationIdBytes();
}
/**
* string organization_id = 2 [json_name = "organizationId"];
* @param value The organizationId to set.
* @return This builder for chaining.
*/
public Builder setOrganizationId(
java.lang.String value) {
copyOnWrite();
instance.setOrganizationId(value);
return this;
}
/**
* string organization_id = 2 [json_name = "organizationId"];
* @return This builder for chaining.
*/
public Builder clearOrganizationId() {
copyOnWrite();
instance.clearOrganizationId();
return this;
}
/**
* string organization_id = 2 [json_name = "organizationId"];
* @param value The bytes for organizationId to set.
* @return This builder for chaining.
*/
public Builder setOrganizationIdBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setOrganizationIdBytes(value);
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.analytics.v1.polls.TotalPollsRequest)
}
@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.polls.v1.TotalPollsRequest();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"bitField0_",
"filter_",
"organizationId_",
};
java.lang.String info =
"\u0000\u0002\u0000\u0001\u0001\u0002\u0002\u0000\u0000\u0000\u0001\u1009\u0000\u0002" +
"\u0208";
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.polls.v1.TotalPollsRequest.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.polls.TotalPollsRequest)
private static final com.streamlayer.analytics.polls.v1.TotalPollsRequest DEFAULT_INSTANCE;
static {
TotalPollsRequest defaultInstance = new TotalPollsRequest();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
TotalPollsRequest.class, defaultInstance);
}
public static com.streamlayer.analytics.polls.v1.TotalPollsRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}