Class: Google::Apis::FirestoreV1::GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
- Inherits:
-
Object
- Object
- Google::Apis::FirestoreV1::GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firestore_v1/classes.rb,
lib/google/apis/firestore_v1/representations.rb,
lib/google/apis/firestore_v1/representations.rb
Overview
The configuration options for using Google default encryption.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
constructor
A new instance of GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions
Returns a new instance of GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions.
1960 1961 1962 |
# File 'lib/google/apis/firestore_v1/classes.rb', line 1960 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1965 1966 |
# File 'lib/google/apis/firestore_v1/classes.rb', line 1965 def update!(**args) end |