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:



505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 505

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



505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 505

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.



505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 505

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