Interface YouTubeVideoListAssetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
YouTubeVideoListAsset,YouTubeVideoListAsset.Builder
public interface YouTubeVideoListAssetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetYoutubeVideos(int index) List of videos.intList of videos.List of videos.getYoutubeVideosOrBuilder(int index) List of videos.List<? extends AdVideoAssetOrBuilder>List of videos.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
-
getYoutubeVideosList
List<AdVideoAsset> getYoutubeVideosList()List of videos. Each is a reference to a YouTube video asset. Minimum of 2 videos required and maximum of 5 allowed.
repeated .google.ads.googleads.v21.common.AdVideoAsset youtube_videos = 1; -
getYoutubeVideos
List of videos. Each is a reference to a YouTube video asset. Minimum of 2 videos required and maximum of 5 allowed.
repeated .google.ads.googleads.v21.common.AdVideoAsset youtube_videos = 1; -
getYoutubeVideosCount
int getYoutubeVideosCount()List of videos. Each is a reference to a YouTube video asset. Minimum of 2 videos required and maximum of 5 allowed.
repeated .google.ads.googleads.v21.common.AdVideoAsset youtube_videos = 1; -
getYoutubeVideosOrBuilderList
List<? extends AdVideoAssetOrBuilder> getYoutubeVideosOrBuilderList()List of videos. Each is a reference to a YouTube video asset. Minimum of 2 videos required and maximum of 5 allowed.
repeated .google.ads.googleads.v21.common.AdVideoAsset youtube_videos = 1; -
getYoutubeVideosOrBuilder
List of videos. Each is a reference to a YouTube video asset. Minimum of 2 videos required and maximum of 5 allowed.
repeated .google.ads.googleads.v21.common.AdVideoAsset youtube_videos = 1;
-