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 Summary
Modifier and TypeMethodDescriptiongetCreatorChannels(int index) The list of YouTube ChannelsintThe list of YouTube ChannelsThe list of YouTube ChannelsgetCreatorChannelsOrBuilder(int index) The list of YouTube ChannelsList<? extends YouTubeChannelInsightsOrBuilder>The list of YouTube ChannelsThe name of the creator.com.google.protobuf.ByteStringThe name of the 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
-
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
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
The list of YouTube Channels
repeated .google.ads.googleads.v18.services.YouTubeChannelInsights creator_channels = 2;
-