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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAmountMicros()Output only.LocalServicesDocumentReadOnlygetInsuranceDocumentReadonly()Output only.LocalServicesDocumentReadOnlyOrBuildergetInsuranceDocumentReadonlyOrBuilder()Output only.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReasongetRejectionReason()Output only.intgetRejectionReasonValue()Output only.booleanhasAmountMicros()Output only.booleanhasInsuranceDocumentReadonly()Output only.booleanhasRejectionReason()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getRejectionReason
LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason getRejectionReason()
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 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];
-
-