Interface AudienceInsightsAttributeMetadataOrBuilder

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

public interface AudienceInsightsAttributeMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDimensionValue

      int getDimensionValue()
       The type of the attribute.
       
      .google.ads.googleads.v18.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimension = 1;
      Returns:
      The enum numeric value on the wire for dimension.
    • getDimension

       The type of the attribute.
       
      .google.ads.googleads.v18.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimension = 1;
      Returns:
      The dimension.
    • hasAttribute

      boolean hasAttribute()
       The attribute itself.
       
      .google.ads.googleads.v18.common.AudienceInsightsAttribute attribute = 2;
      Returns:
      Whether the attribute field is set.
    • getAttribute

       The attribute itself.
       
      .google.ads.googleads.v18.common.AudienceInsightsAttribute attribute = 2;
      Returns:
      The attribute.
    • getAttributeOrBuilder

      AudienceInsightsAttributeOrBuilder getAttributeOrBuilder()
       The attribute itself.
       
      .google.ads.googleads.v18.common.AudienceInsightsAttribute attribute = 2;
    • getDisplayName

      String getDisplayName()
       The human-readable name of the attribute.
       
      string display_name = 3;
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       The human-readable name of the attribute.
       
      string display_name = 3;
      Returns:
      The bytes for displayName.
    • getDisplayInfo

      String getDisplayInfo()
       A string that supplements the display_name to identify the attribute.
       If the dimension is TOPIC, this is a brief description of the
       Knowledge Graph entity, such as "American singer-songwriter".
       If the dimension is CATEGORY, this is the complete path to the category in
       The Product & Service taxonomy, for example
       "/Apparel/Clothing/Outerwear".
       
      string display_info = 4;
      Returns:
      The displayInfo.
    • getDisplayInfoBytes

      com.google.protobuf.ByteString getDisplayInfoBytes()
       A string that supplements the display_name to identify the attribute.
       If the dimension is TOPIC, this is a brief description of the
       Knowledge Graph entity, such as "American singer-songwriter".
       If the dimension is CATEGORY, this is the complete path to the category in
       The Product & Service taxonomy, for example
       "/Apparel/Clothing/Outerwear".
       
      string display_info = 4;
      Returns:
      The bytes for displayInfo.
    • getPotentialYoutubeReach

      long getPotentialYoutubeReach()
       An estimate of the number of reachable YouTube users matching this
       attribute in the requested location, or zero if that information is not
       available for this attribute. This field is not populated in every
       response.
       
      int64 potential_youtube_reach = 8;
      Returns:
      The potentialYoutubeReach.
    • getSubscriberShare

      double getSubscriberShare()
       The share of subscribers within this attribute, between and including 0 and
       1. This field is not populated in every response.
       
      double subscriber_share = 9;
      Returns:
      The subscriberShare.
    • hasYoutubeChannelMetadata

      boolean hasYoutubeChannelMetadata()
       Special metadata for a YouTube channel.
       
      .google.ads.googleads.v18.common.YouTubeChannelAttributeMetadata youtube_channel_metadata = 5;
      Returns:
      Whether the youtubeChannelMetadata field is set.
    • getYoutubeChannelMetadata

      YouTubeChannelAttributeMetadata getYoutubeChannelMetadata()
       Special metadata for a YouTube channel.
       
      .google.ads.googleads.v18.common.YouTubeChannelAttributeMetadata youtube_channel_metadata = 5;
      Returns:
      The youtubeChannelMetadata.
    • getYoutubeChannelMetadataOrBuilder

      YouTubeChannelAttributeMetadataOrBuilder getYoutubeChannelMetadataOrBuilder()
       Special metadata for a YouTube channel.
       
      .google.ads.googleads.v18.common.YouTubeChannelAttributeMetadata youtube_channel_metadata = 5;
    • hasDynamicAttributeMetadata

      boolean hasDynamicAttributeMetadata()
       Special metadata for a YouTube Dynamic Lineup.
       
      .google.ads.googleads.v18.common.DynamicLineupAttributeMetadata dynamic_attribute_metadata = 6;
      Returns:
      Whether the dynamicAttributeMetadata field is set.
    • getDynamicAttributeMetadata

      DynamicLineupAttributeMetadata getDynamicAttributeMetadata()
       Special metadata for a YouTube Dynamic Lineup.
       
      .google.ads.googleads.v18.common.DynamicLineupAttributeMetadata dynamic_attribute_metadata = 6;
      Returns:
      The dynamicAttributeMetadata.
    • getDynamicAttributeMetadataOrBuilder

      DynamicLineupAttributeMetadataOrBuilder getDynamicAttributeMetadataOrBuilder()
       Special metadata for a YouTube Dynamic Lineup.
       
      .google.ads.googleads.v18.common.DynamicLineupAttributeMetadata dynamic_attribute_metadata = 6;
    • hasLocationAttributeMetadata

      boolean hasLocationAttributeMetadata()
       Special metadata for a Location.
       
      .google.ads.googleads.v18.common.LocationAttributeMetadata location_attribute_metadata = 7;
      Returns:
      Whether the locationAttributeMetadata field is set.
    • getLocationAttributeMetadata

      LocationAttributeMetadata getLocationAttributeMetadata()
       Special metadata for a Location.
       
      .google.ads.googleads.v18.common.LocationAttributeMetadata location_attribute_metadata = 7;
      Returns:
      The locationAttributeMetadata.
    • getLocationAttributeMetadataOrBuilder

      LocationAttributeMetadataOrBuilder getLocationAttributeMetadataOrBuilder()
       Special metadata for a Location.
       
      .google.ads.googleads.v18.common.LocationAttributeMetadata location_attribute_metadata = 7;
    • getDimensionMetadataCase