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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LocationInfo getCountryLocation()
      The country location of the sub country location.
      LocationInfoOrBuilder getCountryLocationOrBuilder()
      The country location of the sub country location.
      boolean hasCountryLocation()
      The country location of the sub country location.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasCountryLocation

        boolean hasCountryLocation()
         The country location of the sub country location.
         
        .google.ads.googleads.v15.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.v15.common.LocationInfo country_location = 1;
        Returns:
        The countryLocation.
      • getCountryLocationOrBuilder

        LocationInfoOrBuilder getCountryLocationOrBuilder()
         The country location of the sub country location.
         
        .google.ads.googleads.v15.common.LocationInfo country_location = 1;