Uses of Class
com.google.cloud.gkebackup.v1.EncryptionKey.Builder
-
Packages that use EncryptionKey.Builder Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of EncryptionKey.Builder in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return EncryptionKey.Builder Modifier and Type Method Description EncryptionKey.Builder
EncryptionKey.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
EncryptionKey.Builder
EncryptionKey.Builder. clear()
EncryptionKey.Builder
EncryptionKey.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
EncryptionKey.Builder
EncryptionKey.Builder. clearGcpKmsEncryptionKey()
Google Cloud KMS encryption key.EncryptionKey.Builder
EncryptionKey.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
EncryptionKey.Builder
EncryptionKey.Builder. clone()
EncryptionKey.Builder
Backup.Builder. getEncryptionKeyBuilder()
Output only.EncryptionKey.Builder
BackupPlan.BackupConfig.Builder. getEncryptionKeyBuilder()
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)
EncryptionKey.Builder
EncryptionKey.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
EncryptionKey.Builder
EncryptionKey.Builder. mergeFrom(com.google.protobuf.Message other)
EncryptionKey.Builder
EncryptionKey.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static EncryptionKey.Builder
EncryptionKey. newBuilder()
static EncryptionKey.Builder
EncryptionKey. newBuilder(EncryptionKey prototype)
EncryptionKey.Builder
EncryptionKey. newBuilderForType()
protected EncryptionKey.Builder
EncryptionKey. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
EncryptionKey.Builder
EncryptionKey.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
EncryptionKey.Builder
EncryptionKey.Builder. setGcpKmsEncryptionKey(String value)
Google Cloud KMS encryption key.EncryptionKey.Builder
EncryptionKey.Builder. setGcpKmsEncryptionKeyBytes(com.google.protobuf.ByteString value)
Google Cloud KMS encryption key.EncryptionKey.Builder
EncryptionKey.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
EncryptionKey.Builder
EncryptionKey.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
EncryptionKey.Builder
EncryptionKey. toBuilder()
Methods in com.google.cloud.gkebackup.v1 with parameters of type EncryptionKey.Builder Modifier and Type Method Description Backup.Builder
Backup.Builder. setEncryptionKey(EncryptionKey.Builder builderForValue)
Output only.BackupPlan.BackupConfig.Builder
BackupPlan.BackupConfig.Builder. setEncryptionKey(EncryptionKey.Builder builderForValue)
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.
-