Class: Google::Cloud::Video::LiveStream::V1::Event::UpdateEncryptionsTask
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::Event::UpdateEncryptionsTask
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Update encryption settings.
Instance Attribute Summary collapse
Instance Attribute Details
#encryptions ⇒ ::Array<::Google::Cloud::Video::LiveStream::V1::EncryptionUpdate>
Returns Required. A list of EncryptionUpdates that updates the existing encryption settings.
711 712 713 714 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 711 class UpdateEncryptionsTask include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |