Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::Encryption.
Encryption settings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aes128
def aes128() -> ::Google::Cloud::Video::LiveStream::V1::Encryption::Aes128Encryption
Returns
- (::Google::Cloud::Video::LiveStream::V1::Encryption::Aes128Encryption) — Configuration for HLS AES-128 encryption.
#aes128=
def aes128=(value) -> ::Google::Cloud::Video::LiveStream::V1::Encryption::Aes128Encryption
Parameter
- value (::Google::Cloud::Video::LiveStream::V1::Encryption::Aes128Encryption) — Configuration for HLS AES-128 encryption.
Returns
- (::Google::Cloud::Video::LiveStream::V1::Encryption::Aes128Encryption) — Configuration for HLS AES-128 encryption.
#drm_systems
def drm_systems() -> ::Google::Cloud::Video::LiveStream::V1::Encryption::DrmSystems
Returns
- (::Google::Cloud::Video::LiveStream::V1::Encryption::DrmSystems) — Required. Configuration for DRM systems.
#drm_systems=
def drm_systems=(value) -> ::Google::Cloud::Video::LiveStream::V1::Encryption::DrmSystems
Parameter
- value (::Google::Cloud::Video::LiveStream::V1::Encryption::DrmSystems) — Required. Configuration for DRM systems.
Returns
- (::Google::Cloud::Video::LiveStream::V1::Encryption::DrmSystems) — Required. Configuration for DRM systems.
#id
def id() -> ::String
Returns
- (::String) — 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.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#mpeg_cenc
def mpeg_cenc() -> ::Google::Cloud::Video::LiveStream::V1::Encryption::MpegCommonEncryption
Returns
- (::Google::Cloud::Video::LiveStream::V1::Encryption::MpegCommonEncryption) — Configuration for MPEG-Dash Common Encryption (MPEG-CENC).
#mpeg_cenc=
def mpeg_cenc=(value) -> ::Google::Cloud::Video::LiveStream::V1::Encryption::MpegCommonEncryption
Parameter
- value (::Google::Cloud::Video::LiveStream::V1::Encryption::MpegCommonEncryption) — Configuration for MPEG-Dash Common Encryption (MPEG-CENC).
Returns
- (::Google::Cloud::Video::LiveStream::V1::Encryption::MpegCommonEncryption) — Configuration for MPEG-Dash Common Encryption (MPEG-CENC).
#sample_aes
def sample_aes() -> ::Google::Cloud::Video::LiveStream::V1::Encryption::SampleAesEncryption
Returns
- (::Google::Cloud::Video::LiveStream::V1::Encryption::SampleAesEncryption) — Configuration for HLS SAMPLE-AES encryption.
#sample_aes=
def sample_aes=(value) -> ::Google::Cloud::Video::LiveStream::V1::Encryption::SampleAesEncryption
Parameter
- value (::Google::Cloud::Video::LiveStream::V1::Encryption::SampleAesEncryption) — Configuration for HLS SAMPLE-AES encryption.
Returns
- (::Google::Cloud::Video::LiveStream::V1::Encryption::SampleAesEncryption) — Configuration for HLS SAMPLE-AES encryption.
#secret_manager_key_source
def secret_manager_key_source() -> ::Google::Cloud::Video::LiveStream::V1::Encryption::SecretManagerSource
Returns
- (::Google::Cloud::Video::LiveStream::V1::Encryption::SecretManagerSource) — For keys stored in Google Secret Manager.
#secret_manager_key_source=
def secret_manager_key_source=(value) -> ::Google::Cloud::Video::LiveStream::V1::Encryption::SecretManagerSource
Parameter
- value (::Google::Cloud::Video::LiveStream::V1::Encryption::SecretManagerSource) — For keys stored in Google Secret Manager.
Returns
- (::Google::Cloud::Video::LiveStream::V1::Encryption::SecretManagerSource) — For keys stored in Google Secret Manager.