All Downloads are FREE. Search and download functionalities are using the official Maven repository.

udpa.annotations.Sensitive Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: udpa/annotations/sensitive.proto

// Protobuf Java Version: 3.25.5
package udpa.annotations;

public final class Sensitive {
  private Sensitive() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
    registry.add(udpa.annotations.Sensitive.sensitive);
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public static final int SENSITIVE_FIELD_NUMBER = 76569463;
  /**
   * 
   * 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 final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.DescriptorProtos.FieldOptions, java.lang.Boolean> sensitive = com.google.protobuf.GeneratedMessage .newFileScopedGeneratedExtension( java.lang.Boolean.class, null); public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n udpa/annotations/sensitive.proto\022\020udpa" + ".annotations\032 google/protobuf/descriptor" + ".proto:3\n\tsensitive\022\035.google.protobuf.Fi" + "eldOptions\030\367\266\301$ \001(\010B)Z\'github.com/cncf/x" + "ds/go/udpa/annotationsb\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { com.google.protobuf.DescriptorProtos.getDescriptor(), }); sensitive.internalInit(descriptor.getExtensions().get(0)); com.google.protobuf.DescriptorProtos.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy