Interface InsuranceVerificationArtifactOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InsuranceVerificationArtifact,InsuranceVerificationArtifact.Builder
public interface InsuranceVerificationArtifactOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.Output only.Output only.intOutput only.booleanOutput only.booleanOutput only.booleanOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.v18.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.v18.enums.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason rejection_reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for rejectionReason.
-
getRejectionReason
LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason getRejectionReason()Output only. Insurance document's rejection reason.
optional .google.ads.googleads.v18.enums.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason rejection_reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The rejectionReason.
-
hasInsuranceDocumentReadonly
boolean hasInsuranceDocumentReadonly()Output only. The readonly field containing the information for an uploaded insurance document.
optional .google.ads.googleads.v18.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.v18.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.v18.common.LocalServicesDocumentReadOnly insurance_document_readonly = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
hasExpirationDateTime
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];- Returns:
- Whether the expirationDateTime field is set.
-
getExpirationDateTime
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];- Returns:
- The expirationDateTime.
-
getExpirationDateTimeBytes
com.google.protobuf.ByteString getExpirationDateTimeBytes()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];- Returns:
- The bytes for expirationDateTime.
-