Class Output (1.0.0-beta03)

public sealed class Output : IMessage<Output>, IEquatable<Output>, IDeepCloneable<Output>, IBufferMessage, IMessage

Location of output file(s) in a Cloud Storage bucket.

Inheritance

Object > Output

Namespace

Google.Cloud.Video.Transcoder.V1Beta1

Assembly

Google.Cloud.Video.Transcoder.V1Beta1.dll

Constructors

Output()

public Output()

Output(Output)

public Output(Output other)
Parameter
NameDescription
otherOutput

Properties

Uri

public string Uri { get; set; }

URI for the output file(s). For example, gs://my-bucket/outputs/. If empty the value is populated from Job.output_uri.

Property Value
TypeDescription
String