Interface LocationAttributeMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocationAttributeMetadata,LocationAttributeMetadata.Builder
public interface LocationAttributeMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe country location that this attribute’s sub country location is located in.The country location that this attribute’s sub country location is located in.booleanThe country location that this attribute’s sub country location is located in.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCountryLocation
boolean hasCountryLocation()The country location that this attribute’s sub country location is located in.
.google.ads.googleads.v18.common.LocationInfo country_location = 1;- Returns:
- Whether the countryLocation field is set.
-
getCountryLocation
LocationInfo getCountryLocation()The country location that this attribute’s sub country location is located in.
.google.ads.googleads.v18.common.LocationInfo country_location = 1;- Returns:
- The countryLocation.
-
getCountryLocationOrBuilder
LocationInfoOrBuilder getCountryLocationOrBuilder()The country location that this attribute’s sub country location is located in.
.google.ads.googleads.v18.common.LocationInfo country_location = 1;
-