Uses of Class
com.google.cloud.video.stitcher.v1.VodSessionAdBreak
-
Packages that use VodSessionAdBreak Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of VodSessionAdBreak in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return VodSessionAdBreak Modifier and Type Method Description VodSessionAdBreak
VodSessionAdBreak.Builder. build()
VodSessionAdBreak
VodSessionAdBreak.Builder. buildPartial()
VodSessionAdBreak
Interstitials.Builder. getAdBreaks(int index)
List of ad breaks ordered by time.VodSessionAdBreak
Interstitials. getAdBreaks(int index)
List of ad breaks ordered by time.VodSessionAdBreak
InterstitialsOrBuilder. getAdBreaks(int index)
List of ad breaks ordered by time.static VodSessionAdBreak
VodSessionAdBreak. getDefaultInstance()
VodSessionAdBreak
VodSessionAdBreak.Builder. getDefaultInstanceForType()
VodSessionAdBreak
VodSessionAdBreak. getDefaultInstanceForType()
static VodSessionAdBreak
VodSessionAdBreak. parseDelimitedFrom(InputStream input)
static VodSessionAdBreak
VodSessionAdBreak. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionAdBreak
VodSessionAdBreak. parseFrom(byte[] data)
static VodSessionAdBreak
VodSessionAdBreak. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionAdBreak
VodSessionAdBreak. parseFrom(com.google.protobuf.ByteString data)
static VodSessionAdBreak
VodSessionAdBreak. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionAdBreak
VodSessionAdBreak. parseFrom(com.google.protobuf.CodedInputStream input)
static VodSessionAdBreak
VodSessionAdBreak. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionAdBreak
VodSessionAdBreak. parseFrom(InputStream input)
static VodSessionAdBreak
VodSessionAdBreak. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionAdBreak
VodSessionAdBreak. parseFrom(ByteBuffer data)
static VodSessionAdBreak
VodSessionAdBreak. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type VodSessionAdBreak Modifier and Type Method Description List<VodSessionAdBreak>
Interstitials.Builder. getAdBreaksList()
List of ad breaks ordered by time.List<VodSessionAdBreak>
Interstitials. getAdBreaksList()
List of ad breaks ordered by time.List<VodSessionAdBreak>
InterstitialsOrBuilder. getAdBreaksList()
List of ad breaks ordered by time.com.google.protobuf.Parser<VodSessionAdBreak>
VodSessionAdBreak. getParserForType()
static com.google.protobuf.Parser<VodSessionAdBreak>
VodSessionAdBreak. parser()
Methods in com.google.cloud.video.stitcher.v1 with parameters of type VodSessionAdBreak Modifier and Type Method Description Interstitials.Builder
Interstitials.Builder. addAdBreaks(int index, VodSessionAdBreak value)
List of ad breaks ordered by time.Interstitials.Builder
Interstitials.Builder. addAdBreaks(VodSessionAdBreak value)
List of ad breaks ordered by time.VodSessionAdBreak.Builder
VodSessionAdBreak.Builder. mergeFrom(VodSessionAdBreak other)
static VodSessionAdBreak.Builder
VodSessionAdBreak. newBuilder(VodSessionAdBreak prototype)
Interstitials.Builder
Interstitials.Builder. setAdBreaks(int index, VodSessionAdBreak value)
List of ad breaks ordered by time.Method parameters in com.google.cloud.video.stitcher.v1 with type arguments of type VodSessionAdBreak Modifier and Type Method Description Interstitials.Builder
Interstitials.Builder. addAllAdBreaks(Iterable<? extends VodSessionAdBreak> values)
List of ad breaks ordered by time.
-