sensitive.pb.go 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1
  4. // protoc v3.21.5
  5. // source: udpa/annotations/sensitive.proto
  6. package annotations
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. descriptorpb "google.golang.org/protobuf/types/descriptorpb"
  11. reflect "reflect"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. var file_udpa_annotations_sensitive_proto_extTypes = []protoimpl.ExtensionInfo{
  20. {
  21. ExtendedType: (*descriptorpb.FieldOptions)(nil),
  22. ExtensionType: (*bool)(nil),
  23. Field: 76569463,
  24. Name: "udpa.annotations.sensitive",
  25. Tag: "varint,76569463,opt,name=sensitive",
  26. Filename: "udpa/annotations/sensitive.proto",
  27. },
  28. }
  29. // Extension fields to descriptorpb.FieldOptions.
  30. var (
  31. // optional bool sensitive = 76569463;
  32. E_Sensitive = &file_udpa_annotations_sensitive_proto_extTypes[0]
  33. )
  34. var File_udpa_annotations_sensitive_proto protoreflect.FileDescriptor
  35. var file_udpa_annotations_sensitive_proto_rawDesc = []byte{
  36. 0x0a, 0x20, 0x75, 0x64, 0x70, 0x61, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
  37. 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x76, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  38. 0x74, 0x6f, 0x12, 0x10, 0x75, 0x64, 0x70, 0x61, 0x2e, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74,
  39. 0x69, 0x6f, 0x6e, 0x73, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f,
  40. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72,
  41. 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x3a, 0x3e, 0x0a, 0x09, 0x73, 0x65, 0x6e, 0x73, 0x69, 0x74,
  42. 0x69, 0x76, 0x65, 0x12, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
  43. 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4f, 0x70, 0x74, 0x69, 0x6f,
  44. 0x6e, 0x73, 0x18, 0xf7, 0xb6, 0xc1, 0x24, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x73, 0x65, 0x6e,
  45. 0x73, 0x69, 0x74, 0x69, 0x76, 0x65, 0x42, 0x29, 0x5a, 0x27, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62,
  46. 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6e, 0x63, 0x66, 0x2f, 0x78, 0x64, 0x73, 0x2f, 0x67, 0x6f,
  47. 0x2f, 0x75, 0x64, 0x70, 0x61, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
  48. 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  49. }
  50. var file_udpa_annotations_sensitive_proto_goTypes = []interface{}{
  51. (*descriptorpb.FieldOptions)(nil), // 0: google.protobuf.FieldOptions
  52. }
  53. var file_udpa_annotations_sensitive_proto_depIdxs = []int32{
  54. 0, // 0: udpa.annotations.sensitive:extendee -> google.protobuf.FieldOptions
  55. 1, // [1:1] is the sub-list for method output_type
  56. 1, // [1:1] is the sub-list for method input_type
  57. 1, // [1:1] is the sub-list for extension type_name
  58. 0, // [0:1] is the sub-list for extension extendee
  59. 0, // [0:0] is the sub-list for field type_name
  60. }
  61. func init() { file_udpa_annotations_sensitive_proto_init() }
  62. func file_udpa_annotations_sensitive_proto_init() {
  63. if File_udpa_annotations_sensitive_proto != nil {
  64. return
  65. }
  66. type x struct{}
  67. out := protoimpl.TypeBuilder{
  68. File: protoimpl.DescBuilder{
  69. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  70. RawDescriptor: file_udpa_annotations_sensitive_proto_rawDesc,
  71. NumEnums: 0,
  72. NumMessages: 0,
  73. NumExtensions: 1,
  74. NumServices: 0,
  75. },
  76. GoTypes: file_udpa_annotations_sensitive_proto_goTypes,
  77. DependencyIndexes: file_udpa_annotations_sensitive_proto_depIdxs,
  78. ExtensionInfos: file_udpa_annotations_sensitive_proto_extTypes,
  79. }.Build()
  80. File_udpa_annotations_sensitive_proto = out.File
  81. file_udpa_annotations_sensitive_proto_rawDesc = nil
  82. file_udpa_annotations_sensitive_proto_goTypes = nil
  83. file_udpa_annotations_sensitive_proto_depIdxs = nil
  84. }