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 Summary
Modifier and TypeMethodDescriptiongetYoutubeChannels(int index) Optional.intOptional.Optional.getYoutubeChannelsOrBuilder(int index) Optional.List<? extends YouTubeChannelInfoOrBuilder>Optional.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
-
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
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
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];
-