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

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

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

/**
 * Protobuf type {@code streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse}
 */
public  final class TotalInvitationsSentByTimelineResponse extends
    com.google.protobuf.GeneratedMessageLite<
        TotalInvitationsSentByTimelineResponse, TotalInvitationsSentByTimelineResponse.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse)
    TotalInvitationsSentByTimelineResponseOrBuilder {
  private TotalInvitationsSentByTimelineResponse() {
    data_ = emptyProtobufList();
    eventIds_ = emptyLongList();
  }
  public interface TotalByTimeLineDataOrBuilder extends
      // @@protoc_insertion_point(interface_extends:streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData)
      com.google.protobuf.MessageLiteOrBuilder {

    /**
     * 
     * time point
     * 
* * .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"]; * @return Whether the timeLine field is set. */ boolean hasTimeLine(); /** *
     * time point
     * 
* * .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"]; * @return The timeLine. */ com.google.protobuf.Timestamp getTimeLine(); /** *
     * invitation count
     * 
* * uint64 count = 2 [json_name = "count"]; * @return The count. */ long getCount(); } /** * Protobuf type {@code streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData} */ public static final class TotalByTimeLineData extends com.google.protobuf.GeneratedMessageLite< TotalByTimeLineData, TotalByTimeLineData.Builder> implements // @@protoc_insertion_point(message_implements:streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData) TotalByTimeLineDataOrBuilder { private TotalByTimeLineData() { } private int bitField0_; public static final int TIME_LINE_FIELD_NUMBER = 1; private com.google.protobuf.Timestamp timeLine_; /** *
     * time point
     * 
* * .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"]; */ @java.lang.Override public boolean hasTimeLine() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * time point
     * 
* * .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"]; */ @java.lang.Override public com.google.protobuf.Timestamp getTimeLine() { return timeLine_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : timeLine_; } /** *
     * time point
     * 
* * .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"]; */ private void setTimeLine(com.google.protobuf.Timestamp value) { value.getClass(); timeLine_ = value; bitField0_ |= 0x00000001; } /** *
     * time point
     * 
* * .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"]; */ @java.lang.SuppressWarnings({"ReferenceEquality"}) private void mergeTimeLine(com.google.protobuf.Timestamp value) { value.getClass(); if (timeLine_ != null && timeLine_ != com.google.protobuf.Timestamp.getDefaultInstance()) { timeLine_ = com.google.protobuf.Timestamp.newBuilder(timeLine_).mergeFrom(value).buildPartial(); } else { timeLine_ = value; } bitField0_ |= 0x00000001; } /** *
     * time point
     * 
* * .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"]; */ private void clearTimeLine() { timeLine_ = null; bitField0_ = (bitField0_ & ~0x00000001); } public static final int COUNT_FIELD_NUMBER = 2; private long count_; /** *
     * invitation count
     * 
* * uint64 count = 2 [json_name = "count"]; * @return The count. */ @java.lang.Override public long getCount() { return count_; } /** *
     * invitation count
     * 
* * uint64 count = 2 [json_name = "count"]; * @param value The count to set. */ private void setCount(long value) { count_ = value; } /** *
     * invitation count
     * 
* * uint64 count = 2 [json_name = "count"]; */ private void clearCount() { count_ = 0L; } public static com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData 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.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData 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.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData 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.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData 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.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData 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.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData 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.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData 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.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData) com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineDataOrBuilder { // Construct using com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** *
       * time point
       * 
* * .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"]; */ @java.lang.Override public boolean hasTimeLine() { return instance.hasTimeLine(); } /** *
       * time point
       * 
* * .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"]; */ @java.lang.Override public com.google.protobuf.Timestamp getTimeLine() { return instance.getTimeLine(); } /** *
       * time point
       * 
* * .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"]; */ public Builder setTimeLine(com.google.protobuf.Timestamp value) { copyOnWrite(); instance.setTimeLine(value); return this; } /** *
       * time point
       * 
* * .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"]; */ public Builder setTimeLine( com.google.protobuf.Timestamp.Builder builderForValue) { copyOnWrite(); instance.setTimeLine(builderForValue.build()); return this; } /** *
       * time point
       * 
* * .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"]; */ public Builder mergeTimeLine(com.google.protobuf.Timestamp value) { copyOnWrite(); instance.mergeTimeLine(value); return this; } /** *
       * time point
       * 
* * .google.protobuf.Timestamp time_line = 1 [json_name = "timeLine"]; */ public Builder clearTimeLine() { copyOnWrite(); instance.clearTimeLine(); return this; } /** *
       * invitation count
       * 
* * uint64 count = 2 [json_name = "count"]; * @return The count. */ @java.lang.Override public long getCount() { return instance.getCount(); } /** *
       * invitation count
       * 
* * uint64 count = 2 [json_name = "count"]; * @param value The count to set. * @return This builder for chaining. */ public Builder setCount(long value) { copyOnWrite(); instance.setCount(value); return this; } /** *
       * invitation count
       * 
* * uint64 count = 2 [json_name = "count"]; * @return This builder for chaining. */ public Builder clearCount() { copyOnWrite(); instance.clearCount(); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData) } @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.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "bitField0_", "timeLine_", "count_", }; java.lang.String info = "\u0000\u0002\u0000\u0001\u0001\u0002\u0002\u0000\u0000\u0000\u0001\u1009\u0000\u0002" + "\u0003"; 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.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData.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.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData) private static final com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData DEFAULT_INSTANCE; static { TotalByTimeLineData defaultInstance = new TotalByTimeLineData(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( TotalByTimeLineData.class, defaultInstance); } public static com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData getDefaultInstance() { return DEFAULT_INSTANCE; } private static volatile com.google.protobuf.Parser PARSER; public static com.google.protobuf.Parser parser() { return DEFAULT_INSTANCE.getParserForType(); } } public static final int EVENT_ID_FIELD_NUMBER = 1; private long eventId_; /** * uint64 event_id = 1 [json_name = "eventId"]; * @return The eventId. */ @java.lang.Override public long getEventId() { return eventId_; } /** * uint64 event_id = 1 [json_name = "eventId"]; * @param value The eventId to set. */ private void setEventId(long value) { eventId_ = value; } /** * uint64 event_id = 1 [json_name = "eventId"]; */ private void clearEventId() { eventId_ = 0L; } public static final int DATA_FIELD_NUMBER = 2; private com.google.protobuf.Internal.ProtobufList data_; /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ @java.lang.Override public java.util.List getDataList() { return data_; } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ public java.util.List getDataOrBuilderList() { return data_; } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ @java.lang.Override public int getDataCount() { return data_.size(); } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ @java.lang.Override public com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData getData(int index) { return data_.get(index); } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ public com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineDataOrBuilder getDataOrBuilder( int index) { return data_.get(index); } private void ensureDataIsMutable() { com.google.protobuf.Internal.ProtobufList tmp = data_; if (!tmp.isModifiable()) { data_ = com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp); } } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ private void setData( int index, com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData value) { value.getClass(); ensureDataIsMutable(); data_.set(index, value); } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ private void addData(com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData value) { value.getClass(); ensureDataIsMutable(); data_.add(value); } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ private void addData( int index, com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData value) { value.getClass(); ensureDataIsMutable(); data_.add(index, value); } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ private void addAllData( java.lang.Iterable values) { ensureDataIsMutable(); com.google.protobuf.AbstractMessageLite.addAll( values, data_); } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ private void clearData() { data_ = emptyProtobufList(); } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ private void removeData(int index) { ensureDataIsMutable(); data_.remove(index); } public static final int EVENT_IDS_FIELD_NUMBER = 3; private com.google.protobuf.Internal.LongList eventIds_; /** * repeated uint64 event_ids = 3 [json_name = "eventIds"]; * @return A list containing the eventIds. */ @java.lang.Override public java.util.List getEventIdsList() { return eventIds_; } /** * repeated uint64 event_ids = 3 [json_name = "eventIds"]; * @return The count of eventIds. */ @java.lang.Override public int getEventIdsCount() { return eventIds_.size(); } /** * repeated uint64 event_ids = 3 [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); } } /** * repeated uint64 event_ids = 3 [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); } /** * repeated uint64 event_ids = 3 [json_name = "eventIds"]; * @param value The eventIds to add. */ private void addEventIds(long value) { ensureEventIdsIsMutable(); eventIds_.addLong(value); } /** * repeated uint64 event_ids = 3 [json_name = "eventIds"]; * @param values The eventIds to add. */ private void addAllEventIds( java.lang.Iterable values) { ensureEventIdsIsMutable(); com.google.protobuf.AbstractMessageLite.addAll( values, eventIds_); } /** * repeated uint64 event_ids = 3 [json_name = "eventIds"]; */ private void clearEventIds() { eventIds_ = emptyLongList(); } public static com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse 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.invitations.v1.TotalInvitationsSentByTimelineResponse 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.invitations.v1.TotalInvitationsSentByTimelineResponse 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.invitations.v1.TotalInvitationsSentByTimelineResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse 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.invitations.v1.TotalInvitationsSentByTimelineResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse 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.invitations.v1.TotalInvitationsSentByTimelineResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse 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.invitations.v1.TotalInvitationsSentByTimelineResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse 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.invitations.v1.TotalInvitationsSentByTimelineResponse prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse) com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponseOrBuilder { // Construct using com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** * uint64 event_id = 1 [json_name = "eventId"]; * @return The eventId. */ @java.lang.Override public long getEventId() { return instance.getEventId(); } /** * uint64 event_id = 1 [json_name = "eventId"]; * @param value The eventId to set. * @return This builder for chaining. */ public Builder setEventId(long value) { copyOnWrite(); instance.setEventId(value); return this; } /** * uint64 event_id = 1 [json_name = "eventId"]; * @return This builder for chaining. */ public Builder clearEventId() { copyOnWrite(); instance.clearEventId(); return this; } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ @java.lang.Override public java.util.List getDataList() { return java.util.Collections.unmodifiableList( instance.getDataList()); } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ @java.lang.Override public int getDataCount() { return instance.getDataCount(); }/** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ @java.lang.Override public com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData getData(int index) { return instance.getData(index); } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ public Builder setData( int index, com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData value) { copyOnWrite(); instance.setData(index, value); return this; } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ public Builder setData( int index, com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData.Builder builderForValue) { copyOnWrite(); instance.setData(index, builderForValue.build()); return this; } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ public Builder addData(com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData value) { copyOnWrite(); instance.addData(value); return this; } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ public Builder addData( int index, com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData value) { copyOnWrite(); instance.addData(index, value); return this; } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ public Builder addData( com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData.Builder builderForValue) { copyOnWrite(); instance.addData(builderForValue.build()); return this; } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ public Builder addData( int index, com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData.Builder builderForValue) { copyOnWrite(); instance.addData(index, builderForValue.build()); return this; } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ public Builder addAllData( java.lang.Iterable values) { copyOnWrite(); instance.addAllData(values); return this; } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ public Builder clearData() { copyOnWrite(); instance.clearData(); return this; } /** * repeated .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData data = 2 [json_name = "data"]; */ public Builder removeData(int index) { copyOnWrite(); instance.removeData(index); return this; } /** * repeated uint64 event_ids = 3 [json_name = "eventIds"]; * @return A list containing the eventIds. */ @java.lang.Override public java.util.List getEventIdsList() { return java.util.Collections.unmodifiableList( instance.getEventIdsList()); } /** * repeated uint64 event_ids = 3 [json_name = "eventIds"]; * @return The count of eventIds. */ @java.lang.Override public int getEventIdsCount() { return instance.getEventIdsCount(); } /** * repeated uint64 event_ids = 3 [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); } /** * repeated uint64 event_ids = 3 [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; } /** * repeated uint64 event_ids = 3 [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; } /** * repeated uint64 event_ids = 3 [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; } /** * repeated uint64 event_ids = 3 [json_name = "eventIds"]; * @return This builder for chaining. */ public Builder clearEventIds() { copyOnWrite(); instance.clearEventIds(); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineResponse) } @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.invitations.v1.TotalInvitationsSentByTimelineResponse(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "eventId_", "data_", com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse.TotalByTimeLineData.class, "eventIds_", }; java.lang.String info = "\u0000\u0003\u0000\u0000\u0001\u0003\u0003\u0000\u0002\u0000\u0001\u0003\u0002\u001b" + "\u0003&"; 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.invitations.v1.TotalInvitationsSentByTimelineResponse.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.invitations.TotalInvitationsSentByTimelineResponse) private static final com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse DEFAULT_INSTANCE; static { TotalInvitationsSentByTimelineResponse defaultInstance = new TotalInvitationsSentByTimelineResponse(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( TotalInvitationsSentByTimelineResponse.class, defaultInstance); } public static com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineResponse 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