Interface GranularLicenseStatusOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GranularLicenseStatus, GranularLicenseStatus.Builder

    public interface GranularLicenseStatusOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 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 license 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 license 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 license status, per geo + vertical.
         
        optional .google.ads.googleads.v15.enums.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus verification_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The verificationStatus.