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

com.google.ads.googleads.v17.services.LocationAttributeMetadataOrBuilder Maven / Gradle / Ivy

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

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

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

  /**
   * 
   * The country location of the sub country location.
   * 
* * .google.ads.googleads.v17.common.LocationInfo country_location = 1; * @return Whether the countryLocation field is set. */ boolean hasCountryLocation(); /** *
   * The country location of the sub country location.
   * 
* * .google.ads.googleads.v17.common.LocationInfo country_location = 1; * @return The countryLocation. */ com.google.ads.googleads.v17.common.LocationInfo getCountryLocation(); /** *
   * The country location of the sub country location.
   * 
* * .google.ads.googleads.v17.common.LocationInfo country_location = 1; */ com.google.ads.googleads.v17.common.LocationInfoOrBuilder getCountryLocationOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy