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 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

      AudienceInsightsAttributeMetadata getChannelAudienceDemographics(int index)
       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

      AudienceInsightsAttributeMetadataOrBuilder getChannelAudienceDemographicsOrBuilder(int index)
       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

      AudienceInsightsAttributeMetadata getChannelAttributes(int index)
       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

      AudienceInsightsAttributeMetadataOrBuilder getChannelAttributesOrBuilder(int index)
       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.