blob: 651400277efe824344778a3944166d8d0de5f2ec [file] [log] [blame]
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07001// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: protoc-gen-swagger/options/annotations.proto
3
Arjun E K57a7fcb2020-01-30 06:44:45 +00004package options
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -07005
Arjun E K57a7fcb2020-01-30 06:44:45 +00006import (
7 fmt "fmt"
8 proto "github.com/golang/protobuf/proto"
9 descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor"
10 math "math"
11)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070012
13// Reference imports to suppress errors if they are not otherwise used.
14var _ = proto.Marshal
15var _ = fmt.Errorf
16var _ = math.Inf
17
18// This is a compile-time assertion to ensure that this generated file
19// is compatible with the proto package it is being compiled against.
20// A compilation error at this line likely means your copy of the
21// proto package needs to be updated.
Arjun E K57a7fcb2020-01-30 06:44:45 +000022const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070023
24var E_Openapiv2Swagger = &proto.ExtensionDesc{
25 ExtendedType: (*descriptor.FileOptions)(nil),
26 ExtensionType: (*Swagger)(nil),
27 Field: 1042,
28 Name: "grpc.gateway.protoc_gen_swagger.options.openapiv2_swagger",
Arjun E K57a7fcb2020-01-30 06:44:45 +000029 Tag: "bytes,1042,opt,name=openapiv2_swagger",
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070030 Filename: "protoc-gen-swagger/options/annotations.proto",
31}
32
33var E_Openapiv2Operation = &proto.ExtensionDesc{
34 ExtendedType: (*descriptor.MethodOptions)(nil),
35 ExtensionType: (*Operation)(nil),
36 Field: 1042,
37 Name: "grpc.gateway.protoc_gen_swagger.options.openapiv2_operation",
Arjun E K57a7fcb2020-01-30 06:44:45 +000038 Tag: "bytes,1042,opt,name=openapiv2_operation",
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070039 Filename: "protoc-gen-swagger/options/annotations.proto",
40}
41
42var E_Openapiv2Schema = &proto.ExtensionDesc{
43 ExtendedType: (*descriptor.MessageOptions)(nil),
44 ExtensionType: (*Schema)(nil),
45 Field: 1042,
46 Name: "grpc.gateway.protoc_gen_swagger.options.openapiv2_schema",
Arjun E K57a7fcb2020-01-30 06:44:45 +000047 Tag: "bytes,1042,opt,name=openapiv2_schema",
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070048 Filename: "protoc-gen-swagger/options/annotations.proto",
49}
50
51var E_Openapiv2Tag = &proto.ExtensionDesc{
52 ExtendedType: (*descriptor.ServiceOptions)(nil),
53 ExtensionType: (*Tag)(nil),
54 Field: 1042,
55 Name: "grpc.gateway.protoc_gen_swagger.options.openapiv2_tag",
Arjun E K57a7fcb2020-01-30 06:44:45 +000056 Tag: "bytes,1042,opt,name=openapiv2_tag",
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070057 Filename: "protoc-gen-swagger/options/annotations.proto",
58}
59
60var E_Openapiv2Field = &proto.ExtensionDesc{
61 ExtendedType: (*descriptor.FieldOptions)(nil),
62 ExtensionType: (*JSONSchema)(nil),
63 Field: 1042,
64 Name: "grpc.gateway.protoc_gen_swagger.options.openapiv2_field",
Arjun E K57a7fcb2020-01-30 06:44:45 +000065 Tag: "bytes,1042,opt,name=openapiv2_field",
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070066 Filename: "protoc-gen-swagger/options/annotations.proto",
67}
68
69func init() {
70 proto.RegisterExtension(E_Openapiv2Swagger)
71 proto.RegisterExtension(E_Openapiv2Operation)
72 proto.RegisterExtension(E_Openapiv2Schema)
73 proto.RegisterExtension(E_Openapiv2Tag)
74 proto.RegisterExtension(E_Openapiv2Field)
75}
76
77func init() {
Arjun E K57a7fcb2020-01-30 06:44:45 +000078 proto.RegisterFile("protoc-gen-swagger/options/annotations.proto", fileDescriptor_a6a34ca6badab664)
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070079}
80
Arjun E K57a7fcb2020-01-30 06:44:45 +000081var fileDescriptor_a6a34ca6badab664 = []byte{
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070082 // 346 bytes of a gzipped FileDescriptorProto
83 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0x4f, 0x4f, 0xea, 0x40,
84 0x14, 0xc5, 0xc3, 0xe6, 0xe5, 0xa5, 0xef, 0xa9, 0x58, 0x37, 0x86, 0xf8, 0x87, 0x9d, 0xc6, 0xc0,
85 0x8c, 0x81, 0x5d, 0x77, 0x6a, 0xe2, 0xc2, 0x44, 0x49, 0x0a, 0x2b, 0x37, 0x64, 0x18, 0x2e, 0x97,
86 0x49, 0x4a, 0xef, 0x64, 0x66, 0x80, 0x90, 0xb0, 0xf4, 0x13, 0xf8, 0x89, 0x8d, 0xd3, 0xd2, 0x9a,
Arjun E K57a7fcb2020-01-30 06:44:45 +000087 0x8a, 0xa6, 0xbb, 0xce, 0xe9, 0xbd, 0xe7, 0x77, 0x7a, 0x3a, 0x41, 0x47, 0x1b, 0x72, 0x24, 0xbb,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070088 0x08, 0x69, 0xd7, 0xae, 0x05, 0x22, 0x18, 0x4e, 0xda, 0x29, 0x4a, 0x2d, 0x17, 0x69, 0x4a, 0x4e,
Arjun E K57a7fcb2020-01-30 06:44:45 +000089 0xf8, 0x67, 0xe6, 0xc7, 0xc2, 0x2b, 0x34, 0x5a, 0x32, 0x14, 0x0e, 0xd6, 0x62, 0x93, 0x69, 0x72,
90 0x8c, 0x90, 0x8e, 0xf3, 0x55, 0x96, 0xaf, 0xb6, 0xda, 0x48, 0x84, 0x09, 0x70, 0x3f, 0x32, 0x59,
91 0xce, 0xf8, 0x14, 0xac, 0x34, 0x4a, 0x3b, 0x32, 0xd9, 0x5a, 0xeb, 0xe6, 0x17, 0x30, 0x69, 0x48,
92 0x85, 0x56, 0xab, 0x5e, 0x36, 0x1b, 0x6d, 0x83, 0xe3, 0x42, 0xda, 0xa1, 0xc2, 0x33, 0x96, 0x31,
93 0xd8, 0x8e, 0xc1, 0x1e, 0x55, 0x02, 0x83, 0xcc, 0xe2, 0xf4, 0xfd, 0x6f, 0xbb, 0x71, 0xfd, 0xaf,
94 0x77, 0xcb, 0x6a, 0x26, 0x66, 0xc3, 0xec, 0x1c, 0x37, 0x0b, 0x52, 0xae, 0x44, 0x6f, 0x8d, 0xe0,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -070095 0xa4, 0xc4, 0x93, 0x06, 0xe3, 0x3b, 0x09, 0x2f, 0xbe, 0x05, 0x78, 0x06, 0x37, 0xa7, 0x69, 0x25,
Arjun E K57a7fcb2020-01-30 06:44:45 +000096 0x42, 0xaf, 0x76, 0x84, 0xc1, 0xce, 0x3a, 0x0e, 0x0b, 0x5e, 0xa1, 0x45, 0xdb, 0xa0, 0xf9, 0xa5,
97 0x04, 0x39, 0x87, 0x85, 0x08, 0x2f, 0xf7, 0x44, 0xb0, 0x56, 0x60, 0xb5, 0x06, 0x5e, 0xbf, 0x06,
98 0x6f, 0x1c, 0x1f, 0x95, 0x2d, 0x78, 0x21, 0xb2, 0xc1, 0x41, 0x49, 0x77, 0x02, 0xf7, 0xa0, 0x87,
99 0x60, 0x56, 0x4a, 0x56, 0xd1, 0x9d, 0xda, 0xe8, 0x91, 0xc0, 0xf8, 0x7f, 0x01, 0x19, 0x09, 0x8c,
100 0xb6, 0x41, 0x99, 0x63, 0x3c, 0x53, 0x90, 0x4c, 0xc3, 0xf3, 0x3d, 0x7f, 0x1d, 0x92, 0x6a, 0xe7,
101 0xfd, 0xda, 0xd0, 0xa7, 0xe1, 0xe0, 0x25, 0xff, 0xe6, 0xc3, 0x82, 0xe5, 0x2d, 0xef, 0x1f, 0x5e,
102 0xef, 0x50, 0xb9, 0xf9, 0x72, 0xc2, 0x24, 0x2d, 0xf8, 0xa7, 0x61, 0x17, 0x24, 0xd9, 0x8d, 0x75,
103 0x90, 0x1f, 0x73, 0x7f, 0xfe, 0xf3, 0x55, 0x9e, 0xfc, 0xf1, 0xef, 0xfa, 0x1f, 0x01, 0x00, 0x00,
104 0xff, 0xff, 0x59, 0x78, 0xb0, 0x03, 0x68, 0x03, 0x00, 0x00,
Matteo Scandoloa6a3aee2019-11-26 13:30:14 -0700105}