Live Stream V1 API - Class Google::Cloud::Video::LiveStream::V1::InputAttachment (v1.1.0)

Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::InputAttachment.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#automatic_failover

def automatic_failover() -> ::Google::Cloud::Video::LiveStream::V1::InputAttachment::AutomaticFailover
Returns

#automatic_failover=

def automatic_failover=(value) -> ::Google::Cloud::Video::LiveStream::V1::InputAttachment::AutomaticFailover
Parameter
Returns

#input

def input() -> ::String
Returns
  • (::String) — The resource name of an existing input, in the form of: projects/{project}/locations/{location}/inputs/{inputId}.

#input=

def input=(value) -> ::String
Parameter
  • value (::String) — The resource name of an existing input, in the form of: projects/{project}/locations/{location}/inputs/{inputId}.
Returns
  • (::String) — The resource name of an existing input, in the form of: projects/{project}/locations/{location}/inputs/{inputId}.

#key

def key() -> ::String
Returns
  • (::String) — A unique key for this input attachment. The key must be 1-63 characters in length. The key must begin and end with a letter (regardless of case) or a number, but can contain dashes or underscores in between.

#key=

def key=(value) -> ::String
Parameter
  • value (::String) — A unique key for this input attachment. The key must be 1-63 characters in length. The key must begin and end with a letter (regardless of case) or a number, but can contain dashes or underscores in between.
Returns
  • (::String) — A unique key for this input attachment. The key must be 1-63 characters in length. The key must begin and end with a letter (regardless of case) or a number, but can contain dashes or underscores in between.