Interface GenerateCreatorInsightsResponseOrBuilder

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

public interface GenerateCreatorInsightsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getCreatorInsights(int index)
    A collection of YouTube Creators, each containing a collection of YouTube Channels maintained by the YouTube Creator.
    int
    A collection of YouTube Creators, each containing a collection of YouTube Channels maintained by the YouTube Creator.
    A collection of YouTube Creators, each containing a collection of YouTube Channels maintained by the YouTube Creator.
    A collection of YouTube Creators, each containing a collection of YouTube Channels maintained by the YouTube Creator.
    A collection of YouTube Creators, each containing a collection of YouTube Channels maintained by the YouTube Creator.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getCreatorInsightsList

      List<YouTubeCreatorInsights> getCreatorInsightsList()
       A collection of YouTube Creators, each containing a collection of YouTube
       Channels maintained by the YouTube Creator.
       
      repeated .google.ads.googleads.v18.services.YouTubeCreatorInsights creator_insights = 1;
    • getCreatorInsights

      YouTubeCreatorInsights getCreatorInsights(int index)
       A collection of YouTube Creators, each containing a collection of YouTube
       Channels maintained by the YouTube Creator.
       
      repeated .google.ads.googleads.v18.services.YouTubeCreatorInsights creator_insights = 1;
    • getCreatorInsightsCount

      int getCreatorInsightsCount()
       A collection of YouTube Creators, each containing a collection of YouTube
       Channels maintained by the YouTube Creator.
       
      repeated .google.ads.googleads.v18.services.YouTubeCreatorInsights creator_insights = 1;
    • getCreatorInsightsOrBuilderList

      List<? extends YouTubeCreatorInsightsOrBuilder> getCreatorInsightsOrBuilderList()
       A collection of YouTube Creators, each containing a collection of YouTube
       Channels maintained by the YouTube Creator.
       
      repeated .google.ads.googleads.v18.services.YouTubeCreatorInsights creator_insights = 1;
    • getCreatorInsightsOrBuilder

      YouTubeCreatorInsightsOrBuilder getCreatorInsightsOrBuilder(int index)
       A collection of YouTube Creators, each containing a collection of YouTube
       Channels maintained by the YouTube Creator.
       
      repeated .google.ads.googleads.v18.services.YouTubeCreatorInsights creator_insights = 1;