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
Returns
- (::Google::Cloud::Video::Transcoder::V1::Encryption::Aes128Encryption) — Configuration for AES-128 encryption.
#aes_128=
def aes_128=(value) -> ::Google::Cloud::Video::Transcoder::V1::Encryption::Aes128Encryption
Parameter
- value (::Google::Cloud::Video::Transcoder::V1::Encryption::Aes128Encryption) — Configuration for AES-128 encryption.
Returns
- (::Google::Cloud::Video::Transcoder::V1::Encryption::Aes128Encryption) — Configuration for AES-128 encryption.
#drm_systems
def drm_systems() -> ::Google::Cloud::Video::Transcoder::V1::Encryption::DrmSystems
Returns
- (::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
Parameter
- 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.
Returns
- (::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
Returns
- (::String) — Required. Identifier for this set of encryption options.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — Required. Identifier for this set of encryption options.
Returns
- (::String) — Required. Identifier for this set of encryption options.
#mpeg_cenc
def mpeg_cenc() -> ::Google::Cloud::Video::Transcoder::V1::Encryption::MpegCommonEncryption
Returns
- (::Google::Cloud::Video::Transcoder::V1::Encryption::MpegCommonEncryption) — Configuration for MPEG Common Encryption (MPEG-CENC).
#mpeg_cenc=
def mpeg_cenc=(value) -> ::Google::Cloud::Video::Transcoder::V1::Encryption::MpegCommonEncryption
Parameter
- value (::Google::Cloud::Video::Transcoder::V1::Encryption::MpegCommonEncryption) — Configuration for MPEG Common Encryption (MPEG-CENC).
Returns
- (::Google::Cloud::Video::Transcoder::V1::Encryption::MpegCommonEncryption) — Configuration for MPEG Common Encryption (MPEG-CENC).
#sample_aes
def sample_aes() -> ::Google::Cloud::Video::Transcoder::V1::Encryption::SampleAesEncryption
Returns
- (::Google::Cloud::Video::Transcoder::V1::Encryption::SampleAesEncryption) — Configuration for SAMPLE-AES encryption.
#sample_aes=
def sample_aes=(value) -> ::Google::Cloud::Video::Transcoder::V1::Encryption::SampleAesEncryption
Parameter
- value (::Google::Cloud::Video::Transcoder::V1::Encryption::SampleAesEncryption) — Configuration for SAMPLE-AES encryption.
Returns
- (::Google::Cloud::Video::Transcoder::V1::Encryption::SampleAesEncryption) — Configuration for SAMPLE-AES encryption.
#secret_manager_key_source
def secret_manager_key_source() -> ::Google::Cloud::Video::Transcoder::V1::Encryption::SecretManagerSource
Returns
- (::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
Parameter
- value (::Google::Cloud::Video::Transcoder::V1::Encryption::SecretManagerSource) — Keys are stored in Google Secret Manager.
Returns
- (::Google::Cloud::Video::Transcoder::V1::Encryption::SecretManagerSource) — Keys are stored in Google Secret Manager.