Uses of Class
com.google.cloud.gkebackup.v1.EncryptionKey
-
Packages that use EncryptionKey Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of EncryptionKey in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return EncryptionKey Modifier and Type Method Description EncryptionKey
EncryptionKey.Builder. build()
EncryptionKey
EncryptionKey.Builder. buildPartial()
static EncryptionKey
EncryptionKey. getDefaultInstance()
EncryptionKey
EncryptionKey.Builder. getDefaultInstanceForType()
EncryptionKey
EncryptionKey. getDefaultInstanceForType()
EncryptionKey
Backup.Builder. getEncryptionKey()
Output only.EncryptionKey
Backup. getEncryptionKey()
Output only.EncryptionKey
BackupOrBuilder. getEncryptionKey()
Output only.EncryptionKey
BackupPlan.BackupConfig.Builder. getEncryptionKey()
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.EncryptionKey
BackupPlan.BackupConfig. getEncryptionKey()
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.EncryptionKey
BackupPlan.BackupConfigOrBuilder. getEncryptionKey()
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.static EncryptionKey
EncryptionKey. parseDelimitedFrom(InputStream input)
static EncryptionKey
EncryptionKey. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionKey
EncryptionKey. parseFrom(byte[] data)
static EncryptionKey
EncryptionKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionKey
EncryptionKey. parseFrom(com.google.protobuf.ByteString data)
static EncryptionKey
EncryptionKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionKey
EncryptionKey. parseFrom(com.google.protobuf.CodedInputStream input)
static EncryptionKey
EncryptionKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionKey
EncryptionKey. parseFrom(InputStream input)
static EncryptionKey
EncryptionKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionKey
EncryptionKey. parseFrom(ByteBuffer data)
static EncryptionKey
EncryptionKey. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type EncryptionKey Modifier and Type Method Description com.google.protobuf.Parser<EncryptionKey>
EncryptionKey. getParserForType()
static com.google.protobuf.Parser<EncryptionKey>
EncryptionKey. parser()
Methods in com.google.cloud.gkebackup.v1 with parameters of type EncryptionKey Modifier and Type Method Description Backup.Builder
Backup.Builder. mergeEncryptionKey(EncryptionKey value)
Output only.BackupPlan.BackupConfig.Builder
BackupPlan.BackupConfig.Builder. mergeEncryptionKey(EncryptionKey value)
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.EncryptionKey.Builder
EncryptionKey.Builder. mergeFrom(EncryptionKey other)
static EncryptionKey.Builder
EncryptionKey. newBuilder(EncryptionKey prototype)
Backup.Builder
Backup.Builder. setEncryptionKey(EncryptionKey value)
Output only.BackupPlan.BackupConfig.Builder
BackupPlan.BackupConfig.Builder. setEncryptionKey(EncryptionKey value)
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.
-