Interface BenchmarksLocationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BenchmarksLocation, BenchmarksLocation.Builder

public interface BenchmarksLocationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Information on the geographic location, including the location ID.
    Information on the geographic location, including the location ID.
    The unique location name in English.
    com.google.protobuf.ByteString
    The unique location name in English.
    The location's type.
    com.google.protobuf.ByteString
    The location's type.
    boolean
    Information on the geographic location, including the location ID.

    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 Details

    • getLocationName

      String getLocationName()
       The unique location name in English.
       
      string location_name = 1;
      Returns:
      The locationName.
    • getLocationNameBytes

      com.google.protobuf.ByteString getLocationNameBytes()
       The unique location name in English.
       
      string location_name = 1;
      Returns:
      The bytes for locationName.
    • getLocationType

      String getLocationType()
       The location's type. Location types correspond to target_type returned by
       searching location type in GoogleAdsService.Search/SearchStream.
       
      string location_type = 2;
      Returns:
      The locationType.
    • getLocationTypeBytes

      com.google.protobuf.ByteString getLocationTypeBytes()
       The location's type. Location types correspond to target_type returned by
       searching location type in GoogleAdsService.Search/SearchStream.
       
      string location_type = 2;
      Returns:
      The bytes for locationType.
    • hasLocationInfo

      boolean hasLocationInfo()
       Information on the geographic location, including the location ID.
       
      .google.ads.googleads.v23.common.LocationInfo location_info = 3;
      Returns:
      Whether the locationInfo field is set.
    • getLocationInfo

      LocationInfo getLocationInfo()
       Information on the geographic location, including the location ID.
       
      .google.ads.googleads.v23.common.LocationInfo location_info = 3;
      Returns:
      The locationInfo.
    • getLocationInfoOrBuilder

      LocationInfoOrBuilder getLocationInfoOrBuilder()
       Information on the geographic location, including the location ID.
       
      .google.ads.googleads.v23.common.LocationInfo location_info = 3;