Class: Google::Cloud::Video::LiveStream::V1::EncryptionUpdate

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#id::String

Returns Required. Identifier for the encryption option to be updated.

Returns:

  • (::String)

    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.

Returns:



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