public static final class EncryptionInfo.Builder extends GeneratedMessageV3.Builder<EncryptionInfo.Builder> implements EncryptionInfoOrBuilder
Encryption information for a Cloud Spanner database or backup.
Protobuf type google.spanner.admin.database.v1.EncryptionInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EncryptionInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public EncryptionInfo build()
buildPartial()
public EncryptionInfo buildPartial()
clear()
public EncryptionInfo.Builder clear()
Overrides
clearEncryptionStatus()
public EncryptionInfo.Builder clearEncryptionStatus()
Output only. If present, the status of a recent encrypt/decrypt call on underlying data
for this database or backup. Regardless of status, data is always encrypted
at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearEncryptionType()
public EncryptionInfo.Builder clearEncryptionType()
Output only. The type of encryption.
.google.spanner.admin.database.v1.EncryptionInfo.Type encryption_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearField(Descriptors.FieldDescriptor field)
public EncryptionInfo.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearKmsKeyVersion()
public EncryptionInfo.Builder clearKmsKeyVersion()
Output only. A Cloud KMS key version that is being used to protect the database or
backup.
string kms_key_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
clearOneof(Descriptors.OneofDescriptor oneof)
public EncryptionInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public EncryptionInfo.Builder clone()
Overrides
getDefaultInstanceForType()
public EncryptionInfo getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEncryptionStatus()
public Status getEncryptionStatus()
Output only. If present, the status of a recent encrypt/decrypt call on underlying data
for this database or backup. Regardless of status, data is always encrypted
at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
com.google.rpc.Status | The encryptionStatus.
|
getEncryptionStatusBuilder()
public Status.Builder getEncryptionStatusBuilder()
Output only. If present, the status of a recent encrypt/decrypt call on underlying data
for this database or backup. Regardless of status, data is always encrypted
at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
com.google.rpc.Status.Builder | |
getEncryptionStatusOrBuilder()
public StatusOrBuilder getEncryptionStatusOrBuilder()
Output only. If present, the status of a recent encrypt/decrypt call on underlying data
for this database or backup. Regardless of status, data is always encrypted
at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
com.google.rpc.StatusOrBuilder | |
getEncryptionType()
public EncryptionInfo.Type getEncryptionType()
Output only. The type of encryption.
.google.spanner.admin.database.v1.EncryptionInfo.Type encryption_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEncryptionTypeValue()
public int getEncryptionTypeValue()
Output only. The type of encryption.
.google.spanner.admin.database.v1.EncryptionInfo.Type encryption_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for encryptionType.
|
getKmsKeyVersion()
public String getKmsKeyVersion()
Output only. A Cloud KMS key version that is being used to protect the database or
backup.
string kms_key_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The kmsKeyVersion.
|
getKmsKeyVersionBytes()
public ByteString getKmsKeyVersionBytes()
Output only. A Cloud KMS key version that is being used to protect the database or
backup.
string kms_key_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for kmsKeyVersion.
|
hasEncryptionStatus()
public boolean hasEncryptionStatus()
Output only. If present, the status of a recent encrypt/decrypt call on underlying data
for this database or backup. Regardless of status, data is always encrypted
at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
boolean | Whether the encryptionStatus field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeEncryptionStatus(Status value)
public EncryptionInfo.Builder mergeEncryptionStatus(Status value)
Output only. If present, the status of a recent encrypt/decrypt call on underlying data
for this database or backup. Regardless of status, data is always encrypted
at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
---|
Name | Description |
value | com.google.rpc.Status
|
public EncryptionInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public EncryptionInfo.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeFrom(EncryptionInfo other)
public EncryptionInfo.Builder mergeFrom(EncryptionInfo other)
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EncryptionInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setEncryptionStatus(Status value)
public EncryptionInfo.Builder setEncryptionStatus(Status value)
Output only. If present, the status of a recent encrypt/decrypt call on underlying data
for this database or backup. Regardless of status, data is always encrypted
at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
---|
Name | Description |
value | com.google.rpc.Status
|
setEncryptionStatus(Status.Builder builderForValue)
public EncryptionInfo.Builder setEncryptionStatus(Status.Builder builderForValue)
Output only. If present, the status of a recent encrypt/decrypt call on underlying data
for this database or backup. Regardless of status, data is always encrypted
at rest.
.google.rpc.Status encryption_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
---|
Name | Description |
builderForValue | com.google.rpc.Status.Builder
|
setEncryptionType(EncryptionInfo.Type value)
public EncryptionInfo.Builder setEncryptionType(EncryptionInfo.Type value)
Output only. The type of encryption.
.google.spanner.admin.database.v1.EncryptionInfo.Type encryption_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
setEncryptionTypeValue(int value)
public EncryptionInfo.Builder setEncryptionTypeValue(int value)
Output only. The type of encryption.
.google.spanner.admin.database.v1.EncryptionInfo.Type encryption_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
---|
Name | Description |
value | int
The enum numeric value on the wire for encryptionType to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public EncryptionInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setKmsKeyVersion(String value)
public EncryptionInfo.Builder setKmsKeyVersion(String value)
Output only. A Cloud KMS key version that is being used to protect the database or
backup.
string kms_key_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | String
The kmsKeyVersion to set.
|
setKmsKeyVersionBytes(ByteString value)
public EncryptionInfo.Builder setKmsKeyVersionBytes(ByteString value)
Output only. A Cloud KMS key version that is being used to protect the database or
backup.
string kms_key_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Parameter |
---|
Name | Description |
value | ByteString
The bytes for kmsKeyVersion to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EncryptionInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final EncryptionInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides