// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: context_player_options.proto

package com.spotify.context;

public final class ContextPlayerOptionsOuterClass {
  private ContextPlayerOptionsOuterClass() {}
  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 ContextPlayerOptionsOrBuilder extends
      // @@protoc_insertion_point(interface_extends:spotify.player.proto.ContextPlayerOptions)
      com.google.protobuf.MessageOrBuilder {

    /**
     * <code>optional bool shuffling_context = 1;</code>
     * @return Whether the shufflingContext field is set.
     */
    boolean hasShufflingContext();
    /**
     * <code>optional bool shuffling_context = 1;</code>
     * @return The shufflingContext.
     */
    boolean getShufflingContext();

    /**
     * <code>optional bool repeating_context = 2;</code>
     * @return Whether the repeatingContext field is set.
     */
    boolean hasRepeatingContext();
    /**
     * <code>optional bool repeating_context = 2;</code>
     * @return The repeatingContext.
     */
    boolean getRepeatingContext();

    /**
     * <code>optional bool repeating_track = 3;</code>
     * @return Whether the repeatingTrack field is set.
     */
    boolean hasRepeatingTrack();
    /**
     * <code>optional bool repeating_track = 3;</code>
     * @return The repeatingTrack.
     */
    boolean getRepeatingTrack();
  }
  /**
   * Protobuf type {@code spotify.player.proto.ContextPlayerOptions}
   */
  public  static final class ContextPlayerOptions extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:spotify.player.proto.ContextPlayerOptions)
      ContextPlayerOptionsOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use ContextPlayerOptions.newBuilder() to construct.
    private ContextPlayerOptions(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
      super(builder);
    }
    private ContextPlayerOptions() {
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new ContextPlayerOptions();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.spotify.context.ContextPlayerOptionsOuterClass.internal_static_spotify_player_proto_ContextPlayerOptions_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.spotify.context.ContextPlayerOptionsOuterClass.internal_static_spotify_player_proto_ContextPlayerOptions_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions.class, com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions.Builder.class);
    }

    private int bitField0_;
    public static final int SHUFFLING_CONTEXT_FIELD_NUMBER = 1;
    private boolean shufflingContext_;
    /**
     * <code>optional bool shuffling_context = 1;</code>
     * @return Whether the shufflingContext field is set.
     */
    public boolean hasShufflingContext() {
      return ((bitField0_ & 0x00000001) != 0);
    }
    /**
     * <code>optional bool shuffling_context = 1;</code>
     * @return The shufflingContext.
     */
    public boolean getShufflingContext() {
      return shufflingContext_;
    }

    public static final int REPEATING_CONTEXT_FIELD_NUMBER = 2;
    private boolean repeatingContext_;
    /**
     * <code>optional bool repeating_context = 2;</code>
     * @return Whether the repeatingContext field is set.
     */
    public boolean hasRepeatingContext() {
      return ((bitField0_ & 0x00000002) != 0);
    }
    /**
     * <code>optional bool repeating_context = 2;</code>
     * @return The repeatingContext.
     */
    public boolean getRepeatingContext() {
      return repeatingContext_;
    }

    public static final int REPEATING_TRACK_FIELD_NUMBER = 3;
    private boolean repeatingTrack_;
    /**
     * <code>optional bool repeating_track = 3;</code>
     * @return Whether the repeatingTrack field is set.
     */
    public boolean hasRepeatingTrack() {
      return ((bitField0_ & 0x00000004) != 0);
    }
    /**
     * <code>optional bool repeating_track = 3;</code>
     * @return The repeatingTrack.
     */
    public boolean getRepeatingTrack() {
      return repeatingTrack_;
    }

    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions 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 com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions 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 com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions 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(com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions 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 spotify.player.proto.ContextPlayerOptions}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
        // @@protoc_insertion_point(builder_implements:spotify.player.proto.ContextPlayerOptions)
        com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionsOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.spotify.context.ContextPlayerOptionsOuterClass.internal_static_spotify_player_proto_ContextPlayerOptions_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.spotify.context.ContextPlayerOptionsOuterClass.internal_static_spotify_player_proto_ContextPlayerOptions_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions.class, com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions.Builder.class);
      }

      // Construct using com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions.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();
        shufflingContext_ = false;
        bitField0_ = (bitField0_ & ~0x00000001);
        repeatingContext_ = false;
        bitField0_ = (bitField0_ & ~0x00000002);
        repeatingTrack_ = false;
        bitField0_ = (bitField0_ & ~0x00000004);
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.spotify.context.ContextPlayerOptionsOuterClass.internal_static_spotify_player_proto_ContextPlayerOptions_descriptor;
      }

      @java.lang.Override
      public com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions getDefaultInstanceForType() {
        return com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions.getDefaultInstance();
      }

      @java.lang.Override
      public com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions build() {
        com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions buildPartial() {
        com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions result = new com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) != 0)) {
          result.shufflingContext_ = shufflingContext_;
          to_bitField0_ |= 0x00000001;
        }
        if (((from_bitField0_ & 0x00000002) != 0)) {
          result.repeatingContext_ = repeatingContext_;
          to_bitField0_ |= 0x00000002;
        }
        if (((from_bitField0_ & 0x00000004) != 0)) {
          result.repeatingTrack_ = repeatingTrack_;
          to_bitField0_ |= 0x00000004;
        }
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      private int bitField0_;

      private boolean shufflingContext_ ;
      /**
       * <code>optional bool shuffling_context = 1;</code>
       * @return Whether the shufflingContext field is set.
       */
      public boolean hasShufflingContext() {
        return ((bitField0_ & 0x00000001) != 0);
      }
      /**
       * <code>optional bool shuffling_context = 1;</code>
       * @return The shufflingContext.
       */
      public boolean getShufflingContext() {
        return shufflingContext_;
      }
      /**
       * <code>optional bool shuffling_context = 1;</code>
       * @param value The shufflingContext to set.
       * @return This builder for chaining.
       */
      public Builder setShufflingContext(boolean value) {
        bitField0_ |= 0x00000001;
        shufflingContext_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional bool shuffling_context = 1;</code>
       * @return This builder for chaining.
       */
      public Builder clearShufflingContext() {
        bitField0_ = (bitField0_ & ~0x00000001);
        shufflingContext_ = false;
        onChanged();
        return this;
      }

      private boolean repeatingContext_ ;
      /**
       * <code>optional bool repeating_context = 2;</code>
       * @return Whether the repeatingContext field is set.
       */
      public boolean hasRepeatingContext() {
        return ((bitField0_ & 0x00000002) != 0);
      }
      /**
       * <code>optional bool repeating_context = 2;</code>
       * @return The repeatingContext.
       */
      public boolean getRepeatingContext() {
        return repeatingContext_;
      }
      /**
       * <code>optional bool repeating_context = 2;</code>
       * @param value The repeatingContext to set.
       * @return This builder for chaining.
       */
      public Builder setRepeatingContext(boolean value) {
        bitField0_ |= 0x00000002;
        repeatingContext_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional bool repeating_context = 2;</code>
       * @return This builder for chaining.
       */
      public Builder clearRepeatingContext() {
        bitField0_ = (bitField0_ & ~0x00000002);
        repeatingContext_ = false;
        onChanged();
        return this;
      }

      private boolean repeatingTrack_ ;
      /**
       * <code>optional bool repeating_track = 3;</code>
       * @return Whether the repeatingTrack field is set.
       */
      public boolean hasRepeatingTrack() {
        return ((bitField0_ & 0x00000004) != 0);
      }
      /**
       * <code>optional bool repeating_track = 3;</code>
       * @return The repeatingTrack.
       */
      public boolean getRepeatingTrack() {
        return repeatingTrack_;
      }
      /**
       * <code>optional bool repeating_track = 3;</code>
       * @param value The repeatingTrack to set.
       * @return This builder for chaining.
       */
      public Builder setRepeatingTrack(boolean value) {
        bitField0_ |= 0x00000004;
        repeatingTrack_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional bool repeating_track = 3;</code>
       * @return This builder for chaining.
       */
      public Builder clearRepeatingTrack() {
        bitField0_ = (bitField0_ & ~0x00000004);
        repeatingTrack_ = false;
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

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


      // @@protoc_insertion_point(builder_scope:spotify.player.proto.ContextPlayerOptions)
    }

    // @@protoc_insertion_point(class_scope:spotify.player.proto.ContextPlayerOptions)
    private static final com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions();
    }

    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    @java.lang.Deprecated public static final com.google.protobuf.Parser<ContextPlayerOptions>
        PARSER = new com.google.protobuf.AbstractParser<ContextPlayerOptions>() {
      @java.lang.Override
      public ContextPlayerOptions parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        Builder builder = newBuilder();
        try {
          builder.mergeFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          throw e.setUnfinishedMessage(builder.buildPartial());
        } catch (java.io.IOException e) {
          throw new com.google.protobuf.InvalidProtocolBufferException(
              e.getMessage()).setUnfinishedMessage(
                  builder.buildPartial());
        }
        return builder.buildPartial();
      }
    };

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

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

    @java.lang.Override
    public com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptions getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  public interface ContextPlayerOptionOverridesOrBuilder extends
      // @@protoc_insertion_point(interface_extends:spotify.player.proto.ContextPlayerOptionOverrides)
      com.google.protobuf.MessageOrBuilder {

    /**
     * <code>optional bool shuffling_context = 1;</code>
     * @return Whether the shufflingContext field is set.
     */
    boolean hasShufflingContext();
    /**
     * <code>optional bool shuffling_context = 1;</code>
     * @return The shufflingContext.
     */
    boolean getShufflingContext();

    /**
     * <code>optional bool repeating_context = 2;</code>
     * @return Whether the repeatingContext field is set.
     */
    boolean hasRepeatingContext();
    /**
     * <code>optional bool repeating_context = 2;</code>
     * @return The repeatingContext.
     */
    boolean getRepeatingContext();

    /**
     * <code>optional bool repeating_track = 3;</code>
     * @return Whether the repeatingTrack field is set.
     */
    boolean hasRepeatingTrack();
    /**
     * <code>optional bool repeating_track = 3;</code>
     * @return The repeatingTrack.
     */
    boolean getRepeatingTrack();
  }
  /**
   * Protobuf type {@code spotify.player.proto.ContextPlayerOptionOverrides}
   */
  public  static final class ContextPlayerOptionOverrides extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:spotify.player.proto.ContextPlayerOptionOverrides)
      ContextPlayerOptionOverridesOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use ContextPlayerOptionOverrides.newBuilder() to construct.
    private ContextPlayerOptionOverrides(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
      super(builder);
    }
    private ContextPlayerOptionOverrides() {
    }

    @java.lang.Override
    @SuppressWarnings({"unused"})
    protected java.lang.Object newInstance(
        UnusedPrivateParameter unused) {
      return new ContextPlayerOptionOverrides();
    }

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.spotify.context.ContextPlayerOptionsOuterClass.internal_static_spotify_player_proto_ContextPlayerOptionOverrides_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.spotify.context.ContextPlayerOptionsOuterClass.internal_static_spotify_player_proto_ContextPlayerOptionOverrides_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides.class, com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides.Builder.class);
    }

    private int bitField0_;
    public static final int SHUFFLING_CONTEXT_FIELD_NUMBER = 1;
    private boolean shufflingContext_;
    /**
     * <code>optional bool shuffling_context = 1;</code>
     * @return Whether the shufflingContext field is set.
     */
    public boolean hasShufflingContext() {
      return ((bitField0_ & 0x00000001) != 0);
    }
    /**
     * <code>optional bool shuffling_context = 1;</code>
     * @return The shufflingContext.
     */
    public boolean getShufflingContext() {
      return shufflingContext_;
    }

    public static final int REPEATING_CONTEXT_FIELD_NUMBER = 2;
    private boolean repeatingContext_;
    /**
     * <code>optional bool repeating_context = 2;</code>
     * @return Whether the repeatingContext field is set.
     */
    public boolean hasRepeatingContext() {
      return ((bitField0_ & 0x00000002) != 0);
    }
    /**
     * <code>optional bool repeating_context = 2;</code>
     * @return The repeatingContext.
     */
    public boolean getRepeatingContext() {
      return repeatingContext_;
    }

    public static final int REPEATING_TRACK_FIELD_NUMBER = 3;
    private boolean repeatingTrack_;
    /**
     * <code>optional bool repeating_track = 3;</code>
     * @return Whether the repeatingTrack field is set.
     */
    public boolean hasRepeatingTrack() {
      return ((bitField0_ & 0x00000004) != 0);
    }
    /**
     * <code>optional bool repeating_track = 3;</code>
     * @return The repeatingTrack.
     */
    public boolean getRepeatingTrack() {
      return repeatingTrack_;
    }

    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides 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 com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides 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 com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides 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(com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides 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 spotify.player.proto.ContextPlayerOptionOverrides}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
        // @@protoc_insertion_point(builder_implements:spotify.player.proto.ContextPlayerOptionOverrides)
        com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverridesOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.spotify.context.ContextPlayerOptionsOuterClass.internal_static_spotify_player_proto_ContextPlayerOptionOverrides_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.spotify.context.ContextPlayerOptionsOuterClass.internal_static_spotify_player_proto_ContextPlayerOptionOverrides_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides.class, com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides.Builder.class);
      }

      // Construct using com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides.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();
        shufflingContext_ = false;
        bitField0_ = (bitField0_ & ~0x00000001);
        repeatingContext_ = false;
        bitField0_ = (bitField0_ & ~0x00000002);
        repeatingTrack_ = false;
        bitField0_ = (bitField0_ & ~0x00000004);
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.spotify.context.ContextPlayerOptionsOuterClass.internal_static_spotify_player_proto_ContextPlayerOptionOverrides_descriptor;
      }

      @java.lang.Override
      public com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides getDefaultInstanceForType() {
        return com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides.getDefaultInstance();
      }

      @java.lang.Override
      public com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides build() {
        com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides buildPartial() {
        com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides result = new com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides(this);
        int from_bitField0_ = bitField0_;
        int to_bitField0_ = 0;
        if (((from_bitField0_ & 0x00000001) != 0)) {
          result.shufflingContext_ = shufflingContext_;
          to_bitField0_ |= 0x00000001;
        }
        if (((from_bitField0_ & 0x00000002) != 0)) {
          result.repeatingContext_ = repeatingContext_;
          to_bitField0_ |= 0x00000002;
        }
        if (((from_bitField0_ & 0x00000004) != 0)) {
          result.repeatingTrack_ = repeatingTrack_;
          to_bitField0_ |= 0x00000004;
        }
        result.bitField0_ = to_bitField0_;
        onBuilt();
        return result;
      }

      @java.lang.Override
      public Builder clone() {
        return super.clone();
      }
      @java.lang.Override
      public Builder setField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.setField(field, value);
      }
      @java.lang.Override
      public Builder clearField(
          com.google.protobuf.Descriptors.FieldDescriptor field) {
        return super.clearField(field);
      }
      @java.lang.Override
      public Builder clearOneof(
          com.google.protobuf.Descriptors.OneofDescriptor oneof) {
        return super.clearOneof(oneof);
      }
      @java.lang.Override
      public Builder setRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          int index, java.lang.Object value) {
        return super.setRepeatedField(field, index, value);
      }
      @java.lang.Override
      public Builder addRepeatedField(
          com.google.protobuf.Descriptors.FieldDescriptor field,
          java.lang.Object value) {
        return super.addRepeatedField(field, value);
      }
      private int bitField0_;

      private boolean shufflingContext_ ;
      /**
       * <code>optional bool shuffling_context = 1;</code>
       * @return Whether the shufflingContext field is set.
       */
      public boolean hasShufflingContext() {
        return ((bitField0_ & 0x00000001) != 0);
      }
      /**
       * <code>optional bool shuffling_context = 1;</code>
       * @return The shufflingContext.
       */
      public boolean getShufflingContext() {
        return shufflingContext_;
      }
      /**
       * <code>optional bool shuffling_context = 1;</code>
       * @param value The shufflingContext to set.
       * @return This builder for chaining.
       */
      public Builder setShufflingContext(boolean value) {
        bitField0_ |= 0x00000001;
        shufflingContext_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional bool shuffling_context = 1;</code>
       * @return This builder for chaining.
       */
      public Builder clearShufflingContext() {
        bitField0_ = (bitField0_ & ~0x00000001);
        shufflingContext_ = false;
        onChanged();
        return this;
      }

      private boolean repeatingContext_ ;
      /**
       * <code>optional bool repeating_context = 2;</code>
       * @return Whether the repeatingContext field is set.
       */
      public boolean hasRepeatingContext() {
        return ((bitField0_ & 0x00000002) != 0);
      }
      /**
       * <code>optional bool repeating_context = 2;</code>
       * @return The repeatingContext.
       */
      public boolean getRepeatingContext() {
        return repeatingContext_;
      }
      /**
       * <code>optional bool repeating_context = 2;</code>
       * @param value The repeatingContext to set.
       * @return This builder for chaining.
       */
      public Builder setRepeatingContext(boolean value) {
        bitField0_ |= 0x00000002;
        repeatingContext_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional bool repeating_context = 2;</code>
       * @return This builder for chaining.
       */
      public Builder clearRepeatingContext() {
        bitField0_ = (bitField0_ & ~0x00000002);
        repeatingContext_ = false;
        onChanged();
        return this;
      }

      private boolean repeatingTrack_ ;
      /**
       * <code>optional bool repeating_track = 3;</code>
       * @return Whether the repeatingTrack field is set.
       */
      public boolean hasRepeatingTrack() {
        return ((bitField0_ & 0x00000004) != 0);
      }
      /**
       * <code>optional bool repeating_track = 3;</code>
       * @return The repeatingTrack.
       */
      public boolean getRepeatingTrack() {
        return repeatingTrack_;
      }
      /**
       * <code>optional bool repeating_track = 3;</code>
       * @param value The repeatingTrack to set.
       * @return This builder for chaining.
       */
      public Builder setRepeatingTrack(boolean value) {
        bitField0_ |= 0x00000004;
        repeatingTrack_ = value;
        onChanged();
        return this;
      }
      /**
       * <code>optional bool repeating_track = 3;</code>
       * @return This builder for chaining.
       */
      public Builder clearRepeatingTrack() {
        bitField0_ = (bitField0_ & ~0x00000004);
        repeatingTrack_ = false;
        onChanged();
        return this;
      }
      @java.lang.Override
      public final Builder setUnknownFields(
          final com.google.protobuf.UnknownFieldSet unknownFields) {
        return super.setUnknownFields(unknownFields);
      }

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


      // @@protoc_insertion_point(builder_scope:spotify.player.proto.ContextPlayerOptionOverrides)
    }

    // @@protoc_insertion_point(class_scope:spotify.player.proto.ContextPlayerOptionOverrides)
    private static final com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides();
    }

    public static com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    @java.lang.Deprecated public static final com.google.protobuf.Parser<ContextPlayerOptionOverrides>
        PARSER = new com.google.protobuf.AbstractParser<ContextPlayerOptionOverrides>() {
      @java.lang.Override
      public ContextPlayerOptionOverrides parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        Builder builder = newBuilder();
        try {
          builder.mergeFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          throw e.setUnfinishedMessage(builder.buildPartial());
        } catch (java.io.IOException e) {
          throw new com.google.protobuf.InvalidProtocolBufferException(
              e.getMessage()).setUnfinishedMessage(
                  builder.buildPartial());
        }
        return builder.buildPartial();
      }
    };

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

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

    @java.lang.Override
    public com.spotify.context.ContextPlayerOptionsOuterClass.ContextPlayerOptionOverrides getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_spotify_player_proto_ContextPlayerOptions_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_spotify_player_proto_ContextPlayerOptions_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_spotify_player_proto_ContextPlayerOptionOverrides_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_spotify_player_proto_ContextPlayerOptionOverrides_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\034context_player_options.proto\022\024spotify." +
      "player.proto\"e\n\024ContextPlayerOptions\022\031\n\021" +
      "shuffling_context\030\001 \001(\010\022\031\n\021repeating_con" +
      "text\030\002 \001(\010\022\027\n\017repeating_track\030\003 \001(\010\"m\n\034C" +
      "ontextPlayerOptionOverrides\022\031\n\021shuffling" +
      "_context\030\001 \001(\010\022\031\n\021repeating_context\030\002 \001(" +
      "\010\022\027\n\017repeating_track\030\003 \001(\010B\027\n\023com.spotif" +
      "y.contextH\002"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_spotify_player_proto_ContextPlayerOptions_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_spotify_player_proto_ContextPlayerOptions_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_spotify_player_proto_ContextPlayerOptions_descriptor,
        new java.lang.String[] { "ShufflingContext", "RepeatingContext", "RepeatingTrack", });
    internal_static_spotify_player_proto_ContextPlayerOptionOverrides_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_spotify_player_proto_ContextPlayerOptionOverrides_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_spotify_player_proto_ContextPlayerOptionOverrides_descriptor,
        new java.lang.String[] { "ShufflingContext", "RepeatingContext", "RepeatingTrack", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}
