com.google.ads.googleads.v17.resources.InsuranceVerificationArtifactOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/local_services_verification_artifact.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface InsuranceVerificationArtifactOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.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.v17.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.v17.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.v17.enums.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason rejection_reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The rejectionReason.
*/
com.google.ads.googleads.v17.enums.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason getRejectionReason();
/**
*
* Output only. The readonly field containing the information for an uploaded
* insurance document.
*
*
* optional .google.ads.googleads.v17.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.v17.common.LocalServicesDocumentReadOnly insurance_document_readonly = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The insuranceDocumentReadonly.
*/
com.google.ads.googleads.v17.common.LocalServicesDocumentReadOnly getInsuranceDocumentReadonly();
/**
*
* Output only. The readonly field containing the information for an uploaded
* insurance document.
*
*
* optional .google.ads.googleads.v17.common.LocalServicesDocumentReadOnly insurance_document_readonly = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.LocalServicesDocumentReadOnlyOrBuilder getInsuranceDocumentReadonlyOrBuilder();
/**
*
* Output only. The timestamp when this insurance expires.
* The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone.
* Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
*
*
* optional string expiration_date_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the expirationDateTime field is set.
*/
boolean hasExpirationDateTime();
/**
*
* Output only. The timestamp when this insurance expires.
* The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone.
* Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
*
*
* optional string expiration_date_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The expirationDateTime.
*/
java.lang.String getExpirationDateTime();
/**
*
* Output only. The timestamp when this insurance expires.
* The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone.
* Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"
*
*
* optional string expiration_date_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for expirationDateTime.
*/
com.google.protobuf.ByteString
getExpirationDateTimeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy