Interface Clip.ClipManifestOrBuilder (0.51.0)

public static interface Clip.ClipManifestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getManifestKey()

public abstract String getManifestKey()

Required. A unique key that identifies a manifest config in the parent channel. This key is the same as channel.manifests.key for the selected manifest.

string manifest_key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The manifestKey.

getManifestKeyBytes()

public abstract ByteString getManifestKeyBytes()

Required. A unique key that identifies a manifest config in the parent channel. This key is the same as channel.manifests.key for the selected manifest.

string manifest_key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for manifestKey.

getOutputUri()

public abstract String getOutputUri()

Output only. The output URI of the generated clip manifest. This field will be populated when the CreateClip request is accepted. Current output format is provided below but may change in the future. Please read this field to get the uri to the generated clip manifest. Format: {clip.output_uri}/{channel.manifest.fileName} Example: gs://my-bucket/clip-outputs/main.m3u8

string output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The outputUri.

getOutputUriBytes()

public abstract ByteString getOutputUriBytes()

Output only. The output URI of the generated clip manifest. This field will be populated when the CreateClip request is accepted. Current output format is provided below but may change in the future. Please read this field to get the uri to the generated clip manifest. Format: {clip.output_uri}/{channel.manifest.fileName} Example: gs://my-bucket/clip-outputs/main.m3u8

string output_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for outputUri.