Reference documentation and code samples for the Transcoder V1 API class Google::Cloud::Video::Transcoder::V1::Encryption.
Encryption settings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aes_128
def aes_128() -> ::Google::Cloud::Video::Transcoder::V1::Encryption::Aes128Encryption
-
(::Google::Cloud::Video::Transcoder::V1::Encryption::Aes128Encryption) — Configuration for AES-128 encryption.
Note: The following fields are mutually exclusive:
aes_128
,sample_aes
,mpeg_cenc
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#aes_128=
def aes_128=(value) -> ::Google::Cloud::Video::Transcoder::V1::Encryption::Aes128Encryption
-
value (::Google::Cloud::Video::Transcoder::V1::Encryption::Aes128Encryption) — Configuration for AES-128 encryption.
Note: The following fields are mutually exclusive:
aes_128
,sample_aes
,mpeg_cenc
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Video::Transcoder::V1::Encryption::Aes128Encryption) — Configuration for AES-128 encryption.
Note: The following fields are mutually exclusive:
aes_128
,sample_aes
,mpeg_cenc
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#drm_systems
def drm_systems() -> ::Google::Cloud::Video::Transcoder::V1::Encryption::DrmSystems
- (::Google::Cloud::Video::Transcoder::V1::Encryption::DrmSystems) — Required. DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled.
#drm_systems=
def drm_systems=(value) -> ::Google::Cloud::Video::Transcoder::V1::Encryption::DrmSystems
- value (::Google::Cloud::Video::Transcoder::V1::Encryption::DrmSystems) — Required. DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled.
- (::Google::Cloud::Video::Transcoder::V1::Encryption::DrmSystems) — Required. DRM system(s) to use; at least one must be specified. If a DRM system is omitted, it is considered disabled.
#id
def id() -> ::String
- (::String) — Required. Identifier for this set of encryption options.
#id=
def id=(value) -> ::String
- value (::String) — Required. Identifier for this set of encryption options.
- (::String) — Required. Identifier for this set of encryption options.
#mpeg_cenc
def mpeg_cenc() -> ::Google::Cloud::Video::Transcoder::V1::Encryption::MpegCommonEncryption
-
(::Google::Cloud::Video::Transcoder::V1::Encryption::MpegCommonEncryption) — Configuration for MPEG Common Encryption (MPEG-CENC).
Note: The following fields are mutually exclusive:
mpeg_cenc
,aes_128
,sample_aes
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#mpeg_cenc=
def mpeg_cenc=(value) -> ::Google::Cloud::Video::Transcoder::V1::Encryption::MpegCommonEncryption
-
value (::Google::Cloud::Video::Transcoder::V1::Encryption::MpegCommonEncryption) — Configuration for MPEG Common Encryption (MPEG-CENC).
Note: The following fields are mutually exclusive:
mpeg_cenc
,aes_128
,sample_aes
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Video::Transcoder::V1::Encryption::MpegCommonEncryption) — Configuration for MPEG Common Encryption (MPEG-CENC).
Note: The following fields are mutually exclusive:
mpeg_cenc
,aes_128
,sample_aes
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sample_aes
def sample_aes() -> ::Google::Cloud::Video::Transcoder::V1::Encryption::SampleAesEncryption
-
(::Google::Cloud::Video::Transcoder::V1::Encryption::SampleAesEncryption) — Configuration for SAMPLE-AES encryption.
Note: The following fields are mutually exclusive:
sample_aes
,aes_128
,mpeg_cenc
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#sample_aes=
def sample_aes=(value) -> ::Google::Cloud::Video::Transcoder::V1::Encryption::SampleAesEncryption
-
value (::Google::Cloud::Video::Transcoder::V1::Encryption::SampleAesEncryption) — Configuration for SAMPLE-AES encryption.
Note: The following fields are mutually exclusive:
sample_aes
,aes_128
,mpeg_cenc
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Video::Transcoder::V1::Encryption::SampleAesEncryption) — Configuration for SAMPLE-AES encryption.
Note: The following fields are mutually exclusive:
sample_aes
,aes_128
,mpeg_cenc
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#secret_manager_key_source
def secret_manager_key_source() -> ::Google::Cloud::Video::Transcoder::V1::Encryption::SecretManagerSource
- (::Google::Cloud::Video::Transcoder::V1::Encryption::SecretManagerSource) — Keys are stored in Google Secret Manager.
#secret_manager_key_source=
def secret_manager_key_source=(value) -> ::Google::Cloud::Video::Transcoder::V1::Encryption::SecretManagerSource
- value (::Google::Cloud::Video::Transcoder::V1::Encryption::SecretManagerSource) — Keys are stored in Google Secret Manager.
- (::Google::Cloud::Video::Transcoder::V1::Encryption::SecretManagerSource) — Keys are stored in Google Secret Manager.