Interface InsuranceVerificationArtifactOrBuilder

    • Method Detail

      • hasAmountMicros

        boolean hasAmountMicros()
         Output only. Insurance amount. This is measured in "micros" of the currency
         mentioned in the insurance document.
         
        optional int64 amount_micros = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the amountMicros field is set.
      • getAmountMicros

        long getAmountMicros()
         Output only. Insurance amount. This is measured in "micros" of the currency
         mentioned in the insurance document.
         
        optional int64 amount_micros = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The amountMicros.
      • hasRejectionReason

        boolean hasRejectionReason()
         Output only. Insurance document's rejection reason.
         
        optional .google.ads.googleads.v15.enums.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason rejection_reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the rejectionReason field is set.
      • getRejectionReasonValue

        int getRejectionReasonValue()
         Output only. Insurance document's rejection reason.
         
        optional .google.ads.googleads.v15.enums.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason rejection_reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for rejectionReason.
      • hasInsuranceDocumentReadonly

        boolean hasInsuranceDocumentReadonly()
         Output only. The readonly field containing the information for an uploaded
         insurance document.
         
        optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly insurance_document_readonly = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the insuranceDocumentReadonly field is set.
      • getInsuranceDocumentReadonly

        LocalServicesDocumentReadOnly getInsuranceDocumentReadonly()
         Output only. The readonly field containing the information for an uploaded
         insurance document.
         
        optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly insurance_document_readonly = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The insuranceDocumentReadonly.
      • getInsuranceDocumentReadonlyOrBuilder

        LocalServicesDocumentReadOnlyOrBuilder getInsuranceDocumentReadonlyOrBuilder()
         Output only. The readonly field containing the information for an uploaded
         insurance document.
         
        optional .google.ads.googleads.v15.common.LocalServicesDocumentReadOnly insurance_document_readonly = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];