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 |
|
---|---|
Name | Description |
id |
str
Required. Identifier for this set of encryption options. The ID must be 1-63 characters in length. The ID must begin and end with a letter (regardless of case) or a number, but can contain dashes or underscores in between. |
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.