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

com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService Maven / Gradle / Ivy

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

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

public final class BqBillingService {
  private BqBillingService() {}
  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 ExchangeBillingRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.ExchangeBillingRequest)
      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 billingId = 2;
     * @return The billingId.
     */
    java.lang.String getBillingId();
    /**
     * string billingId = 2;
     * @return The bytes for billingId.
     */
    com.google.protobuf.ByteString
        getBillingIdBytes();

    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
     * @return Whether the billing field is set.
     */
    boolean hasBilling();
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
     * @return The billing.
     */
    com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing getBilling();
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
     */
    com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder getBillingOrBuilder();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.ExchangeBillingRequest}
   */
  public static final class ExchangeBillingRequest extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.ExchangeBillingRequest)
      ExchangeBillingRequestOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use ExchangeBillingRequest.newBuilder() to construct.
    private ExchangeBillingRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private ExchangeBillingRequest() {
      merchandisingloanId_ = "";
      billingId_ = "";
    }

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

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

              billingId_ = s;
              break;
            }
            case 26: {
              com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder subBuilder = null;
              if (billing_ != null) {
                subBuilder = billing_.toBuilder();
              }
              billing_ = input.readMessage(com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(billing_);
                billing_ = 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.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_ExchangeBillingRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_ExchangeBillingRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest.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 BILLINGID_FIELD_NUMBER = 2;
    private volatile java.lang.Object billingId_;
    /**
     * string billingId = 2;
     * @return The billingId.
     */
    @java.lang.Override
    public java.lang.String getBillingId() {
      java.lang.Object ref = billingId_;
      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();
        billingId_ = s;
        return s;
      }
    }
    /**
     * string billingId = 2;
     * @return The bytes for billingId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getBillingIdBytes() {
      java.lang.Object ref = billingId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        billingId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int BILLING_FIELD_NUMBER = 3;
    private com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing billing_;
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
     * @return Whether the billing field is set.
     */
    @java.lang.Override
    public boolean hasBilling() {
      return billing_ != null;
    }
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
     * @return The billing.
     */
    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing getBilling() {
      return billing_ == null ? com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.getDefaultInstance() : billing_;
    }
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
     */
    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder getBillingOrBuilder() {
      return getBilling();
    }

    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(billingId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, billingId_);
      }
      if (billing_ != null) {
        output.writeMessage(3, getBilling());
      }
      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(billingId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, billingId_);
      }
      if (billing_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(3, getBilling());
      }
      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.bqbillingservice.BqBillingService.ExchangeBillingRequest)) {
        return super.equals(obj);
      }
      com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest other = (com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest) obj;

      if (!getMerchandisingloanId()
          .equals(other.getMerchandisingloanId())) return false;
      if (!getBillingId()
          .equals(other.getBillingId())) return false;
      if (hasBilling() != other.hasBilling()) return false;
      if (hasBilling()) {
        if (!getBilling()
            .equals(other.getBilling())) 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) + BILLINGID_FIELD_NUMBER;
      hash = (53 * hash) + getBillingId().hashCode();
      if (hasBilling()) {
        hash = (37 * hash) + BILLING_FIELD_NUMBER;
        hash = (53 * hash) + getBilling().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest 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.bqbillingservice.BqBillingService.ExchangeBillingRequest parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest 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.bqbillingservice.BqBillingService.ExchangeBillingRequest parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest 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.bqbillingservice.BqBillingService.ExchangeBillingRequest 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.bqbillingservice.BqBillingService.ExchangeBillingRequest 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.bqbillingservice.BqBillingService.ExchangeBillingRequest 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.bqbillingservice.BqBillingService.ExchangeBillingRequest 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.bqbillingservice.BqBillingService.ExchangeBillingRequest 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.bqbillingservice.BqBillingService.ExchangeBillingRequest 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.bqbillingservice.BqBillingService.ExchangeBillingRequest 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.bqbillingservice.ExchangeBillingRequest}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.ExchangeBillingRequest)
        com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequestOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_ExchangeBillingRequest_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_ExchangeBillingRequest_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest.Builder.class);
      }

      // Construct using com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest.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_ = "";

        billingId_ = "";

        if (billingBuilder_ == null) {
          billing_ = null;
        } else {
          billing_ = null;
          billingBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_ExchangeBillingRequest_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest getDefaultInstanceForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest.getDefaultInstance();
      }

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

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest buildPartial() {
        com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest result = new com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest(this);
        result.merchandisingloanId_ = merchandisingloanId_;
        result.billingId_ = billingId_;
        if (billingBuilder_ == null) {
          result.billing_ = billing_;
        } else {
          result.billing_ = billingBuilder_.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.bqbillingservice.BqBillingService.ExchangeBillingRequest) {
          return mergeFrom((com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest other) {
        if (other == com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest.getDefaultInstance()) return this;
        if (!other.getMerchandisingloanId().isEmpty()) {
          merchandisingloanId_ = other.merchandisingloanId_;
          onChanged();
        }
        if (!other.getBillingId().isEmpty()) {
          billingId_ = other.billingId_;
          onChanged();
        }
        if (other.hasBilling()) {
          mergeBilling(other.getBilling());
        }
        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.bqbillingservice.BqBillingService.ExchangeBillingRequest parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest) 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 billingId_ = "";
      /**
       * string billingId = 2;
       * @return The billingId.
       */
      public java.lang.String getBillingId() {
        java.lang.Object ref = billingId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          billingId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string billingId = 2;
       * @return The bytes for billingId.
       */
      public com.google.protobuf.ByteString
          getBillingIdBytes() {
        java.lang.Object ref = billingId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          billingId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string billingId = 2;
       * @param value The billingId to set.
       * @return This builder for chaining.
       */
      public Builder setBillingId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        billingId_ = value;
        onChanged();
        return this;
      }
      /**
       * string billingId = 2;
       * @return This builder for chaining.
       */
      public Builder clearBillingId() {
        
        billingId_ = getDefaultInstance().getBillingId();
        onChanged();
        return this;
      }
      /**
       * string billingId = 2;
       * @param value The bytes for billingId to set.
       * @return This builder for chaining.
       */
      public Builder setBillingIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        billingId_ = value;
        onChanged();
        return this;
      }

      private com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing billing_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder> billingBuilder_;
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       * @return Whether the billing field is set.
       */
      public boolean hasBilling() {
        return billingBuilder_ != null || billing_ != null;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       * @return The billing.
       */
      public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing getBilling() {
        if (billingBuilder_ == null) {
          return billing_ == null ? com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.getDefaultInstance() : billing_;
        } else {
          return billingBuilder_.getMessage();
        }
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       */
      public Builder setBilling(com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing value) {
        if (billingBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          billing_ = value;
          onChanged();
        } else {
          billingBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       */
      public Builder setBilling(
          com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder builderForValue) {
        if (billingBuilder_ == null) {
          billing_ = builderForValue.build();
          onChanged();
        } else {
          billingBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       */
      public Builder mergeBilling(com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing value) {
        if (billingBuilder_ == null) {
          if (billing_ != null) {
            billing_ =
              com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.newBuilder(billing_).mergeFrom(value).buildPartial();
          } else {
            billing_ = value;
          }
          onChanged();
        } else {
          billingBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       */
      public Builder clearBilling() {
        if (billingBuilder_ == null) {
          billing_ = null;
          onChanged();
        } else {
          billing_ = null;
          billingBuilder_ = null;
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       */
      public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder getBillingBuilder() {
        
        onChanged();
        return getBillingFieldBuilder().getBuilder();
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       */
      public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder getBillingOrBuilder() {
        if (billingBuilder_ != null) {
          return billingBuilder_.getMessageOrBuilder();
        } else {
          return billing_ == null ?
              com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.getDefaultInstance() : billing_;
        }
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder> 
          getBillingFieldBuilder() {
        if (billingBuilder_ == null) {
          billingBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder>(
                  getBilling(),
                  getParentForChildren(),
                  isClean());
          billing_ = null;
        }
        return billingBuilder_;
      }
      @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.bqbillingservice.ExchangeBillingRequest)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.ExchangeBillingRequest)
    private static final com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest();
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.ExchangeBillingRequest getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  public interface InitiateBillingRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.InitiateBillingRequest)
      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();

    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
     * @return Whether the billing field is set.
     */
    boolean hasBilling();
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
     * @return The billing.
     */
    com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing getBilling();
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
     */
    com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder getBillingOrBuilder();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.InitiateBillingRequest}
   */
  public static final class InitiateBillingRequest extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.InitiateBillingRequest)
      InitiateBillingRequestOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use InitiateBillingRequest.newBuilder() to construct.
    private InitiateBillingRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private InitiateBillingRequest() {
      merchandisingloanId_ = "";
    }

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

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private InitiateBillingRequest(
        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: {
              com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder subBuilder = null;
              if (billing_ != null) {
                subBuilder = billing_.toBuilder();
              }
              billing_ = input.readMessage(com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(billing_);
                billing_ = 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.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_InitiateBillingRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_InitiateBillingRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest.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 BILLING_FIELD_NUMBER = 2;
    private com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing billing_;
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
     * @return Whether the billing field is set.
     */
    @java.lang.Override
    public boolean hasBilling() {
      return billing_ != null;
    }
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
     * @return The billing.
     */
    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing getBilling() {
      return billing_ == null ? com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.getDefaultInstance() : billing_;
    }
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
     */
    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder getBillingOrBuilder() {
      return getBilling();
    }

    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 (billing_ != null) {
        output.writeMessage(2, getBilling());
      }
      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 (billing_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(2, getBilling());
      }
      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.bqbillingservice.BqBillingService.InitiateBillingRequest)) {
        return super.equals(obj);
      }
      com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest other = (com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest) obj;

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

    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest 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.bqbillingservice.BqBillingService.InitiateBillingRequest parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest 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.bqbillingservice.BqBillingService.InitiateBillingRequest parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest 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.bqbillingservice.BqBillingService.InitiateBillingRequest 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.bqbillingservice.BqBillingService.InitiateBillingRequest 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.bqbillingservice.BqBillingService.InitiateBillingRequest 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.bqbillingservice.BqBillingService.InitiateBillingRequest 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.bqbillingservice.BqBillingService.InitiateBillingRequest 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.bqbillingservice.BqBillingService.InitiateBillingRequest 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.bqbillingservice.BqBillingService.InitiateBillingRequest 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.bqbillingservice.InitiateBillingRequest}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.InitiateBillingRequest)
        com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequestOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_InitiateBillingRequest_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_InitiateBillingRequest_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest.Builder.class);
      }

      // Construct using com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest.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_ = "";

        if (billingBuilder_ == null) {
          billing_ = null;
        } else {
          billing_ = null;
          billingBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_InitiateBillingRequest_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest getDefaultInstanceForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest.getDefaultInstance();
      }

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

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest buildPartial() {
        com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest result = new com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest(this);
        result.merchandisingloanId_ = merchandisingloanId_;
        if (billingBuilder_ == null) {
          result.billing_ = billing_;
        } else {
          result.billing_ = billingBuilder_.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.bqbillingservice.BqBillingService.InitiateBillingRequest) {
          return mergeFrom((com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest other) {
        if (other == com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest.getDefaultInstance()) return this;
        if (!other.getMerchandisingloanId().isEmpty()) {
          merchandisingloanId_ = other.merchandisingloanId_;
          onChanged();
        }
        if (other.hasBilling()) {
          mergeBilling(other.getBilling());
        }
        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.bqbillingservice.BqBillingService.InitiateBillingRequest parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest) 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 com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing billing_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder> billingBuilder_;
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
       * @return Whether the billing field is set.
       */
      public boolean hasBilling() {
        return billingBuilder_ != null || billing_ != null;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
       * @return The billing.
       */
      public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing getBilling() {
        if (billingBuilder_ == null) {
          return billing_ == null ? com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.getDefaultInstance() : billing_;
        } else {
          return billingBuilder_.getMessage();
        }
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
       */
      public Builder setBilling(com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing value) {
        if (billingBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          billing_ = value;
          onChanged();
        } else {
          billingBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
       */
      public Builder setBilling(
          com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder builderForValue) {
        if (billingBuilder_ == null) {
          billing_ = builderForValue.build();
          onChanged();
        } else {
          billingBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
       */
      public Builder mergeBilling(com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing value) {
        if (billingBuilder_ == null) {
          if (billing_ != null) {
            billing_ =
              com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.newBuilder(billing_).mergeFrom(value).buildPartial();
          } else {
            billing_ = value;
          }
          onChanged();
        } else {
          billingBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
       */
      public Builder clearBilling() {
        if (billingBuilder_ == null) {
          billing_ = null;
          onChanged();
        } else {
          billing_ = null;
          billingBuilder_ = null;
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
       */
      public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder getBillingBuilder() {
        
        onChanged();
        return getBillingFieldBuilder().getBuilder();
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
       */
      public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder getBillingOrBuilder() {
        if (billingBuilder_ != null) {
          return billingBuilder_.getMessageOrBuilder();
        } else {
          return billing_ == null ?
              com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.getDefaultInstance() : billing_;
        }
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 2;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder> 
          getBillingFieldBuilder() {
        if (billingBuilder_ == null) {
          billingBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder>(
                  getBilling(),
                  getParentForChildren(),
                  isClean());
          billing_ = null;
        }
        return billingBuilder_;
      }
      @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.bqbillingservice.InitiateBillingRequest)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.InitiateBillingRequest)
    private static final com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest();
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.InitiateBillingRequest getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  public interface RetrieveBillingRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.RetrieveBillingRequest)
      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 billingId = 2;
     * @return The billingId.
     */
    java.lang.String getBillingId();
    /**
     * string billingId = 2;
     * @return The bytes for billingId.
     */
    com.google.protobuf.ByteString
        getBillingIdBytes();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.RetrieveBillingRequest}
   */
  public static final class RetrieveBillingRequest extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.RetrieveBillingRequest)
      RetrieveBillingRequestOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use RetrieveBillingRequest.newBuilder() to construct.
    private RetrieveBillingRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private RetrieveBillingRequest() {
      merchandisingloanId_ = "";
      billingId_ = "";
    }

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

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

              billingId_ = 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.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_RetrieveBillingRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_RetrieveBillingRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest.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 BILLINGID_FIELD_NUMBER = 2;
    private volatile java.lang.Object billingId_;
    /**
     * string billingId = 2;
     * @return The billingId.
     */
    @java.lang.Override
    public java.lang.String getBillingId() {
      java.lang.Object ref = billingId_;
      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();
        billingId_ = s;
        return s;
      }
    }
    /**
     * string billingId = 2;
     * @return The bytes for billingId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getBillingIdBytes() {
      java.lang.Object ref = billingId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        billingId_ = 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(billingId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, billingId_);
      }
      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(billingId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, billingId_);
      }
      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.bqbillingservice.BqBillingService.RetrieveBillingRequest)) {
        return super.equals(obj);
      }
      com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest other = (com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest) obj;

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

    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest 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.bqbillingservice.BqBillingService.RetrieveBillingRequest parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest 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.bqbillingservice.BqBillingService.RetrieveBillingRequest parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest 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.bqbillingservice.BqBillingService.RetrieveBillingRequest 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.bqbillingservice.BqBillingService.RetrieveBillingRequest 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.bqbillingservice.BqBillingService.RetrieveBillingRequest 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.bqbillingservice.BqBillingService.RetrieveBillingRequest 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.bqbillingservice.BqBillingService.RetrieveBillingRequest 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.bqbillingservice.BqBillingService.RetrieveBillingRequest 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.bqbillingservice.BqBillingService.RetrieveBillingRequest 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.bqbillingservice.RetrieveBillingRequest}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.RetrieveBillingRequest)
        com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequestOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_RetrieveBillingRequest_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_RetrieveBillingRequest_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest.Builder.class);
      }

      // Construct using com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest.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_ = "";

        billingId_ = "";

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_RetrieveBillingRequest_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest getDefaultInstanceForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest.getDefaultInstance();
      }

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

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

      public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest other) {
        if (other == com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest.getDefaultInstance()) return this;
        if (!other.getMerchandisingloanId().isEmpty()) {
          merchandisingloanId_ = other.merchandisingloanId_;
          onChanged();
        }
        if (!other.getBillingId().isEmpty()) {
          billingId_ = other.billingId_;
          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.bqbillingservice.BqBillingService.RetrieveBillingRequest parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest) 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 billingId_ = "";
      /**
       * string billingId = 2;
       * @return The billingId.
       */
      public java.lang.String getBillingId() {
        java.lang.Object ref = billingId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          billingId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string billingId = 2;
       * @return The bytes for billingId.
       */
      public com.google.protobuf.ByteString
          getBillingIdBytes() {
        java.lang.Object ref = billingId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          billingId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string billingId = 2;
       * @param value The billingId to set.
       * @return This builder for chaining.
       */
      public Builder setBillingId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        billingId_ = value;
        onChanged();
        return this;
      }
      /**
       * string billingId = 2;
       * @return This builder for chaining.
       */
      public Builder clearBillingId() {
        
        billingId_ = getDefaultInstance().getBillingId();
        onChanged();
        return this;
      }
      /**
       * string billingId = 2;
       * @param value The bytes for billingId to set.
       * @return This builder for chaining.
       */
      public Builder setBillingIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        billingId_ = 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.bqbillingservice.RetrieveBillingRequest)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.RetrieveBillingRequest)
    private static final com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest();
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.RetrieveBillingRequest getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  public interface UpdateBillingRequestOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.UpdateBillingRequest)
      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 billingId = 2;
     * @return The billingId.
     */
    java.lang.String getBillingId();
    /**
     * string billingId = 2;
     * @return The bytes for billingId.
     */
    com.google.protobuf.ByteString
        getBillingIdBytes();

    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
     * @return Whether the billing field is set.
     */
    boolean hasBilling();
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
     * @return The billing.
     */
    com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing getBilling();
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
     */
    com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder getBillingOrBuilder();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.UpdateBillingRequest}
   */
  public static final class UpdateBillingRequest extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.UpdateBillingRequest)
      UpdateBillingRequestOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use UpdateBillingRequest.newBuilder() to construct.
    private UpdateBillingRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private UpdateBillingRequest() {
      merchandisingloanId_ = "";
      billingId_ = "";
    }

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

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

              billingId_ = s;
              break;
            }
            case 26: {
              com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder subBuilder = null;
              if (billing_ != null) {
                subBuilder = billing_.toBuilder();
              }
              billing_ = input.readMessage(com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(billing_);
                billing_ = 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.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_UpdateBillingRequest_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_UpdateBillingRequest_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest.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 BILLINGID_FIELD_NUMBER = 2;
    private volatile java.lang.Object billingId_;
    /**
     * string billingId = 2;
     * @return The billingId.
     */
    @java.lang.Override
    public java.lang.String getBillingId() {
      java.lang.Object ref = billingId_;
      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();
        billingId_ = s;
        return s;
      }
    }
    /**
     * string billingId = 2;
     * @return The bytes for billingId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getBillingIdBytes() {
      java.lang.Object ref = billingId_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        billingId_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int BILLING_FIELD_NUMBER = 3;
    private com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing billing_;
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
     * @return Whether the billing field is set.
     */
    @java.lang.Override
    public boolean hasBilling() {
      return billing_ != null;
    }
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
     * @return The billing.
     */
    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing getBilling() {
      return billing_ == null ? com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.getDefaultInstance() : billing_;
    }
    /**
     * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
     */
    @java.lang.Override
    public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder getBillingOrBuilder() {
      return getBilling();
    }

    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(billingId_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 2, billingId_);
      }
      if (billing_ != null) {
        output.writeMessage(3, getBilling());
      }
      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(billingId_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, billingId_);
      }
      if (billing_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(3, getBilling());
      }
      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.bqbillingservice.BqBillingService.UpdateBillingRequest)) {
        return super.equals(obj);
      }
      com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest other = (com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest) obj;

      if (!getMerchandisingloanId()
          .equals(other.getMerchandisingloanId())) return false;
      if (!getBillingId()
          .equals(other.getBillingId())) return false;
      if (hasBilling() != other.hasBilling()) return false;
      if (hasBilling()) {
        if (!getBilling()
            .equals(other.getBilling())) 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) + BILLINGID_FIELD_NUMBER;
      hash = (53 * hash) + getBillingId().hashCode();
      if (hasBilling()) {
        hash = (37 * hash) + BILLING_FIELD_NUMBER;
        hash = (53 * hash) + getBilling().hashCode();
      }
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest 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.bqbillingservice.BqBillingService.UpdateBillingRequest parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest 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.bqbillingservice.BqBillingService.UpdateBillingRequest parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest 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.bqbillingservice.BqBillingService.UpdateBillingRequest 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.bqbillingservice.BqBillingService.UpdateBillingRequest 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.bqbillingservice.BqBillingService.UpdateBillingRequest 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.bqbillingservice.BqBillingService.UpdateBillingRequest 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.bqbillingservice.BqBillingService.UpdateBillingRequest 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.bqbillingservice.BqBillingService.UpdateBillingRequest 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.bqbillingservice.BqBillingService.UpdateBillingRequest 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.bqbillingservice.UpdateBillingRequest}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.UpdateBillingRequest)
        com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequestOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_UpdateBillingRequest_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_UpdateBillingRequest_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest.class, com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest.Builder.class);
      }

      // Construct using com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest.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_ = "";

        billingId_ = "";

        if (billingBuilder_ == null) {
          billing_ = null;
        } else {
          billing_ = null;
          billingBuilder_ = null;
        }
        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_UpdateBillingRequest_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest getDefaultInstanceForType() {
        return com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest.getDefaultInstance();
      }

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

      @java.lang.Override
      public com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest buildPartial() {
        com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest result = new com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest(this);
        result.merchandisingloanId_ = merchandisingloanId_;
        result.billingId_ = billingId_;
        if (billingBuilder_ == null) {
          result.billing_ = billing_;
        } else {
          result.billing_ = billingBuilder_.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.bqbillingservice.BqBillingService.UpdateBillingRequest) {
          return mergeFrom((com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest other) {
        if (other == com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest.getDefaultInstance()) return this;
        if (!other.getMerchandisingloanId().isEmpty()) {
          merchandisingloanId_ = other.merchandisingloanId_;
          onChanged();
        }
        if (!other.getBillingId().isEmpty()) {
          billingId_ = other.billingId_;
          onChanged();
        }
        if (other.hasBilling()) {
          mergeBilling(other.getBilling());
        }
        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.bqbillingservice.BqBillingService.UpdateBillingRequest parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest) 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 billingId_ = "";
      /**
       * string billingId = 2;
       * @return The billingId.
       */
      public java.lang.String getBillingId() {
        java.lang.Object ref = billingId_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          billingId_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string billingId = 2;
       * @return The bytes for billingId.
       */
      public com.google.protobuf.ByteString
          getBillingIdBytes() {
        java.lang.Object ref = billingId_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          billingId_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string billingId = 2;
       * @param value The billingId to set.
       * @return This builder for chaining.
       */
      public Builder setBillingId(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        billingId_ = value;
        onChanged();
        return this;
      }
      /**
       * string billingId = 2;
       * @return This builder for chaining.
       */
      public Builder clearBillingId() {
        
        billingId_ = getDefaultInstance().getBillingId();
        onChanged();
        return this;
      }
      /**
       * string billingId = 2;
       * @param value The bytes for billingId to set.
       * @return This builder for chaining.
       */
      public Builder setBillingIdBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        billingId_ = value;
        onChanged();
        return this;
      }

      private com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing billing_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder> billingBuilder_;
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       * @return Whether the billing field is set.
       */
      public boolean hasBilling() {
        return billingBuilder_ != null || billing_ != null;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       * @return The billing.
       */
      public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing getBilling() {
        if (billingBuilder_ == null) {
          return billing_ == null ? com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.getDefaultInstance() : billing_;
        } else {
          return billingBuilder_.getMessage();
        }
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       */
      public Builder setBilling(com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing value) {
        if (billingBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          billing_ = value;
          onChanged();
        } else {
          billingBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       */
      public Builder setBilling(
          com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder builderForValue) {
        if (billingBuilder_ == null) {
          billing_ = builderForValue.build();
          onChanged();
        } else {
          billingBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       */
      public Builder mergeBilling(com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing value) {
        if (billingBuilder_ == null) {
          if (billing_ != null) {
            billing_ =
              com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.newBuilder(billing_).mergeFrom(value).buildPartial();
          } else {
            billing_ = value;
          }
          onChanged();
        } else {
          billingBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       */
      public Builder clearBilling() {
        if (billingBuilder_ == null) {
          billing_ = null;
          onChanged();
        } else {
          billing_ = null;
          billingBuilder_ = null;
        }

        return this;
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       */
      public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder getBillingBuilder() {
        
        onChanged();
        return getBillingFieldBuilder().getBuilder();
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       */
      public com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder getBillingOrBuilder() {
        if (billingBuilder_ != null) {
          return billingBuilder_.getMessageOrBuilder();
        } else {
          return billing_ == null ?
              com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.getDefaultInstance() : billing_;
        }
      }
      /**
       * .com.redhat.mercury.merchandisingloan.v10.Billing billing = 3;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder> 
          getBillingFieldBuilder() {
        if (billingBuilder_ == null) {
          billingBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.Billing.Builder, com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.BillingOrBuilder>(
                  getBilling(),
                  getParentForChildren(),
                  isClean());
          billing_ = null;
        }
        return billingBuilder_;
      }
      @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.bqbillingservice.UpdateBillingRequest)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.UpdateBillingRequest)
    private static final com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest();
    }

    public static com.redhat.mercury.merchandisingloan.v10.api.bqbillingservice.BqBillingService.UpdateBillingRequest getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_ExchangeBillingRequest_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_ExchangeBillingRequest_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_InitiateBillingRequest_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_InitiateBillingRequest_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_RetrieveBillingRequest_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_RetrieveBillingRequest_fieldAccessorTable;
  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_UpdateBillingRequest_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_UpdateBillingRequest_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_billing_service.proto\022=com." +
      "redhat.mercury.merchandisingloan.v10.api" +
      ".bqbillingservice\032\033google/protobuf/empty" +
      ".proto\032\027v10/model/billing.proto\032\032v10/mod" +
      "el/http_error.proto\"\214\001\n\026ExchangeBillingR" +
      "equest\022\033\n\023merchandisingloanId\030\001 \001(\t\022\021\n\tb" +
      "illingId\030\002 \001(\t\022B\n\007billing\030\003 \001(\01321.com.re" +
      "dhat.mercury.merchandisingloan.v10.Billi" +
      "ng\"y\n\026InitiateBillingRequest\022\033\n\023merchand" +
      "isingloanId\030\001 \001(\t\022B\n\007billing\030\002 \001(\01321.com" +
      ".redhat.mercury.merchandisingloan.v10.Bi" +
      "lling\"H\n\026RetrieveBillingRequest\022\033\n\023merch" +
      "andisingloanId\030\001 \001(\t\022\021\n\tbillingId\030\002 \001(\t\"" +
      "\212\001\n\024UpdateBillingRequest\022\033\n\023merchandisin" +
      "gloanId\030\001 \001(\t\022\021\n\tbillingId\030\002 \001(\t\022B\n\007bill" +
      "ing\030\003 \001(\01321.com.redhat.mercury.merchandi" +
      "singloan.v10.Billing2\206\005\n\020BQBillingServic" +
      "e\022\233\001\n\017ExchangeBilling\022U.com.redhat.mercu" +
      "ry.merchandisingloan.v10.api.bqbillingse" +
      "rvice.ExchangeBillingRequest\0321.com.redha" +
      "t.mercury.merchandisingloan.v10.Billing\022" +
      "\233\001\n\017InitiateBilling\022U.com.redhat.mercury" +
      ".merchandisingloan.v10.api.bqbillingserv" +
      "ice.InitiateBillingRequest\0321.com.redhat." +
      "mercury.merchandisingloan.v10.Billing\022\233\001" +
      "\n\017RetrieveBilling\022U.com.redhat.mercury.m" +
      "erchandisingloan.v10.api.bqbillingservic" +
      "e.RetrieveBillingRequest\0321.com.redhat.me" +
      "rcury.merchandisingloan.v10.Billing\022\227\001\n\r" +
      "UpdateBilling\022S.com.redhat.mercury.merch" +
      "andisingloan.v10.api.bqbillingservice.Up" +
      "dateBillingRequest\0321.com.redhat.mercury." +
      "merchandisingloan.v10.BillingP\001P\002b\006proto" +
      "3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.EmptyProto.getDescriptor(),
          com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.getDescriptor(),
          com.redhat.mercury.merchandisingloan.v10.HttpError.getDescriptor(),
        });
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_ExchangeBillingRequest_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_ExchangeBillingRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_ExchangeBillingRequest_descriptor,
        new java.lang.String[] { "MerchandisingloanId", "BillingId", "Billing", });
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_InitiateBillingRequest_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_InitiateBillingRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_InitiateBillingRequest_descriptor,
        new java.lang.String[] { "MerchandisingloanId", "Billing", });
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_RetrieveBillingRequest_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_RetrieveBillingRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_RetrieveBillingRequest_descriptor,
        new java.lang.String[] { "MerchandisingloanId", "BillingId", });
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_UpdateBillingRequest_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_UpdateBillingRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_merchandisingloan_v10_api_bqbillingservice_UpdateBillingRequest_descriptor,
        new java.lang.String[] { "MerchandisingloanId", "BillingId", "Billing", });
    com.google.protobuf.EmptyProto.getDescriptor();
    com.redhat.mercury.merchandisingloan.v10.BillingOuterClass.getDescriptor();
    com.redhat.mercury.merchandisingloan.v10.HttpError.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy