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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudienceInsightsAttributegetAttribute()The attribute itself.AudienceInsightsAttributeOrBuildergetAttributeOrBuilder()The attribute itself.AudienceInsightsDimensionEnum.AudienceInsightsDimensiongetDimension()The type of the attribute.AudienceInsightsAttributeMetadata.DimensionMetadataCasegetDimensionMetadataCase()intgetDimensionValue()The type of the attribute.java.lang.StringgetDisplayInfo()A string that supplements the display_name to identify the attribute.com.google.protobuf.ByteStringgetDisplayInfoBytes()A string that supplements the display_name to identify the attribute.java.lang.StringgetDisplayName()The human-readable name of the attribute.com.google.protobuf.ByteStringgetDisplayNameBytes()The human-readable name of the attribute.DynamicLineupAttributeMetadatagetDynamicAttributeMetadata()Special metadata for a YouTube Dynamic Lineup.DynamicLineupAttributeMetadataOrBuildergetDynamicAttributeMetadataOrBuilder()Special metadata for a YouTube Dynamic Lineup.LocationAttributeMetadatagetLocationAttributeMetadata()Special metadata for a Location.LocationAttributeMetadataOrBuildergetLocationAttributeMetadataOrBuilder()Special metadata for a Location.doublegetScore()A relevance score for this attribute, between 0 and 1.YouTubeChannelAttributeMetadatagetYoutubeChannelMetadata()Special metadata for a YouTube channel.YouTubeChannelAttributeMetadataOrBuildergetYoutubeChannelMetadataOrBuilder()Special metadata for a YouTube channel.booleanhasAttribute()The attribute itself.booleanhasDynamicAttributeMetadata()Special metadata for a YouTube Dynamic Lineup.booleanhasLocationAttributeMetadata()Special metadata for a Location.booleanhasYoutubeChannelMetadata()Special metadata for a YouTube channel.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDimensionValue
int getDimensionValue()
The type of the attribute.
.google.ads.googleads.v14.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimension = 1;- Returns:
- The enum numeric value on the wire for dimension.
-
getDimension
AudienceInsightsDimensionEnum.AudienceInsightsDimension getDimension()
The type of the attribute.
.google.ads.googleads.v14.enums.AudienceInsightsDimensionEnum.AudienceInsightsDimension dimension = 1;- Returns:
- The dimension.
-
hasAttribute
boolean hasAttribute()
The attribute itself.
.google.ads.googleads.v14.services.AudienceInsightsAttribute attribute = 2;- Returns:
- Whether the attribute field is set.
-
getAttribute
AudienceInsightsAttribute getAttribute()
The attribute itself.
.google.ads.googleads.v14.services.AudienceInsightsAttribute attribute = 2;- Returns:
- The attribute.
-
getAttributeOrBuilder
AudienceInsightsAttributeOrBuilder getAttributeOrBuilder()
The attribute itself.
.google.ads.googleads.v14.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.v14.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.v14.services.YouTubeChannelAttributeMetadata youtube_channel_metadata = 6;- Returns:
- The youtubeChannelMetadata.
-
getYoutubeChannelMetadataOrBuilder
YouTubeChannelAttributeMetadataOrBuilder getYoutubeChannelMetadataOrBuilder()
Special metadata for a YouTube channel.
.google.ads.googleads.v14.services.YouTubeChannelAttributeMetadata youtube_channel_metadata = 6;
-
hasDynamicAttributeMetadata
boolean hasDynamicAttributeMetadata()
Special metadata for a YouTube Dynamic Lineup.
.google.ads.googleads.v14.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.v14.services.DynamicLineupAttributeMetadata dynamic_attribute_metadata = 7;- Returns:
- The dynamicAttributeMetadata.
-
getDynamicAttributeMetadataOrBuilder
DynamicLineupAttributeMetadataOrBuilder getDynamicAttributeMetadataOrBuilder()
Special metadata for a YouTube Dynamic Lineup.
.google.ads.googleads.v14.services.DynamicLineupAttributeMetadata dynamic_attribute_metadata = 7;
-
hasLocationAttributeMetadata
boolean hasLocationAttributeMetadata()
Special metadata for a Location.
.google.ads.googleads.v14.services.LocationAttributeMetadata location_attribute_metadata = 8;- Returns:
- Whether the locationAttributeMetadata field is set.
-
getLocationAttributeMetadata
LocationAttributeMetadata getLocationAttributeMetadata()
Special metadata for a Location.
.google.ads.googleads.v14.services.LocationAttributeMetadata location_attribute_metadata = 8;- Returns:
- The locationAttributeMetadata.
-
getLocationAttributeMetadataOrBuilder
LocationAttributeMetadataOrBuilder getLocationAttributeMetadataOrBuilder()
Special metadata for a Location.
.google.ads.googleads.v14.services.LocationAttributeMetadata location_attribute_metadata = 8;
-
getDimensionMetadataCase
AudienceInsightsAttributeMetadata.DimensionMetadataCase getDimensionMetadataCase()
-
-