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.getChannelAudienceAttributes(int index) The types of audiences and demographics linked to the channel's main audience.intThe types of audiences and demographics linked to the channel's main audience.The types of audiences and demographics linked to the channel's main audience.getChannelAudienceAttributesOrBuilder(int index) The types of audiences and demographics linked to the channel's main audience.List<? extends AudienceInsightsAttributeMetadataOrBuilder>The types of audiences and demographics linked to the channel's main audience.Description of the channel.com.google.protobuf.ByteStringDescription of the channel.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.URL for the channel in the form of https://www.youtube.com/channel/{channel_id}.com.google.protobuf.ByteStringURL for the channel in the form of https://www.youtube.com/channel/{channel_id}.The name of the YouTube Channel.com.google.protobuf.ByteStringThe name of the YouTube Channel.getTopVideos(int index) The top 10 videos for the channel.intThe top 10 videos for the channel.The top 10 videos for the channel.getTopVideosOrBuilder(int index) The top 10 videos for the channel.List<? extends AudienceInsightsAttributeMetadataOrBuilder>The top 10 videos for the 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.v20.common.YouTubeChannelInfo youtube_channel = 2;- Returns:
- Whether the youtubeChannel field is set.
-
getYoutubeChannel
YouTubeChannelInfo getYoutubeChannel()The YouTube Channel ID.
.google.ads.googleads.v20.common.YouTubeChannelInfo youtube_channel = 2;- Returns:
- The youtubeChannel.
-
getYoutubeChannelOrBuilder
YouTubeChannelInfoOrBuilder getYoutubeChannelOrBuilder()The YouTube Channel ID.
.google.ads.googleads.v20.common.YouTubeChannelInfo youtube_channel = 2; -
getChannelUrl
String getChannelUrl()URL for the channel in the form of https://www.youtube.com/channel/{channel_id}.string channel_url = 9;- Returns:
- The channelUrl.
-
getChannelUrlBytes
com.google.protobuf.ByteString getChannelUrlBytes()URL for the channel in the form of https://www.youtube.com/channel/{channel_id}.string channel_url = 9;- Returns:
- The bytes for channelUrl.
-
getChannelDescription
String getChannelDescription()Description of the channel.
string channel_description = 10;- Returns:
- The channelDescription.
-
getChannelDescriptionBytes
com.google.protobuf.ByteString getChannelDescriptionBytes()Description of the channel.
string channel_description = 10;- Returns:
- The bytes for channelDescription.
-
hasChannelMetrics
boolean hasChannelMetrics()The metrics for a YouTube Channel.
.google.ads.googleads.v20.services.YouTubeMetrics channel_metrics = 3;- Returns:
- Whether the channelMetrics field is set.
-
getChannelMetrics
YouTubeMetrics getChannelMetrics()The metrics for a YouTube Channel.
.google.ads.googleads.v20.services.YouTubeMetrics channel_metrics = 3;- Returns:
- The channelMetrics.
-
getChannelMetricsOrBuilder
YouTubeMetricsOrBuilder getChannelMetricsOrBuilder()The metrics for a YouTube Channel.
.google.ads.googleads.v20.services.YouTubeMetrics channel_metrics = 3; -
getChannelAudienceAttributesList
List<AudienceInsightsAttributeMetadata> getChannelAudienceAttributesList()The types of audiences and demographics linked to the channel's main audience. Audiences and demographics have a breakdown of subscriber share across dimensions of the same value, such as Age Range, Gender, and User Interest.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata channel_audience_attributes = 7; -
getChannelAudienceAttributes
The types of audiences and demographics linked to the channel's main audience. Audiences and demographics have a breakdown of subscriber share across dimensions of the same value, such as Age Range, Gender, and User Interest.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata channel_audience_attributes = 7; -
getChannelAudienceAttributesCount
int getChannelAudienceAttributesCount()The types of audiences and demographics linked to the channel's main audience. Audiences and demographics have a breakdown of subscriber share across dimensions of the same value, such as Age Range, Gender, and User Interest.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata channel_audience_attributes = 7; -
getChannelAudienceAttributesOrBuilderList
List<? extends AudienceInsightsAttributeMetadataOrBuilder> getChannelAudienceAttributesOrBuilderList()The types of audiences and demographics linked to the channel's main audience. Audiences and demographics have a breakdown of subscriber share across dimensions of the same value, such as Age Range, Gender, and User Interest.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata channel_audience_attributes = 7; -
getChannelAudienceAttributesOrBuilder
The types of audiences and demographics linked to the channel's main audience. Audiences and demographics have a breakdown of subscriber share across dimensions of the same value, such as Age Range, Gender, and User Interest.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata channel_audience_attributes = 7; -
getChannelAttributesList
List<AudienceInsightsAttributeMetadata> getChannelAttributesList()The attributes associated with the content made by a channel.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata channel_attributes = 5; -
getChannelAttributes
The attributes associated with the content made by a channel.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata channel_attributes = 5; -
getChannelAttributesCount
int getChannelAttributesCount()The attributes associated with the content made by a channel.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata channel_attributes = 5; -
getChannelAttributesOrBuilderList
List<? extends AudienceInsightsAttributeMetadataOrBuilder> getChannelAttributesOrBuilderList()The attributes associated with the content made by a channel.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata channel_attributes = 5; -
getChannelAttributesOrBuilder
The attributes associated with the content made by a channel.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata channel_attributes = 5; -
getTopVideosList
List<AudienceInsightsAttributeMetadata> getTopVideosList()The top 10 videos for the channel.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata top_videos = 8; -
getTopVideos
The top 10 videos for the channel.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata top_videos = 8; -
getTopVideosCount
int getTopVideosCount()The top 10 videos for the channel.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata top_videos = 8; -
getTopVideosOrBuilderList
List<? extends AudienceInsightsAttributeMetadataOrBuilder> getTopVideosOrBuilderList()The top 10 videos for the channel.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata top_videos = 8; -
getTopVideosOrBuilder
The top 10 videos for the channel.
repeated .google.ads.googleads.v20.common.AudienceInsightsAttributeMetadata top_videos = 8; -
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.
-