Class: Google::Cloud::Video::LiveStream::V1::InputAttachment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/livestream/v1/resources.rb

Overview

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

Defined Under Namespace

Classes: AutomaticFailover

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_failover::Google::Cloud::Video::LiveStream::V1::InputAttachment::AutomaticFailover

Returns Automatic failover configurations.

Returns:



487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 487

class InputAttachment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Configurations to follow when automatic failover happens.
  # @!attribute [rw] input_keys
  #   @return [::Array<::String>]
  #     The
  #     {::Google::Cloud::Video::LiveStream::V1::InputAttachment#key InputAttachment.key}s
  #     of inputs to failover to when this input is disconnected. Currently, only
  #     up to one backup input is supported.
  class AutomaticFailover
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#input::String

Returns 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}.



487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 487

class InputAttachment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Configurations to follow when automatic failover happens.
  # @!attribute [rw] input_keys
  #   @return [::Array<::String>]
  #     The
  #     {::Google::Cloud::Video::LiveStream::V1::InputAttachment#key InputAttachment.key}s
  #     of inputs to failover to when this input is disconnected. Currently, only
  #     up to one backup input is supported.
  class AutomaticFailover
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#key::String

Returns 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.



487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 487

class InputAttachment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Configurations to follow when automatic failover happens.
  # @!attribute [rw] input_keys
  #   @return [::Array<::String>]
  #     The
  #     {::Google::Cloud::Video::LiveStream::V1::InputAttachment#key InputAttachment.key}s
  #     of inputs to failover to when this input is disconnected. Currently, only
  #     up to one backup input is supported.
  class AutomaticFailover
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end