Uses of Class
com.google.cloud.video.stitcher.v1.ManifestOptions
-
Packages that use ManifestOptions Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of ManifestOptions in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return ManifestOptions Modifier and Type Method Description ManifestOptions
ManifestOptions.Builder. build()
ManifestOptions
ManifestOptions.Builder. buildPartial()
static ManifestOptions
ManifestOptions. getDefaultInstance()
ManifestOptions
ManifestOptions.Builder. getDefaultInstanceForType()
ManifestOptions
ManifestOptions. getDefaultInstanceForType()
ManifestOptions
LiveSession.Builder. getManifestOptions()
Additional options that affect the output of the manifest.ManifestOptions
LiveSession. getManifestOptions()
Additional options that affect the output of the manifest.ManifestOptions
LiveSessionOrBuilder. getManifestOptions()
Additional options that affect the output of the manifest.ManifestOptions
VodSession.Builder. getManifestOptions()
Additional options that affect the output of the manifest.ManifestOptions
VodSession. getManifestOptions()
Additional options that affect the output of the manifest.ManifestOptions
VodSessionOrBuilder. getManifestOptions()
Additional options that affect the output of the manifest.static ManifestOptions
ManifestOptions. parseDelimitedFrom(InputStream input)
static ManifestOptions
ManifestOptions. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManifestOptions
ManifestOptions. parseFrom(byte[] data)
static ManifestOptions
ManifestOptions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManifestOptions
ManifestOptions. parseFrom(com.google.protobuf.ByteString data)
static ManifestOptions
ManifestOptions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManifestOptions
ManifestOptions. parseFrom(com.google.protobuf.CodedInputStream input)
static ManifestOptions
ManifestOptions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManifestOptions
ManifestOptions. parseFrom(InputStream input)
static ManifestOptions
ManifestOptions. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ManifestOptions
ManifestOptions. parseFrom(ByteBuffer data)
static ManifestOptions
ManifestOptions. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type ManifestOptions Modifier and Type Method Description com.google.protobuf.Parser<ManifestOptions>
ManifestOptions. getParserForType()
static com.google.protobuf.Parser<ManifestOptions>
ManifestOptions. parser()
Methods in com.google.cloud.video.stitcher.v1 with parameters of type ManifestOptions Modifier and Type Method Description ManifestOptions.Builder
ManifestOptions.Builder. mergeFrom(ManifestOptions other)
LiveSession.Builder
LiveSession.Builder. mergeManifestOptions(ManifestOptions value)
Additional options that affect the output of the manifest.VodSession.Builder
VodSession.Builder. mergeManifestOptions(ManifestOptions value)
Additional options that affect the output of the manifest.static ManifestOptions.Builder
ManifestOptions. newBuilder(ManifestOptions prototype)
LiveSession.Builder
LiveSession.Builder. setManifestOptions(ManifestOptions value)
Additional options that affect the output of the manifest.VodSession.Builder
VodSession.Builder. setManifestOptions(ManifestOptions value)
Additional options that affect the output of the manifest.
-