Uses of Class
com.google.cloud.alloydb.v1.EncryptionInfo.Builder
-
Packages that use EncryptionInfo.Builder Package Description com.google.cloud.alloydb.v1 A client to AlloyDB API -
-
Uses of EncryptionInfo.Builder in com.google.cloud.alloydb.v1
Methods in com.google.cloud.alloydb.v1 that return EncryptionInfo.Builder Modifier and Type Method Description EncryptionInfo.Builder
EncryptionInfo.Builder. addAllKmsKeyVersions(Iterable<String> values)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. addKmsKeyVersions(String value)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. addKmsKeyVersionsBytes(com.google.protobuf.ByteString value)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
EncryptionInfo.Builder
EncryptionInfo.Builder. clear()
EncryptionInfo.Builder
EncryptionInfo.Builder. clearEncryptionType()
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
EncryptionInfo.Builder
EncryptionInfo.Builder. clearKmsKeyVersions()
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
EncryptionInfo.Builder
EncryptionInfo.Builder. clone()
EncryptionInfo.Builder
Backup.Builder. getEncryptionInfoBuilder()
Output only.EncryptionInfo.Builder
Cluster.Builder. getEncryptionInfoBuilder()
Output only.EncryptionInfo.Builder
ContinuousBackupInfo.Builder. getEncryptionInfoBuilder()
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. mergeFrom(EncryptionInfo other)
EncryptionInfo.Builder
EncryptionInfo.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
EncryptionInfo.Builder
EncryptionInfo.Builder. mergeFrom(com.google.protobuf.Message other)
EncryptionInfo.Builder
EncryptionInfo.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static EncryptionInfo.Builder
EncryptionInfo. newBuilder()
static EncryptionInfo.Builder
EncryptionInfo. newBuilder(EncryptionInfo prototype)
EncryptionInfo.Builder
EncryptionInfo. newBuilderForType()
protected EncryptionInfo.Builder
EncryptionInfo. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
EncryptionInfo.Builder
EncryptionInfo.Builder. setEncryptionType(EncryptionInfo.Type value)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. setEncryptionTypeValue(int value)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
EncryptionInfo.Builder
EncryptionInfo.Builder. setKmsKeyVersions(int index, String value)
Output only.EncryptionInfo.Builder
EncryptionInfo.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
EncryptionInfo.Builder
EncryptionInfo.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
EncryptionInfo.Builder
EncryptionInfo. toBuilder()
Methods in com.google.cloud.alloydb.v1 with parameters of type EncryptionInfo.Builder Modifier and Type Method Description Backup.Builder
Backup.Builder. setEncryptionInfo(EncryptionInfo.Builder builderForValue)
Output only.Cluster.Builder
Cluster.Builder. setEncryptionInfo(EncryptionInfo.Builder builderForValue)
Output only.ContinuousBackupInfo.Builder
ContinuousBackupInfo.Builder. setEncryptionInfo(EncryptionInfo.Builder builderForValue)
Output only.
-