Interface GenerateCreatorInsightsRequest.YouTubeChannelsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GenerateCreatorInsightsRequest.YouTubeChannels, GenerateCreatorInsightsRequest.YouTubeChannels.Builder
Enclosing class:
GenerateCreatorInsightsRequest

public static interface GenerateCreatorInsightsRequest.YouTubeChannelsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getYoutubeChannelsList

      List<YouTubeChannelInfo> getYoutubeChannelsList()
       Optional. The YouTube Channel IDs to fetch creator insights for.
       
      repeated .google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channels = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getYoutubeChannels

      YouTubeChannelInfo getYoutubeChannels(int index)
       Optional. The YouTube Channel IDs to fetch creator insights for.
       
      repeated .google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channels = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getYoutubeChannelsCount

      int getYoutubeChannelsCount()
       Optional. The YouTube Channel IDs to fetch creator insights for.
       
      repeated .google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channels = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getYoutubeChannelsOrBuilderList

      List<? extends YouTubeChannelInfoOrBuilder> getYoutubeChannelsOrBuilderList()
       Optional. The YouTube Channel IDs to fetch creator insights for.
       
      repeated .google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channels = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getYoutubeChannelsOrBuilder

      YouTubeChannelInfoOrBuilder getYoutubeChannelsOrBuilder(int index)
       Optional. The YouTube Channel IDs to fetch creator insights for.
       
      repeated .google.ads.googleads.v18.common.YouTubeChannelInfo youtube_channels = 1 [(.google.api.field_behavior) = OPTIONAL];