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

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

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

/**
 * Protobuf type {@code streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer}
 */
public  final class SoccerMatchFormationMatrixPlayer extends
    com.google.protobuf.GeneratedMessageLite<
        SoccerMatchFormationMatrixPlayer, SoccerMatchFormationMatrixPlayer.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer)
    SoccerMatchFormationMatrixPlayerOrBuilder {
  private SoccerMatchFormationMatrixPlayer() {
    playerName_ = "";
    photo_ = "";
  }
  public static final int JERSEY_NUMBER_FIELD_NUMBER = 1;
  private int jerseyNumber_;
  /**
   * int32 jersey_number = 1 [json_name = "jerseyNumber"];
   * @return The jerseyNumber.
   */
  @java.lang.Override
  public int getJerseyNumber() {
    return jerseyNumber_;
  }
  /**
   * int32 jersey_number = 1 [json_name = "jerseyNumber"];
   * @param value The jerseyNumber to set.
   */
  private void setJerseyNumber(int value) {
    
    jerseyNumber_ = value;
  }
  /**
   * int32 jersey_number = 1 [json_name = "jerseyNumber"];
   */
  private void clearJerseyNumber() {

    jerseyNumber_ = 0;
  }

  public static final int PLAYER_NAME_FIELD_NUMBER = 2;
  private java.lang.String playerName_;
  /**
   * string player_name = 2 [json_name = "playerName"];
   * @return The playerName.
   */
  @java.lang.Override
  public java.lang.String getPlayerName() {
    return playerName_;
  }
  /**
   * string player_name = 2 [json_name = "playerName"];
   * @return The bytes for playerName.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getPlayerNameBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(playerName_);
  }
  /**
   * string player_name = 2 [json_name = "playerName"];
   * @param value The playerName to set.
   */
  private void setPlayerName(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    playerName_ = value;
  }
  /**
   * string player_name = 2 [json_name = "playerName"];
   */
  private void clearPlayerName() {

    playerName_ = getDefaultInstance().getPlayerName();
  }
  /**
   * string player_name = 2 [json_name = "playerName"];
   * @param value The bytes for playerName to set.
   */
  private void setPlayerNameBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    playerName_ = value.toStringUtf8();

  }

  public static final int PHOTO_FIELD_NUMBER = 3;
  private java.lang.String photo_;
  /**
   * string photo = 3 [json_name = "photo"];
   * @return The photo.
   */
  @java.lang.Override
  public java.lang.String getPhoto() {
    return photo_;
  }
  /**
   * string photo = 3 [json_name = "photo"];
   * @return The bytes for photo.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getPhotoBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(photo_);
  }
  /**
   * string photo = 3 [json_name = "photo"];
   * @param value The photo to set.
   */
  private void setPhoto(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    photo_ = value;
  }
  /**
   * string photo = 3 [json_name = "photo"];
   */
  private void clearPhoto() {

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

  }

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

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

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


    /**
     * int32 jersey_number = 1 [json_name = "jerseyNumber"];
     * @return The jerseyNumber.
     */
    @java.lang.Override
    public int getJerseyNumber() {
      return instance.getJerseyNumber();
    }
    /**
     * int32 jersey_number = 1 [json_name = "jerseyNumber"];
     * @param value The jerseyNumber to set.
     * @return This builder for chaining.
     */
    public Builder setJerseyNumber(int value) {
      copyOnWrite();
      instance.setJerseyNumber(value);
      return this;
    }
    /**
     * int32 jersey_number = 1 [json_name = "jerseyNumber"];
     * @return This builder for chaining.
     */
    public Builder clearJerseyNumber() {
      copyOnWrite();
      instance.clearJerseyNumber();
      return this;
    }

    /**
     * string player_name = 2 [json_name = "playerName"];
     * @return The playerName.
     */
    @java.lang.Override
    public java.lang.String getPlayerName() {
      return instance.getPlayerName();
    }
    /**
     * string player_name = 2 [json_name = "playerName"];
     * @return The bytes for playerName.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlayerNameBytes() {
      return instance.getPlayerNameBytes();
    }
    /**
     * string player_name = 2 [json_name = "playerName"];
     * @param value The playerName to set.
     * @return This builder for chaining.
     */
    public Builder setPlayerName(
        java.lang.String value) {
      copyOnWrite();
      instance.setPlayerName(value);
      return this;
    }
    /**
     * string player_name = 2 [json_name = "playerName"];
     * @return This builder for chaining.
     */
    public Builder clearPlayerName() {
      copyOnWrite();
      instance.clearPlayerName();
      return this;
    }
    /**
     * string player_name = 2 [json_name = "playerName"];
     * @param value The bytes for playerName to set.
     * @return This builder for chaining.
     */
    public Builder setPlayerNameBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setPlayerNameBytes(value);
      return this;
    }

    /**
     * string photo = 3 [json_name = "photo"];
     * @return The photo.
     */
    @java.lang.Override
    public java.lang.String getPhoto() {
      return instance.getPhoto();
    }
    /**
     * string photo = 3 [json_name = "photo"];
     * @return The bytes for photo.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPhotoBytes() {
      return instance.getPhotoBytes();
    }
    /**
     * string photo = 3 [json_name = "photo"];
     * @param value The photo to set.
     * @return This builder for chaining.
     */
    public Builder setPhoto(
        java.lang.String value) {
      copyOnWrite();
      instance.setPhoto(value);
      return this;
    }
    /**
     * string photo = 3 [json_name = "photo"];
     * @return This builder for chaining.
     */
    public Builder clearPhoto() {
      copyOnWrite();
      instance.clearPhoto();
      return this;
    }
    /**
     * string photo = 3 [json_name = "photo"];
     * @param value The bytes for photo to set.
     * @return This builder for chaining.
     */
    public Builder setPhotoBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setPhotoBytes(value);
      return this;
    }

    // @@protoc_insertion_point(builder_scope:streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer)
  }
  @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.soccer.SoccerMatchFormationMatrixPlayer();
      }
      case NEW_BUILDER: {
        return new Builder();
      }
      case BUILD_MESSAGE_INFO: {
          java.lang.Object[] objects = new java.lang.Object[] {
            "jerseyNumber_",
            "playerName_",
            "photo_",
          };
          java.lang.String info =
              "\u0000\u0003\u0000\u0000\u0001\u0003\u0003\u0000\u0000\u0000\u0001\u0004\u0002\u0208" +
              "\u0003\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.soccer.SoccerMatchFormationMatrixPlayer.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.soccer.SoccerMatchFormationMatrixPlayer)
  private static final com.streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer DEFAULT_INSTANCE;
  static {
    SoccerMatchFormationMatrixPlayer defaultInstance = new SoccerMatchFormationMatrixPlayer();
    // New instances are implicitly immutable so no need to make
    // immutable.
    DEFAULT_INSTANCE = defaultInstance;
    com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
      SoccerMatchFormationMatrixPlayer.class, defaultInstance);
  }

  public static com.streamlayer.sports.soccer.SoccerMatchFormationMatrixPlayer 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