Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class UpdateEncryptionsTask.
Update encryption settings.
Generated from protobuf message google.cloud.video.livestream.v1.Event.UpdateEncryptionsTask
Namespace
Google \ Cloud \ Video \ LiveStream \ V1 \ EventMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ encryptions |
array<Google\Cloud\Video\LiveStream\V1\EncryptionUpdate>
Required. A list of EncryptionUpdates that updates the existing encryption settings. |
getEncryptions
Required. A list of EncryptionUpdates that updates the existing encryption settings.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEncryptions
Required. A list of EncryptionUpdates that updates the existing encryption settings.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Video\LiveStream\V1\EncryptionUpdate>
|
Returns | |
---|---|
Type | Description |
$this |