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

games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto Maven / Gradle / Ivy

There is a newer version: 1.1.30
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streams/reservation/definition.proto

package games.mythical.saga.sdk.proto.streams.reservation;

/**
 * Protobuf type {@code saga.rpc.streams.reservation.ReservationRedeemedProto}
 */
public final class ReservationRedeemedProto extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:saga.rpc.streams.reservation.ReservationRedeemedProto)
    ReservationRedeemedProtoOrBuilder {
private static final long serialVersionUID = 0L;
  // Use ReservationRedeemedProto.newBuilder() to construct.
  private ReservationRedeemedProto(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private ReservationRedeemedProto() {
    reservationId_ = "";
    items_ = java.util.Collections.emptyList();
    failedBatches_ = java.util.Collections.emptyList();
  }

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

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return games.mythical.saga.sdk.proto.streams.reservation.Definition.internal_static_saga_rpc_streams_reservation_ReservationRedeemedProto_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return games.mythical.saga.sdk.proto.streams.reservation.Definition.internal_static_saga_rpc_streams_reservation_ReservationRedeemedProto_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto.class, games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto.Builder.class);
  }

  public static final int RESERVATION_ID_FIELD_NUMBER = 1;
  private volatile java.lang.Object reservationId_;
  /**
   * string reservation_id = 1;
   * @return The reservationId.
   */
  @java.lang.Override
  public java.lang.String getReservationId() {
    java.lang.Object ref = reservationId_;
    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();
      reservationId_ = s;
      return s;
    }
  }
  /**
   * string reservation_id = 1;
   * @return The bytes for reservationId.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getReservationIdBytes() {
    java.lang.Object ref = reservationId_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      reservationId_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int ITEMS_FIELD_NUMBER = 2;
  private java.util.List items_;
  /**
   * repeated .saga.api.item.ItemProto items = 2;
   */
  @java.lang.Override
  public java.util.List getItemsList() {
    return items_;
  }
  /**
   * repeated .saga.api.item.ItemProto items = 2;
   */
  @java.lang.Override
  public java.util.List 
      getItemsOrBuilderList() {
    return items_;
  }
  /**
   * repeated .saga.api.item.ItemProto items = 2;
   */
  @java.lang.Override
  public int getItemsCount() {
    return items_.size();
  }
  /**
   * repeated .saga.api.item.ItemProto items = 2;
   */
  @java.lang.Override
  public games.mythical.saga.sdk.proto.api.item.ItemProto getItems(int index) {
    return items_.get(index);
  }
  /**
   * repeated .saga.api.item.ItemProto items = 2;
   */
  @java.lang.Override
  public games.mythical.saga.sdk.proto.api.item.ItemProtoOrBuilder getItemsOrBuilder(
      int index) {
    return items_.get(index);
  }

  public static final int FAILED_BATCHES_FIELD_NUMBER = 3;
  private java.util.List failedBatches_;
  /**
   * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
   */
  @java.lang.Override
  public java.util.List getFailedBatchesList() {
    return failedBatches_;
  }
  /**
   * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
   */
  @java.lang.Override
  public java.util.List 
      getFailedBatchesOrBuilderList() {
    return failedBatches_;
  }
  /**
   * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
   */
  @java.lang.Override
  public int getFailedBatchesCount() {
    return failedBatches_.size();
  }
  /**
   * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
   */
  @java.lang.Override
  public games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch getFailedBatches(int index) {
    return failedBatches_.get(index);
  }
  /**
   * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
   */
  @java.lang.Override
  public games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatchOrBuilder getFailedBatchesOrBuilder(
      int index) {
    return failedBatches_.get(index);
  }

  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 {
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(reservationId_)) {
      com.google.protobuf.GeneratedMessageV3.writeString(output, 1, reservationId_);
    }
    for (int i = 0; i < items_.size(); i++) {
      output.writeMessage(2, items_.get(i));
    }
    for (int i = 0; i < failedBatches_.size(); i++) {
      output.writeMessage(3, failedBatches_.get(i));
    }
    getUnknownFields().writeTo(output);
  }

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

    size = 0;
    if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(reservationId_)) {
      size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, reservationId_);
    }
    for (int i = 0; i < items_.size(); i++) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(2, items_.get(i));
    }
    for (int i = 0; i < failedBatches_.size(); i++) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(3, failedBatches_.get(i));
    }
    size += getUnknownFields().getSerializedSize();
    memoizedSize = size;
    return size;
  }

  @java.lang.Override
  public boolean equals(final java.lang.Object obj) {
    if (obj == this) {
     return true;
    }
    if (!(obj instanceof games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto)) {
      return super.equals(obj);
    }
    games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto other = (games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto) obj;

    if (!getReservationId()
        .equals(other.getReservationId())) return false;
    if (!getItemsList()
        .equals(other.getItemsList())) return false;
    if (!getFailedBatchesList()
        .equals(other.getFailedBatchesList())) return false;
    if (!getUnknownFields().equals(other.getUnknownFields())) return false;
    return true;
  }

  @java.lang.Override
  public int hashCode() {
    if (memoizedHashCode != 0) {
      return memoizedHashCode;
    }
    int hash = 41;
    hash = (19 * hash) + getDescriptor().hashCode();
    hash = (37 * hash) + RESERVATION_ID_FIELD_NUMBER;
    hash = (53 * hash) + getReservationId().hashCode();
    if (getItemsCount() > 0) {
      hash = (37 * hash) + ITEMS_FIELD_NUMBER;
      hash = (53 * hash) + getItemsList().hashCode();
    }
    if (getFailedBatchesCount() > 0) {
      hash = (37 * hash) + FAILED_BATCHES_FIELD_NUMBER;
      hash = (53 * hash) + getFailedBatchesList().hashCode();
    }
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto 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 games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }
  public static games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto 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 games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto 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(games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto 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 saga.rpc.streams.reservation.ReservationRedeemedProto}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:saga.rpc.streams.reservation.ReservationRedeemedProto)
      games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProtoOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return games.mythical.saga.sdk.proto.streams.reservation.Definition.internal_static_saga_rpc_streams_reservation_ReservationRedeemedProto_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return games.mythical.saga.sdk.proto.streams.reservation.Definition.internal_static_saga_rpc_streams_reservation_ReservationRedeemedProto_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto.class, games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto.Builder.class);
    }

    // Construct using games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto.newBuilder()
    private Builder() {

    }

    private Builder(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);

    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      reservationId_ = "";

      if (itemsBuilder_ == null) {
        items_ = java.util.Collections.emptyList();
      } else {
        items_ = null;
        itemsBuilder_.clear();
      }
      bitField0_ = (bitField0_ & ~0x00000001);
      if (failedBatchesBuilder_ == null) {
        failedBatches_ = java.util.Collections.emptyList();
      } else {
        failedBatches_ = null;
        failedBatchesBuilder_.clear();
      }
      bitField0_ = (bitField0_ & ~0x00000002);
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return games.mythical.saga.sdk.proto.streams.reservation.Definition.internal_static_saga_rpc_streams_reservation_ReservationRedeemedProto_descriptor;
    }

    @java.lang.Override
    public games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto getDefaultInstanceForType() {
      return games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto.getDefaultInstance();
    }

    @java.lang.Override
    public games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto build() {
      games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto buildPartial() {
      games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto result = new games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto(this);
      int from_bitField0_ = bitField0_;
      result.reservationId_ = reservationId_;
      if (itemsBuilder_ == null) {
        if (((bitField0_ & 0x00000001) != 0)) {
          items_ = java.util.Collections.unmodifiableList(items_);
          bitField0_ = (bitField0_ & ~0x00000001);
        }
        result.items_ = items_;
      } else {
        result.items_ = itemsBuilder_.build();
      }
      if (failedBatchesBuilder_ == null) {
        if (((bitField0_ & 0x00000002) != 0)) {
          failedBatches_ = java.util.Collections.unmodifiableList(failedBatches_);
          bitField0_ = (bitField0_ & ~0x00000002);
        }
        result.failedBatches_ = failedBatches_;
      } else {
        result.failedBatches_ = failedBatchesBuilder_.build();
      }
      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);
    }
    @java.lang.Override
    public Builder mergeFrom(com.google.protobuf.Message other) {
      if (other instanceof games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto) {
        return mergeFrom((games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto other) {
      if (other == games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto.getDefaultInstance()) return this;
      if (!other.getReservationId().isEmpty()) {
        reservationId_ = other.reservationId_;
        onChanged();
      }
      if (itemsBuilder_ == null) {
        if (!other.items_.isEmpty()) {
          if (items_.isEmpty()) {
            items_ = other.items_;
            bitField0_ = (bitField0_ & ~0x00000001);
          } else {
            ensureItemsIsMutable();
            items_.addAll(other.items_);
          }
          onChanged();
        }
      } else {
        if (!other.items_.isEmpty()) {
          if (itemsBuilder_.isEmpty()) {
            itemsBuilder_.dispose();
            itemsBuilder_ = null;
            items_ = other.items_;
            bitField0_ = (bitField0_ & ~0x00000001);
            itemsBuilder_ = 
              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                 getItemsFieldBuilder() : null;
          } else {
            itemsBuilder_.addAllMessages(other.items_);
          }
        }
      }
      if (failedBatchesBuilder_ == null) {
        if (!other.failedBatches_.isEmpty()) {
          if (failedBatches_.isEmpty()) {
            failedBatches_ = other.failedBatches_;
            bitField0_ = (bitField0_ & ~0x00000002);
          } else {
            ensureFailedBatchesIsMutable();
            failedBatches_.addAll(other.failedBatches_);
          }
          onChanged();
        }
      } else {
        if (!other.failedBatches_.isEmpty()) {
          if (failedBatchesBuilder_.isEmpty()) {
            failedBatchesBuilder_.dispose();
            failedBatchesBuilder_ = null;
            failedBatches_ = other.failedBatches_;
            bitField0_ = (bitField0_ & ~0x00000002);
            failedBatchesBuilder_ = 
              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                 getFailedBatchesFieldBuilder() : null;
          } else {
            failedBatchesBuilder_.addAllMessages(other.failedBatches_);
          }
        }
      }
      this.mergeUnknownFields(other.getUnknownFields());
      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 {
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              reservationId_ = input.readStringRequireUtf8();

              break;
            } // case 10
            case 18: {
              games.mythical.saga.sdk.proto.api.item.ItemProto m =
                  input.readMessage(
                      games.mythical.saga.sdk.proto.api.item.ItemProto.parser(),
                      extensionRegistry);
              if (itemsBuilder_ == null) {
                ensureItemsIsMutable();
                items_.add(m);
              } else {
                itemsBuilder_.addMessage(m);
              }
              break;
            } // case 18
            case 26: {
              games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch m =
                  input.readMessage(
                      games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch.parser(),
                      extensionRegistry);
              if (failedBatchesBuilder_ == null) {
                ensureFailedBatchesIsMutable();
                failedBatches_.add(m);
              } else {
                failedBatchesBuilder_.addMessage(m);
              }
              break;
            } // case 26
            default: {
              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
                done = true; // was an endgroup tag
              }
              break;
            } // default:
          } // switch (tag)
        } // while (!done)
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.unwrapIOException();
      } finally {
        onChanged();
      } // finally
      return this;
    }
    private int bitField0_;

    private java.lang.Object reservationId_ = "";
    /**
     * string reservation_id = 1;
     * @return The reservationId.
     */
    public java.lang.String getReservationId() {
      java.lang.Object ref = reservationId_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        reservationId_ = s;
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * string reservation_id = 1;
     * @return The bytes for reservationId.
     */
    public com.google.protobuf.ByteString
        getReservationIdBytes() {
      java.lang.Object ref = reservationId_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        reservationId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * string reservation_id = 1;
     * @param value The reservationId to set.
     * @return This builder for chaining.
     */
    public Builder setReservationId(
        java.lang.String value) {
      if (value == null) {
    throw new NullPointerException();
  }
  
      reservationId_ = value;
      onChanged();
      return this;
    }
    /**
     * string reservation_id = 1;
     * @return This builder for chaining.
     */
    public Builder clearReservationId() {
      
      reservationId_ = getDefaultInstance().getReservationId();
      onChanged();
      return this;
    }
    /**
     * string reservation_id = 1;
     * @param value The bytes for reservationId to set.
     * @return This builder for chaining.
     */
    public Builder setReservationIdBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
      
      reservationId_ = value;
      onChanged();
      return this;
    }

    private java.util.List items_ =
      java.util.Collections.emptyList();
    private void ensureItemsIsMutable() {
      if (!((bitField0_ & 0x00000001) != 0)) {
        items_ = new java.util.ArrayList(items_);
        bitField0_ |= 0x00000001;
       }
    }

    private com.google.protobuf.RepeatedFieldBuilderV3<
        games.mythical.saga.sdk.proto.api.item.ItemProto, games.mythical.saga.sdk.proto.api.item.ItemProto.Builder, games.mythical.saga.sdk.proto.api.item.ItemProtoOrBuilder> itemsBuilder_;

    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public java.util.List getItemsList() {
      if (itemsBuilder_ == null) {
        return java.util.Collections.unmodifiableList(items_);
      } else {
        return itemsBuilder_.getMessageList();
      }
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public int getItemsCount() {
      if (itemsBuilder_ == null) {
        return items_.size();
      } else {
        return itemsBuilder_.getCount();
      }
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public games.mythical.saga.sdk.proto.api.item.ItemProto getItems(int index) {
      if (itemsBuilder_ == null) {
        return items_.get(index);
      } else {
        return itemsBuilder_.getMessage(index);
      }
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public Builder setItems(
        int index, games.mythical.saga.sdk.proto.api.item.ItemProto value) {
      if (itemsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureItemsIsMutable();
        items_.set(index, value);
        onChanged();
      } else {
        itemsBuilder_.setMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public Builder setItems(
        int index, games.mythical.saga.sdk.proto.api.item.ItemProto.Builder builderForValue) {
      if (itemsBuilder_ == null) {
        ensureItemsIsMutable();
        items_.set(index, builderForValue.build());
        onChanged();
      } else {
        itemsBuilder_.setMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public Builder addItems(games.mythical.saga.sdk.proto.api.item.ItemProto value) {
      if (itemsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureItemsIsMutable();
        items_.add(value);
        onChanged();
      } else {
        itemsBuilder_.addMessage(value);
      }
      return this;
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public Builder addItems(
        int index, games.mythical.saga.sdk.proto.api.item.ItemProto value) {
      if (itemsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureItemsIsMutable();
        items_.add(index, value);
        onChanged();
      } else {
        itemsBuilder_.addMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public Builder addItems(
        games.mythical.saga.sdk.proto.api.item.ItemProto.Builder builderForValue) {
      if (itemsBuilder_ == null) {
        ensureItemsIsMutable();
        items_.add(builderForValue.build());
        onChanged();
      } else {
        itemsBuilder_.addMessage(builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public Builder addItems(
        int index, games.mythical.saga.sdk.proto.api.item.ItemProto.Builder builderForValue) {
      if (itemsBuilder_ == null) {
        ensureItemsIsMutable();
        items_.add(index, builderForValue.build());
        onChanged();
      } else {
        itemsBuilder_.addMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public Builder addAllItems(
        java.lang.Iterable values) {
      if (itemsBuilder_ == null) {
        ensureItemsIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, items_);
        onChanged();
      } else {
        itemsBuilder_.addAllMessages(values);
      }
      return this;
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public Builder clearItems() {
      if (itemsBuilder_ == null) {
        items_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
      } else {
        itemsBuilder_.clear();
      }
      return this;
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public Builder removeItems(int index) {
      if (itemsBuilder_ == null) {
        ensureItemsIsMutable();
        items_.remove(index);
        onChanged();
      } else {
        itemsBuilder_.remove(index);
      }
      return this;
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public games.mythical.saga.sdk.proto.api.item.ItemProto.Builder getItemsBuilder(
        int index) {
      return getItemsFieldBuilder().getBuilder(index);
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public games.mythical.saga.sdk.proto.api.item.ItemProtoOrBuilder getItemsOrBuilder(
        int index) {
      if (itemsBuilder_ == null) {
        return items_.get(index);  } else {
        return itemsBuilder_.getMessageOrBuilder(index);
      }
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public java.util.List 
         getItemsOrBuilderList() {
      if (itemsBuilder_ != null) {
        return itemsBuilder_.getMessageOrBuilderList();
      } else {
        return java.util.Collections.unmodifiableList(items_);
      }
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public games.mythical.saga.sdk.proto.api.item.ItemProto.Builder addItemsBuilder() {
      return getItemsFieldBuilder().addBuilder(
          games.mythical.saga.sdk.proto.api.item.ItemProto.getDefaultInstance());
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public games.mythical.saga.sdk.proto.api.item.ItemProto.Builder addItemsBuilder(
        int index) {
      return getItemsFieldBuilder().addBuilder(
          index, games.mythical.saga.sdk.proto.api.item.ItemProto.getDefaultInstance());
    }
    /**
     * repeated .saga.api.item.ItemProto items = 2;
     */
    public java.util.List 
         getItemsBuilderList() {
      return getItemsFieldBuilder().getBuilderList();
    }
    private com.google.protobuf.RepeatedFieldBuilderV3<
        games.mythical.saga.sdk.proto.api.item.ItemProto, games.mythical.saga.sdk.proto.api.item.ItemProto.Builder, games.mythical.saga.sdk.proto.api.item.ItemProtoOrBuilder> 
        getItemsFieldBuilder() {
      if (itemsBuilder_ == null) {
        itemsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
            games.mythical.saga.sdk.proto.api.item.ItemProto, games.mythical.saga.sdk.proto.api.item.ItemProto.Builder, games.mythical.saga.sdk.proto.api.item.ItemProtoOrBuilder>(
                items_,
                ((bitField0_ & 0x00000001) != 0),
                getParentForChildren(),
                isClean());
        items_ = null;
      }
      return itemsBuilder_;
    }

    private java.util.List failedBatches_ =
      java.util.Collections.emptyList();
    private void ensureFailedBatchesIsMutable() {
      if (!((bitField0_ & 0x00000002) != 0)) {
        failedBatches_ = new java.util.ArrayList(failedBatches_);
        bitField0_ |= 0x00000002;
       }
    }

    private com.google.protobuf.RepeatedFieldBuilderV3<
        games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch, games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch.Builder, games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatchOrBuilder> failedBatchesBuilder_;

    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public java.util.List getFailedBatchesList() {
      if (failedBatchesBuilder_ == null) {
        return java.util.Collections.unmodifiableList(failedBatches_);
      } else {
        return failedBatchesBuilder_.getMessageList();
      }
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public int getFailedBatchesCount() {
      if (failedBatchesBuilder_ == null) {
        return failedBatches_.size();
      } else {
        return failedBatchesBuilder_.getCount();
      }
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch getFailedBatches(int index) {
      if (failedBatchesBuilder_ == null) {
        return failedBatches_.get(index);
      } else {
        return failedBatchesBuilder_.getMessage(index);
      }
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public Builder setFailedBatches(
        int index, games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch value) {
      if (failedBatchesBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureFailedBatchesIsMutable();
        failedBatches_.set(index, value);
        onChanged();
      } else {
        failedBatchesBuilder_.setMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public Builder setFailedBatches(
        int index, games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch.Builder builderForValue) {
      if (failedBatchesBuilder_ == null) {
        ensureFailedBatchesIsMutable();
        failedBatches_.set(index, builderForValue.build());
        onChanged();
      } else {
        failedBatchesBuilder_.setMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public Builder addFailedBatches(games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch value) {
      if (failedBatchesBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureFailedBatchesIsMutable();
        failedBatches_.add(value);
        onChanged();
      } else {
        failedBatchesBuilder_.addMessage(value);
      }
      return this;
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public Builder addFailedBatches(
        int index, games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch value) {
      if (failedBatchesBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureFailedBatchesIsMutable();
        failedBatches_.add(index, value);
        onChanged();
      } else {
        failedBatchesBuilder_.addMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public Builder addFailedBatches(
        games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch.Builder builderForValue) {
      if (failedBatchesBuilder_ == null) {
        ensureFailedBatchesIsMutable();
        failedBatches_.add(builderForValue.build());
        onChanged();
      } else {
        failedBatchesBuilder_.addMessage(builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public Builder addFailedBatches(
        int index, games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch.Builder builderForValue) {
      if (failedBatchesBuilder_ == null) {
        ensureFailedBatchesIsMutable();
        failedBatches_.add(index, builderForValue.build());
        onChanged();
      } else {
        failedBatchesBuilder_.addMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public Builder addAllFailedBatches(
        java.lang.Iterable values) {
      if (failedBatchesBuilder_ == null) {
        ensureFailedBatchesIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, failedBatches_);
        onChanged();
      } else {
        failedBatchesBuilder_.addAllMessages(values);
      }
      return this;
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public Builder clearFailedBatches() {
      if (failedBatchesBuilder_ == null) {
        failedBatches_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000002);
        onChanged();
      } else {
        failedBatchesBuilder_.clear();
      }
      return this;
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public Builder removeFailedBatches(int index) {
      if (failedBatchesBuilder_ == null) {
        ensureFailedBatchesIsMutable();
        failedBatches_.remove(index);
        onChanged();
      } else {
        failedBatchesBuilder_.remove(index);
      }
      return this;
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch.Builder getFailedBatchesBuilder(
        int index) {
      return getFailedBatchesFieldBuilder().getBuilder(index);
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatchOrBuilder getFailedBatchesOrBuilder(
        int index) {
      if (failedBatchesBuilder_ == null) {
        return failedBatches_.get(index);  } else {
        return failedBatchesBuilder_.getMessageOrBuilder(index);
      }
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public java.util.List 
         getFailedBatchesOrBuilderList() {
      if (failedBatchesBuilder_ != null) {
        return failedBatchesBuilder_.getMessageOrBuilderList();
      } else {
        return java.util.Collections.unmodifiableList(failedBatches_);
      }
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch.Builder addFailedBatchesBuilder() {
      return getFailedBatchesFieldBuilder().addBuilder(
          games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch.getDefaultInstance());
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch.Builder addFailedBatchesBuilder(
        int index) {
      return getFailedBatchesFieldBuilder().addBuilder(
          index, games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch.getDefaultInstance());
    }
    /**
     * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
     */
    public java.util.List 
         getFailedBatchesBuilderList() {
      return getFailedBatchesFieldBuilder().getBuilderList();
    }
    private com.google.protobuf.RepeatedFieldBuilderV3<
        games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch, games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch.Builder, games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatchOrBuilder> 
        getFailedBatchesFieldBuilder() {
      if (failedBatchesBuilder_ == null) {
        failedBatchesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
            games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch, games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch.Builder, games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatchOrBuilder>(
                failedBatches_,
                ((bitField0_ & 0x00000002) != 0),
                getParentForChildren(),
                isClean());
        failedBatches_ = null;
      }
      return failedBatchesBuilder_;
    }
    @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:saga.rpc.streams.reservation.ReservationRedeemedProto)
  }

  // @@protoc_insertion_point(class_scope:saga.rpc.streams.reservation.ReservationRedeemedProto)
  private static final games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto();
  }

  public static games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public ReservationRedeemedProto 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 (com.google.protobuf.UninitializedMessageException e) {
        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(e)
            .setUnfinishedMessage(builder.buildPartial());
      }
      return builder.buildPartial();
    }
  };

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

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

  @java.lang.Override
  public games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProto getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy