public interface ManifestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
The name of the generated file.
|
com.google.protobuf.ByteString |
getFileNameBytes()
The name of the generated file.
|
String |
getMuxStreams(int index)
Required.
|
com.google.protobuf.ByteString |
getMuxStreamsBytes(int index)
Required.
|
int |
getMuxStreamsCount()
Required.
|
List<String> |
getMuxStreamsList()
Required.
|
Manifest.ManifestType |
getType()
Required.
|
int |
getTypeValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFileName()
The name of the generated file. The default is `manifest` with the extension suffix corresponding to the `Manifest.type`.
string file_name = 1;com.google.protobuf.ByteString getFileNameBytes()
The name of the generated file. The default is `manifest` with the extension suffix corresponding to the `Manifest.type`.
string file_name = 1;int getTypeValue()
Required. Type of the manifest, can be `HLS` or `DASH`.
.google.cloud.video.transcoder.v1.Manifest.ManifestType type = 2 [(.google.api.field_behavior) = REQUIRED];
Manifest.ManifestType getType()
Required. Type of the manifest, can be `HLS` or `DASH`.
.google.cloud.video.transcoder.v1.Manifest.ManifestType type = 2 [(.google.api.field_behavior) = REQUIRED];
List<String> getMuxStreamsList()
Required. List of user given `MuxStream.key`s that should appear in this manifest. When `Manifest.type` is `HLS`, a media manifest with name `MuxStream.key` and `.m3u8` extension is generated for each element of the `Manifest.mux_streams`.
repeated string mux_streams = 3 [(.google.api.field_behavior) = REQUIRED];int getMuxStreamsCount()
Required. List of user given `MuxStream.key`s that should appear in this manifest. When `Manifest.type` is `HLS`, a media manifest with name `MuxStream.key` and `.m3u8` extension is generated for each element of the `Manifest.mux_streams`.
repeated string mux_streams = 3 [(.google.api.field_behavior) = REQUIRED];String getMuxStreams(int index)
Required. List of user given `MuxStream.key`s that should appear in this manifest. When `Manifest.type` is `HLS`, a media manifest with name `MuxStream.key` and `.m3u8` extension is generated for each element of the `Manifest.mux_streams`.
repeated string mux_streams = 3 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getMuxStreamsBytes(int index)
Required. List of user given `MuxStream.key`s that should appear in this manifest. When `Manifest.type` is `HLS`, a media manifest with name `MuxStream.key` and `.m3u8` extension is generated for each element of the `Manifest.mux_streams`.
repeated string mux_streams = 3 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.