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

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

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

/**
 * Protobuf type {@code streamlayer.analytics.v1.engagements.TotalByTimeLineRequest}
 */
public  final class TotalByTimeLineRequest extends
    com.google.protobuf.GeneratedMessageLite<
        TotalByTimeLineRequest, TotalByTimeLineRequest.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.analytics.v1.engagements.TotalByTimeLineRequest)
    TotalByTimeLineRequestOrBuilder {
  private TotalByTimeLineRequest() {
  }
  public interface TotalByTimeLineFilterOrBuilder extends
      // @@protoc_insertion_point(interface_extends:streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter)
      com.google.protobuf.MessageLiteOrBuilder {

    /**
     * 
     * period
     * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; * @return Whether the period field is set. */ boolean hasPeriod(); /** *
     * period
     * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; * @return The period. */ com.streamlayer.analytics.common.v1.Period getPeriod(); /** *
     * sports event id
     * 
* * uint64 event_id = 2 [json_name = "eventId"]; * @return The eventId. */ long getEventId(); } /** * Protobuf type {@code streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter} */ public static final class TotalByTimeLineFilter extends com.google.protobuf.GeneratedMessageLite< TotalByTimeLineFilter, TotalByTimeLineFilter.Builder> implements // @@protoc_insertion_point(message_implements:streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter) TotalByTimeLineFilterOrBuilder { private TotalByTimeLineFilter() { } 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_ID_FIELD_NUMBER = 2; private long eventId_; /** *
     * sports event id
     * 
* * uint64 event_id = 2 [json_name = "eventId"]; * @return The eventId. */ @java.lang.Override public long getEventId() { return eventId_; } /** *
     * sports event id
     * 
* * uint64 event_id = 2 [json_name = "eventId"]; * @param value The eventId to set. */ private void setEventId(long value) { eventId_ = value; } /** *
     * sports event id
     * 
* * uint64 event_id = 2 [json_name = "eventId"]; */ private void clearEventId() { eventId_ = 0L; } public static com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter 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.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter 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.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter 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.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter 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.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter 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.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter 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.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter 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.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter) com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilterOrBuilder { // Construct using com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** *
       * period
       * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ @java.lang.Override public boolean hasPeriod() { return instance.hasPeriod(); } /** *
       * period
       * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ @java.lang.Override public com.streamlayer.analytics.common.v1.Period getPeriod() { return instance.getPeriod(); } /** *
       * period
       * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ public Builder setPeriod(com.streamlayer.analytics.common.v1.Period value) { copyOnWrite(); instance.setPeriod(value); return this; } /** *
       * period
       * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ public Builder setPeriod( com.streamlayer.analytics.common.v1.Period.Builder builderForValue) { copyOnWrite(); instance.setPeriod(builderForValue.build()); return this; } /** *
       * period
       * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ public Builder mergePeriod(com.streamlayer.analytics.common.v1.Period value) { copyOnWrite(); instance.mergePeriod(value); return this; } /** *
       * period
       * 
* * .streamlayer.analytics.v1.common.Period period = 1 [json_name = "period"]; */ public Builder clearPeriod() { copyOnWrite(); instance.clearPeriod(); return this; } /** *
       * sports event id
       * 
* * uint64 event_id = 2 [json_name = "eventId"]; * @return The eventId. */ @java.lang.Override public long getEventId() { return instance.getEventId(); } /** *
       * sports event id
       * 
* * uint64 event_id = 2 [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; } /** *
       * sports event id
       * 
* * uint64 event_id = 2 [json_name = "eventId"]; * @return This builder for chaining. */ public Builder clearEventId() { copyOnWrite(); instance.clearEventId(); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter) } @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.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "bitField0_", "period_", "eventId_", }; 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.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter.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.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter) private static final com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter DEFAULT_INSTANCE; static { TotalByTimeLineFilter defaultInstance = new TotalByTimeLineFilter(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( TotalByTimeLineFilter.class, defaultInstance); } public static com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter 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.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter filter_; /** * .streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public boolean hasFilter() { return ((bitField0_ & 0x00000001) != 0); } /** * .streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter getFilter() { return filter_ == null ? com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter.getDefaultInstance() : filter_; } /** * .streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter filter = 1 [json_name = "filter"]; */ private void setFilter(com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter value) { value.getClass(); filter_ = value; bitField0_ |= 0x00000001; } /** * .streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter filter = 1 [json_name = "filter"]; */ @java.lang.SuppressWarnings({"ReferenceEquality"}) private void mergeFilter(com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter value) { value.getClass(); if (filter_ != null && filter_ != com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter.getDefaultInstance()) { filter_ = com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter.newBuilder(filter_).mergeFrom(value).buildPartial(); } else { filter_ = value; } bitField0_ |= 0x00000001; } /** * .streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter filter = 1 [json_name = "filter"]; */ private void clearFilter() { filter_ = null; bitField0_ = (bitField0_ & ~0x00000001); } public static com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest 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.engagements.v1.TotalByTimeLineRequest 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.engagements.v1.TotalByTimeLineRequest 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.engagements.v1.TotalByTimeLineRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest 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.engagements.v1.TotalByTimeLineRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest 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.engagements.v1.TotalByTimeLineRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest 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.engagements.v1.TotalByTimeLineRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest 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.engagements.v1.TotalByTimeLineRequest prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.analytics.v1.engagements.TotalByTimeLineRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.analytics.v1.engagements.TotalByTimeLineRequest) com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequestOrBuilder { // Construct using com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** * .streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public boolean hasFilter() { return instance.hasFilter(); } /** * .streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter filter = 1 [json_name = "filter"]; */ @java.lang.Override public com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter getFilter() { return instance.getFilter(); } /** * .streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter filter = 1 [json_name = "filter"]; */ public Builder setFilter(com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter value) { copyOnWrite(); instance.setFilter(value); return this; } /** * .streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter filter = 1 [json_name = "filter"]; */ public Builder setFilter( com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter.Builder builderForValue) { copyOnWrite(); instance.setFilter(builderForValue.build()); return this; } /** * .streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter filter = 1 [json_name = "filter"]; */ public Builder mergeFilter(com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest.TotalByTimeLineFilter value) { copyOnWrite(); instance.mergeFilter(value); return this; } /** * .streamlayer.analytics.v1.engagements.TotalByTimeLineRequest.TotalByTimeLineFilter filter = 1 [json_name = "filter"]; */ public Builder clearFilter() { copyOnWrite(); instance.clearFilter(); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.analytics.v1.engagements.TotalByTimeLineRequest) } @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.engagements.v1.TotalByTimeLineRequest(); } 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.engagements.v1.TotalByTimeLineRequest.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.engagements.TotalByTimeLineRequest) private static final com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest DEFAULT_INSTANCE; static { TotalByTimeLineRequest defaultInstance = new TotalByTimeLineRequest(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( TotalByTimeLineRequest.class, defaultInstance); } public static com.streamlayer.analytics.engagements.v1.TotalByTimeLineRequest 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