| Modifier and Type | Method and Description |
|---|---|
static EncryptionStatus |
EncryptionStatus.forNumber(int value) |
EncryptionStatus |
TableDataProfile.getEncryptionStatus()
How the table is encrypted.
|
EncryptionStatus |
TableDataProfile.Builder.getEncryptionStatus()
How the table is encrypted.
|
EncryptionStatus |
TableDataProfileOrBuilder.getEncryptionStatus()
How the table is encrypted.
|
static EncryptionStatus |
EncryptionStatus.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EncryptionStatus |
EncryptionStatus.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EncryptionStatus |
EncryptionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionStatus[] |
EncryptionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<EncryptionStatus> |
EncryptionStatus.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TableDataProfile.Builder |
TableDataProfile.Builder.setEncryptionStatus(EncryptionStatus value)
How the table is encrypted.
|
Copyright © 2022 Google LLC. All rights reserved.