com.google.ads.googleads.v10.common.HotelCountryRegionInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/criteria.proto
package com.google.ads.googleads.v10.common;
public interface HotelCountryRegionInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.HotelCountryRegionInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* The Geo Target Constant resource name.
*
*
* optional string country_region_criterion = 2;
* @return Whether the countryRegionCriterion field is set.
*/
boolean hasCountryRegionCriterion();
/**
*
* The Geo Target Constant resource name.
*
*
* optional string country_region_criterion = 2;
* @return The countryRegionCriterion.
*/
java.lang.String getCountryRegionCriterion();
/**
*
* The Geo Target Constant resource name.
*
*
* optional string country_region_criterion = 2;
* @return The bytes for countryRegionCriterion.
*/
com.google.protobuf.ByteString
getCountryRegionCriterionBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy