Package | Description |
---|---|
com.google.cloud.spanner.encryption | |
com.google.spanner.admin.database.v1 |
Modifier and Type | Method and Description |
---|---|
static EncryptionInfo |
EncryptionInfo.fromProtoOrNull(EncryptionInfo proto)
Returns a
EncryptionInfo instance from the given proto, or null if the
given proto is the default proto instance (i.e. |
Constructor and Description |
---|
EncryptionInfo(EncryptionInfo proto) |
Modifier and Type | Method and Description |
---|---|
List<EncryptionInfo> |
Database.getEncryptionInfoList()
Output only.
|
List<EncryptionInfo> |
Database.Builder.getEncryptionInfoList()
Output only.
|
List<EncryptionInfo> |
DatabaseOrBuilder.getEncryptionInfoList()
Output only.
|
Parser<EncryptionInfo> |
EncryptionInfo.getParserForType() |
static Parser<EncryptionInfo> |
EncryptionInfo.parser() |
Modifier and Type | Method and Description |
---|---|
Database.Builder |
Database.Builder.addEncryptionInfo(EncryptionInfo value)
Output only.
|
Database.Builder |
Database.Builder.addEncryptionInfo(int index,
EncryptionInfo value)
Output only.
|
Backup.Builder |
Backup.Builder.mergeEncryptionInfo(EncryptionInfo value)
Output only.
|
EncryptionInfo.Builder |
EncryptionInfo.Builder.mergeFrom(EncryptionInfo other) |
static EncryptionInfo.Builder |
EncryptionInfo.newBuilder(EncryptionInfo prototype) |
Backup.Builder |
Backup.Builder.setEncryptionInfo(EncryptionInfo value)
Output only.
|
Database.Builder |
Database.Builder.setEncryptionInfo(int index,
EncryptionInfo value)
Output only.
|
Modifier and Type | Method and Description |
---|---|
Database.Builder |
Database.Builder.addAllEncryptionInfo(Iterable<? extends EncryptionInfo> values)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.