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

com.google.ads.googleads.v18.common.LocationAttributeMetadataOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v18/common/audience_insights_attribute.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v18.common;

public interface LocationAttributeMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v18.common.LocationAttributeMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The country location that this attribute’s sub country location is located
   * in.
   * 
* * .google.ads.googleads.v18.common.LocationInfo country_location = 1; * @return Whether the countryLocation field is set. */ boolean hasCountryLocation(); /** *
   * The country location that this attribute’s sub country location is located
   * in.
   * 
* * .google.ads.googleads.v18.common.LocationInfo country_location = 1; * @return The countryLocation. */ com.google.ads.googleads.v18.common.LocationInfo getCountryLocation(); /** *
   * The country location that this attribute’s sub country location is located
   * in.
   * 
* * .google.ads.googleads.v18.common.LocationInfo country_location = 1; */ com.google.ads.googleads.v18.common.LocationInfoOrBuilder getCountryLocationOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy