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.services.AudienceInsightsAttribute attribute = 2;
      Returns:
      Whether the attribute field is set.
    • getAttribute

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

      AudienceInsightsAttributeOrBuilder getAttributeOrBuilder()
       The attribute itself.
       
      .google.ads.googleads.v18.services.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 = 5;
      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 = 5;
      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.  Only populated in
       GenerateAudienceOverlapInsightsResponses and in
       ListAudienceInsightsAttributesResponses when youtube_reach_location is
       present in the request.
       
      int64 potential_youtube_reach = 9;
      Returns:
      The potentialYoutubeReach.
    • hasYoutubeChannelMetadata

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

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

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

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

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

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

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

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

      LocationAttributeMetadataOrBuilder getLocationAttributeMetadataOrBuilder()
       Special metadata for a Location.
       
      .google.ads.googleads.v18.services.LocationAttributeMetadata location_attribute_metadata = 8;
    • hasUserInterestAttributeMetadata

      boolean hasUserInterestAttributeMetadata()
       Special metadata for a User Interest.
       
      .google.ads.googleads.v18.services.UserInterestAttributeMetadata user_interest_attribute_metadata = 10;
      Returns:
      Whether the userInterestAttributeMetadata field is set.
    • getUserInterestAttributeMetadata

      UserInterestAttributeMetadata getUserInterestAttributeMetadata()
       Special metadata for a User Interest.
       
      .google.ads.googleads.v18.services.UserInterestAttributeMetadata user_interest_attribute_metadata = 10;
      Returns:
      The userInterestAttributeMetadata.
    • getUserInterestAttributeMetadataOrBuilder

      UserInterestAttributeMetadataOrBuilder getUserInterestAttributeMetadataOrBuilder()
       Special metadata for a User Interest.
       
      .google.ads.googleads.v18.services.UserInterestAttributeMetadata user_interest_attribute_metadata = 10;
    • getDimensionMetadataCase