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 of the sub country location.The country location of the sub country location.booleanThe country location of the sub country location.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 of the sub country location.
.google.ads.googleads.v18.common.LocationInfo country_location = 1;- Returns:
- Whether the countryLocation field is set.
-
getCountryLocation
LocationInfo getCountryLocation()The country location of the sub country location.
.google.ads.googleads.v18.common.LocationInfo country_location = 1;- Returns:
- The countryLocation.
-
getCountryLocationOrBuilder
LocationInfoOrBuilder getCountryLocationOrBuilder()The country location of the sub country location.
.google.ads.googleads.v18.common.LocationInfo country_location = 1;
-