com.google.ads.googleads.v17.services.PlannableLocationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/reach_plan_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface PlannableLocationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.PlannableLocation)
com.google.protobuf.MessageOrBuilder {
/**
*
* The location identifier.
*
*
* optional string id = 4;
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
* The location identifier.
*
*
* optional string id = 4;
* @return The id.
*/
java.lang.String getId();
/**
*
* The location identifier.
*
*
* optional string id = 4;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
*
* The unique location name in English.
*
*
* optional string name = 5;
* @return Whether the name field is set.
*/
boolean hasName();
/**
*
* The unique location name in English.
*
*
* optional string name = 5;
* @return The name.
*/
java.lang.String getName();
/**
*
* The unique location name in English.
*
*
* optional string name = 5;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* The parent country (not present if location is a country).
* If present, will always be a GeoTargetConstant ID. Additional information
* such as country name is provided by
* [ReachPlanService.ListPlannableLocations][google.ads.googleads.v17.services.ReachPlanService.ListPlannableLocations]
* or GoogleAdsService.Search/SearchStream.
*
*
* optional int64 parent_country_id = 6;
* @return Whether the parentCountryId field is set.
*/
boolean hasParentCountryId();
/**
*
* The parent country (not present if location is a country).
* If present, will always be a GeoTargetConstant ID. Additional information
* such as country name is provided by
* [ReachPlanService.ListPlannableLocations][google.ads.googleads.v17.services.ReachPlanService.ListPlannableLocations]
* or GoogleAdsService.Search/SearchStream.
*
*
* optional int64 parent_country_id = 6;
* @return The parentCountryId.
*/
long getParentCountryId();
/**
*
* The ISO-3166-1 alpha-2 country code that is associated with the location.
*
*
* optional string country_code = 7;
* @return Whether the countryCode field is set.
*/
boolean hasCountryCode();
/**
*
* The ISO-3166-1 alpha-2 country code that is associated with the location.
*
*
* optional string country_code = 7;
* @return The countryCode.
*/
java.lang.String getCountryCode();
/**
*
* The ISO-3166-1 alpha-2 country code that is associated with the location.
*
*
* optional string country_code = 7;
* @return The bytes for countryCode.
*/
com.google.protobuf.ByteString
getCountryCodeBytes();
/**
*
* The location's type. Location types correspond to target_type returned by
* searching location type in GoogleAdsService.Search/SearchStream.
*
*
* optional string location_type = 8;
* @return Whether the locationType field is set.
*/
boolean hasLocationType();
/**
*
* The location's type. Location types correspond to target_type returned by
* searching location type in GoogleAdsService.Search/SearchStream.
*
*
* optional string location_type = 8;
* @return The locationType.
*/
java.lang.String getLocationType();
/**
*
* The location's type. Location types correspond to target_type returned by
* searching location type in GoogleAdsService.Search/SearchStream.
*
*
* optional string location_type = 8;
* @return The bytes for locationType.
*/
com.google.protobuf.ByteString
getLocationTypeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy