Class: Google::Apis::DatastreamV1::BasicEncryption
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1::BasicEncryption
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datastream_v1/classes.rb,
lib/google/apis/datastream_v1/representations.rb,
lib/google/apis/datastream_v1/representations.rb
Overview
Message to represent the option where Datastream will enforce encryption without authenticating server identity. Server certificates will be trusted by default.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BasicEncryption
constructor
A new instance of BasicEncryption.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BasicEncryption
Returns a new instance of BasicEncryption.
164 165 166 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 164 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
169 170 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 169 def update!(**args) end |