Class Invoice.AccountBudgetSummary.Builder

    • Method Detail

      • 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.AccountBudgetSummary.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.AccountBudgetSummary.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

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

        public Invoice.AccountBudgetSummary.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.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.AccountBudgetSummary.Builder>
        Throws:
        java.io.IOException
      • hasCustomer

        public boolean hasCustomer()
         Output only. The resource name of the customer associated with this account budget.
         This contains the customer ID, which appears on the invoice PDF as
         "Account ID".
         Customer resource names have the form:
         `customers/{customer_id}`
         
        optional string customer = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCustomer in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        Whether the customer field is set.
      • getCustomer

        public java.lang.String getCustomer()
         Output only. The resource name of the customer associated with this account budget.
         This contains the customer ID, which appears on the invoice PDF as
         "Account ID".
         Customer resource names have the form:
         `customers/{customer_id}`
         
        optional string customer = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCustomer in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        The customer.
      • getCustomerBytes

        public com.google.protobuf.ByteString getCustomerBytes()
         Output only. The resource name of the customer associated with this account budget.
         This contains the customer ID, which appears on the invoice PDF as
         "Account ID".
         Customer resource names have the form:
         `customers/{customer_id}`
         
        optional string customer = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCustomerBytes in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        The bytes for customer.
      • setCustomer

        public Invoice.AccountBudgetSummary.Builder setCustomer​(java.lang.String value)
         Output only. The resource name of the customer associated with this account budget.
         This contains the customer ID, which appears on the invoice PDF as
         "Account ID".
         Customer resource names have the form:
         `customers/{customer_id}`
         
        optional string customer = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The customer to set.
        Returns:
        This builder for chaining.
      • clearCustomer

        public Invoice.AccountBudgetSummary.Builder clearCustomer()
         Output only. The resource name of the customer associated with this account budget.
         This contains the customer ID, which appears on the invoice PDF as
         "Account ID".
         Customer resource names have the form:
         `customers/{customer_id}`
         
        optional string customer = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setCustomerBytes

        public Invoice.AccountBudgetSummary.Builder setCustomerBytes​(com.google.protobuf.ByteString value)
         Output only. The resource name of the customer associated with this account budget.
         This contains the customer ID, which appears on the invoice PDF as
         "Account ID".
         Customer resource names have the form:
         `customers/{customer_id}`
         
        optional string customer = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for customer to set.
        Returns:
        This builder for chaining.
      • hasCustomerDescriptiveName

        public boolean hasCustomerDescriptiveName()
         Output only. The descriptive name of the account budget's customer. It appears on the
         invoice PDF as "Account".
         
        optional string customer_descriptive_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCustomerDescriptiveName in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        Whether the customerDescriptiveName field is set.
      • getCustomerDescriptiveName

        public java.lang.String getCustomerDescriptiveName()
         Output only. The descriptive name of the account budget's customer. It appears on the
         invoice PDF as "Account".
         
        optional string customer_descriptive_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCustomerDescriptiveName in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        The customerDescriptiveName.
      • getCustomerDescriptiveNameBytes

        public com.google.protobuf.ByteString getCustomerDescriptiveNameBytes()
         Output only. The descriptive name of the account budget's customer. It appears on the
         invoice PDF as "Account".
         
        optional string customer_descriptive_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCustomerDescriptiveNameBytes in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        The bytes for customerDescriptiveName.
      • setCustomerDescriptiveName

        public Invoice.AccountBudgetSummary.Builder setCustomerDescriptiveName​(java.lang.String value)
         Output only. The descriptive name of the account budget's customer. It appears on the
         invoice PDF as "Account".
         
        optional string customer_descriptive_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The customerDescriptiveName to set.
        Returns:
        This builder for chaining.
      • clearCustomerDescriptiveName

        public Invoice.AccountBudgetSummary.Builder clearCustomerDescriptiveName()
         Output only. The descriptive name of the account budget's customer. It appears on the
         invoice PDF as "Account".
         
        optional string customer_descriptive_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setCustomerDescriptiveNameBytes

        public Invoice.AccountBudgetSummary.Builder setCustomerDescriptiveNameBytes​(com.google.protobuf.ByteString value)
         Output only. The descriptive name of the account budget's customer. It appears on the
         invoice PDF as "Account".
         
        optional string customer_descriptive_name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for customerDescriptiveName to set.
        Returns:
        This builder for chaining.
      • hasAccountBudget

        public boolean hasAccountBudget()
         Output only. The resource name of the account budget associated with this summarized
         billable cost.
         AccountBudget resource names have the form:
         `customers/{customer_id}/accountBudgets/{account_budget_id}`
         
        optional string account_budget = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasAccountBudget in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        Whether the accountBudget field is set.
      • getAccountBudget

        public java.lang.String getAccountBudget()
         Output only. The resource name of the account budget associated with this summarized
         billable cost.
         AccountBudget resource names have the form:
         `customers/{customer_id}/accountBudgets/{account_budget_id}`
         
        optional string account_budget = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAccountBudget in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        The accountBudget.
      • getAccountBudgetBytes

        public com.google.protobuf.ByteString getAccountBudgetBytes()
         Output only. The resource name of the account budget associated with this summarized
         billable cost.
         AccountBudget resource names have the form:
         `customers/{customer_id}/accountBudgets/{account_budget_id}`
         
        optional string account_budget = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAccountBudgetBytes in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        The bytes for accountBudget.
      • setAccountBudget

        public Invoice.AccountBudgetSummary.Builder setAccountBudget​(java.lang.String value)
         Output only. The resource name of the account budget associated with this summarized
         billable cost.
         AccountBudget resource names have the form:
         `customers/{customer_id}/accountBudgets/{account_budget_id}`
         
        optional string account_budget = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The accountBudget to set.
        Returns:
        This builder for chaining.
      • clearAccountBudget

        public Invoice.AccountBudgetSummary.Builder clearAccountBudget()
         Output only. The resource name of the account budget associated with this summarized
         billable cost.
         AccountBudget resource names have the form:
         `customers/{customer_id}/accountBudgets/{account_budget_id}`
         
        optional string account_budget = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setAccountBudgetBytes

        public Invoice.AccountBudgetSummary.Builder setAccountBudgetBytes​(com.google.protobuf.ByteString value)
         Output only. The resource name of the account budget associated with this summarized
         billable cost.
         AccountBudget resource names have the form:
         `customers/{customer_id}/accountBudgets/{account_budget_id}`
         
        optional string account_budget = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for accountBudget to set.
        Returns:
        This builder for chaining.
      • hasAccountBudgetName

        public boolean hasAccountBudgetName()
         Output only. The name of the account budget. It appears on the invoice PDF as "Account
         budget".
         
        optional string account_budget_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasAccountBudgetName in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        Whether the accountBudgetName field is set.
      • getAccountBudgetName

        public java.lang.String getAccountBudgetName()
         Output only. The name of the account budget. It appears on the invoice PDF as "Account
         budget".
         
        optional string account_budget_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAccountBudgetName in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        The accountBudgetName.
      • getAccountBudgetNameBytes

        public com.google.protobuf.ByteString getAccountBudgetNameBytes()
         Output only. The name of the account budget. It appears on the invoice PDF as "Account
         budget".
         
        optional string account_budget_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAccountBudgetNameBytes in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        The bytes for accountBudgetName.
      • setAccountBudgetName

        public Invoice.AccountBudgetSummary.Builder setAccountBudgetName​(java.lang.String value)
         Output only. The name of the account budget. It appears on the invoice PDF as "Account
         budget".
         
        optional string account_budget_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The accountBudgetName to set.
        Returns:
        This builder for chaining.
      • clearAccountBudgetName

        public Invoice.AccountBudgetSummary.Builder clearAccountBudgetName()
         Output only. The name of the account budget. It appears on the invoice PDF as "Account
         budget".
         
        optional string account_budget_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setAccountBudgetNameBytes

        public Invoice.AccountBudgetSummary.Builder setAccountBudgetNameBytes​(com.google.protobuf.ByteString value)
         Output only. The name of the account budget. It appears on the invoice PDF as "Account
         budget".
         
        optional string account_budget_name = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for accountBudgetName to set.
        Returns:
        This builder for chaining.
      • hasPurchaseOrderNumber

        public boolean hasPurchaseOrderNumber()
         Output only. The purchase order number of the account budget. It appears on the
         invoice PDF as "Purchase order".
         
        optional string purchase_order_number = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasPurchaseOrderNumber in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        Whether the purchaseOrderNumber field is set.
      • getPurchaseOrderNumber

        public java.lang.String getPurchaseOrderNumber()
         Output only. The purchase order number of the account budget. It appears on the
         invoice PDF as "Purchase order".
         
        optional string purchase_order_number = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPurchaseOrderNumber in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        The purchaseOrderNumber.
      • getPurchaseOrderNumberBytes

        public com.google.protobuf.ByteString getPurchaseOrderNumberBytes()
         Output only. The purchase order number of the account budget. It appears on the
         invoice PDF as "Purchase order".
         
        optional string purchase_order_number = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPurchaseOrderNumberBytes in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        The bytes for purchaseOrderNumber.
      • setPurchaseOrderNumber

        public Invoice.AccountBudgetSummary.Builder setPurchaseOrderNumber​(java.lang.String value)
         Output only. The purchase order number of the account budget. It appears on the
         invoice PDF as "Purchase order".
         
        optional string purchase_order_number = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The purchaseOrderNumber to set.
        Returns:
        This builder for chaining.
      • clearPurchaseOrderNumber

        public Invoice.AccountBudgetSummary.Builder clearPurchaseOrderNumber()
         Output only. The purchase order number of the account budget. It appears on the
         invoice PDF as "Purchase order".
         
        optional string purchase_order_number = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setPurchaseOrderNumberBytes

        public Invoice.AccountBudgetSummary.Builder setPurchaseOrderNumberBytes​(com.google.protobuf.ByteString value)
         Output only. The purchase order number of the account budget. It appears on the
         invoice PDF as "Purchase order".
         
        optional string purchase_order_number = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for purchaseOrderNumber to set.
        Returns:
        This builder for chaining.
      • hasSubtotalAmountMicros

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

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

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

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

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

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

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

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

        public boolean hasTotalAmountMicros()
         Output only. The total amount attributable to this budget during the service period,
         in micros. This equals the sum of the account budget subtotal amount and
         the account budget tax amount.
         
        optional int64 total_amount_micros = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasTotalAmountMicros in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        Whether the totalAmountMicros field is set.
      • getTotalAmountMicros

        public long getTotalAmountMicros()
         Output only. The total amount attributable to this budget during the service period,
         in micros. This equals the sum of the account budget subtotal amount and
         the account budget tax amount.
         
        optional int64 total_amount_micros = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTotalAmountMicros in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        The totalAmountMicros.
      • setTotalAmountMicros

        public Invoice.AccountBudgetSummary.Builder setTotalAmountMicros​(long value)
         Output only. The total amount attributable to this budget during the service period,
         in micros. This equals the sum of the account budget subtotal amount and
         the account budget tax amount.
         
        optional int64 total_amount_micros = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The totalAmountMicros to set.
        Returns:
        This builder for chaining.
      • clearTotalAmountMicros

        public Invoice.AccountBudgetSummary.Builder clearTotalAmountMicros()
         Output only. The total amount attributable to this budget during the service period,
         in micros. This equals the sum of the account budget subtotal amount and
         the account budget tax amount.
         
        optional int64 total_amount_micros = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasBillableActivityDateRange

        public boolean hasBillableActivityDateRange()
         Output only. The billable activity date range of the account budget, within the
         service date range of this invoice. The end date is inclusive. This can
         be different from the account budget's start and end time.
         
        .google.ads.googleads.v10.common.DateRange billable_activity_date_range = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasBillableActivityDateRange in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        Whether the billableActivityDateRange field is set.
      • getBillableActivityDateRange

        public DateRange getBillableActivityDateRange()
         Output only. The billable activity date range of the account budget, within the
         service date range of this invoice. The end date is inclusive. This can
         be different from the account budget's start and end time.
         
        .google.ads.googleads.v10.common.DateRange billable_activity_date_range = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getBillableActivityDateRange in interface Invoice.AccountBudgetSummaryOrBuilder
        Returns:
        The billableActivityDateRange.
      • setBillableActivityDateRange

        public Invoice.AccountBudgetSummary.Builder setBillableActivityDateRange​(DateRange value)
         Output only. The billable activity date range of the account budget, within the
         service date range of this invoice. The end date is inclusive. This can
         be different from the account budget's start and end time.
         
        .google.ads.googleads.v10.common.DateRange billable_activity_date_range = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setBillableActivityDateRange

        public Invoice.AccountBudgetSummary.Builder setBillableActivityDateRange​(DateRange.Builder builderForValue)
         Output only. The billable activity date range of the account budget, within the
         service date range of this invoice. The end date is inclusive. This can
         be different from the account budget's start and end time.
         
        .google.ads.googleads.v10.common.DateRange billable_activity_date_range = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeBillableActivityDateRange

        public Invoice.AccountBudgetSummary.Builder mergeBillableActivityDateRange​(DateRange value)
         Output only. The billable activity date range of the account budget, within the
         service date range of this invoice. The end date is inclusive. This can
         be different from the account budget's start and end time.
         
        .google.ads.googleads.v10.common.DateRange billable_activity_date_range = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearBillableActivityDateRange

        public Invoice.AccountBudgetSummary.Builder clearBillableActivityDateRange()
         Output only. The billable activity date range of the account budget, within the
         service date range of this invoice. The end date is inclusive. This can
         be different from the account budget's start and end time.
         
        .google.ads.googleads.v10.common.DateRange billable_activity_date_range = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getBillableActivityDateRangeBuilder

        public DateRange.Builder getBillableActivityDateRangeBuilder()
         Output only. The billable activity date range of the account budget, within the
         service date range of this invoice. The end date is inclusive. This can
         be different from the account budget's start and end time.
         
        .google.ads.googleads.v10.common.DateRange billable_activity_date_range = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getBillableActivityDateRangeOrBuilder

        public DateRangeOrBuilder getBillableActivityDateRangeOrBuilder()
         Output only. The billable activity date range of the account budget, within the
         service date range of this invoice. The end date is inclusive. This can
         be different from the account budget's start and end time.
         
        .google.ads.googleads.v10.common.DateRange billable_activity_date_range = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getBillableActivityDateRangeOrBuilder in interface Invoice.AccountBudgetSummaryOrBuilder