Uses of Class
com.google.cloud.video.transcoder.v1.Manifest
-
Packages that use Manifest Package Description com.google.cloud.video.transcoder.v1 A client to Transcoder API -
-
Uses of Manifest in com.google.cloud.video.transcoder.v1
Methods in com.google.cloud.video.transcoder.v1 that return Manifest Modifier and Type Method Description ManifestManifest.Builder. build()ManifestManifest.Builder. buildPartial()static ManifestManifest. getDefaultInstance()ManifestManifest.Builder. getDefaultInstanceForType()ManifestManifest. getDefaultInstanceForType()ManifestJobConfig.Builder. getManifests(int index)List of output manifests.ManifestJobConfig. getManifests(int index)List of output manifests.ManifestJobConfigOrBuilder. getManifests(int index)List of output manifests.static ManifestManifest. parseDelimitedFrom(InputStream input)static ManifestManifest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManifestManifest. parseFrom(byte[] data)static ManifestManifest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManifestManifest. parseFrom(com.google.protobuf.ByteString data)static ManifestManifest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManifestManifest. parseFrom(com.google.protobuf.CodedInputStream input)static ManifestManifest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManifestManifest. parseFrom(InputStream input)static ManifestManifest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ManifestManifest. parseFrom(ByteBuffer data)static ManifestManifest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.video.transcoder.v1 that return types with arguments of type Manifest Modifier and Type Method Description List<Manifest>JobConfig.Builder. getManifestsList()List of output manifests.List<Manifest>JobConfig. getManifestsList()List of output manifests.List<Manifest>JobConfigOrBuilder. getManifestsList()List of output manifests.com.google.protobuf.Parser<Manifest>Manifest. getParserForType()static com.google.protobuf.Parser<Manifest>Manifest. parser()Methods in com.google.cloud.video.transcoder.v1 with parameters of type Manifest Modifier and Type Method Description JobConfig.BuilderJobConfig.Builder. addManifests(int index, Manifest value)List of output manifests.JobConfig.BuilderJobConfig.Builder. addManifests(Manifest value)List of output manifests.Manifest.BuilderManifest.Builder. mergeFrom(Manifest other)static Manifest.BuilderManifest. newBuilder(Manifest prototype)JobConfig.BuilderJobConfig.Builder. setManifests(int index, Manifest value)List of output manifests.Method parameters in com.google.cloud.video.transcoder.v1 with type arguments of type Manifest Modifier and Type Method Description JobConfig.BuilderJobConfig.Builder. addAllManifests(Iterable<? extends Manifest> values)List of output manifests.
-