Interface AudienceInsightsAttributeMetadataOrBuilder

    • Method Detail

      • getDimensionValue

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

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

        AudienceInsightsAttribute getAttribute()
         The attribute itself.
         
        .google.ads.googleads.v13.services.AudienceInsightsAttribute attribute = 2;
        Returns:
        The attribute.
      • getAttributeOrBuilder

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

        java.lang.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.
      • getScore

        double getScore()
         A relevance score for this attribute, between 0 and 1.
         
        double score = 4;
        Returns:
        The score.
      • getDisplayInfo

        java.lang.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.
      • hasYoutubeChannelMetadata

        boolean hasYoutubeChannelMetadata()
         Special metadata for a YouTube channel.
         
        .google.ads.googleads.v13.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.v13.services.YouTubeChannelAttributeMetadata youtube_channel_metadata = 6;
        Returns:
        The youtubeChannelMetadata.
      • getYoutubeChannelMetadataOrBuilder

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

        boolean hasDynamicAttributeMetadata()
         Special metadata for a YouTube Dynamic Lineup.
         
        .google.ads.googleads.v13.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.v13.services.DynamicLineupAttributeMetadata dynamic_attribute_metadata = 7;
        Returns:
        The dynamicAttributeMetadata.
      • getDynamicAttributeMetadataOrBuilder

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

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

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

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