Class Encryption (1.7.2)

Encryption(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Encryption settings.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
id str
Required. Identifier for this set of encryption options.
secret_manager_key_source google.cloud.video.live_stream_v1.types.Encryption.SecretManagerSource
For keys stored in Google Secret Manager. This field is a member of oneof_ secret_source.
drm_systems google.cloud.video.live_stream_v1.types.Encryption.DrmSystems
Required. Configuration for DRM systems.
aes128 google.cloud.video.live_stream_v1.types.Encryption.Aes128Encryption
Configuration for HLS AES-128 encryption. This field is a member of oneof_ encryption_mode.
sample_aes google.cloud.video.live_stream_v1.types.Encryption.SampleAesEncryption
Configuration for HLS SAMPLE-AES encryption. This field is a member of oneof_ encryption_mode.
mpeg_cenc google.cloud.video.live_stream_v1.types.Encryption.MpegCommonEncryption
Configuration for MPEG-Dash Common Encryption (MPEG-CENC). This field is a member of oneof_ encryption_mode.

Classes

Aes128Encryption

Aes128Encryption(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for HLS AES-128 encryption.

Clearkey

Clearkey(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Clearkey configuration.

DrmSystems

DrmSystems(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines configuration for DRM systems in use. If a field is omitted, that DRM system will be considered to be disabled.

Fairplay

Fairplay(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Fairplay configuration.

MpegCommonEncryption

MpegCommonEncryption(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for MPEG-Dash Common Encryption (MPEG-CENC).

Playready

Playready(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Playready configuration.

SampleAesEncryption

SampleAesEncryption(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for HLS SAMPLE-AES encryption.

SecretManagerSource

SecretManagerSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for secrets stored in Google Secret Manager.

Widevine

Widevine(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Widevine configuration.