Uses of Interface
com.google.cloud.gkebackup.v1.EncryptionKeyOrBuilder
-
Packages that use EncryptionKeyOrBuilder Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of EncryptionKeyOrBuilder in com.google.cloud.gkebackup.v1
Classes in com.google.cloud.gkebackup.v1 that implement EncryptionKeyOrBuilder Modifier and Type Class Description class
EncryptionKey
Defined a customer managed encryption key that will be used to encrypt Backup artifacts.static class
EncryptionKey.Builder
Defined a customer managed encryption key that will be used to encrypt Backup artifacts.Methods in com.google.cloud.gkebackup.v1 that return EncryptionKeyOrBuilder Modifier and Type Method Description EncryptionKeyOrBuilder
Backup.Builder. getEncryptionKeyOrBuilder()
Output only.EncryptionKeyOrBuilder
Backup. getEncryptionKeyOrBuilder()
Output only.EncryptionKeyOrBuilder
BackupOrBuilder. getEncryptionKeyOrBuilder()
Output only.EncryptionKeyOrBuilder
BackupPlan.BackupConfig.Builder. getEncryptionKeyOrBuilder()
This defines a customer managed encryption key that will be used to encrypt the "config" portion (the Kubernetes resources) of Backups created via this plan.EncryptionKeyOrBuilder
BackupPlan.BackupConfig. getEncryptionKeyOrBuilder()
This defines a customer managed encryption key that will be used to encrypt the "config" portion (the Kubernetes resources) of Backups created via this plan.EncryptionKeyOrBuilder
BackupPlan.BackupConfigOrBuilder. getEncryptionKeyOrBuilder()
This defines a customer managed encryption key that will be used to encrypt the "config" portion (the Kubernetes resources) of Backups created via this plan.
-