All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.GranularInsuranceStatusOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/customer.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface GranularInsuranceStatusOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.GranularInsuranceStatus)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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]; * @return Whether the geoCriterionId field is set. */ 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]; * @return The geoCriterionId. */ long getGeoCriterionId(); /** *
   * 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]; * @return Whether the categoryId field is set. */ 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]; * @return The categoryId. */ 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]; * @return The bytes for categoryId. */ com.google.protobuf.ByteString getCategoryIdBytes(); /** *
   * Output only. Granular insurance status, per geo + vertical.
   * 
* * optional .google.ads.googleads.v17.enums.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus verification_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the verificationStatus field is set. */ boolean hasVerificationStatus(); /** *
   * Output only. Granular insurance status, per geo + vertical.
   * 
* * optional .google.ads.googleads.v17.enums.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus verification_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for verificationStatus. */ int getVerificationStatusValue(); /** *
   * Output only. Granular insurance status, per geo + vertical.
   * 
* * optional .google.ads.googleads.v17.enums.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus verification_status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The verificationStatus. */ com.google.ads.googleads.v17.enums.LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus getVerificationStatus(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy