Uses of Class
com.google.cloud.video.stitcher.v1.VodSessionContent
-
Packages that use VodSessionContent Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of VodSessionContent in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return VodSessionContent Modifier and Type Method Description VodSessionContent
VodSessionContent.Builder. build()
VodSessionContent
VodSessionContent.Builder. buildPartial()
static VodSessionContent
VodSessionContent. getDefaultInstance()
VodSessionContent
VodSessionContent.Builder. getDefaultInstanceForType()
VodSessionContent
VodSessionContent. getDefaultInstanceForType()
VodSessionContent
Interstitials.Builder. getSessionContent()
Information related to the content of the VOD session.VodSessionContent
Interstitials. getSessionContent()
Information related to the content of the VOD session.VodSessionContent
InterstitialsOrBuilder. getSessionContent()
Information related to the content of the VOD session.static VodSessionContent
VodSessionContent. parseDelimitedFrom(InputStream input)
static VodSessionContent
VodSessionContent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionContent
VodSessionContent. parseFrom(byte[] data)
static VodSessionContent
VodSessionContent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionContent
VodSessionContent. parseFrom(com.google.protobuf.ByteString data)
static VodSessionContent
VodSessionContent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionContent
VodSessionContent. parseFrom(com.google.protobuf.CodedInputStream input)
static VodSessionContent
VodSessionContent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionContent
VodSessionContent. parseFrom(InputStream input)
static VodSessionContent
VodSessionContent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VodSessionContent
VodSessionContent. parseFrom(ByteBuffer data)
static VodSessionContent
VodSessionContent. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type VodSessionContent Modifier and Type Method Description com.google.protobuf.Parser<VodSessionContent>
VodSessionContent. getParserForType()
static com.google.protobuf.Parser<VodSessionContent>
VodSessionContent. parser()
Methods in com.google.cloud.video.stitcher.v1 with parameters of type VodSessionContent Modifier and Type Method Description VodSessionContent.Builder
VodSessionContent.Builder. mergeFrom(VodSessionContent other)
Interstitials.Builder
Interstitials.Builder. mergeSessionContent(VodSessionContent value)
Information related to the content of the VOD session.static VodSessionContent.Builder
VodSessionContent. newBuilder(VodSessionContent prototype)
Interstitials.Builder
Interstitials.Builder. setSessionContent(VodSessionContent value)
Information related to the content of the VOD session.
-