Interface GranularInsuranceStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GranularInsuranceStatus,GranularInsuranceStatus.Builder
public interface GranularInsuranceStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.longOutput only.Output only.intOutput 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
-
hasGeoCriterionId
boolean hasGeoCriterionId()Output only. Geotarget criterion ID associated with the status. Can be on country or state/province geo level, depending on requirements and location. See https://developers.google.com/google-ads/api/data/geotargets for more information.
optional int64 geo_criterion_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the geoCriterionId field is set.
-
getGeoCriterionId
long getGeoCriterionId()Output only. Geotarget criterion ID associated with the status. Can be on country or state/province geo level, depending on requirements and location. See https://developers.google.com/google-ads/api/data/geotargets for more information.
optional int64 geo_criterion_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The geoCriterionId.
-
hasCategoryId
boolean hasCategoryId()Output only. Service category associated with the status. For example, xcat:service_area_business_plumber. For more details see: https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids
optional string category_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the categoryId field is set.
-
getCategoryId
String getCategoryId()Output only. Service category associated with the status. For example, xcat:service_area_business_plumber. For more details see: https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids
optional string category_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The categoryId.
-
getCategoryIdBytes
com.google.protobuf.ByteString getCategoryIdBytes()Output only. Service category associated with the status. For example, xcat:service_area_business_plumber. For more details see: https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids
optional string category_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for categoryId.
-
hasVerificationStatus
boolean hasVerificationStatus()Output only. Granular insurance status, per geo + vertical.
optional .google.ads.googleads.v18.enums.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus verification_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the verificationStatus field is set.
-
getVerificationStatusValue
int getVerificationStatusValue()Output only. Granular insurance status, per geo + vertical.
optional .google.ads.googleads.v18.enums.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus verification_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for verificationStatus.
-
getVerificationStatus
LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus getVerificationStatus()Output only. Granular insurance status, per geo + vertical.
optional .google.ads.googleads.v18.enums.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus verification_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The verificationStatus.
-