Uses of Class
com.google.cloud.video.stitcher.v1.VodSessionAd
-
Packages that use VodSessionAd Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of VodSessionAd in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return VodSessionAd Modifier and Type Method Description VodSessionAdVodSessionAd.Builder. build()VodSessionAdVodSessionAd.Builder. buildPartial()VodSessionAdVodSessionAdBreak.Builder. getAds(int index)Ordered list of ads stitched into the ad break.VodSessionAdVodSessionAdBreak. getAds(int index)Ordered list of ads stitched into the ad break.VodSessionAdVodSessionAdBreakOrBuilder. getAds(int index)Ordered list of ads stitched into the ad break.static VodSessionAdVodSessionAd. getDefaultInstance()VodSessionAdVodSessionAd.Builder. getDefaultInstanceForType()VodSessionAdVodSessionAd. getDefaultInstanceForType()static VodSessionAdVodSessionAd. parseDelimitedFrom(InputStream input)static VodSessionAdVodSessionAd. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VodSessionAdVodSessionAd. parseFrom(byte[] data)static VodSessionAdVodSessionAd. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VodSessionAdVodSessionAd. parseFrom(com.google.protobuf.ByteString data)static VodSessionAdVodSessionAd. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VodSessionAdVodSessionAd. parseFrom(com.google.protobuf.CodedInputStream input)static VodSessionAdVodSessionAd. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VodSessionAdVodSessionAd. parseFrom(InputStream input)static VodSessionAdVodSessionAd. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VodSessionAdVodSessionAd. parseFrom(ByteBuffer data)static VodSessionAdVodSessionAd. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type VodSessionAd Modifier and Type Method Description List<VodSessionAd>VodSessionAdBreak.Builder. getAdsList()Ordered list of ads stitched into the ad break.List<VodSessionAd>VodSessionAdBreak. getAdsList()Ordered list of ads stitched into the ad break.List<VodSessionAd>VodSessionAdBreakOrBuilder. getAdsList()Ordered list of ads stitched into the ad break.com.google.protobuf.Parser<VodSessionAd>VodSessionAd. getParserForType()static com.google.protobuf.Parser<VodSessionAd>VodSessionAd. parser()Methods in com.google.cloud.video.stitcher.v1 with parameters of type VodSessionAd Modifier and Type Method Description VodSessionAdBreak.BuilderVodSessionAdBreak.Builder. addAds(int index, VodSessionAd value)Ordered list of ads stitched into the ad break.VodSessionAdBreak.BuilderVodSessionAdBreak.Builder. addAds(VodSessionAd value)Ordered list of ads stitched into the ad break.VodSessionAd.BuilderVodSessionAd.Builder. mergeFrom(VodSessionAd other)static VodSessionAd.BuilderVodSessionAd. newBuilder(VodSessionAd prototype)VodSessionAdBreak.BuilderVodSessionAdBreak.Builder. setAds(int index, VodSessionAd value)Ordered list of ads stitched into the ad break.Method parameters in com.google.cloud.video.stitcher.v1 with type arguments of type VodSessionAd Modifier and Type Method Description VodSessionAdBreak.BuilderVodSessionAdBreak.Builder. addAllAds(Iterable<? extends VodSessionAd> values)Ordered list of ads stitched into the ad break.
-