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

main.java.com.streamlayer.sports.common.League Maven / Gradle / Ivy

There is a newer version: 5.120.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/sports/sports_common.proto

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

/**
 * Protobuf type {@code streamlayer.sports.League}
 */
public  final class League extends
    com.google.protobuf.GeneratedMessageLite<
        League, League.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.sports.League)
    LeagueOrBuilder {
  private League() {
    customFields_ = "";
    country_ = "";
    name_ = "";
    alias_ = "";
    syncStatus_ = emptyProtobufList();
  }
  public static final int ID_FIELD_NUMBER = 1;
  private long id_;
  /**
   * uint64 id = 1 [json_name = "id"];
   * @return The id.
   */
  @java.lang.Override
  public long getId() {
    return id_;
  }
  /**
   * uint64 id = 1 [json_name = "id"];
   * @param value The id to set.
   */
  private void setId(long value) {
    
    id_ = value;
  }
  /**
   * uint64 id = 1 [json_name = "id"];
   */
  private void clearId() {

    id_ = 0L;
  }

  public static final int CUSTOM_FIELDS_FIELD_NUMBER = 8;
  private java.lang.String customFields_;
  /**
   * string custom_fields = 8 [json_name = "customFields"];
   * @return The customFields.
   */
  @java.lang.Override
  public java.lang.String getCustomFields() {
    return customFields_;
  }
  /**
   * string custom_fields = 8 [json_name = "customFields"];
   * @return The bytes for customFields.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getCustomFieldsBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(customFields_);
  }
  /**
   * string custom_fields = 8 [json_name = "customFields"];
   * @param value The customFields to set.
   */
  private void setCustomFields(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    customFields_ = value;
  }
  /**
   * string custom_fields = 8 [json_name = "customFields"];
   */
  private void clearCustomFields() {

    customFields_ = getDefaultInstance().getCustomFields();
  }
  /**
   * string custom_fields = 8 [json_name = "customFields"];
   * @param value The bytes for customFields to set.
   */
  private void setCustomFieldsBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    customFields_ = value.toStringUtf8();

  }

  public static final int COUNTRY_FIELD_NUMBER = 9;
  private java.lang.String country_;
  /**
   * string country = 9 [json_name = "country"];
   * @return The country.
   */
  @java.lang.Override
  public java.lang.String getCountry() {
    return country_;
  }
  /**
   * string country = 9 [json_name = "country"];
   * @return The bytes for country.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getCountryBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(country_);
  }
  /**
   * string country = 9 [json_name = "country"];
   * @param value The country to set.
   */
  private void setCountry(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    country_ = value;
  }
  /**
   * string country = 9 [json_name = "country"];
   */
  private void clearCountry() {

    country_ = getDefaultInstance().getCountry();
  }
  /**
   * string country = 9 [json_name = "country"];
   * @param value The bytes for country to set.
   */
  private void setCountryBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    country_ = value.toStringUtf8();

  }

  public static final int NAME_FIELD_NUMBER = 10;
  private java.lang.String name_;
  /**
   * string name = 10 [json_name = "name"];
   * @return The name.
   */
  @java.lang.Override
  public java.lang.String getName() {
    return name_;
  }
  /**
   * string name = 10 [json_name = "name"];
   * @return The bytes for name.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getNameBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(name_);
  }
  /**
   * string name = 10 [json_name = "name"];
   * @param value The name to set.
   */
  private void setName(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    name_ = value;
  }
  /**
   * string name = 10 [json_name = "name"];
   */
  private void clearName() {

    name_ = getDefaultInstance().getName();
  }
  /**
   * string name = 10 [json_name = "name"];
   * @param value The bytes for name to set.
   */
  private void setNameBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    name_ = value.toStringUtf8();

  }

  public static final int ALIAS_FIELD_NUMBER = 11;
  private java.lang.String alias_;
  /**
   * string alias = 11 [json_name = "alias"];
   * @return The alias.
   */
  @java.lang.Override
  public java.lang.String getAlias() {
    return alias_;
  }
  /**
   * string alias = 11 [json_name = "alias"];
   * @return The bytes for alias.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getAliasBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(alias_);
  }
  /**
   * string alias = 11 [json_name = "alias"];
   * @param value The alias to set.
   */
  private void setAlias(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    alias_ = value;
  }
  /**
   * string alias = 11 [json_name = "alias"];
   */
  private void clearAlias() {

    alias_ = getDefaultInstance().getAlias();
  }
  /**
   * string alias = 11 [json_name = "alias"];
   * @param value The bytes for alias to set.
   */
  private void setAliasBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    alias_ = value.toStringUtf8();

  }

  public static final int SYNC_FIELD_NUMBER = 13;
  private boolean sync_;
  /**
   * bool sync = 13 [json_name = "sync"];
   * @return The sync.
   */
  @java.lang.Override
  public boolean getSync() {
    return sync_;
  }
  /**
   * bool sync = 13 [json_name = "sync"];
   * @param value The sync to set.
   */
  private void setSync(boolean value) {
    
    sync_ = value;
  }
  /**
   * bool sync = 13 [json_name = "sync"];
   */
  private void clearSync() {

    sync_ = false;
  }

  public static final int SPORT_ID_FIELD_NUMBER = 14;
  private long sportId_;
  /**
   * uint64 sport_id = 14 [json_name = "sportId"];
   * @return The sportId.
   */
  @java.lang.Override
  public long getSportId() {
    return sportId_;
  }
  /**
   * uint64 sport_id = 14 [json_name = "sportId"];
   * @param value The sportId to set.
   */
  private void setSportId(long value) {
    
    sportId_ = value;
  }
  /**
   * uint64 sport_id = 14 [json_name = "sportId"];
   */
  private void clearSportId() {

    sportId_ = 0L;
  }

  public static final int SYNC_STATUS_FIELD_NUMBER = 12;
  private com.google.protobuf.Internal.ProtobufList syncStatus_;
  /**
   * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
   */
  @java.lang.Override
  public java.util.List getSyncStatusList() {
    return syncStatus_;
  }
  /**
   * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
   */
  public java.util.List 
      getSyncStatusOrBuilderList() {
    return syncStatus_;
  }
  /**
   * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
   */
  @java.lang.Override
  public int getSyncStatusCount() {
    return syncStatus_.size();
  }
  /**
   * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
   */
  @java.lang.Override
  public com.streamlayer.sports.common.SyncStatusProvider getSyncStatus(int index) {
    return syncStatus_.get(index);
  }
  /**
   * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
   */
  public com.streamlayer.sports.common.SyncStatusProviderOrBuilder getSyncStatusOrBuilder(
      int index) {
    return syncStatus_.get(index);
  }
  private void ensureSyncStatusIsMutable() {
    com.google.protobuf.Internal.ProtobufList tmp = syncStatus_;
    if (!tmp.isModifiable()) {
      syncStatus_ =
          com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
     }
  }

  /**
   * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
   */
  private void setSyncStatus(
      int index, com.streamlayer.sports.common.SyncStatusProvider value) {
    value.getClass();
  ensureSyncStatusIsMutable();
    syncStatus_.set(index, value);
  }
  /**
   * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
   */
  private void addSyncStatus(com.streamlayer.sports.common.SyncStatusProvider value) {
    value.getClass();
  ensureSyncStatusIsMutable();
    syncStatus_.add(value);
  }
  /**
   * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
   */
  private void addSyncStatus(
      int index, com.streamlayer.sports.common.SyncStatusProvider value) {
    value.getClass();
  ensureSyncStatusIsMutable();
    syncStatus_.add(index, value);
  }
  /**
   * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
   */
  private void addAllSyncStatus(
      java.lang.Iterable values) {
    ensureSyncStatusIsMutable();
    com.google.protobuf.AbstractMessageLite.addAll(
        values, syncStatus_);
  }
  /**
   * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
   */
  private void clearSyncStatus() {
    syncStatus_ = emptyProtobufList();
  }
  /**
   * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
   */
  private void removeSyncStatus(int index) {
    ensureSyncStatusIsMutable();
    syncStatus_.remove(index);
  }

  public static com.streamlayer.sports.common.League parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data);
  }
  public static com.streamlayer.sports.common.League 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.common.League 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.common.League 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.common.League parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data);
  }
  public static com.streamlayer.sports.common.League 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.common.League parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input);
  }
  public static com.streamlayer.sports.common.League 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.common.League parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return parseDelimitedFrom(DEFAULT_INSTANCE, input);
  }

  public static com.streamlayer.sports.common.League 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.common.League parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input);
  }
  public static com.streamlayer.sports.common.League 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.common.League prototype) {
    return DEFAULT_INSTANCE.createBuilder(prototype);
  }

  /**
   * Protobuf type {@code streamlayer.sports.League}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageLite.Builder<
        com.streamlayer.sports.common.League, Builder> implements
      // @@protoc_insertion_point(builder_implements:streamlayer.sports.League)
      com.streamlayer.sports.common.LeagueOrBuilder {
    // Construct using com.streamlayer.sports.common.League.newBuilder()
    private Builder() {
      super(DEFAULT_INSTANCE);
    }


    /**
     * uint64 id = 1 [json_name = "id"];
     * @return The id.
     */
    @java.lang.Override
    public long getId() {
      return instance.getId();
    }
    /**
     * uint64 id = 1 [json_name = "id"];
     * @param value The id to set.
     * @return This builder for chaining.
     */
    public Builder setId(long value) {
      copyOnWrite();
      instance.setId(value);
      return this;
    }
    /**
     * uint64 id = 1 [json_name = "id"];
     * @return This builder for chaining.
     */
    public Builder clearId() {
      copyOnWrite();
      instance.clearId();
      return this;
    }

    /**
     * string custom_fields = 8 [json_name = "customFields"];
     * @return The customFields.
     */
    @java.lang.Override
    public java.lang.String getCustomFields() {
      return instance.getCustomFields();
    }
    /**
     * string custom_fields = 8 [json_name = "customFields"];
     * @return The bytes for customFields.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getCustomFieldsBytes() {
      return instance.getCustomFieldsBytes();
    }
    /**
     * string custom_fields = 8 [json_name = "customFields"];
     * @param value The customFields to set.
     * @return This builder for chaining.
     */
    public Builder setCustomFields(
        java.lang.String value) {
      copyOnWrite();
      instance.setCustomFields(value);
      return this;
    }
    /**
     * string custom_fields = 8 [json_name = "customFields"];
     * @return This builder for chaining.
     */
    public Builder clearCustomFields() {
      copyOnWrite();
      instance.clearCustomFields();
      return this;
    }
    /**
     * string custom_fields = 8 [json_name = "customFields"];
     * @param value The bytes for customFields to set.
     * @return This builder for chaining.
     */
    public Builder setCustomFieldsBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setCustomFieldsBytes(value);
      return this;
    }

    /**
     * string country = 9 [json_name = "country"];
     * @return The country.
     */
    @java.lang.Override
    public java.lang.String getCountry() {
      return instance.getCountry();
    }
    /**
     * string country = 9 [json_name = "country"];
     * @return The bytes for country.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getCountryBytes() {
      return instance.getCountryBytes();
    }
    /**
     * string country = 9 [json_name = "country"];
     * @param value The country to set.
     * @return This builder for chaining.
     */
    public Builder setCountry(
        java.lang.String value) {
      copyOnWrite();
      instance.setCountry(value);
      return this;
    }
    /**
     * string country = 9 [json_name = "country"];
     * @return This builder for chaining.
     */
    public Builder clearCountry() {
      copyOnWrite();
      instance.clearCountry();
      return this;
    }
    /**
     * string country = 9 [json_name = "country"];
     * @param value The bytes for country to set.
     * @return This builder for chaining.
     */
    public Builder setCountryBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setCountryBytes(value);
      return this;
    }

    /**
     * string name = 10 [json_name = "name"];
     * @return The name.
     */
    @java.lang.Override
    public java.lang.String getName() {
      return instance.getName();
    }
    /**
     * string name = 10 [json_name = "name"];
     * @return The bytes for name.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getNameBytes() {
      return instance.getNameBytes();
    }
    /**
     * string name = 10 [json_name = "name"];
     * @param value The name to set.
     * @return This builder for chaining.
     */
    public Builder setName(
        java.lang.String value) {
      copyOnWrite();
      instance.setName(value);
      return this;
    }
    /**
     * string name = 10 [json_name = "name"];
     * @return This builder for chaining.
     */
    public Builder clearName() {
      copyOnWrite();
      instance.clearName();
      return this;
    }
    /**
     * string name = 10 [json_name = "name"];
     * @param value The bytes for name to set.
     * @return This builder for chaining.
     */
    public Builder setNameBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setNameBytes(value);
      return this;
    }

    /**
     * string alias = 11 [json_name = "alias"];
     * @return The alias.
     */
    @java.lang.Override
    public java.lang.String getAlias() {
      return instance.getAlias();
    }
    /**
     * string alias = 11 [json_name = "alias"];
     * @return The bytes for alias.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getAliasBytes() {
      return instance.getAliasBytes();
    }
    /**
     * string alias = 11 [json_name = "alias"];
     * @param value The alias to set.
     * @return This builder for chaining.
     */
    public Builder setAlias(
        java.lang.String value) {
      copyOnWrite();
      instance.setAlias(value);
      return this;
    }
    /**
     * string alias = 11 [json_name = "alias"];
     * @return This builder for chaining.
     */
    public Builder clearAlias() {
      copyOnWrite();
      instance.clearAlias();
      return this;
    }
    /**
     * string alias = 11 [json_name = "alias"];
     * @param value The bytes for alias to set.
     * @return This builder for chaining.
     */
    public Builder setAliasBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setAliasBytes(value);
      return this;
    }

    /**
     * bool sync = 13 [json_name = "sync"];
     * @return The sync.
     */
    @java.lang.Override
    public boolean getSync() {
      return instance.getSync();
    }
    /**
     * bool sync = 13 [json_name = "sync"];
     * @param value The sync to set.
     * @return This builder for chaining.
     */
    public Builder setSync(boolean value) {
      copyOnWrite();
      instance.setSync(value);
      return this;
    }
    /**
     * bool sync = 13 [json_name = "sync"];
     * @return This builder for chaining.
     */
    public Builder clearSync() {
      copyOnWrite();
      instance.clearSync();
      return this;
    }

    /**
     * uint64 sport_id = 14 [json_name = "sportId"];
     * @return The sportId.
     */
    @java.lang.Override
    public long getSportId() {
      return instance.getSportId();
    }
    /**
     * uint64 sport_id = 14 [json_name = "sportId"];
     * @param value The sportId to set.
     * @return This builder for chaining.
     */
    public Builder setSportId(long value) {
      copyOnWrite();
      instance.setSportId(value);
      return this;
    }
    /**
     * uint64 sport_id = 14 [json_name = "sportId"];
     * @return This builder for chaining.
     */
    public Builder clearSportId() {
      copyOnWrite();
      instance.clearSportId();
      return this;
    }

    /**
     * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
     */
    @java.lang.Override
    public java.util.List getSyncStatusList() {
      return java.util.Collections.unmodifiableList(
          instance.getSyncStatusList());
    }
    /**
     * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
     */
    @java.lang.Override
    public int getSyncStatusCount() {
      return instance.getSyncStatusCount();
    }/**
     * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
     */
    @java.lang.Override
    public com.streamlayer.sports.common.SyncStatusProvider getSyncStatus(int index) {
      return instance.getSyncStatus(index);
    }
    /**
     * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
     */
    public Builder setSyncStatus(
        int index, com.streamlayer.sports.common.SyncStatusProvider value) {
      copyOnWrite();
      instance.setSyncStatus(index, value);
      return this;
    }
    /**
     * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
     */
    public Builder setSyncStatus(
        int index, com.streamlayer.sports.common.SyncStatusProvider.Builder builderForValue) {
      copyOnWrite();
      instance.setSyncStatus(index,
          builderForValue.build());
      return this;
    }
    /**
     * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
     */
    public Builder addSyncStatus(com.streamlayer.sports.common.SyncStatusProvider value) {
      copyOnWrite();
      instance.addSyncStatus(value);
      return this;
    }
    /**
     * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
     */
    public Builder addSyncStatus(
        int index, com.streamlayer.sports.common.SyncStatusProvider value) {
      copyOnWrite();
      instance.addSyncStatus(index, value);
      return this;
    }
    /**
     * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
     */
    public Builder addSyncStatus(
        com.streamlayer.sports.common.SyncStatusProvider.Builder builderForValue) {
      copyOnWrite();
      instance.addSyncStatus(builderForValue.build());
      return this;
    }
    /**
     * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
     */
    public Builder addSyncStatus(
        int index, com.streamlayer.sports.common.SyncStatusProvider.Builder builderForValue) {
      copyOnWrite();
      instance.addSyncStatus(index,
          builderForValue.build());
      return this;
    }
    /**
     * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
     */
    public Builder addAllSyncStatus(
        java.lang.Iterable values) {
      copyOnWrite();
      instance.addAllSyncStatus(values);
      return this;
    }
    /**
     * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
     */
    public Builder clearSyncStatus() {
      copyOnWrite();
      instance.clearSyncStatus();
      return this;
    }
    /**
     * repeated .streamlayer.sports.SyncStatusProvider sync_status = 12 [json_name = "syncStatus"];
     */
    public Builder removeSyncStatus(int index) {
      copyOnWrite();
      instance.removeSyncStatus(index);
      return this;
    }

    // @@protoc_insertion_point(builder_scope:streamlayer.sports.League)
  }
  @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.common.League();
      }
      case NEW_BUILDER: {
        return new Builder();
      }
      case BUILD_MESSAGE_INFO: {
          java.lang.Object[] objects = new java.lang.Object[] {
            "id_",
            "customFields_",
            "country_",
            "name_",
            "alias_",
            "syncStatus_",
            com.streamlayer.sports.common.SyncStatusProvider.class,
            "sync_",
            "sportId_",
          };
          java.lang.String info =
              "\u0000\b\u0000\u0000\u0001\u000e\b\u0000\u0001\u0000\u0001\u0003\b\u0208\t\u0208" +
              "\n\u0208\u000b\u0208\f\u001b\r\u0007\u000e\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.sports.common.League.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.League)
  private static final com.streamlayer.sports.common.League DEFAULT_INSTANCE;
  static {
    League defaultInstance = new League();
    // New instances are implicitly immutable so no need to make
    // immutable.
    DEFAULT_INSTANCE = defaultInstance;
    com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
      League.class, defaultInstance);
  }

  public static com.streamlayer.sports.common.League 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