public interface CryptoKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
KmsWrappedCryptoKey |
getKmsWrapped()
Key wrapped using Cloud KMS
|
KmsWrappedCryptoKeyOrBuilder |
getKmsWrappedOrBuilder()
Key wrapped using Cloud KMS
|
CryptoKey.SourceCase |
getSourceCase() |
TransientCryptoKey |
getTransient()
Transient crypto key
|
TransientCryptoKeyOrBuilder |
getTransientOrBuilder()
Transient crypto key
|
UnwrappedCryptoKey |
getUnwrapped()
Unwrapped crypto key
|
UnwrappedCryptoKeyOrBuilder |
getUnwrappedOrBuilder()
Unwrapped crypto key
|
boolean |
hasKmsWrapped()
Key wrapped using Cloud KMS
|
boolean |
hasTransient()
Transient crypto key
|
boolean |
hasUnwrapped()
Unwrapped crypto key
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTransient()
Transient crypto key
.google.privacy.dlp.v2.TransientCryptoKey transient = 1;TransientCryptoKey getTransient()
Transient crypto key
.google.privacy.dlp.v2.TransientCryptoKey transient = 1;TransientCryptoKeyOrBuilder getTransientOrBuilder()
Transient crypto key
.google.privacy.dlp.v2.TransientCryptoKey transient = 1;boolean hasUnwrapped()
Unwrapped crypto key
.google.privacy.dlp.v2.UnwrappedCryptoKey unwrapped = 2;UnwrappedCryptoKey getUnwrapped()
Unwrapped crypto key
.google.privacy.dlp.v2.UnwrappedCryptoKey unwrapped = 2;UnwrappedCryptoKeyOrBuilder getUnwrappedOrBuilder()
Unwrapped crypto key
.google.privacy.dlp.v2.UnwrappedCryptoKey unwrapped = 2;boolean hasKmsWrapped()
Key wrapped using Cloud KMS
.google.privacy.dlp.v2.KmsWrappedCryptoKey kms_wrapped = 3;KmsWrappedCryptoKey getKmsWrapped()
Key wrapped using Cloud KMS
.google.privacy.dlp.v2.KmsWrappedCryptoKey kms_wrapped = 3;KmsWrappedCryptoKeyOrBuilder getKmsWrappedOrBuilder()
Key wrapped using Cloud KMS
.google.privacy.dlp.v2.KmsWrappedCryptoKey kms_wrapped = 3;CryptoKey.SourceCase getSourceCase()
Copyright © 2022 Google LLC. All rights reserved.