Class Invoice.AccountSummary.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Invoice.AccountSummary.Builder>
com.google.ads.googleads.v18.resources.Invoice.AccountSummary.Builder
All Implemented Interfaces:
Invoice.AccountSummaryOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Invoice.AccountSummary

public static final class Invoice.AccountSummary.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Invoice.AccountSummary.Builder> implements Invoice.AccountSummaryOrBuilder
 Represents a summarized view at account level.
 
Protobuf type google.ads.googleads.v18.resources.Invoice.AccountSummary
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Invoice.AccountSummary.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Invoice.AccountSummary.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Invoice.AccountSummary.Builder>
    • getDefaultInstanceForType

      public Invoice.AccountSummary getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Invoice.AccountSummary build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Invoice.AccountSummary buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Invoice.AccountSummary.Builder>
    • setField

      public Invoice.AccountSummary.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Invoice.AccountSummary.Builder>
    • clearField

      public Invoice.AccountSummary.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Invoice.AccountSummary.Builder>
    • clearOneof

      public Invoice.AccountSummary.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Invoice.AccountSummary.Builder>
    • setRepeatedField

      public Invoice.AccountSummary.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Invoice.AccountSummary.Builder>
    • addRepeatedField

      public Invoice.AccountSummary.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Invoice.AccountSummary.Builder>
    • mergeFrom

      public Invoice.AccountSummary.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Invoice.AccountSummary.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Invoice.AccountSummary.Builder>
    • mergeFrom

      public Invoice.AccountSummary.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Invoice.AccountSummary.Builder>
      Throws:
      IOException
    • hasCustomer

      public boolean hasCustomer()
       Output only. The account associated with the account summary.
       
      optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCustomer in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the customer field is set.
    • getCustomer

      public String getCustomer()
       Output only. The account associated with the account summary.
       
      optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCustomer in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The customer.
    • getCustomerBytes

      public com.google.protobuf.ByteString getCustomerBytes()
       Output only. The account associated with the account summary.
       
      optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCustomerBytes in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The bytes for customer.
    • setCustomer

      public Invoice.AccountSummary.Builder setCustomer(String value)
       Output only. The account associated with the account summary.
       
      optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The customer to set.
      Returns:
      This builder for chaining.
    • clearCustomer

      public Invoice.AccountSummary.Builder clearCustomer()
       Output only. The account associated with the account summary.
       
      optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setCustomerBytes

      public Invoice.AccountSummary.Builder setCustomerBytes(com.google.protobuf.ByteString value)
       Output only. The account associated with the account summary.
       
      optional string customer = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The bytes for customer to set.
      Returns:
      This builder for chaining.
    • hasBillingCorrectionSubtotalAmountMicros

      public boolean hasBillingCorrectionSubtotalAmountMicros()
       Output only. Pretax billing correction subtotal amount, in micros.
       
      optional int64 billing_correction_subtotal_amount_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasBillingCorrectionSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the billingCorrectionSubtotalAmountMicros field is set.
    • getBillingCorrectionSubtotalAmountMicros

      public long getBillingCorrectionSubtotalAmountMicros()
       Output only. Pretax billing correction subtotal amount, in micros.
       
      optional int64 billing_correction_subtotal_amount_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getBillingCorrectionSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The billingCorrectionSubtotalAmountMicros.
    • setBillingCorrectionSubtotalAmountMicros

      public Invoice.AccountSummary.Builder setBillingCorrectionSubtotalAmountMicros(long value)
       Output only. Pretax billing correction subtotal amount, in micros.
       
      optional int64 billing_correction_subtotal_amount_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The billingCorrectionSubtotalAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearBillingCorrectionSubtotalAmountMicros

      public Invoice.AccountSummary.Builder clearBillingCorrectionSubtotalAmountMicros()
       Output only. Pretax billing correction subtotal amount, in micros.
       
      optional int64 billing_correction_subtotal_amount_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasBillingCorrectionTaxAmountMicros

      public boolean hasBillingCorrectionTaxAmountMicros()
       Output only. Tax on billing correction, in micros.
       
      optional int64 billing_correction_tax_amount_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasBillingCorrectionTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the billingCorrectionTaxAmountMicros field is set.
    • getBillingCorrectionTaxAmountMicros

      public long getBillingCorrectionTaxAmountMicros()
       Output only. Tax on billing correction, in micros.
       
      optional int64 billing_correction_tax_amount_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getBillingCorrectionTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The billingCorrectionTaxAmountMicros.
    • setBillingCorrectionTaxAmountMicros

      public Invoice.AccountSummary.Builder setBillingCorrectionTaxAmountMicros(long value)
       Output only. Tax on billing correction, in micros.
       
      optional int64 billing_correction_tax_amount_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The billingCorrectionTaxAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearBillingCorrectionTaxAmountMicros

      public Invoice.AccountSummary.Builder clearBillingCorrectionTaxAmountMicros()
       Output only. Tax on billing correction, in micros.
       
      optional int64 billing_correction_tax_amount_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasBillingCorrectionTotalAmountMicros

      public boolean hasBillingCorrectionTotalAmountMicros()
       Output only. Total billing correction amount, in micros.
       
      optional int64 billing_correction_total_amount_micros = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasBillingCorrectionTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the billingCorrectionTotalAmountMicros field is set.
    • getBillingCorrectionTotalAmountMicros

      public long getBillingCorrectionTotalAmountMicros()
       Output only. Total billing correction amount, in micros.
       
      optional int64 billing_correction_total_amount_micros = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getBillingCorrectionTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The billingCorrectionTotalAmountMicros.
    • setBillingCorrectionTotalAmountMicros

      public Invoice.AccountSummary.Builder setBillingCorrectionTotalAmountMicros(long value)
       Output only. Total billing correction amount, in micros.
       
      optional int64 billing_correction_total_amount_micros = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The billingCorrectionTotalAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearBillingCorrectionTotalAmountMicros

      public Invoice.AccountSummary.Builder clearBillingCorrectionTotalAmountMicros()
       Output only. Total billing correction amount, in micros.
       
      optional int64 billing_correction_total_amount_micros = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasCouponAdjustmentSubtotalAmountMicros

      public boolean hasCouponAdjustmentSubtotalAmountMicros()
       Output only. Pretax coupon adjustment subtotal amount, in micros.
       
      optional int64 coupon_adjustment_subtotal_amount_micros = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCouponAdjustmentSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the couponAdjustmentSubtotalAmountMicros field is set.
    • getCouponAdjustmentSubtotalAmountMicros

      public long getCouponAdjustmentSubtotalAmountMicros()
       Output only. Pretax coupon adjustment subtotal amount, in micros.
       
      optional int64 coupon_adjustment_subtotal_amount_micros = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCouponAdjustmentSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The couponAdjustmentSubtotalAmountMicros.
    • setCouponAdjustmentSubtotalAmountMicros

      public Invoice.AccountSummary.Builder setCouponAdjustmentSubtotalAmountMicros(long value)
       Output only. Pretax coupon adjustment subtotal amount, in micros.
       
      optional int64 coupon_adjustment_subtotal_amount_micros = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The couponAdjustmentSubtotalAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearCouponAdjustmentSubtotalAmountMicros

      public Invoice.AccountSummary.Builder clearCouponAdjustmentSubtotalAmountMicros()
       Output only. Pretax coupon adjustment subtotal amount, in micros.
       
      optional int64 coupon_adjustment_subtotal_amount_micros = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasCouponAdjustmentTaxAmountMicros

      public boolean hasCouponAdjustmentTaxAmountMicros()
       Output only. Tax on coupon adjustment, in micros.
       
      optional int64 coupon_adjustment_tax_amount_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCouponAdjustmentTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the couponAdjustmentTaxAmountMicros field is set.
    • getCouponAdjustmentTaxAmountMicros

      public long getCouponAdjustmentTaxAmountMicros()
       Output only. Tax on coupon adjustment, in micros.
       
      optional int64 coupon_adjustment_tax_amount_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCouponAdjustmentTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The couponAdjustmentTaxAmountMicros.
    • setCouponAdjustmentTaxAmountMicros

      public Invoice.AccountSummary.Builder setCouponAdjustmentTaxAmountMicros(long value)
       Output only. Tax on coupon adjustment, in micros.
       
      optional int64 coupon_adjustment_tax_amount_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The couponAdjustmentTaxAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearCouponAdjustmentTaxAmountMicros

      public Invoice.AccountSummary.Builder clearCouponAdjustmentTaxAmountMicros()
       Output only. Tax on coupon adjustment, in micros.
       
      optional int64 coupon_adjustment_tax_amount_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasCouponAdjustmentTotalAmountMicros

      public boolean hasCouponAdjustmentTotalAmountMicros()
       Output only. Total coupon adjustment amount, in micros.
       
      optional int64 coupon_adjustment_total_amount_micros = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCouponAdjustmentTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the couponAdjustmentTotalAmountMicros field is set.
    • getCouponAdjustmentTotalAmountMicros

      public long getCouponAdjustmentTotalAmountMicros()
       Output only. Total coupon adjustment amount, in micros.
       
      optional int64 coupon_adjustment_total_amount_micros = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCouponAdjustmentTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The couponAdjustmentTotalAmountMicros.
    • setCouponAdjustmentTotalAmountMicros

      public Invoice.AccountSummary.Builder setCouponAdjustmentTotalAmountMicros(long value)
       Output only. Total coupon adjustment amount, in micros.
       
      optional int64 coupon_adjustment_total_amount_micros = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The couponAdjustmentTotalAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearCouponAdjustmentTotalAmountMicros

      public Invoice.AccountSummary.Builder clearCouponAdjustmentTotalAmountMicros()
       Output only. Total coupon adjustment amount, in micros.
       
      optional int64 coupon_adjustment_total_amount_micros = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasExcessCreditAdjustmentSubtotalAmountMicros

      public boolean hasExcessCreditAdjustmentSubtotalAmountMicros()
       Output only. Pretax excess credit adjustment subtotal amount, in micros.
       
      optional int64 excess_credit_adjustment_subtotal_amount_micros = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasExcessCreditAdjustmentSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the excessCreditAdjustmentSubtotalAmountMicros field is set.
    • getExcessCreditAdjustmentSubtotalAmountMicros

      public long getExcessCreditAdjustmentSubtotalAmountMicros()
       Output only. Pretax excess credit adjustment subtotal amount, in micros.
       
      optional int64 excess_credit_adjustment_subtotal_amount_micros = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getExcessCreditAdjustmentSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The excessCreditAdjustmentSubtotalAmountMicros.
    • setExcessCreditAdjustmentSubtotalAmountMicros

      public Invoice.AccountSummary.Builder setExcessCreditAdjustmentSubtotalAmountMicros(long value)
       Output only. Pretax excess credit adjustment subtotal amount, in micros.
       
      optional int64 excess_credit_adjustment_subtotal_amount_micros = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The excessCreditAdjustmentSubtotalAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearExcessCreditAdjustmentSubtotalAmountMicros

      public Invoice.AccountSummary.Builder clearExcessCreditAdjustmentSubtotalAmountMicros()
       Output only. Pretax excess credit adjustment subtotal amount, in micros.
       
      optional int64 excess_credit_adjustment_subtotal_amount_micros = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasExcessCreditAdjustmentTaxAmountMicros

      public boolean hasExcessCreditAdjustmentTaxAmountMicros()
       Output only. Tax on excess credit adjustment, in micros.
       
      optional int64 excess_credit_adjustment_tax_amount_micros = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasExcessCreditAdjustmentTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the excessCreditAdjustmentTaxAmountMicros field is set.
    • getExcessCreditAdjustmentTaxAmountMicros

      public long getExcessCreditAdjustmentTaxAmountMicros()
       Output only. Tax on excess credit adjustment, in micros.
       
      optional int64 excess_credit_adjustment_tax_amount_micros = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getExcessCreditAdjustmentTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The excessCreditAdjustmentTaxAmountMicros.
    • setExcessCreditAdjustmentTaxAmountMicros

      public Invoice.AccountSummary.Builder setExcessCreditAdjustmentTaxAmountMicros(long value)
       Output only. Tax on excess credit adjustment, in micros.
       
      optional int64 excess_credit_adjustment_tax_amount_micros = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The excessCreditAdjustmentTaxAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearExcessCreditAdjustmentTaxAmountMicros

      public Invoice.AccountSummary.Builder clearExcessCreditAdjustmentTaxAmountMicros()
       Output only. Tax on excess credit adjustment, in micros.
       
      optional int64 excess_credit_adjustment_tax_amount_micros = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasExcessCreditAdjustmentTotalAmountMicros

      public boolean hasExcessCreditAdjustmentTotalAmountMicros()
       Output only. Total excess credit adjustment amount, in micros.
       
      optional int64 excess_credit_adjustment_total_amount_micros = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasExcessCreditAdjustmentTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the excessCreditAdjustmentTotalAmountMicros field is set.
    • getExcessCreditAdjustmentTotalAmountMicros

      public long getExcessCreditAdjustmentTotalAmountMicros()
       Output only. Total excess credit adjustment amount, in micros.
       
      optional int64 excess_credit_adjustment_total_amount_micros = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getExcessCreditAdjustmentTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The excessCreditAdjustmentTotalAmountMicros.
    • setExcessCreditAdjustmentTotalAmountMicros

      public Invoice.AccountSummary.Builder setExcessCreditAdjustmentTotalAmountMicros(long value)
       Output only. Total excess credit adjustment amount, in micros.
       
      optional int64 excess_credit_adjustment_total_amount_micros = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The excessCreditAdjustmentTotalAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearExcessCreditAdjustmentTotalAmountMicros

      public Invoice.AccountSummary.Builder clearExcessCreditAdjustmentTotalAmountMicros()
       Output only. Total excess credit adjustment amount, in micros.
       
      optional int64 excess_credit_adjustment_total_amount_micros = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasRegulatoryCostsSubtotalAmountMicros

      public boolean hasRegulatoryCostsSubtotalAmountMicros()
       Output only. Pretax regulatory costs subtotal amount, in micros.
       
      optional int64 regulatory_costs_subtotal_amount_micros = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasRegulatoryCostsSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the regulatoryCostsSubtotalAmountMicros field is set.
    • getRegulatoryCostsSubtotalAmountMicros

      public long getRegulatoryCostsSubtotalAmountMicros()
       Output only. Pretax regulatory costs subtotal amount, in micros.
       
      optional int64 regulatory_costs_subtotal_amount_micros = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getRegulatoryCostsSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The regulatoryCostsSubtotalAmountMicros.
    • setRegulatoryCostsSubtotalAmountMicros

      public Invoice.AccountSummary.Builder setRegulatoryCostsSubtotalAmountMicros(long value)
       Output only. Pretax regulatory costs subtotal amount, in micros.
       
      optional int64 regulatory_costs_subtotal_amount_micros = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The regulatoryCostsSubtotalAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearRegulatoryCostsSubtotalAmountMicros

      public Invoice.AccountSummary.Builder clearRegulatoryCostsSubtotalAmountMicros()
       Output only. Pretax regulatory costs subtotal amount, in micros.
       
      optional int64 regulatory_costs_subtotal_amount_micros = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasRegulatoryCostsTaxAmountMicros

      public boolean hasRegulatoryCostsTaxAmountMicros()
       Output only. Tax on regulatory costs, in micros.
       
      optional int64 regulatory_costs_tax_amount_micros = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasRegulatoryCostsTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the regulatoryCostsTaxAmountMicros field is set.
    • getRegulatoryCostsTaxAmountMicros

      public long getRegulatoryCostsTaxAmountMicros()
       Output only. Tax on regulatory costs, in micros.
       
      optional int64 regulatory_costs_tax_amount_micros = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getRegulatoryCostsTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The regulatoryCostsTaxAmountMicros.
    • setRegulatoryCostsTaxAmountMicros

      public Invoice.AccountSummary.Builder setRegulatoryCostsTaxAmountMicros(long value)
       Output only. Tax on regulatory costs, in micros.
       
      optional int64 regulatory_costs_tax_amount_micros = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The regulatoryCostsTaxAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearRegulatoryCostsTaxAmountMicros

      public Invoice.AccountSummary.Builder clearRegulatoryCostsTaxAmountMicros()
       Output only. Tax on regulatory costs, in micros.
       
      optional int64 regulatory_costs_tax_amount_micros = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasRegulatoryCostsTotalAmountMicros

      public boolean hasRegulatoryCostsTotalAmountMicros()
       Output only. Total regulatory costs amount, in micros.
       
      optional int64 regulatory_costs_total_amount_micros = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasRegulatoryCostsTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the regulatoryCostsTotalAmountMicros field is set.
    • getRegulatoryCostsTotalAmountMicros

      public long getRegulatoryCostsTotalAmountMicros()
       Output only. Total regulatory costs amount, in micros.
       
      optional int64 regulatory_costs_total_amount_micros = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getRegulatoryCostsTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The regulatoryCostsTotalAmountMicros.
    • setRegulatoryCostsTotalAmountMicros

      public Invoice.AccountSummary.Builder setRegulatoryCostsTotalAmountMicros(long value)
       Output only. Total regulatory costs amount, in micros.
       
      optional int64 regulatory_costs_total_amount_micros = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The regulatoryCostsTotalAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearRegulatoryCostsTotalAmountMicros

      public Invoice.AccountSummary.Builder clearRegulatoryCostsTotalAmountMicros()
       Output only. Total regulatory costs amount, in micros.
       
      optional int64 regulatory_costs_total_amount_micros = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasExportChargeSubtotalAmountMicros

      public boolean hasExportChargeSubtotalAmountMicros()
       Output only. Pretax export charge subtotal amount, in micros.
       
      optional int64 export_charge_subtotal_amount_micros = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasExportChargeSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the exportChargeSubtotalAmountMicros field is set.
    • getExportChargeSubtotalAmountMicros

      public long getExportChargeSubtotalAmountMicros()
       Output only. Pretax export charge subtotal amount, in micros.
       
      optional int64 export_charge_subtotal_amount_micros = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getExportChargeSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The exportChargeSubtotalAmountMicros.
    • setExportChargeSubtotalAmountMicros

      public Invoice.AccountSummary.Builder setExportChargeSubtotalAmountMicros(long value)
       Output only. Pretax export charge subtotal amount, in micros.
       
      optional int64 export_charge_subtotal_amount_micros = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The exportChargeSubtotalAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearExportChargeSubtotalAmountMicros

      public Invoice.AccountSummary.Builder clearExportChargeSubtotalAmountMicros()
       Output only. Pretax export charge subtotal amount, in micros.
       
      optional int64 export_charge_subtotal_amount_micros = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasExportChargeTaxAmountMicros

      public boolean hasExportChargeTaxAmountMicros()
       Output only. Tax on export charge, in micros.
       
      optional int64 export_charge_tax_amount_micros = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasExportChargeTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the exportChargeTaxAmountMicros field is set.
    • getExportChargeTaxAmountMicros

      public long getExportChargeTaxAmountMicros()
       Output only. Tax on export charge, in micros.
       
      optional int64 export_charge_tax_amount_micros = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getExportChargeTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The exportChargeTaxAmountMicros.
    • setExportChargeTaxAmountMicros

      public Invoice.AccountSummary.Builder setExportChargeTaxAmountMicros(long value)
       Output only. Tax on export charge, in micros.
       
      optional int64 export_charge_tax_amount_micros = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The exportChargeTaxAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearExportChargeTaxAmountMicros

      public Invoice.AccountSummary.Builder clearExportChargeTaxAmountMicros()
       Output only. Tax on export charge, in micros.
       
      optional int64 export_charge_tax_amount_micros = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasExportChargeTotalAmountMicros

      public boolean hasExportChargeTotalAmountMicros()
       Output only. Total export charge amount, in micros.
       
      optional int64 export_charge_total_amount_micros = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasExportChargeTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the exportChargeTotalAmountMicros field is set.
    • getExportChargeTotalAmountMicros

      public long getExportChargeTotalAmountMicros()
       Output only. Total export charge amount, in micros.
       
      optional int64 export_charge_total_amount_micros = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getExportChargeTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The exportChargeTotalAmountMicros.
    • setExportChargeTotalAmountMicros

      public Invoice.AccountSummary.Builder setExportChargeTotalAmountMicros(long value)
       Output only. Total export charge amount, in micros.
       
      optional int64 export_charge_total_amount_micros = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The exportChargeTotalAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearExportChargeTotalAmountMicros

      public Invoice.AccountSummary.Builder clearExportChargeTotalAmountMicros()
       Output only. Total export charge amount, in micros.
       
      optional int64 export_charge_total_amount_micros = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasSubtotalAmountMicros

      public boolean hasSubtotalAmountMicros()
       Output only. Total pretax subtotal amount attributable to the account
       during the service period, in micros.
       
      optional int64 subtotal_amount_micros = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the subtotalAmountMicros field is set.
    • getSubtotalAmountMicros

      public long getSubtotalAmountMicros()
       Output only. Total pretax subtotal amount attributable to the account
       during the service period, in micros.
       
      optional int64 subtotal_amount_micros = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSubtotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The subtotalAmountMicros.
    • setSubtotalAmountMicros

      public Invoice.AccountSummary.Builder setSubtotalAmountMicros(long value)
       Output only. Total pretax subtotal amount attributable to the account
       during the service period, in micros.
       
      optional int64 subtotal_amount_micros = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The subtotalAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearSubtotalAmountMicros

      public Invoice.AccountSummary.Builder clearSubtotalAmountMicros()
       Output only. Total pretax subtotal amount attributable to the account
       during the service period, in micros.
       
      optional int64 subtotal_amount_micros = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasTaxAmountMicros

      public boolean hasTaxAmountMicros()
       Output only. Total tax amount attributable to the account during the
       service period, in micros.
       
      optional int64 tax_amount_micros = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the taxAmountMicros field is set.
    • getTaxAmountMicros

      public long getTaxAmountMicros()
       Output only. Total tax amount attributable to the account during the
       service period, in micros.
       
      optional int64 tax_amount_micros = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTaxAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The taxAmountMicros.
    • setTaxAmountMicros

      public Invoice.AccountSummary.Builder setTaxAmountMicros(long value)
       Output only. Total tax amount attributable to the account during the
       service period, in micros.
       
      optional int64 tax_amount_micros = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The taxAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearTaxAmountMicros

      public Invoice.AccountSummary.Builder clearTaxAmountMicros()
       Output only. Total tax amount attributable to the account during the
       service period, in micros.
       
      optional int64 tax_amount_micros = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • hasTotalAmountMicros

      public boolean hasTotalAmountMicros()
       Output only. Total amount attributable to the account during the service
       period, in micros. This equals the sum of the subtotal_amount_micros and
       tax_amount_micros.
       
      optional int64 total_amount_micros = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      Whether the totalAmountMicros field is set.
    • getTotalAmountMicros

      public long getTotalAmountMicros()
       Output only. Total amount attributable to the account during the service
       period, in micros. This equals the sum of the subtotal_amount_micros and
       tax_amount_micros.
       
      optional int64 total_amount_micros = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTotalAmountMicros in interface Invoice.AccountSummaryOrBuilder
      Returns:
      The totalAmountMicros.
    • setTotalAmountMicros

      public Invoice.AccountSummary.Builder setTotalAmountMicros(long value)
       Output only. Total amount attributable to the account during the service
       period, in micros. This equals the sum of the subtotal_amount_micros and
       tax_amount_micros.
       
      optional int64 total_amount_micros = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The totalAmountMicros to set.
      Returns:
      This builder for chaining.
    • clearTotalAmountMicros

      public Invoice.AccountSummary.Builder clearTotalAmountMicros()
       Output only. Total amount attributable to the account during the service
       period, in micros. This equals the sum of the subtotal_amount_micros and
       tax_amount_micros.
       
      optional int64 total_amount_micros = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final Invoice.AccountSummary.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Invoice.AccountSummary.Builder>
    • mergeUnknownFields

      public final Invoice.AccountSummary.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Invoice.AccountSummary.Builder>