Class: Google::Apis::TranscoderV1beta1::Aes128Encryption
- Inherits:
-
Object
- Object
- Google::Apis::TranscoderV1beta1::Aes128Encryption
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/transcoder_v1beta1/classes.rb,
generated/google/apis/transcoder_v1beta1/representations.rb,
generated/google/apis/transcoder_v1beta1/representations.rb
Overview
Configuration for AES-128 encryption.
Instance Attribute Summary collapse
-
#key_uri ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Aes128Encryption
constructor
A new instance of Aes128Encryption.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Aes128Encryption
Returns a new instance of Aes128Encryption.
55 56 57 |
# File 'generated/google/apis/transcoder_v1beta1/classes.rb', line 55 def initialize(**args) update!(**args) end |
Instance Attribute Details
#key_uri ⇒ String
Required. URI of the key delivery service. This URI is inserted into the M3U8
header.
Corresponds to the JSON property keyUri
53 54 55 |
# File 'generated/google/apis/transcoder_v1beta1/classes.rb', line 53 def key_uri @key_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
60 61 62 |
# File 'generated/google/apis/transcoder_v1beta1/classes.rb', line 60 def update!(**args) @key_uri = args[:key_uri] if args.key?(:key_uri) end |