Live Stream v1 API - Class InputAttachment (1.6.0)

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

Reference documentation and code samples for the Live Stream v1 API class InputAttachment.

A group of information for attaching an input resource to this channel.

Inheritance

object > InputAttachment

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

InputAttachment()

public InputAttachment()

InputAttachment(InputAttachment)

public InputAttachment(InputAttachment other)
Parameter
Name Description
other InputAttachment

Properties

AutomaticFailover

public InputAttachment.Types.AutomaticFailover AutomaticFailover { get; set; }

Automatic failover configurations.

Property Value
Type Description
InputAttachmentTypesAutomaticFailover

Input

public string Input { get; set; }

The resource name of an existing input, in the form of: projects/{project}/locations/{location}/inputs/{inputId}.

Property Value
Type Description
string

InputAsInputName

public InputName InputAsInputName { get; set; }

InputName-typed view over the Input resource name property.

Property Value
Type Description
InputName

Key

public string Key { get; set; }

A unique key for this input attachment.

Property Value
Type Description
string