Live Stream v1 API - Class Event.Types.UpdateEncryptionsTask (1.10.0)

public sealed class Event.Types.UpdateEncryptionsTask : IMessage<Event.Types.UpdateEncryptionsTask>, IEquatable<Event.Types.UpdateEncryptionsTask>, IDeepCloneable<Event.Types.UpdateEncryptionsTask>, IBufferMessage, IMessage

Reference documentation and code samples for the Live Stream v1 API class Event.Types.UpdateEncryptionsTask.

Update encryption settings.

Inheritance

object > Event.Types.UpdateEncryptionsTask

Namespace

Google.Cloud.Video.LiveStream.V1

Assembly

Google.Cloud.Video.LiveStream.V1.dll

Constructors

UpdateEncryptionsTask()

public UpdateEncryptionsTask()

UpdateEncryptionsTask(UpdateEncryptionsTask)

public UpdateEncryptionsTask(Event.Types.UpdateEncryptionsTask other)
Parameter
Name Description
other EventTypesUpdateEncryptionsTask

Properties

Encryptions

public RepeatedField<EncryptionUpdate> Encryptions { get; }

Required. A list of [EncryptionUpdate][google.cloud.video.livestream.v1.EncryptionUpdate]s that updates the existing encryption settings.

Property Value
Type Description
RepeatedFieldEncryptionUpdate