Interface YouTubeCreatorInsightsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
YouTubeCreatorInsights, YouTubeCreatorInsights.Builder

public interface YouTubeCreatorInsightsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCreatorName

      String getCreatorName()
       The name of the creator.
       
      string creator_name = 1;
      Returns:
      The creatorName.
    • getCreatorNameBytes

      com.google.protobuf.ByteString getCreatorNameBytes()
       The name of the creator.
       
      string creator_name = 1;
      Returns:
      The bytes for creatorName.
    • getCreatorChannelsList

      List<YouTubeChannelInsights> getCreatorChannelsList()
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • getCreatorChannels

      YouTubeChannelInsights getCreatorChannels(int index)
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • getCreatorChannelsCount

      int getCreatorChannelsCount()
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • getCreatorChannelsOrBuilderList

      List<? extends YouTubeChannelInsightsOrBuilder> getCreatorChannelsOrBuilderList()
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
    • getCreatorChannelsOrBuilder

      YouTubeChannelInsightsOrBuilder getCreatorChannelsOrBuilder(int index)
       The list of YouTube Channels
       
      repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;