/pkg/api/envoy/extensions/filters/http/grpc_web/v3/grpc_web.pb.go

https://github.com/datawire/ambassador · Go · 154 lines · 128 code · 16 blank · 10 comment · 10 complexity · 9c283de26a35ed702ae068fda3da38ee MD5 · raw file

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.22.0
  4. // protoc v3.10.1
  5. // source: envoy/extensions/filters/http/grpc_web/v3/grpc_web.proto
  6. package envoy_extensions_filters_http_grpc_web_v3
  7. import (
  8. _ "github.com/cncf/udpa/go/udpa/annotations"
  9. proto "github.com/golang/protobuf/proto"
  10. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  11. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  12. reflect "reflect"
  13. sync "sync"
  14. )
  15. const (
  16. // Verify that this generated code is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  18. // Verify that runtime/protoimpl is sufficiently up-to-date.
  19. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  20. )
  21. // This is a compile-time assertion that a sufficiently up-to-date version
  22. // of the legacy proto package is being used.
  23. const _ = proto.ProtoPackageIsVersion4
  24. type GrpcWeb struct {
  25. state protoimpl.MessageState
  26. sizeCache protoimpl.SizeCache
  27. unknownFields protoimpl.UnknownFields
  28. }
  29. func (x *GrpcWeb) Reset() {
  30. *x = GrpcWeb{}
  31. if protoimpl.UnsafeEnabled {
  32. mi := &file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_msgTypes[0]
  33. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  34. ms.StoreMessageInfo(mi)
  35. }
  36. }
  37. func (x *GrpcWeb) String() string {
  38. return protoimpl.X.MessageStringOf(x)
  39. }
  40. func (*GrpcWeb) ProtoMessage() {}
  41. func (x *GrpcWeb) ProtoReflect() protoreflect.Message {
  42. mi := &file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_msgTypes[0]
  43. if protoimpl.UnsafeEnabled && x != nil {
  44. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  45. if ms.LoadMessageInfo() == nil {
  46. ms.StoreMessageInfo(mi)
  47. }
  48. return ms
  49. }
  50. return mi.MessageOf(x)
  51. }
  52. // Deprecated: Use GrpcWeb.ProtoReflect.Descriptor instead.
  53. func (*GrpcWeb) Descriptor() ([]byte, []int) {
  54. return file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_rawDescGZIP(), []int{0}
  55. }
  56. var File_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto protoreflect.FileDescriptor
  57. var file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_rawDesc = []byte{
  58. 0x0a, 0x38, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2f, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f,
  59. 0x6e, 0x73, 0x2f, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x73, 0x2f, 0x68, 0x74, 0x74, 0x70, 0x2f,
  60. 0x67, 0x72, 0x70, 0x63, 0x5f, 0x77, 0x65, 0x62, 0x2f, 0x76, 0x33, 0x2f, 0x67, 0x72, 0x70, 0x63,
  61. 0x5f, 0x77, 0x65, 0x62, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x29, 0x65, 0x6e, 0x76, 0x6f,
  62. 0x79, 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x66, 0x69, 0x6c,
  63. 0x74, 0x65, 0x72, 0x73, 0x2e, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x5f, 0x77,
  64. 0x65, 0x62, 0x2e, 0x76, 0x33, 0x1a, 0x1d, 0x75, 0x64, 0x70, 0x61, 0x2f, 0x61, 0x6e, 0x6e, 0x6f,
  65. 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x70,
  66. 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x21, 0x75, 0x64, 0x70, 0x61, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
  67. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x69, 0x6e,
  68. 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x3e, 0x0a, 0x07, 0x47, 0x72, 0x70, 0x63, 0x57,
  69. 0x65, 0x62, 0x3a, 0x33, 0x9a, 0xc5, 0x88, 0x1e, 0x2e, 0x0a, 0x2c, 0x65, 0x6e, 0x76, 0x6f, 0x79,
  70. 0x2e, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x2e, 0x68,
  71. 0x74, 0x74, 0x70, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x5f, 0x77, 0x65, 0x62, 0x2e, 0x76, 0x32, 0x2e,
  72. 0x47, 0x72, 0x70, 0x63, 0x57, 0x65, 0x62, 0x42, 0x51, 0x0a, 0x37, 0x69, 0x6f, 0x2e, 0x65, 0x6e,
  73. 0x76, 0x6f, 0x79, 0x70, 0x72, 0x6f, 0x78, 0x79, 0x2e, 0x65, 0x6e, 0x76, 0x6f, 0x79, 0x2e, 0x65,
  74. 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72,
  75. 0x73, 0x2e, 0x68, 0x74, 0x74, 0x70, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x5f, 0x77, 0x65, 0x62, 0x2e,
  76. 0x76, 0x33, 0x42, 0x0c, 0x47, 0x72, 0x70, 0x63, 0x57, 0x65, 0x62, 0x50, 0x72, 0x6f, 0x74, 0x6f,
  77. 0x50, 0x01, 0xba, 0x80, 0xc8, 0xd1, 0x06, 0x02, 0x10, 0x02, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
  78. 0x6f, 0x33,
  79. }
  80. var (
  81. file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_rawDescOnce sync.Once
  82. file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_rawDescData = file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_rawDesc
  83. )
  84. func file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_rawDescGZIP() []byte {
  85. file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_rawDescOnce.Do(func() {
  86. file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_rawDescData = protoimpl.X.CompressGZIP(file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_rawDescData)
  87. })
  88. return file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_rawDescData
  89. }
  90. var file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  91. var file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_goTypes = []interface{}{
  92. (*GrpcWeb)(nil), // 0: envoy.extensions.filters.http.grpc_web.v3.GrpcWeb
  93. }
  94. var file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_depIdxs = []int32{
  95. 0, // [0:0] is the sub-list for method output_type
  96. 0, // [0:0] is the sub-list for method input_type
  97. 0, // [0:0] is the sub-list for extension type_name
  98. 0, // [0:0] is the sub-list for extension extendee
  99. 0, // [0:0] is the sub-list for field type_name
  100. }
  101. func init() { file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_init() }
  102. func file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_init() {
  103. if File_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto != nil {
  104. return
  105. }
  106. if !protoimpl.UnsafeEnabled {
  107. file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  108. switch v := v.(*GrpcWeb); i {
  109. case 0:
  110. return &v.state
  111. case 1:
  112. return &v.sizeCache
  113. case 2:
  114. return &v.unknownFields
  115. default:
  116. return nil
  117. }
  118. }
  119. }
  120. type x struct{}
  121. out := protoimpl.TypeBuilder{
  122. File: protoimpl.DescBuilder{
  123. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  124. RawDescriptor: file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_rawDesc,
  125. NumEnums: 0,
  126. NumMessages: 1,
  127. NumExtensions: 0,
  128. NumServices: 0,
  129. },
  130. GoTypes: file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_goTypes,
  131. DependencyIndexes: file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_depIdxs,
  132. MessageInfos: file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_msgTypes,
  133. }.Build()
  134. File_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto = out.File
  135. file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_rawDesc = nil
  136. file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_goTypes = nil
  137. file_envoy_extensions_filters_http_grpc_web_v3_grpc_web_proto_depIdxs = nil
  138. }