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

com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: v10/api/bq_financial_accounting_service.proto

package com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice;

public final class BqFinancialAccountingService {
  private BqFinancialAccountingService() {}
  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 RetrieveFinancialAccountingRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.RetrieveFinancialAccountingRequest)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string merchandisingloanId = 1;
     * @return The merchandisingloanId.
     */
    java.lang.String getMerchandisingloanId();
    /**
     * string merchandisingloanId = 1;
     * @return The bytes for merchandisingloanId.
     */
    com.google.protobuf.ByteString
        getMerchandisingloanIdBytes();

    /**
     * string financialaccountingId = 2;
     * @return The financialaccountingId.
     */
    java.lang.String getFinancialaccountingId();
    /**
     * string financialaccountingId = 2;
     * @return The bytes for financialaccountingId.
     */
    com.google.protobuf.ByteString
        getFinancialaccountingIdBytes();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.RetrieveFinancialAccountingRequest}
   */
  public static final class RetrieveFinancialAccountingRequest extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.RetrieveFinancialAccountingRequest)
      RetrieveFinancialAccountingRequestOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use RetrieveFinancialAccountingRequest.newBuilder() to construct.
    private RetrieveFinancialAccountingRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private RetrieveFinancialAccountingRequest() {
      merchandisingloanId_ = "";
      financialaccountingId_ = "";
    }

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

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

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

              financialaccountingId_ = 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.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_RetrieveFinancialAccountingRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_RetrieveFinancialAccountingRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest.Builder.class);
    }

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

    public static final int FINANCIALACCOUNTINGID_FIELD_NUMBER = 2;
    private volatile java.lang.Object financialaccountingId_;
    /**
     * string financialaccountingId = 2;
     * @return The financialaccountingId.
     */
    @java.lang.Override
    public java.lang.String getFinancialaccountingId() {
      java.lang.Object ref = financialaccountingId_;
      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();
        financialaccountingId_ = s;
        return s;
      }
    }
    /**
     * string financialaccountingId = 2;
     * @return The bytes for financialaccountingId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getFinancialaccountingIdBytes() {
      java.lang.Object ref = financialaccountingId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        financialaccountingId_ = 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(merchandisingloanId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 1, merchandisingloanId_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(financialaccountingId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, financialaccountingId_);
      }
      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(merchandisingloanId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, merchandisingloanId_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(financialaccountingId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, financialaccountingId_);
      }
      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.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest)) {
        return super.equals(obj);
      }
      com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest other = (com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest) obj;

      if (!getMerchandisingloanId()
          .equals(other.getMerchandisingloanId())) return false;
      if (!getFinancialaccountingId()
          .equals(other.getFinancialaccountingId())) 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) + MERCHANDISINGLOANID_FIELD_NUMBER;
      hash = (53 * hash) + getMerchandisingloanId().hashCode();
      hash = (37 * hash) + FINANCIALACCOUNTINGID_FIELD_NUMBER;
      hash = (53 * hash) + getFinancialaccountingId().hashCode();
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

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

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_RetrieveFinancialAccountingRequest_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest.Builder.class);
      }

      // Construct using com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest.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();
        merchandisingloanId_ = "";

        financialaccountingId_ = "";

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_RetrieveFinancialAccountingRequest_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest getDefaultInstanceForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest.getDefaultInstance();
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest build() {
        com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest buildPartial() {
        com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest result = new com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest(this);
        result.merchandisingloanId_ = merchandisingloanId_;
        result.financialaccountingId_ = financialaccountingId_;
        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.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest) {
          return mergeFrom((com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest other) {
        if (other == com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest.getDefaultInstance()) return this;
        if (!other.getMerchandisingloanId().isEmpty()) {
          merchandisingloanId_ = other.merchandisingloanId_;
          onChanged();
        }
        if (!other.getFinancialaccountingId().isEmpty()) {
          financialaccountingId_ = other.financialaccountingId_;
          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.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object merchandisingloanId_ = "";
      /**
       * string merchandisingloanId = 1;
       * @return The merchandisingloanId.
       */
      public java.lang.String getMerchandisingloanId() {
        java.lang.Object ref = merchandisingloanId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          merchandisingloanId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string merchandisingloanId = 1;
       * @return The bytes for merchandisingloanId.
       */
      public com.google.protobuf.ByteString
          getMerchandisingloanIdBytes() {
        java.lang.Object ref = merchandisingloanId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          merchandisingloanId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string merchandisingloanId = 1;
       * @param value The merchandisingloanId to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingloanId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        merchandisingloanId_ = value;
        onChanged();
        return this;
      }
      /**
       * string merchandisingloanId = 1;
       * @return This builder for chaining.
       */
      public Builder clearMerchandisingloanId() {
        
        merchandisingloanId_ = getDefaultInstance().getMerchandisingloanId();
        onChanged();
        return this;
      }
      /**
       * string merchandisingloanId = 1;
       * @param value The bytes for merchandisingloanId to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingloanIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        merchandisingloanId_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object financialaccountingId_ = "";
      /**
       * string financialaccountingId = 2;
       * @return The financialaccountingId.
       */
      public java.lang.String getFinancialaccountingId() {
        java.lang.Object ref = financialaccountingId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          financialaccountingId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string financialaccountingId = 2;
       * @return The bytes for financialaccountingId.
       */
      public com.google.protobuf.ByteString
          getFinancialaccountingIdBytes() {
        java.lang.Object ref = financialaccountingId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          financialaccountingId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string financialaccountingId = 2;
       * @param value The financialaccountingId to set.
       * @return This builder for chaining.
       */
      public Builder setFinancialaccountingId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        financialaccountingId_ = value;
        onChanged();
        return this;
      }
      /**
       * string financialaccountingId = 2;
       * @return This builder for chaining.
       */
      public Builder clearFinancialaccountingId() {
        
        financialaccountingId_ = getDefaultInstance().getFinancialaccountingId();
        onChanged();
        return this;
      }
      /**
       * string financialaccountingId = 2;
       * @param value The bytes for financialaccountingId to set.
       * @return This builder for chaining.
       */
      public Builder setFinancialaccountingIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        financialaccountingId_ = 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.merchandisingloan.v10.api.bqfinancialaccountingservice.RetrieveFinancialAccountingRequest)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.RetrieveFinancialAccountingRequest)
    private static final com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest();
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.RetrieveFinancialAccountingRequest getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  public interface UpdateFinancialAccountingRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string merchandisingloanId = 1;
     * @return The merchandisingloanId.
     */
    java.lang.String getMerchandisingloanId();
    /**
     * string merchandisingloanId = 1;
     * @return The bytes for merchandisingloanId.
     */
    com.google.protobuf.ByteString
        getMerchandisingloanIdBytes();

    /**
     * string financialaccountingId = 2;
     * @return The financialaccountingId.
     */
    java.lang.String getFinancialaccountingId();
    /**
     * string financialaccountingId = 2;
     * @return The bytes for financialaccountingId.
     */
    com.google.protobuf.ByteString
        getFinancialaccountingIdBytes();

    /**
     * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
     * @return Whether the updateFinancialAccountingRequest field is set.
     */
    boolean hasUpdateFinancialAccountingRequest();
    /**
     * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
     * @return The updateFinancialAccountingRequest.
     */
    com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest getUpdateFinancialAccountingRequest();
    /**
     * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
     */
    com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequestOrBuilder getUpdateFinancialAccountingRequestOrBuilder();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest}
   */
  public static final class UpdateFinancialAccountingRequest extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest)
      UpdateFinancialAccountingRequestOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use UpdateFinancialAccountingRequest.newBuilder() to construct.
    private UpdateFinancialAccountingRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private UpdateFinancialAccountingRequest() {
      merchandisingloanId_ = "";
      financialaccountingId_ = "";
    }

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

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

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

              financialaccountingId_ = s;
              break;
            }
            case 26: {
              com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.Builder subBuilder = null;
              if (updateFinancialAccountingRequest_ != null) {
                subBuilder = updateFinancialAccountingRequest_.toBuilder();
              }
              updateFinancialAccountingRequest_ = input.readMessage(com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(updateFinancialAccountingRequest_);
                updateFinancialAccountingRequest_ = 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.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_UpdateFinancialAccountingRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_UpdateFinancialAccountingRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.Builder.class);
    }

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

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

    public static final int UPDATEFINANCIALACCOUNTINGREQUEST_FIELD_NUMBER = 3;
    private com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest updateFinancialAccountingRequest_;
    /**
     * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
     * @return Whether the updateFinancialAccountingRequest field is set.
     */
    @java.lang.Override
    public boolean hasUpdateFinancialAccountingRequest() {
      return updateFinancialAccountingRequest_ != null;
    }
    /**
     * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
     * @return The updateFinancialAccountingRequest.
     */
    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest getUpdateFinancialAccountingRequest() {
      return updateFinancialAccountingRequest_ == null ? com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.getDefaultInstance() : updateFinancialAccountingRequest_;
    }
    /**
     * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
     */
    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequestOrBuilder getUpdateFinancialAccountingRequestOrBuilder() {
      return getUpdateFinancialAccountingRequest();
    }

    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(merchandisingloanId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 1, merchandisingloanId_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(financialaccountingId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, financialaccountingId_);
      }
      if (updateFinancialAccountingRequest_ != null) {
        output.writeMessage(3, getUpdateFinancialAccountingRequest());
      }
      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(merchandisingloanId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, merchandisingloanId_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(financialaccountingId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, financialaccountingId_);
      }
      if (updateFinancialAccountingRequest_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(3, getUpdateFinancialAccountingRequest());
      }
      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.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest)) {
        return super.equals(obj);
      }
      com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest other = (com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest) obj;

      if (!getMerchandisingloanId()
          .equals(other.getMerchandisingloanId())) return false;
      if (!getFinancialaccountingId()
          .equals(other.getFinancialaccountingId())) return false;
      if (hasUpdateFinancialAccountingRequest() != other.hasUpdateFinancialAccountingRequest()) return false;
      if (hasUpdateFinancialAccountingRequest()) {
        if (!getUpdateFinancialAccountingRequest()
            .equals(other.getUpdateFinancialAccountingRequest())) 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) + MERCHANDISINGLOANID_FIELD_NUMBER;
      hash = (53 * hash) + getMerchandisingloanId().hashCode();
      hash = (37 * hash) + FINANCIALACCOUNTINGID_FIELD_NUMBER;
      hash = (53 * hash) + getFinancialaccountingId().hashCode();
      if (hasUpdateFinancialAccountingRequest()) {
        hash = (37 * hash) + UPDATEFINANCIALACCOUNTINGREQUEST_FIELD_NUMBER;
        hash = (53 * hash) + getUpdateFinancialAccountingRequest().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

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

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_UpdateFinancialAccountingRequest_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.Builder.class);
      }

      // Construct using com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.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();
        merchandisingloanId_ = "";

        financialaccountingId_ = "";

        if (updateFinancialAccountingRequestBuilder_ == null) {
          updateFinancialAccountingRequest_ = null;
        } else {
          updateFinancialAccountingRequest_ = null;
          updateFinancialAccountingRequestBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_UpdateFinancialAccountingRequest_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest getDefaultInstanceForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.getDefaultInstance();
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest build() {
        com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest buildPartial() {
        com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest result = new com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest(this);
        result.merchandisingloanId_ = merchandisingloanId_;
        result.financialaccountingId_ = financialaccountingId_;
        if (updateFinancialAccountingRequestBuilder_ == null) {
          result.updateFinancialAccountingRequest_ = updateFinancialAccountingRequest_;
        } else {
          result.updateFinancialAccountingRequest_ = updateFinancialAccountingRequestBuilder_.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.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest) {
          return mergeFrom((com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest other) {
        if (other == com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.getDefaultInstance()) return this;
        if (!other.getMerchandisingloanId().isEmpty()) {
          merchandisingloanId_ = other.merchandisingloanId_;
          onChanged();
        }
        if (!other.getFinancialaccountingId().isEmpty()) {
          financialaccountingId_ = other.financialaccountingId_;
          onChanged();
        }
        if (other.hasUpdateFinancialAccountingRequest()) {
          mergeUpdateFinancialAccountingRequest(other.getUpdateFinancialAccountingRequest());
        }
        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.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object merchandisingloanId_ = "";
      /**
       * string merchandisingloanId = 1;
       * @return The merchandisingloanId.
       */
      public java.lang.String getMerchandisingloanId() {
        java.lang.Object ref = merchandisingloanId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          merchandisingloanId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string merchandisingloanId = 1;
       * @return The bytes for merchandisingloanId.
       */
      public com.google.protobuf.ByteString
          getMerchandisingloanIdBytes() {
        java.lang.Object ref = merchandisingloanId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          merchandisingloanId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string merchandisingloanId = 1;
       * @param value The merchandisingloanId to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingloanId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        merchandisingloanId_ = value;
        onChanged();
        return this;
      }
      /**
       * string merchandisingloanId = 1;
       * @return This builder for chaining.
       */
      public Builder clearMerchandisingloanId() {
        
        merchandisingloanId_ = getDefaultInstance().getMerchandisingloanId();
        onChanged();
        return this;
      }
      /**
       * string merchandisingloanId = 1;
       * @param value The bytes for merchandisingloanId to set.
       * @return This builder for chaining.
       */
      public Builder setMerchandisingloanIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        merchandisingloanId_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object financialaccountingId_ = "";
      /**
       * string financialaccountingId = 2;
       * @return The financialaccountingId.
       */
      public java.lang.String getFinancialaccountingId() {
        java.lang.Object ref = financialaccountingId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          financialaccountingId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string financialaccountingId = 2;
       * @return The bytes for financialaccountingId.
       */
      public com.google.protobuf.ByteString
          getFinancialaccountingIdBytes() {
        java.lang.Object ref = financialaccountingId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          financialaccountingId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string financialaccountingId = 2;
       * @param value The financialaccountingId to set.
       * @return This builder for chaining.
       */
      public Builder setFinancialaccountingId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        financialaccountingId_ = value;
        onChanged();
        return this;
      }
      /**
       * string financialaccountingId = 2;
       * @return This builder for chaining.
       */
      public Builder clearFinancialaccountingId() {
        
        financialaccountingId_ = getDefaultInstance().getFinancialaccountingId();
        onChanged();
        return this;
      }
      /**
       * string financialaccountingId = 2;
       * @param value The bytes for financialaccountingId to set.
       * @return This builder for chaining.
       */
      public Builder setFinancialaccountingIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        financialaccountingId_ = value;
        onChanged();
        return this;
      }

      private com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest updateFinancialAccountingRequest_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest, com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.Builder, com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequestOrBuilder> updateFinancialAccountingRequestBuilder_;
      /**
       * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
       * @return Whether the updateFinancialAccountingRequest field is set.
       */
      public boolean hasUpdateFinancialAccountingRequest() {
        return updateFinancialAccountingRequestBuilder_ != null || updateFinancialAccountingRequest_ != null;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
       * @return The updateFinancialAccountingRequest.
       */
      public com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest getUpdateFinancialAccountingRequest() {
        if (updateFinancialAccountingRequestBuilder_ == null) {
          return updateFinancialAccountingRequest_ == null ? com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.getDefaultInstance() : updateFinancialAccountingRequest_;
        } else {
          return updateFinancialAccountingRequestBuilder_.getMessage();
        }
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
       */
      public Builder setUpdateFinancialAccountingRequest(com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest value) {
        if (updateFinancialAccountingRequestBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          updateFinancialAccountingRequest_ = value;
          onChanged();
        } else {
          updateFinancialAccountingRequestBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
       */
      public Builder setUpdateFinancialAccountingRequest(
          com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.Builder builderForValue) {
        if (updateFinancialAccountingRequestBuilder_ == null) {
          updateFinancialAccountingRequest_ = builderForValue.build();
          onChanged();
        } else {
          updateFinancialAccountingRequestBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
       */
      public Builder mergeUpdateFinancialAccountingRequest(com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest value) {
        if (updateFinancialAccountingRequestBuilder_ == null) {
          if (updateFinancialAccountingRequest_ != null) {
            updateFinancialAccountingRequest_ =
              com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.newBuilder(updateFinancialAccountingRequest_).mergeFrom(value).buildPartial();
          } else {
            updateFinancialAccountingRequest_ = value;
          }
          onChanged();
        } else {
          updateFinancialAccountingRequestBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
       */
      public Builder clearUpdateFinancialAccountingRequest() {
        if (updateFinancialAccountingRequestBuilder_ == null) {
          updateFinancialAccountingRequest_ = null;
          onChanged();
        } else {
          updateFinancialAccountingRequest_ = null;
          updateFinancialAccountingRequestBuilder_ = null;
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
       */
      public com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.Builder getUpdateFinancialAccountingRequestBuilder() {
        
        onChanged();
        return getUpdateFinancialAccountingRequestFieldBuilder().getBuilder();
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
       */
      public com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequestOrBuilder getUpdateFinancialAccountingRequestOrBuilder() {
        if (updateFinancialAccountingRequestBuilder_ != null) {
          return updateFinancialAccountingRequestBuilder_.getMessageOrBuilder();
        } else {
          return updateFinancialAccountingRequest_ == null ?
              com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.getDefaultInstance() : updateFinancialAccountingRequest_;
        }
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest updateFinancialAccountingRequest = 3;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest, com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.Builder, com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequestOrBuilder> 
          getUpdateFinancialAccountingRequestFieldBuilder() {
        if (updateFinancialAccountingRequestBuilder_ == null) {
          updateFinancialAccountingRequestBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest, com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest.Builder, com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequestOrBuilder>(
                  getUpdateFinancialAccountingRequest(),
                  getParentForChildren(),
                  isClean());
          updateFinancialAccountingRequest_ = null;
        }
        return updateFinancialAccountingRequestBuilder_;
      }
      @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.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.UpdateFinancialAccountingRequest)
    private static final com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest();
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqfinancialaccountingservice.BqFinancialAccountingService.UpdateFinancialAccountingRequest getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_RetrieveFinancialAccountingRequest_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_RetrieveFinancialAccountingRequest_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_UpdateFinancialAccountingRequest_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_UpdateFinancialAccountingRequest_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_financial_accounting_servic" +
      "e.proto\022Icom.redhat.mercury.merchandisin" +
      "gloan.v10.api.bqfinancialaccountingservi" +
      "ce\032\033google/protobuf/empty.proto\032\032v10/mod" +
      "el/http_error.proto\0326v10/model/retrieve_" +
      "financial_accounting_response.proto\0323v10" +
      "/model/update_financial_accounting_reque" +
      "st.proto\0324v10/model/update_financial_acc" +
      "ounting_response.proto\"`\n\"RetrieveFinanc" +
      "ialAccountingRequest\022\033\n\023merchandisingloa" +
      "nId\030\001 \001(\t\022\035\n\025financialaccountingId\030\002 \001(\t" +
      "\"\366\001\n UpdateFinancialAccountingRequest\022\033\n" +
      "\023merchandisingloanId\030\001 \001(\t\022\035\n\025financiala" +
      "ccountingId\030\002 \001(\t\022\225\001\n updateFinancialAcc" +
      "ountingRequest\030\003 \001(\0132k.com.redhat.mercur" +
      "y.merchandisingloan.v10.api.bqfinanciala" +
      "ccountingservice.UpdateFinancialAccounti" +
      "ngRequest2\324\003\n\034BQFinancialAccountingServi" +
      "ce\022\333\001\n\033RetrieveFinancialAccounting\022m.com" +
      ".redhat.mercury.merchandisingloan.v10.ap" +
      "i.bqfinancialaccountingservice.RetrieveF" +
      "inancialAccountingRequest\032M.com.redhat.m" +
      "ercury.merchandisingloan.v10.RetrieveFin" +
      "ancialAccountingResponse\022\325\001\n\031UpdateFinan" +
      "cialAccounting\022k.com.redhat.mercury.merc" +
      "handisingloan.v10.api.bqfinancialaccount" +
      "ingservice.UpdateFinancialAccountingRequ" +
      "est\032K.com.redhat.mercury.merchandisinglo" +
      "an.v10.UpdateFinancialAccountingResponse" +
      "P\001P\002P\003P\004b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.EmptyProto.getDescriptor(),
          com.redhat.mercury.merchandisingloan.v10.HttpError.getDescriptor(),
          com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseOuterClass.getDescriptor(),
          com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.getDescriptor(),
          com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingResponseOuterClass.getDescriptor(),
        });
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_RetrieveFinancialAccountingRequest_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_RetrieveFinancialAccountingRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_RetrieveFinancialAccountingRequest_descriptor,
        new java.lang.String[] { "MerchandisingloanId", "FinancialaccountingId", });
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_UpdateFinancialAccountingRequest_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_UpdateFinancialAccountingRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqfinancialaccountingservice_UpdateFinancialAccountingRequest_descriptor,
        new java.lang.String[] { "MerchandisingloanId", "FinancialaccountingId", "UpdateFinancialAccountingRequest", });
    com.google.protobuf.EmptyProto.getDescriptor();
    com.redhat.mercury.merchandisingloan.v10.HttpError.getDescriptor();
    com.redhat.mercury.merchandisingloan.v10.RetrieveFinancialAccountingResponseOuterClass.getDescriptor();
    com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingRequestOuterClass.getDescriptor();
    com.redhat.mercury.merchandisingloan.v10.UpdateFinancialAccountingResponseOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy