Interface YouTubeChannelInsightsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
YouTubeChannelInsights,YouTubeChannelInsights.Builder
public interface YouTubeChannelInsightsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChannelAttributes(int index) The attributes associated with the content made by a channel.intThe attributes associated with the content made by a channel.The attributes associated with the content made by a channel.getChannelAttributesOrBuilder(int index) The attributes associated with the content made by a channel.List<? extends AudienceInsightsAttributeMetadataOrBuilder>The attributes associated with the content made by a channel.getChannelAudienceDemographics(int index) The types of audiences and demographics associated with a channel's main audience.intThe types of audiences and demographics associated with a channel's main audience.The types of audiences and demographics associated with a channel's main audience.getChannelAudienceDemographicsOrBuilder(int index) The types of audiences and demographics associated with a channel's main audience.List<? extends AudienceInsightsAttributeMetadataOrBuilder>The types of audiences and demographics associated with a channel's main audience.The metrics for a YouTube Channel.The metrics for a YouTube Channel.Metadata string associated with the type of channel.com.google.protobuf.ByteStringMetadata string associated with the type of channel.The name of the YouTube Channel.com.google.protobuf.ByteStringThe name of the YouTube Channel.The YouTube Channel ID.The YouTube Channel ID.booleanThe metrics for a YouTube Channel.booleanThe YouTube Channel ID.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDisplayName
String getDisplayName()The name of the YouTube Channel.
string display_name = 1;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()The name of the YouTube Channel.
string display_name = 1;- Returns:
- The bytes for displayName.
-
hasYoutubeChannel
boolean hasYoutubeChannel()The YouTube Channel ID.
.google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 2;- Returns:
- Whether the youtubeChannel field is set.
-
getYoutubeChannel
YouTubeChannelInfo getYoutubeChannel()The YouTube Channel ID.
.google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 2;- Returns:
- The youtubeChannel.
-
getYoutubeChannelOrBuilder
YouTubeChannelInfoOrBuilder getYoutubeChannelOrBuilder()The YouTube Channel ID.
.google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channel = 2; -
hasChannelMetrics
boolean hasChannelMetrics()The metrics for a YouTube Channel.
.google.ads.googleads.v18.services.YouTubeMetrics channel_metrics = 3;- Returns:
- Whether the channelMetrics field is set.
-
getChannelMetrics
YouTubeMetrics getChannelMetrics()The metrics for a YouTube Channel.
.google.ads.googleads.v18.services.YouTubeMetrics channel_metrics = 3;- Returns:
- The channelMetrics.
-
getChannelMetricsOrBuilder
YouTubeMetricsOrBuilder getChannelMetricsOrBuilder()The metrics for a YouTube Channel.
.google.ads.googleads.v18.services.YouTubeMetrics channel_metrics = 3; -
getChannelAudienceDemographicsList
List<AudienceInsightsAttributeMetadata> getChannelAudienceDemographicsList()The types of audiences and demographics associated with a channel's main audience. Audiences and demographics will have a breakdown of subscriber share across dimensions of the same value.
repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_audience_demographics = 4; -
getChannelAudienceDemographics
The types of audiences and demographics associated with a channel's main audience. Audiences and demographics will have a breakdown of subscriber share across dimensions of the same value.
repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_audience_demographics = 4; -
getChannelAudienceDemographicsCount
int getChannelAudienceDemographicsCount()The types of audiences and demographics associated with a channel's main audience. Audiences and demographics will have a breakdown of subscriber share across dimensions of the same value.
repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_audience_demographics = 4; -
getChannelAudienceDemographicsOrBuilderList
List<? extends AudienceInsightsAttributeMetadataOrBuilder> getChannelAudienceDemographicsOrBuilderList()The types of audiences and demographics associated with a channel's main audience. Audiences and demographics will have a breakdown of subscriber share across dimensions of the same value.
repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_audience_demographics = 4; -
getChannelAudienceDemographicsOrBuilder
The types of audiences and demographics associated with a channel's main audience. Audiences and demographics will have a breakdown of subscriber share across dimensions of the same value.
repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_audience_demographics = 4; -
getChannelAttributesList
List<AudienceInsightsAttributeMetadata> getChannelAttributesList()The attributes associated with the content made by a channel.
repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_attributes = 5; -
getChannelAttributes
The attributes associated with the content made by a channel.
repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_attributes = 5; -
getChannelAttributesCount
int getChannelAttributesCount()The attributes associated with the content made by a channel.
repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_attributes = 5; -
getChannelAttributesOrBuilderList
List<? extends AudienceInsightsAttributeMetadataOrBuilder> getChannelAttributesOrBuilderList()The attributes associated with the content made by a channel.
repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_attributes = 5; -
getChannelAttributesOrBuilder
The attributes associated with the content made by a channel.
repeated .google.ads.googleads.v18.common.AudienceInsightsAttributeMetadata channel_attributes = 5; -
getChannelType
String getChannelType()Metadata string associated with the type of channel.
string channel_type = 6;- Returns:
- The channelType.
-
getChannelTypeBytes
com.google.protobuf.ByteString getChannelTypeBytes()Metadata string associated with the type of channel.
string channel_type = 6;- Returns:
- The bytes for channelType.
-