Class Encryption (1.12.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.
aes_128 google.cloud.video.transcoder_v1.types.Encryption.Aes128Encryption
Configuration for AES-128 encryption. This field is a member of oneof_ encryption_mode.
sample_aes google.cloud.video.transcoder_v1.types.Encryption.SampleAesEncryption
Configuration for SAMPLE-AES encryption. This field is a member of oneof_ encryption_mode.
mpeg_cenc google.cloud.video.transcoder_v1.types.Encryption.MpegCommonEncryption
Configuration for MPEG Common Encryption (MPEG-CENC). This field is a member of oneof_ encryption_mode.
secret_manager_key_source google.cloud.video.transcoder_v1.types.Encryption.SecretManagerSource
Keys are stored in Google Secret Manager. This field is a member of oneof_ secret_source.
drm_systems google.cloud.video.transcoder_v1.types.Encryption.DrmSystems
Required. DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled.

Classes

Aes128Encryption

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

Configuration for 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.

Fairplay

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

Fairplay configuration.

MpegCommonEncryption

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

Configuration for MPEG 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 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.