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

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

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

package POGOProtos.Networking.Requests.Messages;

public final class SetLobbyVisibilityMessageOuterClass {
  private SetLobbyVisibilityMessageOuterClass() {}
  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 SetLobbyVisibilityMessageOrBuilder extends
      // @@protoc_insertion_point(interface_extends:POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessage)
      com.google.protobuf.MessageOrBuilder {

    /**
     * int64 raid_seed = 1;
     */
    long getRaidSeed();

    /**
     * string gym_id = 2;
     */
    java.lang.String getGymId();
    /**
     * string gym_id = 2;
     */
    com.google.protobuf.ByteString
        getGymIdBytes();

    /**
     * repeated int32 lobby_id = 3;
     */
    java.util.List getLobbyIdList();
    /**
     * repeated int32 lobby_id = 3;
     */
    int getLobbyIdCount();
    /**
     * repeated int32 lobby_id = 3;
     */
    int getLobbyId(int index);
  }
  /**
   * Protobuf type {@code POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessage}
   */
  public  static final class SetLobbyVisibilityMessage extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessage)
      SetLobbyVisibilityMessageOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use SetLobbyVisibilityMessage.newBuilder() to construct.
    private SetLobbyVisibilityMessage(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private SetLobbyVisibilityMessage() {
      raidSeed_ = 0L;
      gymId_ = "";
      lobbyId_ = java.util.Collections.emptyList();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private SetLobbyVisibilityMessage(
        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: {

              raidSeed_ = input.readInt64();
              break;
            }
            case 18: {
              java.lang.String s = input.readStringRequireUtf8();

              gymId_ = s;
              break;
            }
            case 24: {
              if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) {
                lobbyId_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000004;
              }
              lobbyId_.add(input.readInt32());
              break;
            }
            case 26: {
              int length = input.readRawVarint32();
              int limit = input.pushLimit(length);
              if (!((mutable_bitField0_ & 0x00000004) == 0x00000004) && input.getBytesUntilLimit() > 0) {
                lobbyId_ = new java.util.ArrayList();
                mutable_bitField0_ |= 0x00000004;
              }
              while (input.getBytesUntilLimit() > 0) {
                lobbyId_.add(input.readInt32());
              }
              input.popLimit(limit);
              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_ & 0x00000004) == 0x00000004)) {
          lobbyId_ = java.util.Collections.unmodifiableList(lobbyId_);
        }
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Messages_SetLobbyVisibilityMessage_descriptor;
    }

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

    private int bitField0_;
    public static final int RAID_SEED_FIELD_NUMBER = 1;
    private long raidSeed_;
    /**
     * int64 raid_seed = 1;
     */
    public long getRaidSeed() {
      return raidSeed_;
    }

    public static final int GYM_ID_FIELD_NUMBER = 2;
    private volatile java.lang.Object gymId_;
    /**
     * string gym_id = 2;
     */
    public java.lang.String getGymId() {
      java.lang.Object ref = gymId_;
      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();
        gymId_ = s;
        return s;
      }
    }
    /**
     * string gym_id = 2;
     */
    public com.google.protobuf.ByteString
        getGymIdBytes() {
      java.lang.Object ref = gymId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        gymId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int LOBBY_ID_FIELD_NUMBER = 3;
    private java.util.List lobbyId_;
    /**
     * repeated int32 lobby_id = 3;
     */
    public java.util.List
        getLobbyIdList() {
      return lobbyId_;
    }
    /**
     * repeated int32 lobby_id = 3;
     */
    public int getLobbyIdCount() {
      return lobbyId_.size();
    }
    /**
     * repeated int32 lobby_id = 3;
     */
    public int getLobbyId(int index) {
      return lobbyId_.get(index);
    }
    private int lobbyIdMemoizedSerializedSize = -1;

    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 (raidSeed_ != 0L) {
        output.writeInt64(1, raidSeed_);
      }
      if (!getGymIdBytes().isEmpty()) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, gymId_);
      }
      if (getLobbyIdList().size() > 0) {
        output.writeUInt32NoTag(26);
        output.writeUInt32NoTag(lobbyIdMemoizedSerializedSize);
      }
      for (int i = 0; i < lobbyId_.size(); i++) {
        output.writeInt32NoTag(lobbyId_.get(i));
      }
      unknownFields.writeTo(output);
    }

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

      size = 0;
      if (raidSeed_ != 0L) {
        size += com.google.protobuf.CodedOutputStream
          .computeInt64Size(1, raidSeed_);
      }
      if (!getGymIdBytes().isEmpty()) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, gymId_);
      }
      {
        int dataSize = 0;
        for (int i = 0; i < lobbyId_.size(); i++) {
          dataSize += com.google.protobuf.CodedOutputStream
            .computeInt32SizeNoTag(lobbyId_.get(i));
        }
        size += dataSize;
        if (!getLobbyIdList().isEmpty()) {
          size += 1;
          size += com.google.protobuf.CodedOutputStream
              .computeInt32SizeNoTag(dataSize);
        }
        lobbyIdMemoizedSerializedSize = dataSize;
      }
      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.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage)) {
        return super.equals(obj);
      }
      POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage other = (POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage) obj;

      boolean result = true;
      result = result && (getRaidSeed()
          == other.getRaidSeed());
      result = result && getGymId()
          .equals(other.getGymId());
      result = result && getLobbyIdList()
          .equals(other.getLobbyIdList());
      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();
      hash = (37 * hash) + RAID_SEED_FIELD_NUMBER;
      hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
          getRaidSeed());
      hash = (37 * hash) + GYM_ID_FIELD_NUMBER;
      hash = (53 * hash) + getGymId().hashCode();
      if (getLobbyIdCount() > 0) {
        hash = (37 * hash) + LOBBY_ID_FIELD_NUMBER;
        hash = (53 * hash) + getLobbyIdList().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage 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.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage 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.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage 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.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage 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.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage 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.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage 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.SetLobbyVisibilityMessage}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessage)
        POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessageOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.internal_static_POGOProtos_Networking_Requests_Messages_SetLobbyVisibilityMessage_descriptor;
      }

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

      // Construct using POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage.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();
        raidSeed_ = 0L;

        gymId_ = "";

        lobbyId_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000004);
        return this;
      }

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

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

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

      @java.lang.Override
      public POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage buildPartial() {
        POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage result = new POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        result.raidSeed_ = raidSeed_;
        result.gymId_ = gymId_;
        if (((bitField0_ & 0x00000004) == 0x00000004)) {
          lobbyId_ = java.util.Collections.unmodifiableList(lobbyId_);
          bitField0_ = (bitField0_ & ~0x00000004);
        }
        result.lobbyId_ = lobbyId_;
        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.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage) {
          return mergeFrom((POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage other) {
        if (other == POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage.getDefaultInstance()) return this;
        if (other.getRaidSeed() != 0L) {
          setRaidSeed(other.getRaidSeed());
        }
        if (!other.getGymId().isEmpty()) {
          gymId_ = other.gymId_;
          onChanged();
        }
        if (!other.lobbyId_.isEmpty()) {
          if (lobbyId_.isEmpty()) {
            lobbyId_ = other.lobbyId_;
            bitField0_ = (bitField0_ & ~0x00000004);
          } else {
            ensureLobbyIdIsMutable();
            lobbyId_.addAll(other.lobbyId_);
          }
          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.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }
      private int bitField0_;

      private long raidSeed_ ;
      /**
       * int64 raid_seed = 1;
       */
      public long getRaidSeed() {
        return raidSeed_;
      }
      /**
       * int64 raid_seed = 1;
       */
      public Builder setRaidSeed(long value) {
        
        raidSeed_ = value;
        onChanged();
        return this;
      }
      /**
       * int64 raid_seed = 1;
       */
      public Builder clearRaidSeed() {
        
        raidSeed_ = 0L;
        onChanged();
        return this;
      }

      private java.lang.Object gymId_ = "";
      /**
       * string gym_id = 2;
       */
      public java.lang.String getGymId() {
        java.lang.Object ref = gymId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          gymId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string gym_id = 2;
       */
      public com.google.protobuf.ByteString
          getGymIdBytes() {
        java.lang.Object ref = gymId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          gymId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string gym_id = 2;
       */
      public Builder setGymId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        gymId_ = value;
        onChanged();
        return this;
      }
      /**
       * string gym_id = 2;
       */
      public Builder clearGymId() {
        
        gymId_ = getDefaultInstance().getGymId();
        onChanged();
        return this;
      }
      /**
       * string gym_id = 2;
       */
      public Builder setGymIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        gymId_ = value;
        onChanged();
        return this;
      }

      private java.util.List lobbyId_ = java.util.Collections.emptyList();
      private void ensureLobbyIdIsMutable() {
        if (!((bitField0_ & 0x00000004) == 0x00000004)) {
          lobbyId_ = new java.util.ArrayList(lobbyId_);
          bitField0_ |= 0x00000004;
         }
      }
      /**
       * repeated int32 lobby_id = 3;
       */
      public java.util.List
          getLobbyIdList() {
        return java.util.Collections.unmodifiableList(lobbyId_);
      }
      /**
       * repeated int32 lobby_id = 3;
       */
      public int getLobbyIdCount() {
        return lobbyId_.size();
      }
      /**
       * repeated int32 lobby_id = 3;
       */
      public int getLobbyId(int index) {
        return lobbyId_.get(index);
      }
      /**
       * repeated int32 lobby_id = 3;
       */
      public Builder setLobbyId(
          int index, int value) {
        ensureLobbyIdIsMutable();
        lobbyId_.set(index, value);
        onChanged();
        return this;
      }
      /**
       * repeated int32 lobby_id = 3;
       */
      public Builder addLobbyId(int value) {
        ensureLobbyIdIsMutable();
        lobbyId_.add(value);
        onChanged();
        return this;
      }
      /**
       * repeated int32 lobby_id = 3;
       */
      public Builder addAllLobbyId(
          java.lang.Iterable values) {
        ensureLobbyIdIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, lobbyId_);
        onChanged();
        return this;
      }
      /**
       * repeated int32 lobby_id = 3;
       */
      public Builder clearLobbyId() {
        lobbyId_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000004);
        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.SetLobbyVisibilityMessage)
    }

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

    public static POGOProtos.Networking.Requests.Messages.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public SetLobbyVisibilityMessage parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new SetLobbyVisibilityMessage(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.SetLobbyVisibilityMessageOuterClass.SetLobbyVisibilityMessage getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_POGOProtos_Networking_Requests_Messages_SetLobbyVisibilityMessage_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_POGOProtos_Networking_Requests_Messages_SetLobbyVisibilityMessage_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\nGPOGOProtos/Networking/Requests/Message" +
      "s/SetLobbyVisibilityMessage.proto\022\'POGOP" +
      "rotos.Networking.Requests.Messages\"P\n\031Se" +
      "tLobbyVisibilityMessage\022\021\n\traid_seed\030\001 \001" +
      "(\003\022\016\n\006gym_id\030\002 \001(\t\022\020\n\010lobby_id\030\003 \003(\005b\006pr" +
      "oto3"
    };
    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_SetLobbyVisibilityMessage_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_POGOProtos_Networking_Requests_Messages_SetLobbyVisibilityMessage_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_POGOProtos_Networking_Requests_Messages_SetLobbyVisibilityMessage_descriptor,
        new java.lang.String[] { "RaidSeed", "GymId", "LobbyId", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy