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

POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: POGOProtos/Networking/Requests/Messages/BelugaTransactionStartMessage.proto

package POGOProtos.Networking.Requests.Messages;

public final class BelugaTransactionStartMessageOuterClass {
  private BelugaTransactionStartMessageOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface BelugaTransactionStartMessageOrBuilder extends
      // @@protoc_insertion_point(interface_extends:POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessage)
      com.google.protobuf.MessageOrBuilder {

    /**
     * repeated int64 pokemon_id = 1;
     */
    java.util.List getPokemonIdList();
    /**
     * repeated int64 pokemon_id = 1;
     */
    int getPokemonIdCount();
    /**
     * repeated int64 pokemon_id = 1;
     */
    long getPokemonId(int index);

    /**
     * string nonce = 2;
     */
    java.lang.String getNonce();
    /**
     * string nonce = 2;
     */
    com.google.protobuf.ByteString
        getNonceBytes();

    /**
     * string beluga_id = 3;
     */
    java.lang.String getBelugaId();
    /**
     * string beluga_id = 3;
     */
    com.google.protobuf.ByteString
        getBelugaIdBytes();
  }
  /**
   * Protobuf type {@code POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessage}
   */
  public  static final class BelugaTransactionStartMessage extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessage)
      BelugaTransactionStartMessageOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use BelugaTransactionStartMessage.newBuilder() to construct.
    private BelugaTransactionStartMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private BelugaTransactionStartMessage() {
      pokemonId_ = java.util.Collections.emptyList();
      nonce_ = "";
      belugaId_ = "";
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private BelugaTransactionStartMessage(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      int mutable_bitField0_ = 0;
      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
          com.google.protobuf.UnknownFieldSet.newBuilder();
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 8: {
              if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
                pokemonId_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000001;
              }
              pokemonId_.add(input.readInt64());
              break;
            }
            case 10: {
              int length = input.readRawVarint32();
              int limit = input.pushLimit(length);
              if (!((mutable_bitField0_ & 0x00000001) == 0x00000001) && input.getBytesUntilLimit() > 0) {
                pokemonId_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000001;
              }
              while (input.getBytesUntilLimit() > 0) {
                pokemonId_.add(input.readInt64());
              }
              input.popLimit(limit);
              break;
            }
            case 18: {
              java.lang.String s = input.readStringRequireUtf8();

              nonce_ = s;
              break;
            }
            case 26: {
              java.lang.String s = input.readStringRequireUtf8();

              belugaId_ = s;
              break;
            }
            default: {
              if (!parseUnknownFieldProto3(
                  input, unknownFields, extensionRegistry, tag)) {
                done = true;
              }
              break;
            }
          }
        }
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(this);
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(
            e).setUnfinishedMessage(this);
      } finally {
        if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
          pokemonId_ = java.util.Collections.unmodifiableList(pokemonId_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Messages_BelugaTransactionStartMessage_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Messages_BelugaTransactionStartMessage_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage.class, POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage.Builder.class);
    }

    private int bitField0_;
    public static final int POKEMON_ID_FIELD_NUMBER = 1;
    private java.util.List pokemonId_;
    /**
     * repeated int64 pokemon_id = 1;
     */
    public java.util.List
        getPokemonIdList() {
      return pokemonId_;
    }
    /**
     * repeated int64 pokemon_id = 1;
     */
    public int getPokemonIdCount() {
      return pokemonId_.size();
    }
    /**
     * repeated int64 pokemon_id = 1;
     */
    public long getPokemonId(int index) {
      return pokemonId_.get(index);
    }
    private int pokemonIdMemoizedSerializedSize = -1;

    public static final int NONCE_FIELD_NUMBER = 2;
    private volatile java.lang.Object nonce_;
    /**
     * string nonce = 2;
     */
    public java.lang.String getNonce() {
      java.lang.Object ref = nonce_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        nonce_ = s;
        return s;
      }
    }
    /**
     * string nonce = 2;
     */
    public com.google.protobuf.ByteString
        getNonceBytes() {
      java.lang.Object ref = nonce_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        nonce_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int BELUGA_ID_FIELD_NUMBER = 3;
    private volatile java.lang.Object belugaId_;
    /**
     * string beluga_id = 3;
     */
    public java.lang.String getBelugaId() {
      java.lang.Object ref = belugaId_;
      if (ref instanceof java.lang.String) {
        return (java.lang.String) ref;
      } else {
        com.google.protobuf.ByteString bs = 
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        belugaId_ = s;
        return s;
      }
    }
    /**
     * string beluga_id = 3;
     */
    public com.google.protobuf.ByteString
        getBelugaIdBytes() {
      java.lang.Object ref = belugaId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        belugaId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    private byte memoizedIsInitialized = -1;
    @java.lang.Override
    public final boolean isInitialized() {
      byte isInitialized = memoizedIsInitialized;
      if (isInitialized == 1) return true;
      if (isInitialized == 0) return false;

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      getSerializedSize();
      if (getPokemonIdList().size() > 0) {
        output.writeUInt32NoTag(10);
        output.writeUInt32NoTag(pokemonIdMemoizedSerializedSize);
      }
      for (int i = 0; i < pokemonId_.size(); i++) {
        output.writeInt64NoTag(pokemonId_.get(i));
      }
      if (!getNonceBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, nonce_);
      }
      if (!getBelugaIdBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 3, belugaId_);
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      {
        int dataSize = 0;
        for (int i = 0; i < pokemonId_.size(); i++) {
          dataSize += com.google.protobuf.CodedOutputStream
            .computeInt64SizeNoTag(pokemonId_.get(i));
        }
        size += dataSize;
        if (!getPokemonIdList().isEmpty()) {
          size += 1;
          size += com.google.protobuf.CodedOutputStream
              .computeInt32SizeNoTag(dataSize);
        }
        pokemonIdMemoizedSerializedSize = dataSize;
      }
      if (!getNonceBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, nonce_);
      }
      if (!getBelugaIdBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, belugaId_);
      }
      size += unknownFields.getSerializedSize();
      memoizedSize = size;
      return size;
    }

    @java.lang.Override
    public boolean equals(final java.lang.Object obj) {
      if (obj == this) {
       return true;
      }
      if (!(obj instanceof POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage)) {
        return super.equals(obj);
      }
      POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage other = (POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage) obj;

      boolean result = true;
      result = result && getPokemonIdList()
          .equals(other.getPokemonIdList());
      result = result && getNonce()
          .equals(other.getNonce());
      result = result && getBelugaId()
          .equals(other.getBelugaId());
      result = result && unknownFields.equals(other.unknownFields);
      return result;
    }

    @java.lang.Override
    public int hashCode() {
      if (memoizedHashCode != 0) {
        return memoizedHashCode;
      }
      int hash = 41;
      hash = (19 * hash) + getDescriptor().hashCode();
      if (getPokemonIdCount() > 0) {
        hash = (37 * hash) + POKEMON_ID_FIELD_NUMBER;
        hash = (53 * hash) + getPokemonIdList().hashCode();
      }
      hash = (37 * hash) + NONCE_FIELD_NUMBER;
      hash = (53 * hash) + getNonce().hashCode();
      hash = (37 * hash) + BELUGA_ID_FIELD_NUMBER;
      hash = (53 * hash) + getBelugaId().hashCode();
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage parseFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }
    public static POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage parseDelimitedFrom(
        java.io.InputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
    }
    public static POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage parseFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input, extensionRegistry);
    }

    @java.lang.Override
    public Builder newBuilderForType() { return newBuilder(); }
    public static Builder newBuilder() {
      return DEFAULT_INSTANCE.toBuilder();
    }
    public static Builder newBuilder(POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage prototype) {
      return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
    }
    @java.lang.Override
    public Builder toBuilder() {
      return this == DEFAULT_INSTANCE
          ? new Builder() : new Builder().mergeFrom(this);
    }

    @java.lang.Override
    protected Builder newBuilderForType(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      Builder builder = new Builder(parent);
      return builder;
    }
    /**
     * Protobuf type {@code POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessage}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessage)
        POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessageOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Messages_BelugaTransactionStartMessage_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Messages_BelugaTransactionStartMessage_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage.class, POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage.Builder.class);
      }

      // Construct using POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage.newBuilder()
      private Builder() {
        maybeForceBuilderInitialization();
      }

      private Builder(
          com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
        super(parent);
        maybeForceBuilderInitialization();
      }
      private void maybeForceBuilderInitialization() {
        if (com.google.protobuf.GeneratedMessageV3
                .alwaysUseFieldBuilders) {
        }
      }
      @java.lang.Override
      public Builder clear() {
        super.clear();
        pokemonId_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        nonce_ = "";

        belugaId_ = "";

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Messages_BelugaTransactionStartMessage_descriptor;
      }

      @java.lang.Override
      public POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage getDefaultInstanceForType() {
        return POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage.getDefaultInstance();
      }

      @java.lang.Override
      public POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage build() {
        POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage buildPartial() {
        POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage result = new POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((bitField0_ & 0x00000001) == 0x00000001)) {
          pokemonId_ = java.util.Collections.unmodifiableList(pokemonId_);
          bitField0_ = (bitField0_ & ~0x00000001);
        }
        result.pokemonId_ = pokemonId_;
        result.nonce_ = nonce_;
        result.belugaId_ = belugaId_;
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return (Builder) super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return (Builder) super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return (Builder) super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return (Builder) super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return (Builder) super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return (Builder) super.addRepeatedField(field, value);
      }
      @java.lang.Override
      public Builder mergeFrom(com.google.protobuf.Message other) {
        if (other instanceof POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage) {
          return mergeFrom((POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage other) {
        if (other == POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage.getDefaultInstance()) return this;
        if (!other.pokemonId_.isEmpty()) {
          if (pokemonId_.isEmpty()) {
            pokemonId_ = other.pokemonId_;
            bitField0_ = (bitField0_ & ~0x00000001);
          } else {
            ensurePokemonIdIsMutable();
            pokemonId_.addAll(other.pokemonId_);
          }
          onChanged();
        }
        if (!other.getNonce().isEmpty()) {
          nonce_ = other.nonce_;
          onChanged();
        }
        if (!other.getBelugaId().isEmpty()) {
          belugaId_ = other.belugaId_;
          onChanged();
        }
        this.mergeUnknownFields(other.unknownFields);
        onChanged();
        return this;
      }

      @java.lang.Override
      public final boolean isInitialized() {
        return true;
      }

      @java.lang.Override
      public Builder mergeFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws java.io.IOException {
        POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private java.util.List pokemonId_ = java.util.Collections.emptyList();
      private void ensurePokemonIdIsMutable() {
        if (!((bitField0_ & 0x00000001) == 0x00000001)) {
          pokemonId_ = new java.util.ArrayList(pokemonId_);
          bitField0_ |= 0x00000001;
         }
      }
      /**
       * repeated int64 pokemon_id = 1;
       */
      public java.util.List
          getPokemonIdList() {
        return java.util.Collections.unmodifiableList(pokemonId_);
      }
      /**
       * repeated int64 pokemon_id = 1;
       */
      public int getPokemonIdCount() {
        return pokemonId_.size();
      }
      /**
       * repeated int64 pokemon_id = 1;
       */
      public long getPokemonId(int index) {
        return pokemonId_.get(index);
      }
      /**
       * repeated int64 pokemon_id = 1;
       */
      public Builder setPokemonId(
          int index, long value) {
        ensurePokemonIdIsMutable();
        pokemonId_.set(index, value);
        onChanged();
        return this;
      }
      /**
       * repeated int64 pokemon_id = 1;
       */
      public Builder addPokemonId(long value) {
        ensurePokemonIdIsMutable();
        pokemonId_.add(value);
        onChanged();
        return this;
      }
      /**
       * repeated int64 pokemon_id = 1;
       */
      public Builder addAllPokemonId(
          java.lang.Iterable values) {
        ensurePokemonIdIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, pokemonId_);
        onChanged();
        return this;
      }
      /**
       * repeated int64 pokemon_id = 1;
       */
      public Builder clearPokemonId() {
        pokemonId_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
        return this;
      }

      private java.lang.Object nonce_ = "";
      /**
       * string nonce = 2;
       */
      public java.lang.String getNonce() {
        java.lang.Object ref = nonce_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          nonce_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string nonce = 2;
       */
      public com.google.protobuf.ByteString
          getNonceBytes() {
        java.lang.Object ref = nonce_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          nonce_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string nonce = 2;
       */
      public Builder setNonce(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        nonce_ = value;
        onChanged();
        return this;
      }
      /**
       * string nonce = 2;
       */
      public Builder clearNonce() {
        
        nonce_ = getDefaultInstance().getNonce();
        onChanged();
        return this;
      }
      /**
       * string nonce = 2;
       */
      public Builder setNonceBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        nonce_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object belugaId_ = "";
      /**
       * string beluga_id = 3;
       */
      public java.lang.String getBelugaId() {
        java.lang.Object ref = belugaId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          belugaId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string beluga_id = 3;
       */
      public com.google.protobuf.ByteString
          getBelugaIdBytes() {
        java.lang.Object ref = belugaId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          belugaId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string beluga_id = 3;
       */
      public Builder setBelugaId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        belugaId_ = value;
        onChanged();
        return this;
      }
      /**
       * string beluga_id = 3;
       */
      public Builder clearBelugaId() {
        
        belugaId_ = getDefaultInstance().getBelugaId();
        onChanged();
        return this;
      }
      /**
       * string beluga_id = 3;
       */
      public Builder setBelugaIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        belugaId_ = value;
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFieldsProto3(unknownFields);
      }

      @java.lang.Override
      public final Builder mergeUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.mergeUnknownFields(unknownFields);
      }


      // @@protoc_insertion_point(builder_scope:POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessage)
    }

    // @@protoc_insertion_point(class_scope:POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessage)
    private static final POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage();
    }

    public static POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public BelugaTransactionStartMessage parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new BelugaTransactionStartMessage(input, extensionRegistry);
      }
    };

    public static com.google.protobuf.Parser parser() {
      return PARSER;
    }

    @java.lang.Override
    public com.google.protobuf.Parser getParserForType() {
      return PARSER;
    }

    @java.lang.Override
    public POGOProtos.Networking.Requests.Messages.BelugaTransactionStartMessageOuterClass.BelugaTransactionStartMessage getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_POGOProtos_Networking_Requests_Messages_BelugaTransactionStartMessage_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_POGOProtos_Networking_Requests_Messages_BelugaTransactionStartMessage_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\nKPOGOProtos/Networking/Requests/Message" +
      "s/BelugaTransactionStartMessage.proto\022\'P" +
      "OGOProtos.Networking.Requests.Messages\"U" +
      "\n\035BelugaTransactionStartMessage\022\022\n\npokem" +
      "on_id\030\001 \003(\003\022\r\n\005nonce\030\002 \001(\t\022\021\n\tbeluga_id\030" +
      "\003 \001(\tb\006proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        }, assigner);
    internal_static_POGOProtos_Networking_Requests_Messages_BelugaTransactionStartMessage_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_POGOProtos_Networking_Requests_Messages_BelugaTransactionStartMessage_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_POGOProtos_Networking_Requests_Messages_BelugaTransactionStartMessage_descriptor,
        new java.lang.String[] { "PokemonId", "Nonce", "BelugaId", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy