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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCategoryId()Output only.com.google.protobuf.ByteStringgetCategoryIdBytes()Output only.longgetGeoCriterionId()Output only.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatusgetVerificationStatus()Output only.intgetVerificationStatusValue()Output only.booleanhasCategoryId()Output only.booleanhasGeoCriterionId()Output only.booleanhasVerificationStatus()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.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.v15.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.v15.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.v15.enums.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus verification_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The verificationStatus.
-
-