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

com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: v10/api/bq_instruction_service.proto

package com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice;

public final class BqInstructionService {
  private BqInstructionService() {}
  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 RetrieveInstructionRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.RetrieveInstructionRequest)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string cardfinancialsettlementId = 1;
     * @return The cardfinancialsettlementId.
     */
    java.lang.String getCardfinancialsettlementId();
    /**
     * string cardfinancialsettlementId = 1;
     * @return The bytes for cardfinancialsettlementId.
     */
    com.google.protobuf.ByteString
        getCardfinancialsettlementIdBytes();

    /**
     * string instructionId = 2;
     * @return The instructionId.
     */
    java.lang.String getInstructionId();
    /**
     * string instructionId = 2;
     * @return The bytes for instructionId.
     */
    com.google.protobuf.ByteString
        getInstructionIdBytes();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.RetrieveInstructionRequest}
   */
  public static final class RetrieveInstructionRequest extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.RetrieveInstructionRequest)
      RetrieveInstructionRequestOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use RetrieveInstructionRequest.newBuilder() to construct.
    private RetrieveInstructionRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private RetrieveInstructionRequest() {
      cardfinancialsettlementId_ = "";
      instructionId_ = "";
    }

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

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private RetrieveInstructionRequest(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      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 10: {
              java.lang.String s = input.readStringRequireUtf8();

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

              instructionId_ = s;
              break;
            }
            default: {
              if (!parseUnknownField(
                  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 {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_RetrieveInstructionRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_RetrieveInstructionRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest.class, com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest.Builder.class);
    }

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

    public static final int INSTRUCTIONID_FIELD_NUMBER = 2;
    private volatile java.lang.Object instructionId_;
    /**
     * string instructionId = 2;
     * @return The instructionId.
     */
    @java.lang.Override
    public java.lang.String getInstructionId() {
      java.lang.Object ref = instructionId_;
      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();
        instructionId_ = s;
        return s;
      }
    }
    /**
     * string instructionId = 2;
     * @return The bytes for instructionId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getInstructionIdBytes() {
      java.lang.Object ref = instructionId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        instructionId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

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

      memoizedIsInitialized = 1;
      return true;
    }

    @java.lang.Override
    public void writeTo(com.google.protobuf.CodedOutputStream output)
                        throws java.io.IOException {
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(cardfinancialsettlementId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 1, cardfinancialsettlementId_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instructionId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, instructionId_);
      }
      unknownFields.writeTo(output);
    }

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

      size = 0;
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(cardfinancialsettlementId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, cardfinancialsettlementId_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instructionId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, instructionId_);
      }
      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 com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest)) {
        return super.equals(obj);
      }
      com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest other = (com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest) obj;

      if (!getCardfinancialsettlementId()
          .equals(other.getCardfinancialsettlementId())) return false;
      if (!getInstructionId()
          .equals(other.getInstructionId())) return false;
      if (!unknownFields.equals(other.unknownFields)) 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) + CARDFINANCIALSETTLEMENTID_FIELD_NUMBER;
      hash = (53 * hash) + getCardfinancialsettlementId().hashCode();
      hash = (37 * hash) + INSTRUCTIONID_FIELD_NUMBER;
      hash = (53 * hash) + getInstructionId().hashCode();
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest 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.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest 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.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest 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.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest 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 com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.RetrieveInstructionRequest}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.RetrieveInstructionRequest)
        com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequestOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_RetrieveInstructionRequest_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_RetrieveInstructionRequest_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest.class, com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest.Builder.class);
      }

      // Construct using com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest.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();
        cardfinancialsettlementId_ = "";

        instructionId_ = "";

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_RetrieveInstructionRequest_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest getDefaultInstanceForType() {
        return com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest.getDefaultInstance();
      }

      @java.lang.Override
      public com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest build() {
        com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest buildPartial() {
        com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest result = new com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest(this);
        result.cardfinancialsettlementId_ = cardfinancialsettlementId_;
        result.instructionId_ = instructionId_;
        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 com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest) {
          return mergeFrom((com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest other) {
        if (other == com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest.getDefaultInstance()) return this;
        if (!other.getCardfinancialsettlementId().isEmpty()) {
          cardfinancialsettlementId_ = other.cardfinancialsettlementId_;
          onChanged();
        }
        if (!other.getInstructionId().isEmpty()) {
          instructionId_ = other.instructionId_;
          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 {
        com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object cardfinancialsettlementId_ = "";
      /**
       * string cardfinancialsettlementId = 1;
       * @return The cardfinancialsettlementId.
       */
      public java.lang.String getCardfinancialsettlementId() {
        java.lang.Object ref = cardfinancialsettlementId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          cardfinancialsettlementId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string cardfinancialsettlementId = 1;
       * @return The bytes for cardfinancialsettlementId.
       */
      public com.google.protobuf.ByteString
          getCardfinancialsettlementIdBytes() {
        java.lang.Object ref = cardfinancialsettlementId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          cardfinancialsettlementId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string cardfinancialsettlementId = 1;
       * @param value The cardfinancialsettlementId to set.
       * @return This builder for chaining.
       */
      public Builder setCardfinancialsettlementId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        cardfinancialsettlementId_ = value;
        onChanged();
        return this;
      }
      /**
       * string cardfinancialsettlementId = 1;
       * @return This builder for chaining.
       */
      public Builder clearCardfinancialsettlementId() {
        
        cardfinancialsettlementId_ = getDefaultInstance().getCardfinancialsettlementId();
        onChanged();
        return this;
      }
      /**
       * string cardfinancialsettlementId = 1;
       * @param value The bytes for cardfinancialsettlementId to set.
       * @return This builder for chaining.
       */
      public Builder setCardfinancialsettlementIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        cardfinancialsettlementId_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object instructionId_ = "";
      /**
       * string instructionId = 2;
       * @return The instructionId.
       */
      public java.lang.String getInstructionId() {
        java.lang.Object ref = instructionId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          instructionId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string instructionId = 2;
       * @return The bytes for instructionId.
       */
      public com.google.protobuf.ByteString
          getInstructionIdBytes() {
        java.lang.Object ref = instructionId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          instructionId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string instructionId = 2;
       * @param value The instructionId to set.
       * @return This builder for chaining.
       */
      public Builder setInstructionId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        instructionId_ = value;
        onChanged();
        return this;
      }
      /**
       * string instructionId = 2;
       * @return This builder for chaining.
       */
      public Builder clearInstructionId() {
        
        instructionId_ = getDefaultInstance().getInstructionId();
        onChanged();
        return this;
      }
      /**
       * string instructionId = 2;
       * @param value The bytes for instructionId to set.
       * @return This builder for chaining.
       */
      public Builder setInstructionIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        instructionId_ = value;
        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:com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.RetrieveInstructionRequest)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.RetrieveInstructionRequest)
    private static final com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest();
    }

    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.RetrieveInstructionRequest getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  public interface UpdateInstructionRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.UpdateInstructionRequest)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string cardfinancialsettlementId = 1;
     * @return The cardfinancialsettlementId.
     */
    java.lang.String getCardfinancialsettlementId();
    /**
     * string cardfinancialsettlementId = 1;
     * @return The bytes for cardfinancialsettlementId.
     */
    com.google.protobuf.ByteString
        getCardfinancialsettlementIdBytes();

    /**
     * string instructionId = 2;
     * @return The instructionId.
     */
    java.lang.String getInstructionId();
    /**
     * string instructionId = 2;
     * @return The bytes for instructionId.
     */
    com.google.protobuf.ByteString
        getInstructionIdBytes();

    /**
     * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
     * @return Whether the instruction field is set.
     */
    boolean hasInstruction();
    /**
     * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
     * @return The instruction.
     */
    com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction getInstruction();
    /**
     * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
     */
    com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.InstructionOrBuilder getInstructionOrBuilder();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.UpdateInstructionRequest}
   */
  public static final class UpdateInstructionRequest extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.UpdateInstructionRequest)
      UpdateInstructionRequestOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use UpdateInstructionRequest.newBuilder() to construct.
    private UpdateInstructionRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private UpdateInstructionRequest() {
      cardfinancialsettlementId_ = "";
      instructionId_ = "";
    }

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

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private UpdateInstructionRequest(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      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 10: {
              java.lang.String s = input.readStringRequireUtf8();

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

              instructionId_ = s;
              break;
            }
            case 26: {
              com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction.Builder subBuilder = null;
              if (instruction_ != null) {
                subBuilder = instruction_.toBuilder();
              }
              instruction_ = input.readMessage(com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(instruction_);
                instruction_ = subBuilder.buildPartial();
              }

              break;
            }
            default: {
              if (!parseUnknownField(
                  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 {
        this.unknownFields = unknownFields.build();
        makeExtensionsImmutable();
      }
    }
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_UpdateInstructionRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_UpdateInstructionRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest.class, com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest.Builder.class);
    }

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

    public static final int INSTRUCTIONID_FIELD_NUMBER = 2;
    private volatile java.lang.Object instructionId_;
    /**
     * string instructionId = 2;
     * @return The instructionId.
     */
    @java.lang.Override
    public java.lang.String getInstructionId() {
      java.lang.Object ref = instructionId_;
      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();
        instructionId_ = s;
        return s;
      }
    }
    /**
     * string instructionId = 2;
     * @return The bytes for instructionId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getInstructionIdBytes() {
      java.lang.Object ref = instructionId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        instructionId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int INSTRUCTION_FIELD_NUMBER = 3;
    private com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction instruction_;
    /**
     * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
     * @return Whether the instruction field is set.
     */
    @java.lang.Override
    public boolean hasInstruction() {
      return instruction_ != null;
    }
    /**
     * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
     * @return The instruction.
     */
    @java.lang.Override
    public com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction getInstruction() {
      return instruction_ == null ? com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction.getDefaultInstance() : instruction_;
    }
    /**
     * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
     */
    @java.lang.Override
    public com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.InstructionOrBuilder getInstructionOrBuilder() {
      return getInstruction();
    }

    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(cardfinancialsettlementId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 1, cardfinancialsettlementId_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instructionId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, instructionId_);
      }
      if (instruction_ != null) {
        output.writeMessage(3, getInstruction());
      }
      unknownFields.writeTo(output);
    }

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

      size = 0;
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(cardfinancialsettlementId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, cardfinancialsettlementId_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(instructionId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, instructionId_);
      }
      if (instruction_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(3, getInstruction());
      }
      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 com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest)) {
        return super.equals(obj);
      }
      com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest other = (com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest) obj;

      if (!getCardfinancialsettlementId()
          .equals(other.getCardfinancialsettlementId())) return false;
      if (!getInstructionId()
          .equals(other.getInstructionId())) return false;
      if (hasInstruction() != other.hasInstruction()) return false;
      if (hasInstruction()) {
        if (!getInstruction()
            .equals(other.getInstruction())) return false;
      }
      if (!unknownFields.equals(other.unknownFields)) 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) + CARDFINANCIALSETTLEMENTID_FIELD_NUMBER;
      hash = (53 * hash) + getCardfinancialsettlementId().hashCode();
      hash = (37 * hash) + INSTRUCTIONID_FIELD_NUMBER;
      hash = (53 * hash) + getInstructionId().hashCode();
      if (hasInstruction()) {
        hash = (37 * hash) + INSTRUCTION_FIELD_NUMBER;
        hash = (53 * hash) + getInstruction().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest 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.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest 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.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest 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.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest 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 com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.UpdateInstructionRequest}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.UpdateInstructionRequest)
        com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequestOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_UpdateInstructionRequest_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_UpdateInstructionRequest_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest.class, com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest.Builder.class);
      }

      // Construct using com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest.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();
        cardfinancialsettlementId_ = "";

        instructionId_ = "";

        if (instructionBuilder_ == null) {
          instruction_ = null;
        } else {
          instruction_ = null;
          instructionBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_UpdateInstructionRequest_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest getDefaultInstanceForType() {
        return com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest.getDefaultInstance();
      }

      @java.lang.Override
      public com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest build() {
        com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest buildPartial() {
        com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest result = new com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest(this);
        result.cardfinancialsettlementId_ = cardfinancialsettlementId_;
        result.instructionId_ = instructionId_;
        if (instructionBuilder_ == null) {
          result.instruction_ = instruction_;
        } else {
          result.instruction_ = instructionBuilder_.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 com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest) {
          return mergeFrom((com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest other) {
        if (other == com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest.getDefaultInstance()) return this;
        if (!other.getCardfinancialsettlementId().isEmpty()) {
          cardfinancialsettlementId_ = other.cardfinancialsettlementId_;
          onChanged();
        }
        if (!other.getInstructionId().isEmpty()) {
          instructionId_ = other.instructionId_;
          onChanged();
        }
        if (other.hasInstruction()) {
          mergeInstruction(other.getInstruction());
        }
        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 {
        com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object cardfinancialsettlementId_ = "";
      /**
       * string cardfinancialsettlementId = 1;
       * @return The cardfinancialsettlementId.
       */
      public java.lang.String getCardfinancialsettlementId() {
        java.lang.Object ref = cardfinancialsettlementId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          cardfinancialsettlementId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string cardfinancialsettlementId = 1;
       * @return The bytes for cardfinancialsettlementId.
       */
      public com.google.protobuf.ByteString
          getCardfinancialsettlementIdBytes() {
        java.lang.Object ref = cardfinancialsettlementId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          cardfinancialsettlementId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string cardfinancialsettlementId = 1;
       * @param value The cardfinancialsettlementId to set.
       * @return This builder for chaining.
       */
      public Builder setCardfinancialsettlementId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        cardfinancialsettlementId_ = value;
        onChanged();
        return this;
      }
      /**
       * string cardfinancialsettlementId = 1;
       * @return This builder for chaining.
       */
      public Builder clearCardfinancialsettlementId() {
        
        cardfinancialsettlementId_ = getDefaultInstance().getCardfinancialsettlementId();
        onChanged();
        return this;
      }
      /**
       * string cardfinancialsettlementId = 1;
       * @param value The bytes for cardfinancialsettlementId to set.
       * @return This builder for chaining.
       */
      public Builder setCardfinancialsettlementIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        cardfinancialsettlementId_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object instructionId_ = "";
      /**
       * string instructionId = 2;
       * @return The instructionId.
       */
      public java.lang.String getInstructionId() {
        java.lang.Object ref = instructionId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          instructionId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string instructionId = 2;
       * @return The bytes for instructionId.
       */
      public com.google.protobuf.ByteString
          getInstructionIdBytes() {
        java.lang.Object ref = instructionId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          instructionId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string instructionId = 2;
       * @param value The instructionId to set.
       * @return This builder for chaining.
       */
      public Builder setInstructionId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        instructionId_ = value;
        onChanged();
        return this;
      }
      /**
       * string instructionId = 2;
       * @return This builder for chaining.
       */
      public Builder clearInstructionId() {
        
        instructionId_ = getDefaultInstance().getInstructionId();
        onChanged();
        return this;
      }
      /**
       * string instructionId = 2;
       * @param value The bytes for instructionId to set.
       * @return This builder for chaining.
       */
      public Builder setInstructionIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        instructionId_ = value;
        onChanged();
        return this;
      }

      private com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction instruction_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction, com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction.Builder, com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.InstructionOrBuilder> instructionBuilder_;
      /**
       * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
       * @return Whether the instruction field is set.
       */
      public boolean hasInstruction() {
        return instructionBuilder_ != null || instruction_ != null;
      }
      /**
       * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
       * @return The instruction.
       */
      public com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction getInstruction() {
        if (instructionBuilder_ == null) {
          return instruction_ == null ? com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction.getDefaultInstance() : instruction_;
        } else {
          return instructionBuilder_.getMessage();
        }
      }
      /**
       * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
       */
      public Builder setInstruction(com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction value) {
        if (instructionBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          instruction_ = value;
          onChanged();
        } else {
          instructionBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
       */
      public Builder setInstruction(
          com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction.Builder builderForValue) {
        if (instructionBuilder_ == null) {
          instruction_ = builderForValue.build();
          onChanged();
        } else {
          instructionBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
       */
      public Builder mergeInstruction(com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction value) {
        if (instructionBuilder_ == null) {
          if (instruction_ != null) {
            instruction_ =
              com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction.newBuilder(instruction_).mergeFrom(value).buildPartial();
          } else {
            instruction_ = value;
          }
          onChanged();
        } else {
          instructionBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
       */
      public Builder clearInstruction() {
        if (instructionBuilder_ == null) {
          instruction_ = null;
          onChanged();
        } else {
          instruction_ = null;
          instructionBuilder_ = null;
        }

        return this;
      }
      /**
       * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
       */
      public com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction.Builder getInstructionBuilder() {
        
        onChanged();
        return getInstructionFieldBuilder().getBuilder();
      }
      /**
       * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
       */
      public com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.InstructionOrBuilder getInstructionOrBuilder() {
        if (instructionBuilder_ != null) {
          return instructionBuilder_.getMessageOrBuilder();
        } else {
          return instruction_ == null ?
              com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction.getDefaultInstance() : instruction_;
        }
      }
      /**
       * .com.redhat.mercury.cardfinancialsettlement.v10.Instruction instruction = 3;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction, com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction.Builder, com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.InstructionOrBuilder> 
          getInstructionFieldBuilder() {
        if (instructionBuilder_ == null) {
          instructionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction, com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.Instruction.Builder, com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.InstructionOrBuilder>(
                  getInstruction(),
                  getParentForChildren(),
                  isClean());
          instruction_ = null;
        }
        return instructionBuilder_;
      }
      @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:com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.UpdateInstructionRequest)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.UpdateInstructionRequest)
    private static final com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest();
    }

    public static com.redhat.mercury.cardfinancialsettlement.v10.api.bqinstructionservice.BqInstructionService.UpdateInstructionRequest getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_RetrieveInstructionRequest_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_RetrieveInstructionRequest_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_UpdateInstructionRequest_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_UpdateInstructionRequest_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$v10/api/bq_instruction_service.proto\022G" +
      "com.redhat.mercury.cardfinancialsettleme" +
      "nt.v10.api.bqinstructionservice\032\033google/" +
      "protobuf/empty.proto\032\032v10/model/http_err" +
      "or.proto\032\033v10/model/instruction.proto\032-v" +
      "10/model/retrieve_instruction_response.p" +
      "roto\"V\n\032RetrieveInstructionRequest\022!\n\031ca" +
      "rdfinancialsettlementId\030\001 \001(\t\022\025\n\rinstruc" +
      "tionId\030\002 \001(\t\"\246\001\n\030UpdateInstructionReques" +
      "t\022!\n\031cardfinancialsettlementId\030\001 \001(\t\022\025\n\r" +
      "instructionId\030\002 \001(\t\022P\n\013instruction\030\003 \001(\013" +
      "2;.com.redhat.mercury.cardfinancialsettl" +
      "ement.v10.Instruction2\226\003\n\024BQInstructionS" +
      "ervice\022\307\001\n\023RetrieveInstruction\022c.com.red" +
      "hat.mercury.cardfinancialsettlement.v10." +
      "api.bqinstructionservice.RetrieveInstruc" +
      "tionRequest\032K.com.redhat.mercury.cardfin" +
      "ancialsettlement.v10.RetrieveInstruction" +
      "Response\022\263\001\n\021UpdateInstruction\022a.com.red" +
      "hat.mercury.cardfinancialsettlement.v10." +
      "api.bqinstructionservice.UpdateInstructi" +
      "onRequest\032;.com.redhat.mercury.cardfinan" +
      "cialsettlement.v10.InstructionP\001P\002P\003b\006pr" +
      "oto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.EmptyProto.getDescriptor(),
          com.redhat.mercury.cardfinancialsettlement.v10.HttpError.getDescriptor(),
          com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.getDescriptor(),
          com.redhat.mercury.cardfinancialsettlement.v10.RetrieveInstructionResponseOuterClass.getDescriptor(),
        });
    internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_RetrieveInstructionRequest_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_RetrieveInstructionRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_RetrieveInstructionRequest_descriptor,
        new java.lang.String[] { "CardfinancialsettlementId", "InstructionId", });
    internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_UpdateInstructionRequest_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_UpdateInstructionRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_cardfinancialsettlement_v10_api_bqinstructionservice_UpdateInstructionRequest_descriptor,
        new java.lang.String[] { "CardfinancialsettlementId", "InstructionId", "Instruction", });
    com.google.protobuf.EmptyProto.getDescriptor();
    com.redhat.mercury.cardfinancialsettlement.v10.HttpError.getDescriptor();
    com.redhat.mercury.cardfinancialsettlement.v10.InstructionOuterClass.getDescriptor();
    com.redhat.mercury.cardfinancialsettlement.v10.RetrieveInstructionResponseOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy