Uses of Class
com.google.spanner.admin.database.v1.EncryptionConfig
-
Packages that use EncryptionConfig Package Description com.google.cloud.spanner.encryption com.google.spanner.admin.database.v1 -
-
Uses of EncryptionConfig in com.google.cloud.spanner.encryption
Methods in com.google.cloud.spanner.encryption that return EncryptionConfig Modifier and Type Method Description static EncryptionConfig
EncryptionConfigProtoMapper. encryptionConfig(CustomerManagedEncryption config)
Returns an encryption config to be used for a database.EncryptionConfig
CustomerManagedEncryption. toProto()
Methods in com.google.cloud.spanner.encryption with parameters of type EncryptionConfig Modifier and Type Method Description static CustomerManagedEncryption
CustomerManagedEncryption. fromProtoOrNull(EncryptionConfig proto)
Returns aCustomerManagedEncryption
instance from the given proto, ornull
if the given proto is the default proto instance (i.e. -
Uses of EncryptionConfig in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return EncryptionConfig Modifier and Type Method Description EncryptionConfig
EncryptionConfig.Builder. build()
EncryptionConfig
EncryptionConfig.Builder. buildPartial()
static EncryptionConfig
EncryptionConfig. getDefaultInstance()
EncryptionConfig
EncryptionConfig.Builder. getDefaultInstanceForType()
EncryptionConfig
EncryptionConfig. getDefaultInstanceForType()
EncryptionConfig
CreateDatabaseRequest.Builder. getEncryptionConfig()
Optional.EncryptionConfig
CreateDatabaseRequest. getEncryptionConfig()
Optional.EncryptionConfig
CreateDatabaseRequestOrBuilder. getEncryptionConfig()
Optional.EncryptionConfig
Database.Builder. getEncryptionConfig()
Output only.EncryptionConfig
Database. getEncryptionConfig()
Output only.EncryptionConfig
DatabaseOrBuilder. getEncryptionConfig()
Output only.static EncryptionConfig
EncryptionConfig. parseDelimitedFrom(InputStream input)
static EncryptionConfig
EncryptionConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(byte[] data)
static EncryptionConfig
EncryptionConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(com.google.protobuf.ByteString data)
static EncryptionConfig
EncryptionConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static EncryptionConfig
EncryptionConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(InputStream input)
static EncryptionConfig
EncryptionConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptionConfig
EncryptionConfig. parseFrom(ByteBuffer data)
static EncryptionConfig
EncryptionConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.spanner.admin.database.v1 that return types with arguments of type EncryptionConfig Modifier and Type Method Description com.google.protobuf.Parser<EncryptionConfig>
EncryptionConfig. getParserForType()
static com.google.protobuf.Parser<EncryptionConfig>
EncryptionConfig. parser()
Methods in com.google.spanner.admin.database.v1 with parameters of type EncryptionConfig Modifier and Type Method Description CreateDatabaseRequest.Builder
CreateDatabaseRequest.Builder. mergeEncryptionConfig(EncryptionConfig value)
Optional.Database.Builder
Database.Builder. mergeEncryptionConfig(EncryptionConfig value)
Output only.EncryptionConfig.Builder
EncryptionConfig.Builder. mergeFrom(EncryptionConfig other)
static EncryptionConfig.Builder
EncryptionConfig. newBuilder(EncryptionConfig prototype)
CreateDatabaseRequest.Builder
CreateDatabaseRequest.Builder. setEncryptionConfig(EncryptionConfig value)
Optional.Database.Builder
Database.Builder. setEncryptionConfig(EncryptionConfig value)
Output only.
-