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 TypeMethodDescriptiongetCreatorInsights(int index) A collection of YouTube Creators, each containing a collection of YouTube Channels maintained by the YouTube Creator.intA 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.getCreatorInsightsOrBuilder(int index) A collection of YouTube Creators, each containing a collection of YouTube Channels maintained by the YouTube Creator.List<? extends YouTubeCreatorInsightsOrBuilder>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
isInitializedMethods 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
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
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;
-