public static interface Job.OriginUriOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDash()
public abstract String getDash()
Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.
string dash = 2;
Type | Description |
String | The dash. |
getDashBytes()
public abstract ByteString getDashBytes()
Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.
string dash = 2;
Type | Description |
ByteString | The bytes for dash. |
getHls()
public abstract String getHls()
HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4. If multiple HLS manifests are created, only the first one is listed.
string hls = 1;
Type | Description |
String | The hls. |
getHlsBytes()
public abstract ByteString getHlsBytes()
HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4. If multiple HLS manifests are created, only the first one is listed.
string hls = 1;
Type | Description |
ByteString | The bytes for hls. |