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 VodSessionAd
VodSessionAd.Builder. build()
VodSessionAd
VodSessionAd.Builder. buildPartial()
VodSessionAd
VodSessionAdBreak.Builder. getAds(int index)
Ordered list of ads stitched into the ad break.VodSessionAd
VodSessionAdBreak. getAds(int index)
Ordered list of ads stitched into the ad break.VodSessionAd
VodSessionAdBreakOrBuilder. getAds(int index)
Ordered list of ads stitched into the ad break.static VodSessionAd
VodSessionAd. getDefaultInstance()
VodSessionAd
VodSessionAd.Builder. getDefaultInstanceForType()
VodSessionAd
VodSessionAd. getDefaultInstanceForType()
static VodSessionAd
VodSessionAd. parseDelimitedFrom(InputStream input)
static VodSessionAd
VodSessionAd. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionAd
VodSessionAd. parseFrom(byte[] data)
static VodSessionAd
VodSessionAd. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionAd
VodSessionAd. parseFrom(com.google.protobuf.ByteString data)
static VodSessionAd
VodSessionAd. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionAd
VodSessionAd. parseFrom(com.google.protobuf.CodedInputStream input)
static VodSessionAd
VodSessionAd. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionAd
VodSessionAd. parseFrom(InputStream input)
static VodSessionAd
VodSessionAd. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionAd
VodSessionAd. parseFrom(ByteBuffer data)
static VodSessionAd
VodSessionAd. 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.Builder
VodSessionAdBreak.Builder. addAds(int index, VodSessionAd value)
Ordered list of ads stitched into the ad break.VodSessionAdBreak.Builder
VodSessionAdBreak.Builder. addAds(VodSessionAd value)
Ordered list of ads stitched into the ad break.VodSessionAd.Builder
VodSessionAd.Builder. mergeFrom(VodSessionAd other)
static VodSessionAd.Builder
VodSessionAd. newBuilder(VodSessionAd prototype)
VodSessionAdBreak.Builder
VodSessionAdBreak.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.Builder
VodSessionAdBreak.Builder. addAllAds(Iterable<? extends VodSessionAd> values)
Ordered list of ads stitched into the ad break.
-