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

com.google.ads.googleads.v16.resources.InsuranceVerificationArtifactOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v16/resources/local_services_verification_artifact.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v16.resources;

public interface InsuranceVerificationArtifactOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v16.resources.InsuranceVerificationArtifact)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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]; * @return Whether the amountMicros field is set. */ 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]; * @return The amountMicros. */ long getAmountMicros(); /** *
   * Output only. Insurance document's rejection reason.
   * 
* * optional .google.ads.googleads.v16.enums.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason rejection_reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the rejectionReason field is set. */ boolean hasRejectionReason(); /** *
   * Output only. Insurance document's rejection reason.
   * 
* * optional .google.ads.googleads.v16.enums.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason rejection_reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for rejectionReason. */ int getRejectionReasonValue(); /** *
   * Output only. Insurance document's rejection reason.
   * 
* * optional .google.ads.googleads.v16.enums.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason rejection_reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The rejectionReason. */ com.google.ads.googleads.v16.enums.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason getRejectionReason(); /** *
   * Output only. The readonly field containing the information for an uploaded
   * insurance document.
   * 
* * optional .google.ads.googleads.v16.common.LocalServicesDocumentReadOnly insurance_document_readonly = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the insuranceDocumentReadonly field is set. */ boolean hasInsuranceDocumentReadonly(); /** *
   * Output only. The readonly field containing the information for an uploaded
   * insurance document.
   * 
* * optional .google.ads.googleads.v16.common.LocalServicesDocumentReadOnly insurance_document_readonly = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The insuranceDocumentReadonly. */ com.google.ads.googleads.v16.common.LocalServicesDocumentReadOnly getInsuranceDocumentReadonly(); /** *
   * Output only. The readonly field containing the information for an uploaded
   * insurance document.
   * 
* * optional .google.ads.googleads.v16.common.LocalServicesDocumentReadOnly insurance_document_readonly = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v16.common.LocalServicesDocumentReadOnlyOrBuilder getInsuranceDocumentReadonlyOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy