Google Cloud Video Live Stream V1 Client - Class AutomaticFailover (0.6.2)

Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class AutomaticFailover.

Configurations to follow when automatic failover happens.

Generated from protobuf message google.cloud.video.livestream.v1.InputAttachment.AutomaticFailover

Namespace

Google \ Cloud \ Video \ LiveStream \ V1 \ InputAttachment

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ input_keys array

The InputAttachment.keys of inputs to failover to when this input is disconnected. Currently, only up to one backup input is supported.

getInputKeys

The InputAttachment.keys of inputs to failover to when this input is disconnected. Currently, only up to one backup input is supported.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInputKeys

The InputAttachment.keys of inputs to failover to when this input is disconnected. Currently, only up to one backup input is supported.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this