All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.AudienceInsightsAttributeMetadataOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/audience_insights_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface AudienceInsightsAttributeMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The type of the attribute.
   * 
* * .google.ads.googleads.v17.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimension = 1; * @return The enum numeric value on the wire for dimension. */ int getDimensionValue(); /** *
   * The type of the attribute.
   * 
* * .google.ads.googleads.v17.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimension = 1; * @return The dimension. */ com.google.ads.googleads.v17.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension getDimension(); /** *
   * The attribute itself.
   * 
* * .google.ads.googleads.v17.services.AudienceInsightsAttribute attribute = 2; * @return Whether the attribute field is set. */ boolean hasAttribute(); /** *
   * The attribute itself.
   * 
* * .google.ads.googleads.v17.services.AudienceInsightsAttribute attribute = 2; * @return The attribute. */ com.google.ads.googleads.v17.services.AudienceInsightsAttribute getAttribute(); /** *
   * The attribute itself.
   * 
* * .google.ads.googleads.v17.services.AudienceInsightsAttribute attribute = 2; */ com.google.ads.googleads.v17.services.AudienceInsightsAttributeOrBuilder getAttributeOrBuilder(); /** *
   * The human-readable name of the attribute.
   * 
* * string display_name = 3; * @return The displayName. */ java.lang.String getDisplayName(); /** *
   * The human-readable name of the attribute.
   * 
* * string display_name = 3; * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** *
   * 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; * @return The displayInfo. */ 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; * @return The bytes for displayInfo. */ com.google.protobuf.ByteString getDisplayInfoBytes(); /** *
   * 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; * @return The potentialYoutubeReach. */ long getPotentialYoutubeReach(); /** *
   * Special metadata for a YouTube channel.
   * 
* * .google.ads.googleads.v17.services.YouTubeChannelAttributeMetadata youtube_channel_metadata = 6; * @return Whether the youtubeChannelMetadata field is set. */ boolean hasYoutubeChannelMetadata(); /** *
   * Special metadata for a YouTube channel.
   * 
* * .google.ads.googleads.v17.services.YouTubeChannelAttributeMetadata youtube_channel_metadata = 6; * @return The youtubeChannelMetadata. */ com.google.ads.googleads.v17.services.YouTubeChannelAttributeMetadata getYoutubeChannelMetadata(); /** *
   * Special metadata for a YouTube channel.
   * 
* * .google.ads.googleads.v17.services.YouTubeChannelAttributeMetadata youtube_channel_metadata = 6; */ com.google.ads.googleads.v17.services.YouTubeChannelAttributeMetadataOrBuilder getYoutubeChannelMetadataOrBuilder(); /** *
   * Special metadata for a YouTube Dynamic Lineup.
   * 
* * .google.ads.googleads.v17.services.DynamicLineupAttributeMetadata dynamic_attribute_metadata = 7; * @return Whether the dynamicAttributeMetadata field is set. */ boolean hasDynamicAttributeMetadata(); /** *
   * Special metadata for a YouTube Dynamic Lineup.
   * 
* * .google.ads.googleads.v17.services.DynamicLineupAttributeMetadata dynamic_attribute_metadata = 7; * @return The dynamicAttributeMetadata. */ com.google.ads.googleads.v17.services.DynamicLineupAttributeMetadata getDynamicAttributeMetadata(); /** *
   * Special metadata for a YouTube Dynamic Lineup.
   * 
* * .google.ads.googleads.v17.services.DynamicLineupAttributeMetadata dynamic_attribute_metadata = 7; */ com.google.ads.googleads.v17.services.DynamicLineupAttributeMetadataOrBuilder getDynamicAttributeMetadataOrBuilder(); /** *
   * Special metadata for a Location.
   * 
* * .google.ads.googleads.v17.services.LocationAttributeMetadata location_attribute_metadata = 8; * @return Whether the locationAttributeMetadata field is set. */ boolean hasLocationAttributeMetadata(); /** *
   * Special metadata for a Location.
   * 
* * .google.ads.googleads.v17.services.LocationAttributeMetadata location_attribute_metadata = 8; * @return The locationAttributeMetadata. */ com.google.ads.googleads.v17.services.LocationAttributeMetadata getLocationAttributeMetadata(); /** *
   * Special metadata for a Location.
   * 
* * .google.ads.googleads.v17.services.LocationAttributeMetadata location_attribute_metadata = 8; */ com.google.ads.googleads.v17.services.LocationAttributeMetadataOrBuilder getLocationAttributeMetadataOrBuilder(); com.google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata.DimensionMetadataCase getDimensionMetadataCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy