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 Manifest
Manifest.Builder. build()
Manifest
Manifest.Builder. buildPartial()
static Manifest
Manifest. getDefaultInstance()
Manifest
Manifest.Builder. getDefaultInstanceForType()
Manifest
Manifest. getDefaultInstanceForType()
Manifest
JobConfig.Builder. getManifests(int index)
List of output manifests.Manifest
JobConfig. getManifests(int index)
List of output manifests.Manifest
JobConfigOrBuilder. getManifests(int index)
List of output manifests.static Manifest
Manifest. parseDelimitedFrom(InputStream input)
static Manifest
Manifest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Manifest
Manifest. parseFrom(byte[] data)
static Manifest
Manifest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Manifest
Manifest. parseFrom(com.google.protobuf.ByteString data)
static Manifest
Manifest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Manifest
Manifest. parseFrom(com.google.protobuf.CodedInputStream input)
static Manifest
Manifest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Manifest
Manifest. parseFrom(InputStream input)
static Manifest
Manifest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Manifest
Manifest. parseFrom(ByteBuffer data)
static Manifest
Manifest. 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.Builder
JobConfig.Builder. addManifests(int index, Manifest value)
List of output manifests.JobConfig.Builder
JobConfig.Builder. addManifests(Manifest value)
List of output manifests.Manifest.Builder
Manifest.Builder. mergeFrom(Manifest other)
static Manifest.Builder
Manifest. newBuilder(Manifest prototype)
JobConfig.Builder
JobConfig.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.Builder
JobConfig.Builder. addAllManifests(Iterable<? extends Manifest> values)
List of output manifests.
-