Interface Invoice.InvalidActivitySummaryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Invoice.InvalidActivitySummary,Invoice.InvalidActivitySummary.Builder
- Enclosing class:
- Invoice
public static interface Invoice.InvalidActivitySummaryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAmountMicros()Output only.java.lang.StringgetOriginalAccountBudgetName()Output only.com.google.protobuf.ByteStringgetOriginalAccountBudgetNameBytes()Output only.java.lang.StringgetOriginalInvoiceId()Output only.com.google.protobuf.ByteStringgetOriginalInvoiceIdBytes()Output only.MonthOfYearEnum.MonthOfYeargetOriginalMonthOfService()Output only.intgetOriginalMonthOfServiceValue()Output only.java.lang.StringgetOriginalPurchaseOrderNumber()Output only.com.google.protobuf.ByteStringgetOriginalPurchaseOrderNumberBytes()Output only.java.lang.StringgetOriginalYearOfService()Output only.com.google.protobuf.ByteStringgetOriginalYearOfServiceBytes()Output only.booleanhasAmountMicros()Output only.booleanhasOriginalAccountBudgetName()Output only.booleanhasOriginalInvoiceId()Output only.booleanhasOriginalMonthOfService()Output only.booleanhasOriginalPurchaseOrderNumber()Output only.booleanhasOriginalYearOfService()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOriginalMonthOfService
boolean hasOriginalMonthOfService()
Output only. Original month of service related to this invalid activity credit.
optional .google.ads.googleads.v15.enums.MonthOfYearEnum.MonthOfYear original_month_of_service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the originalMonthOfService field is set.
-
getOriginalMonthOfServiceValue
int getOriginalMonthOfServiceValue()
Output only. Original month of service related to this invalid activity credit.
optional .google.ads.googleads.v15.enums.MonthOfYearEnum.MonthOfYear original_month_of_service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for originalMonthOfService.
-
getOriginalMonthOfService
MonthOfYearEnum.MonthOfYear getOriginalMonthOfService()
Output only. Original month of service related to this invalid activity credit.
optional .google.ads.googleads.v15.enums.MonthOfYearEnum.MonthOfYear original_month_of_service = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The originalMonthOfService.
-
hasOriginalYearOfService
boolean hasOriginalYearOfService()
Output only. Original year of service related to this invalid activity credit.
optional string original_year_of_service = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the originalYearOfService field is set.
-
getOriginalYearOfService
java.lang.String getOriginalYearOfService()
Output only. Original year of service related to this invalid activity credit.
optional string original_year_of_service = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The originalYearOfService.
-
getOriginalYearOfServiceBytes
com.google.protobuf.ByteString getOriginalYearOfServiceBytes()
Output only. Original year of service related to this invalid activity credit.
optional string original_year_of_service = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for originalYearOfService.
-
hasOriginalInvoiceId
boolean hasOriginalInvoiceId()
Output only. Original invoice number related to this invalid activity credit.
optional string original_invoice_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the originalInvoiceId field is set.
-
getOriginalInvoiceId
java.lang.String getOriginalInvoiceId()
Output only. Original invoice number related to this invalid activity credit.
optional string original_invoice_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The originalInvoiceId.
-
getOriginalInvoiceIdBytes
com.google.protobuf.ByteString getOriginalInvoiceIdBytes()
Output only. Original invoice number related to this invalid activity credit.
optional string original_invoice_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for originalInvoiceId.
-
hasOriginalAccountBudgetName
boolean hasOriginalAccountBudgetName()
Output only. Original account budget name related to this invalid activity credit.
optional string original_account_budget_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the originalAccountBudgetName field is set.
-
getOriginalAccountBudgetName
java.lang.String getOriginalAccountBudgetName()
Output only. Original account budget name related to this invalid activity credit.
optional string original_account_budget_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The originalAccountBudgetName.
-
getOriginalAccountBudgetNameBytes
com.google.protobuf.ByteString getOriginalAccountBudgetNameBytes()
Output only. Original account budget name related to this invalid activity credit.
optional string original_account_budget_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for originalAccountBudgetName.
-
hasOriginalPurchaseOrderNumber
boolean hasOriginalPurchaseOrderNumber()
Output only. Original purchase order number related to this invalid activity credit.
optional string original_purchase_order_number = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the originalPurchaseOrderNumber field is set.
-
getOriginalPurchaseOrderNumber
java.lang.String getOriginalPurchaseOrderNumber()
Output only. Original purchase order number related to this invalid activity credit.
optional string original_purchase_order_number = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The originalPurchaseOrderNumber.
-
getOriginalPurchaseOrderNumberBytes
com.google.protobuf.ByteString getOriginalPurchaseOrderNumberBytes()
Output only. Original purchase order number related to this invalid activity credit.
optional string original_purchase_order_number = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for originalPurchaseOrderNumber.
-
hasAmountMicros
boolean hasAmountMicros()
Output only. Invalid activity amount in micros.
optional int64 amount_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the amountMicros field is set.
-
getAmountMicros
long getAmountMicros()
Output only. Invalid activity amount in micros.
optional int64 amount_micros = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The amountMicros.
-
-