public final class Sensitive extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> |
sensitive
Magic number is the 28 most significant bits in the sha256sum of "udpa.annotations.sensitive".
|
static int |
SENSITIVE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static final int SENSITIVE_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> sensitive
Magic number is the 28 most significant bits in the sha256sum of "udpa.annotations.sensitive". When set to true, `sensitive` indicates that this field contains sensitive data, such as personally identifiable information, passwords, or private keys, and should be redacted for display by tools aware of this annotation. Note that that this has no effect on standard Protobuf functions such as `TextFormat::PrintToString`.
extend .google.protobuf.FieldOptions { ... }public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2018–2021 The Envoy Project. All rights reserved.