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

main.java.com.streamlayer.sports.common.Sport 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/sports_common.proto

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

/**
 * Protobuf type {@code streamlayer.sports.Sport}
 */
public  final class Sport extends
    com.google.protobuf.GeneratedMessageLite<
        Sport, Sport.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.sports.Sport)
    SportOrBuilder {
  private Sport() {
    created_ = "";
    updated_ = "";
    customFields_ = "";
    name_ = "";
    alias_ = "";
  }
  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 CREATED_FIELD_NUMBER = 2;
  private java.lang.String created_;
  /**
   * string created = 2 [json_name = "created"];
   * @return The created.
   */
  @java.lang.Override
  public java.lang.String getCreated() {
    return created_;
  }
  /**
   * string created = 2 [json_name = "created"];
   * @return The bytes for created.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getCreatedBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(created_);
  }
  /**
   * string created = 2 [json_name = "created"];
   * @param value The created to set.
   */
  private void setCreated(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    created_ = value;
  }
  /**
   * string created = 2 [json_name = "created"];
   */
  private void clearCreated() {

    created_ = getDefaultInstance().getCreated();
  }
  /**
   * string created = 2 [json_name = "created"];
   * @param value The bytes for created to set.
   */
  private void setCreatedBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    created_ = value.toStringUtf8();

  }

  public static final int UPDATED_FIELD_NUMBER = 3;
  private java.lang.String updated_;
  /**
   * string updated = 3 [json_name = "updated"];
   * @return The updated.
   */
  @java.lang.Override
  public java.lang.String getUpdated() {
    return updated_;
  }
  /**
   * string updated = 3 [json_name = "updated"];
   * @return The bytes for updated.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getUpdatedBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(updated_);
  }
  /**
   * string updated = 3 [json_name = "updated"];
   * @param value The updated to set.
   */
  private void setUpdated(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    updated_ = value;
  }
  /**
   * string updated = 3 [json_name = "updated"];
   */
  private void clearUpdated() {

    updated_ = getDefaultInstance().getUpdated();
  }
  /**
   * string updated = 3 [json_name = "updated"];
   * @param value The bytes for updated to set.
   */
  private void setUpdatedBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    updated_ = value.toStringUtf8();

  }

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

  public static com.streamlayer.sports.common.Sport 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.Sport 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.Sport 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.Sport prototype) {
    return DEFAULT_INSTANCE.createBuilder(prototype);
  }

  /**
   * Protobuf type {@code streamlayer.sports.Sport}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageLite.Builder<
        com.streamlayer.sports.common.Sport, Builder> implements
      // @@protoc_insertion_point(builder_implements:streamlayer.sports.Sport)
      com.streamlayer.sports.common.SportOrBuilder {
    // Construct using com.streamlayer.sports.common.Sport.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 created = 2 [json_name = "created"];
     * @return The created.
     */
    @java.lang.Override
    public java.lang.String getCreated() {
      return instance.getCreated();
    }
    /**
     * string created = 2 [json_name = "created"];
     * @return The bytes for created.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getCreatedBytes() {
      return instance.getCreatedBytes();
    }
    /**
     * string created = 2 [json_name = "created"];
     * @param value The created to set.
     * @return This builder for chaining.
     */
    public Builder setCreated(
        java.lang.String value) {
      copyOnWrite();
      instance.setCreated(value);
      return this;
    }
    /**
     * string created = 2 [json_name = "created"];
     * @return This builder for chaining.
     */
    public Builder clearCreated() {
      copyOnWrite();
      instance.clearCreated();
      return this;
    }
    /**
     * string created = 2 [json_name = "created"];
     * @param value The bytes for created to set.
     * @return This builder for chaining.
     */
    public Builder setCreatedBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setCreatedBytes(value);
      return this;
    }

    /**
     * string updated = 3 [json_name = "updated"];
     * @return The updated.
     */
    @java.lang.Override
    public java.lang.String getUpdated() {
      return instance.getUpdated();
    }
    /**
     * string updated = 3 [json_name = "updated"];
     * @return The bytes for updated.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getUpdatedBytes() {
      return instance.getUpdatedBytes();
    }
    /**
     * string updated = 3 [json_name = "updated"];
     * @param value The updated to set.
     * @return This builder for chaining.
     */
    public Builder setUpdated(
        java.lang.String value) {
      copyOnWrite();
      instance.setUpdated(value);
      return this;
    }
    /**
     * string updated = 3 [json_name = "updated"];
     * @return This builder for chaining.
     */
    public Builder clearUpdated() {
      copyOnWrite();
      instance.clearUpdated();
      return this;
    }
    /**
     * string updated = 3 [json_name = "updated"];
     * @param value The bytes for updated to set.
     * @return This builder for chaining.
     */
    public Builder setUpdatedBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setUpdatedBytes(value);
      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 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;
    }

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

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