GoogleFirestoreAdminV1EncryptionConfig constructor
GoogleFirestoreAdminV1EncryptionConfig({
- GoogleFirestoreAdminV1CustomerManagedEncryptionOptions? customerManagedEncryption,
- GoogleFirestoreAdminV1GoogleDefaultEncryptionOptions? googleDefaultEncryption,
- GoogleFirestoreAdminV1SourceEncryptionOptions? useSourceEncryption,
Implementation
GoogleFirestoreAdminV1EncryptionConfig({
this.customerManagedEncryption,
this.googleDefaultEncryption,
this.useSourceEncryption,
});