Class: Google::Cloud::Video::LiveStream::V1::EncryptionUpdate
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::EncryptionUpdate
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Encryption setting when updating encryption.
Instance Attribute Summary collapse
-
#id ⇒ ::String
Required.
-
#secret_manager_key_source ⇒ ::Google::Cloud::Video::LiveStream::V1::Encryption::SecretManagerSource
For keys stored in Google Secret Manager.
Instance Attribute Details
#id ⇒ ::String
Returns Required. Identifier for the encryption option to be updated.
1237 1238 1239 1240 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 1237 class EncryptionUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secret_manager_key_source ⇒ ::Google::Cloud::Video::LiveStream::V1::Encryption::SecretManagerSource
Returns For keys stored in Google Secret Manager.
1237 1238 1239 1240 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 1237 class EncryptionUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |