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

main.java.com.streamlayer.sports.events.ScheduleDatesRequest 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/sports/events/events.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.events;

/**
 * Protobuf type {@code streamlayer.sports.events.ScheduleDatesRequest}
 */
public  final class ScheduleDatesRequest extends
    com.google.protobuf.GeneratedMessageLite<
        ScheduleDatesRequest, ScheduleDatesRequest.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.sports.events.ScheduleDatesRequest)
    ScheduleDatesRequestOrBuilder {
  private ScheduleDatesRequest() {
  }
  public interface FilterOrBuilder extends
      // @@protoc_insertion_point(interface_extends:streamlayer.sports.events.ScheduleDatesRequest.Filter)
      com.google.protobuf.MessageLiteOrBuilder {

    /**
     * 
     * id or alias
     * 
* * string league = 2 [json_name = "league"]; * @return The league. */ java.lang.String getLeague(); /** *
     * id or alias
     * 
* * string league = 2 [json_name = "league"]; * @return The bytes for league. */ com.google.protobuf.ByteString getLeagueBytes(); } /** * Protobuf type {@code streamlayer.sports.events.ScheduleDatesRequest.Filter} */ public static final class Filter extends com.google.protobuf.GeneratedMessageLite< Filter, Filter.Builder> implements // @@protoc_insertion_point(message_implements:streamlayer.sports.events.ScheduleDatesRequest.Filter) FilterOrBuilder { private Filter() { league_ = ""; } public static final int LEAGUE_FIELD_NUMBER = 2; private java.lang.String league_; /** *
     * id or alias
     * 
* * string league = 2 [json_name = "league"]; * @return The league. */ @java.lang.Override public java.lang.String getLeague() { return league_; } /** *
     * id or alias
     * 
* * string league = 2 [json_name = "league"]; * @return The bytes for league. */ @java.lang.Override public com.google.protobuf.ByteString getLeagueBytes() { return com.google.protobuf.ByteString.copyFromUtf8(league_); } /** *
     * id or alias
     * 
* * string league = 2 [json_name = "league"]; * @param value The league to set. */ private void setLeague( java.lang.String value) { java.lang.Class valueClass = value.getClass(); league_ = value; } /** *
     * id or alias
     * 
* * string league = 2 [json_name = "league"]; */ private void clearLeague() { league_ = getDefaultInstance().getLeague(); } /** *
     * id or alias
     * 
* * string league = 2 [json_name = "league"]; * @param value The bytes for league to set. */ private void setLeagueBytes( com.google.protobuf.ByteString value) { checkByteStringIsUtf8(value); league_ = value.toStringUtf8(); } public static com.streamlayer.sports.events.ScheduleDatesRequest.Filter parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.sports.events.ScheduleDatesRequest.Filter 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.sports.events.ScheduleDatesRequest.Filter parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.sports.events.ScheduleDatesRequest.Filter 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.sports.events.ScheduleDatesRequest.Filter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.sports.events.ScheduleDatesRequest.Filter 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.sports.events.ScheduleDatesRequest.Filter parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.sports.events.ScheduleDatesRequest.Filter 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.sports.events.ScheduleDatesRequest.Filter parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.sports.events.ScheduleDatesRequest.Filter parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry); } public static com.streamlayer.sports.events.ScheduleDatesRequest.Filter parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.sports.events.ScheduleDatesRequest.Filter 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.sports.events.ScheduleDatesRequest.Filter prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.sports.events.ScheduleDatesRequest.Filter} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.sports.events.ScheduleDatesRequest.Filter, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.sports.events.ScheduleDatesRequest.Filter) com.streamlayer.sports.events.ScheduleDatesRequest.FilterOrBuilder { // Construct using com.streamlayer.sports.events.ScheduleDatesRequest.Filter.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** *
       * id or alias
       * 
* * string league = 2 [json_name = "league"]; * @return The league. */ @java.lang.Override public java.lang.String getLeague() { return instance.getLeague(); } /** *
       * id or alias
       * 
* * string league = 2 [json_name = "league"]; * @return The bytes for league. */ @java.lang.Override public com.google.protobuf.ByteString getLeagueBytes() { return instance.getLeagueBytes(); } /** *
       * id or alias
       * 
* * string league = 2 [json_name = "league"]; * @param value The league to set. * @return This builder for chaining. */ public Builder setLeague( java.lang.String value) { copyOnWrite(); instance.setLeague(value); return this; } /** *
       * id or alias
       * 
* * string league = 2 [json_name = "league"]; * @return This builder for chaining. */ public Builder clearLeague() { copyOnWrite(); instance.clearLeague(); return this; } /** *
       * id or alias
       * 
* * string league = 2 [json_name = "league"]; * @param value The bytes for league to set. * @return This builder for chaining. */ public Builder setLeagueBytes( com.google.protobuf.ByteString value) { copyOnWrite(); instance.setLeagueBytes(value); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.sports.events.ScheduleDatesRequest.Filter) } @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.sports.events.ScheduleDatesRequest.Filter(); } case NEW_BUILDER: { return new Builder(); } case BUILD_MESSAGE_INFO: { java.lang.Object[] objects = new java.lang.Object[] { "league_", }; java.lang.String info = "\u0000\u0001\u0000\u0000\u0002\u0002\u0001\u0000\u0000\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.sports.events.ScheduleDatesRequest.Filter.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.sports.events.ScheduleDatesRequest.Filter) private static final com.streamlayer.sports.events.ScheduleDatesRequest.Filter DEFAULT_INSTANCE; static { Filter defaultInstance = new Filter(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( Filter.class, defaultInstance); } public static com.streamlayer.sports.events.ScheduleDatesRequest.Filter 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.sports.events.ScheduleDatesRequest.Filter filter_; /** * .streamlayer.sports.events.ScheduleDatesRequest.Filter filter = 1 [json_name = "filter"]; */ @java.lang.Override public boolean hasFilter() { return ((bitField0_ & 0x00000001) != 0); } /** * .streamlayer.sports.events.ScheduleDatesRequest.Filter filter = 1 [json_name = "filter"]; */ @java.lang.Override public com.streamlayer.sports.events.ScheduleDatesRequest.Filter getFilter() { return filter_ == null ? com.streamlayer.sports.events.ScheduleDatesRequest.Filter.getDefaultInstance() : filter_; } /** * .streamlayer.sports.events.ScheduleDatesRequest.Filter filter = 1 [json_name = "filter"]; */ private void setFilter(com.streamlayer.sports.events.ScheduleDatesRequest.Filter value) { value.getClass(); filter_ = value; bitField0_ |= 0x00000001; } /** * .streamlayer.sports.events.ScheduleDatesRequest.Filter filter = 1 [json_name = "filter"]; */ @java.lang.SuppressWarnings({"ReferenceEquality"}) private void mergeFilter(com.streamlayer.sports.events.ScheduleDatesRequest.Filter value) { value.getClass(); if (filter_ != null && filter_ != com.streamlayer.sports.events.ScheduleDatesRequest.Filter.getDefaultInstance()) { filter_ = com.streamlayer.sports.events.ScheduleDatesRequest.Filter.newBuilder(filter_).mergeFrom(value).buildPartial(); } else { filter_ = value; } bitField0_ |= 0x00000001; } /** * .streamlayer.sports.events.ScheduleDatesRequest.Filter filter = 1 [json_name = "filter"]; */ private void clearFilter() { filter_ = null; bitField0_ = (bitField0_ & ~0x00000001); } public static com.streamlayer.sports.events.ScheduleDatesRequest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.sports.events.ScheduleDatesRequest 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.sports.events.ScheduleDatesRequest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.sports.events.ScheduleDatesRequest 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.sports.events.ScheduleDatesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, data); } public static com.streamlayer.sports.events.ScheduleDatesRequest 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.sports.events.ScheduleDatesRequest parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.sports.events.ScheduleDatesRequest 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.sports.events.ScheduleDatesRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input); } public static com.streamlayer.sports.events.ScheduleDatesRequest parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry); } public static com.streamlayer.sports.events.ScheduleDatesRequest parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageLite.parseFrom( DEFAULT_INSTANCE, input); } public static com.streamlayer.sports.events.ScheduleDatesRequest 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.sports.events.ScheduleDatesRequest prototype) { return DEFAULT_INSTANCE.createBuilder(prototype); } /** * Protobuf type {@code streamlayer.sports.events.ScheduleDatesRequest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageLite.Builder< com.streamlayer.sports.events.ScheduleDatesRequest, Builder> implements // @@protoc_insertion_point(builder_implements:streamlayer.sports.events.ScheduleDatesRequest) com.streamlayer.sports.events.ScheduleDatesRequestOrBuilder { // Construct using com.streamlayer.sports.events.ScheduleDatesRequest.newBuilder() private Builder() { super(DEFAULT_INSTANCE); } /** * .streamlayer.sports.events.ScheduleDatesRequest.Filter filter = 1 [json_name = "filter"]; */ @java.lang.Override public boolean hasFilter() { return instance.hasFilter(); } /** * .streamlayer.sports.events.ScheduleDatesRequest.Filter filter = 1 [json_name = "filter"]; */ @java.lang.Override public com.streamlayer.sports.events.ScheduleDatesRequest.Filter getFilter() { return instance.getFilter(); } /** * .streamlayer.sports.events.ScheduleDatesRequest.Filter filter = 1 [json_name = "filter"]; */ public Builder setFilter(com.streamlayer.sports.events.ScheduleDatesRequest.Filter value) { copyOnWrite(); instance.setFilter(value); return this; } /** * .streamlayer.sports.events.ScheduleDatesRequest.Filter filter = 1 [json_name = "filter"]; */ public Builder setFilter( com.streamlayer.sports.events.ScheduleDatesRequest.Filter.Builder builderForValue) { copyOnWrite(); instance.setFilter(builderForValue.build()); return this; } /** * .streamlayer.sports.events.ScheduleDatesRequest.Filter filter = 1 [json_name = "filter"]; */ public Builder mergeFilter(com.streamlayer.sports.events.ScheduleDatesRequest.Filter value) { copyOnWrite(); instance.mergeFilter(value); return this; } /** * .streamlayer.sports.events.ScheduleDatesRequest.Filter filter = 1 [json_name = "filter"]; */ public Builder clearFilter() { copyOnWrite(); instance.clearFilter(); return this; } // @@protoc_insertion_point(builder_scope:streamlayer.sports.events.ScheduleDatesRequest) } @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.sports.events.ScheduleDatesRequest(); } 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.sports.events.ScheduleDatesRequest.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.sports.events.ScheduleDatesRequest) private static final com.streamlayer.sports.events.ScheduleDatesRequest DEFAULT_INSTANCE; static { ScheduleDatesRequest defaultInstance = new ScheduleDatesRequest(); // New instances are implicitly immutable so no need to make // immutable. DEFAULT_INSTANCE = defaultInstance; com.google.protobuf.GeneratedMessageLite.registerDefaultInstance( ScheduleDatesRequest.class, defaultInstance); } public static com.streamlayer.sports.events.ScheduleDatesRequest 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