From dfbef753d0fb5a0c87caec022fceed1b8eb5b08c Mon Sep 17 00:00:00 2001 From: Victor Login Date: Wed, 5 Apr 2023 22:44:25 +0200 Subject: [PATCH] shortlink-link: improve tracing Signed-off-by: Victor Login --- .env | 5 +- .run/link.run.xml | 1 - docs/env.md | 4 +- go.work.sum | 3 +- internal/services/link/README.md | 7 +- .../services/link/application/link/link.go | 2 +- .../services/link/domain/link/v1/link.pb.go | 36 +- .../link/domain/link_cqrs/v1/link.pb.go | 48 +- .../link/domain/sitemap/v1/sitemap.pb.go | 28 +- .../rpc/cqrs/link/v1/link_command.pb.go | 38 +- .../rpc/cqrs/link/v1/link_query.pb.go | 33 +- .../infrastructure/rpc/link/v1/link.pb.go | 59 +- .../rpc/sitemap/v1/sitemap.pb.go | 19 +- .../metadata/domain/metadata/v1/meta.pb.go | 25 +- .../rpc/metadata/v1/metadata_rpc.pb.go | 104 +- .../rpc/metadata/v1/metadata_rpc.proto | 4 +- .../infrastructure/rpc/metadata/v1/rpc.go | 4 +- ops/Makefile/common.mk | 3 +- .../gateway/traefik/conf/dynamic_conf.toml | 4 +- .../gateway/traefik/traefik.yaml | 1 - ops/proto-lock.json | 51823 +--------------- pkg/rpc/client.go | 4 +- pkg/rpc/server.go | 4 +- pkg/saga/step.go | 6 + 24 files changed, 246 insertions(+), 52019 deletions(-) diff --git a/.env b/.env index c99507e8a17..8a30f53cfe7 100644 --- a/.env +++ b/.env @@ -47,7 +47,8 @@ STORE_SQLITE_PATH=/tmp/links.sqlite ### gRPC =============================================================================================================== GRPC_CLIENT_TLS_ENABLED=true -GRPC_SERVER_TLS_ENABLED=true +GRPC_SERVER_TLS_ENABLED=false +GRPC_CLIENT_PORT=443 ### Logger ============================================================================================================= @@ -69,7 +70,7 @@ LOG_TIME_FORMAT=2006-01-02T15:04:05.999999999Z07:00 ### TRACER_URI ### Default: localhost:14268/api/traces -TRACER_URI=http://localhost:14268/api/traces +TRACER_URI=http://grafana-tempo.grafana:14268/api/traces ### AUTH =============================================================================================================== ### Keycloak ----------------------------------------------------------------------------------------------------------- diff --git a/.run/link.run.xml b/.run/link.run.xml index 6729ddd1e79..af36e0e3973 100644 --- a/.run/link.run.xml +++ b/.run/link.run.xml @@ -3,7 +3,6 @@ - diff --git a/docs/env.md b/docs/env.md index 1689da2aac6..6d9a37803d4 100644 --- a/docs/env.md +++ b/docs/env.md @@ -75,13 +75,13 @@ File generated by cli. DO NOT EDIT. | "GRPC_CLIENT_PORT" | 50051 | gRPC port | | "GRPC_CLIENT_HOST" | 0.0.0.0 | gRPC host | | "GRPC_CLIENT_CERT_PATH" | ops/cert/intermediate_ca.pem | gRPC client cert | -| "GRPC_CLIENT_LOGGER_ENABLE" | true | Enable logging for gRPC-client | +| "GRPC_CLIENT_LOGGER_ENABLED" | true | Enable logging for gRPC-client | | "GRPC_SERVER_ENABLED" | true | gRPC server enable | | "GRPC_SERVER_TLS_ENABLED" | false | gRPC tls | | "GRPC_SERVER_PORT" | 50051 | gRPC port | | "GRPC_SERVER_HOST" | 0.0.0.0 | gRPC host | | "GRPC_SERVER_CERT_PATH" | ops/cert/shortlink-server.pem | gRPC server cert | | "GRPC_SERVER_KEY_PATH" | ops/cert/shortlink-server-key.pem | gRPC server key | -| "GRPC_SERVER_LOGGER_ENABLE" | true | Enable logging for gRPC-client | +| "GRPC_SERVER_LOGGER_ENABLED" | true | Enable logging for gRPC-client | | "SHORTDB_DEFAULT_DATABASE" | public | ShortDB default database | | "SHORTDB_PAGE_SIZE" | | ShortDB default page of size | diff --git a/go.work.sum b/go.work.sum index e36760264ee..69116f02743 100644 --- a/go.work.sum +++ b/go.work.sum @@ -733,6 +733,7 @@ github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0 h1:nvj0OLI3YqYXe github.com/casbin/casbin/v2 v2.1.2 h1:bTwon/ECRx9dwBy2ewRVr5OiqjeXSGiTUY74sDPQi/g= github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4= github.com/census-instrumentation/opencensus-proto v0.4.1/go.mod h1:4T9NM4+4Vw91VeyqjLS6ao50K5bOcLKN6Q42XnYaRYw= +github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= github.com/checkpoint-restore/go-criu/v4 v4.1.0 h1:WW2B2uxx9KWF6bGlHqhm8Okiafwwx7Y2kcpn8lCpjgo= github.com/chzyer/logex v1.1.10 h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8= @@ -1042,7 +1043,6 @@ github.com/onsi/gomega v1.23.0/go.mod h1:Z/NWtiqwBrwUt4/2loMmHL63EDLnYHmVbuBpDr2 github.com/onsi/gomega v1.26.0/go.mod h1:r+zV744Re+DiYCIPRlYOTxn0YkOLcAnW8k1xXdMPGhM= github.com/onsi/gomega v1.27.1/go.mod h1:aHX5xOykVYzWOV4WqQy0sy8BQptgukenXpCXfadcIAw= github.com/onsi/gomega v1.27.3/go.mod h1:5vG284IBtfDAmDyrK+eGyZmUgUlmi+Wngqo557cZ6Gw= -github.com/onsi/gomega v1.27.6/go.mod h1:PIQNjfQwkP3aQAH7lf7j87O/5FiNr+ZR8+ipb+qQlhg= github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 h1:lDH9UUVJtmYCjyT0CI4q8xvlXPxeZ0gYCVvWbmPlp88= github.com/opencontainers/runtime-tools v0.0.0-20181011054405-1d69bd0f9c39 h1:H7DMc6FAjgwZZi8BRqjrAAHWoqEr5e5L6pS4V0ezet4= github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 h1:lM6RxxfUMrYL/f8bWEUqdXrANWtrL7Nndbm9iFN0DlU= @@ -1096,7 +1096,6 @@ github.com/soheilhy/cmux v0.1.5 h1:jjzc5WVemNEDTLwv9tlmemhC73tI08BNOIGwBOo10Js= github.com/sony/gobreaker v0.4.1 h1:oMnRNZXX5j85zso6xCPRNPtmAycat+WcoKbklScLDgQ= github.com/spf13/cobra v1.6.0/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY= github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 h1:lIOOHPEbXzO3vnmx2gok1Tfs31Q8GQqKLc8vVqyQq/I= -github.com/stoewer/go-strcase v1.2.0 h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU= github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 h1:WhxRHzgeVGETMlmVfqhRn8RIeeNoPr2Czh33I4Zdccw= github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a h1:AhmOdSHeswKHBjhsLs/7+1voOxT+LLrSk/Nxvk35fug= github.com/supranational/blst v0.3.8-0.20220526154634-513d2456b344 h1:m+8fKfQwCAy1QjzINvKe/pYtLjo2dl59x2w9YSEJxuY= diff --git a/internal/services/link/README.md b/internal/services/link/README.md index 6c7e28bb68c..7229cc2dcec 100644 --- a/internal/services/link/README.md +++ b/internal/services/link/README.md @@ -22,10 +22,9 @@ Service for work with link-domain (CRUD) ### Example request -##### Add new link -``` -grpcurl -cacert ./ops/cert/intermediate_ca.pem -d '{"url": "http://google.com"}' localhost:50052 link_rpc.Link/Add -``` +We support reflection for request. You can use [Postman](https://www.postman.com/) or [grpcurl](https://github.com/fullstorydev/grpcurl) for test. + +![postman](https://blog.postman.com/wp-content/uploads/2022/01/grpc-author-msg.gif) ### Changelog diff --git a/internal/services/link/application/link/link.go b/internal/services/link/application/link/link.go index 56ee2f07b20..2c28b6d1e9f 100644 --- a/internal/services/link/application/link/link.go +++ b/internal/services/link/application/link/link.go @@ -178,7 +178,7 @@ func (s *Service) Add(ctx context.Context, in *v1.Link) (*v1.Link, error) { _, errs = sagaAddLink.AddStep(SAGA_STEP_METADATA_GET). Then(func(ctx context.Context) error { _, err := s.MetadataClient.Set(ctx, &metadata_rpc.MetadataServiceSetRequest{ - Id: in.Url, + Url: in.Url, }) if err != nil { return err diff --git a/internal/services/link/domain/link/v1/link.pb.go b/internal/services/link/domain/link/v1/link.pb.go index 4f9a0bba5e8..ba90bd98a35 100644 --- a/internal/services/link/domain/link/v1/link.pb.go +++ b/internal/services/link/domain/link/v1/link.pb.go @@ -82,14 +82,20 @@ func (LinkEvent) EnumDescriptor() ([]byte, []int) { type Link struct { state protoimpl.MessageState - FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,6,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` - CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` - UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` - Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` - Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"` - Describe string `protobuf:"bytes,3,opt,name=describe,proto3" json:"describe,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,6,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` + // URL + Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` + // Hash by URL + salt + Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"` + // Describe of link + Describe string `protobuf:"bytes,3,opt,name=describe,proto3" json:"describe,omitempty"` + // Create at + CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` + // Update at + UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` } func (x *Link) Reset() { @@ -168,9 +174,10 @@ func (x *Link) GetUpdatedAt() *timestamppb.Timestamp { type Links struct { state protoimpl.MessageState - unknownFields protoimpl.UnknownFields - Link []*Link `protobuf:"bytes,1,rep,name=link,proto3" json:"link,omitempty"` sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Link []*Link `protobuf:"bytes,1,rep,name=link,proto3" json:"link,omitempty"` } func (x *Links) Reset() { @@ -250,11 +257,12 @@ var file_domain_link_v1_link_proto_rawDesc = []byte{ 0x53, 0x54, 0x10, 0x03, 0x12, 0x15, 0x0a, 0x11, 0x4c, 0x49, 0x4e, 0x4b, 0x5f, 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x55, 0x50, 0x44, 0x41, 0x54, 0x45, 0x10, 0x04, 0x12, 0x15, 0x0a, 0x11, 0x4c, 0x49, 0x4e, 0x4b, 0x5f, 0x45, 0x56, 0x45, 0x4e, 0x54, 0x5f, 0x44, 0x45, 0x4c, 0x45, 0x54, 0x45, - 0x10, 0x05, 0x42, 0x44, 0x5a, 0x42, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, - 0x2f, 0x62, 0x61, 0x74, 0x61, 0x7a, 0x6f, 0x72, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, - 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x73, 0x65, 0x72, 0x76, - 0x69, 0x63, 0x65, 0x73, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, - 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x10, 0x05, 0x42, 0x4a, 0x5a, 0x48, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, + 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2d, 0x6f, 0x72, 0x67, 0x2f, 0x73, + 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, + 0x6c, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, + 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x76, 0x31, 0x62, 0x06, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/internal/services/link/domain/link_cqrs/v1/link.pb.go b/internal/services/link/domain/link_cqrs/v1/link.pb.go index 63e6d6b9e90..e7d7c1631b1 100644 --- a/internal/services/link/domain/link_cqrs/v1/link.pb.go +++ b/internal/services/link/domain/link_cqrs/v1/link.pb.go @@ -23,18 +23,25 @@ const ( ) type LinkView struct { - state protoimpl.MessageState - FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,9,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` - CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` - UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` - Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` - Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"` - Describe string `protobuf:"bytes,3,opt,name=describe,proto3" json:"describe,omitempty"` - ImageUrl string `protobuf:"bytes,4,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"` - MetaDescription string `protobuf:"bytes,5,opt,name=meta_description,json=metaDescription,proto3" json:"meta_description,omitempty"` - MetaKeywords string `protobuf:"bytes,6,opt,name=meta_keywords,json=metaKeywords,proto3" json:"meta_keywords,omitempty"` - unknownFields protoimpl.UnknownFields - sizeCache protoimpl.SizeCache + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,9,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` + // URL + Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` + // Hash by URL + salt + Hash string `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"` + // Describe of link + Describe string `protobuf:"bytes,3,opt,name=describe,proto3" json:"describe,omitempty"` + // Metadata + ImageUrl string `protobuf:"bytes,4,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"` + MetaDescription string `protobuf:"bytes,5,opt,name=meta_description,json=metaDescription,proto3" json:"meta_description,omitempty"` + MetaKeywords string `protobuf:"bytes,6,opt,name=meta_keywords,json=metaKeywords,proto3" json:"meta_keywords,omitempty"` + // Create at + CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` + // Update at + UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` } func (x *LinkView) Reset() { @@ -134,9 +141,10 @@ func (x *LinkView) GetUpdatedAt() *timestamppb.Timestamp { type LinksView struct { state protoimpl.MessageState - unknownFields protoimpl.UnknownFields - Links []*LinkView `protobuf:"bytes,1,rep,name=links,proto3" json:"links,omitempty"` sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Links []*LinkView `protobuf:"bytes,1,rep,name=links,proto3" json:"links,omitempty"` } func (x *LinksView) Reset() { @@ -215,12 +223,12 @@ var file_domain_link_cqrs_v1_link_proto_rawDesc = []byte{ 0x65, 0x77, 0x12, 0x33, 0x0a, 0x05, 0x6c, 0x69, 0x6e, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x6c, 0x69, 0x6e, 0x6b, 0x5f, 0x63, 0x71, 0x72, 0x73, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x6e, 0x6b, 0x56, 0x69, 0x65, 0x77, - 0x52, 0x05, 0x6c, 0x69, 0x6e, 0x6b, 0x73, 0x42, 0x49, 0x5a, 0x47, 0x67, 0x69, 0x74, 0x68, 0x75, - 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x62, 0x61, 0x74, 0x61, 0x7a, 0x6f, 0x72, 0x2f, 0x73, 0x68, - 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, - 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x64, - 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x5f, 0x63, 0x71, 0x72, 0x73, 0x2f, - 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x52, 0x05, 0x6c, 0x69, 0x6e, 0x6b, 0x73, 0x42, 0x4f, 0x5a, 0x4d, 0x67, 0x69, 0x74, 0x68, 0x75, + 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2d, + 0x6f, 0x72, 0x67, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, + 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, + 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, + 0x5f, 0x63, 0x71, 0x72, 0x73, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/internal/services/link/domain/sitemap/v1/sitemap.pb.go b/internal/services/link/domain/sitemap/v1/sitemap.pb.go index 531124b17cd..6af1d70fb41 100644 --- a/internal/services/link/domain/sitemap/v1/sitemap.pb.go +++ b/internal/services/link/domain/sitemap/v1/sitemap.pb.go @@ -25,12 +25,13 @@ const ( // URL is a structure of in type Url struct { state protoimpl.MessageState - Loc string `protobuf:"bytes,1,opt,name=loc,proto3" json:"loc,omitempty" xml:"loc"` - LastMod string `protobuf:"bytes,2,opt,name=last_mod,json=lastMod,proto3" json:"last_mod,omitempty" xml:"lastmod"` - ChangeFreq string `protobuf:"bytes,3,opt,name=change_freq,json=changeFreq,proto3" json:"change_freq,omitempty" xml:"changefreq"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache - Priority float32 `protobuf:"fixed32,4,opt,name=priority,proto3" json:"priority,omitempty" xml:"priority"` + unknownFields protoimpl.UnknownFields + + Loc string `protobuf:"bytes,1,opt,name=loc,proto3" json:"loc,omitempty" xml:"loc"` + LastMod string `protobuf:"bytes,2,opt,name=last_mod,json=lastMod,proto3" json:"last_mod,omitempty" xml:"lastmod"` + ChangeFreq string `protobuf:"bytes,3,opt,name=change_freq,json=changeFreq,proto3" json:"change_freq,omitempty" xml:"changefreq"` + Priority float32 `protobuf:"fixed32,4,opt,name=priority,proto3" json:"priority,omitempty" xml:"priority"` } func (x *Url) Reset() { @@ -96,9 +97,10 @@ func (x *Url) GetPriority() float32 { // Sitemap is a structure of type Sitemap struct { state protoimpl.MessageState - unknownFields protoimpl.UnknownFields - Url []*Url `protobuf:"bytes,1,rep,name=url,proto3" json:"url,omitempty" xml:"url"` sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Url []*Url `protobuf:"bytes,1,rep,name=url,proto3" json:"url,omitempty" xml:"url"` } func (x *Sitemap) Reset() { @@ -166,12 +168,12 @@ var file_domain_sitemap_v1_sitemap_proto_rawDesc = []byte{ 0x20, 0x03, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x73, 0x69, 0x74, 0x65, 0x6d, 0x61, 0x70, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x72, 0x6c, 0x42, 0x0e, 0x9a, 0x84, 0x9e, 0x03, 0x09, 0x78, 0x6d, 0x6c, 0x3a, 0x22, 0x75, 0x72, 0x6c, 0x22, 0x52, 0x03, 0x75, 0x72, - 0x6c, 0x42, 0x47, 0x5a, 0x45, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, - 0x62, 0x61, 0x74, 0x61, 0x7a, 0x6f, 0x72, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, - 0x6b, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x73, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, - 0x73, 0x69, 0x74, 0x65, 0x6d, 0x61, 0x70, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, + 0x6c, 0x42, 0x4d, 0x5a, 0x4b, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, + 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2d, 0x6f, 0x72, 0x67, 0x2f, 0x73, 0x68, + 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x64, + 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x73, 0x69, 0x74, 0x65, 0x6d, 0x61, 0x70, 0x2f, 0x76, 0x31, + 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/internal/services/link/infrastructure/rpc/cqrs/link/v1/link_command.pb.go b/internal/services/link/infrastructure/rpc/cqrs/link/v1/link_command.pb.go index ea93dc03d82..e4974a767df 100644 --- a/internal/services/link/infrastructure/rpc/cqrs/link/v1/link_command.pb.go +++ b/internal/services/link/infrastructure/rpc/cqrs/link/v1/link_command.pb.go @@ -24,9 +24,10 @@ const ( type AddRequest struct { state protoimpl.MessageState - Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` } func (x *AddRequest) Reset() { @@ -70,9 +71,10 @@ func (x *AddRequest) GetLink() *v1.Link { type AddResponse struct { state protoimpl.MessageState - Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` } func (x *AddResponse) Reset() { @@ -116,9 +118,10 @@ func (x *AddResponse) GetLink() *v1.Link { type UpdateRequest struct { state protoimpl.MessageState - Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` } func (x *UpdateRequest) Reset() { @@ -162,9 +165,10 @@ func (x *UpdateRequest) GetLink() *v1.Link { type UpdateResponse struct { state protoimpl.MessageState - Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` } func (x *UpdateResponse) Reset() { @@ -208,9 +212,10 @@ func (x *UpdateResponse) GetLink() *v1.Link { type DeleteRequest struct { state protoimpl.MessageState - Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` } func (x *DeleteRequest) Reset() { @@ -300,12 +305,13 @@ var file_infrastructure_rpc_cqrs_link_v1_link_command_proto_rawDesc = []byte{ 0x63, 0x2e, 0x63, 0x71, 0x72, 0x73, 0x2e, 0x6c, 0x69, 0x6e, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, - 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x42, 0x50, 0x5a, 0x4e, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, - 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x62, 0x61, 0x74, 0x61, 0x7a, 0x6f, 0x72, 0x2f, 0x73, 0x68, 0x6f, - 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, - 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, - 0x66, 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, 0x2f, 0x72, 0x70, 0x63, - 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x42, 0x56, 0x5a, 0x54, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, + 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2d, 0x6f, + 0x72, 0x67, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x74, + 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x6c, + 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, + 0x72, 0x65, 0x2f, 0x72, 0x70, 0x63, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x76, 0x31, 0x62, 0x06, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/internal/services/link/infrastructure/rpc/cqrs/link/v1/link_query.pb.go b/internal/services/link/infrastructure/rpc/cqrs/link/v1/link_query.pb.go index 0c7f613dd65..188d52dfe85 100644 --- a/internal/services/link/infrastructure/rpc/cqrs/link/v1/link_query.pb.go +++ b/internal/services/link/infrastructure/rpc/cqrs/link/v1/link_query.pb.go @@ -23,9 +23,10 @@ const ( type GetRequest struct { state protoimpl.MessageState - Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` } func (x *GetRequest) Reset() { @@ -69,9 +70,10 @@ func (x *GetRequest) GetHash() string { type GetResponse struct { state protoimpl.MessageState - Link *v1.LinkView `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Link *v1.LinkView `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` } func (x *GetResponse) Reset() { @@ -115,9 +117,10 @@ func (x *GetResponse) GetLink() *v1.LinkView { type ListRequest struct { state protoimpl.MessageState - Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` } func (x *ListRequest) Reset() { @@ -161,9 +164,10 @@ func (x *ListRequest) GetFilter() string { type ListResponse struct { state protoimpl.MessageState - Links *v1.LinksView `protobuf:"bytes,1,opt,name=links,proto3" json:"links,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Links *v1.LinksView `protobuf:"bytes,1,opt,name=links,proto3" json:"links,omitempty"` } func (x *ListResponse) Reset() { @@ -242,12 +246,13 @@ var file_infrastructure_rpc_cqrs_link_v1_link_query_proto_rawDesc = []byte{ 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x63, 0x71, 0x72, 0x73, 0x2e, 0x6c, 0x69, 0x6e, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x22, 0x00, 0x42, 0x50, 0x5a, 0x4e, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, - 0x6f, 0x6d, 0x2f, 0x62, 0x61, 0x74, 0x61, 0x7a, 0x6f, 0x72, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, - 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x66, 0x72, - 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, 0x2f, 0x72, 0x70, 0x63, 0x2f, 0x6c, - 0x69, 0x6e, 0x6b, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x73, 0x65, 0x22, 0x00, 0x42, 0x56, 0x5a, 0x54, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, + 0x6f, 0x6d, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2d, 0x6f, 0x72, 0x67, + 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, + 0x6e, 0x61, 0x6c, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x6c, 0x69, 0x6e, + 0x6b, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, + 0x2f, 0x72, 0x70, 0x63, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/internal/services/link/infrastructure/rpc/link/v1/link.pb.go b/internal/services/link/infrastructure/rpc/link/v1/link.pb.go index c00c7b2b428..e4e8dc23253 100644 --- a/internal/services/link/infrastructure/rpc/link/v1/link.pb.go +++ b/internal/services/link/infrastructure/rpc/link/v1/link.pb.go @@ -24,9 +24,10 @@ const ( type GetRequest struct { state protoimpl.MessageState - Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` } func (x *GetRequest) Reset() { @@ -70,9 +71,10 @@ func (x *GetRequest) GetHash() string { type GetResponse struct { state protoimpl.MessageState - Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` } func (x *GetResponse) Reset() { @@ -116,9 +118,10 @@ func (x *GetResponse) GetLink() *v1.Link { type ListRequest struct { state protoimpl.MessageState - Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"` } func (x *ListRequest) Reset() { @@ -162,9 +165,10 @@ func (x *ListRequest) GetFilter() string { type ListResponse struct { state protoimpl.MessageState - Links *v1.Links `protobuf:"bytes,1,opt,name=links,proto3" json:"links,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Links *v1.Links `protobuf:"bytes,1,opt,name=links,proto3" json:"links,omitempty"` } func (x *ListResponse) Reset() { @@ -208,9 +212,10 @@ func (x *ListResponse) GetLinks() *v1.Links { type AddRequest struct { state protoimpl.MessageState - Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` } func (x *AddRequest) Reset() { @@ -254,9 +259,10 @@ func (x *AddRequest) GetLink() *v1.Link { type AddResponse struct { state protoimpl.MessageState - Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` } func (x *AddResponse) Reset() { @@ -300,9 +306,10 @@ func (x *AddResponse) GetLink() *v1.Link { type UpdateRequest struct { state protoimpl.MessageState - Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` } func (x *UpdateRequest) Reset() { @@ -346,9 +353,10 @@ func (x *UpdateRequest) GetLink() *v1.Link { type UpdateResponse struct { state protoimpl.MessageState - Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Link *v1.Link `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"` } func (x *UpdateResponse) Reset() { @@ -392,9 +400,10 @@ func (x *UpdateResponse) GetLink() *v1.Link { type DeleteRequest struct { state protoimpl.MessageState - Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` } func (x *DeleteRequest) Reset() { @@ -504,13 +513,13 @@ var file_infrastructure_rpc_link_v1_link_proto_rawDesc = []byte{ 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x6c, 0x69, 0x6e, 0x6b, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, - 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x42, 0x50, 0x5a, 0x4e, 0x67, 0x69, - 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x62, 0x61, 0x74, 0x61, 0x7a, 0x6f, 0x72, - 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, - 0x6e, 0x61, 0x6c, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x6c, 0x69, 0x6e, - 0x6b, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, - 0x2f, 0x72, 0x70, 0x63, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x33, + 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x42, 0x56, 0x5a, 0x54, 0x67, 0x69, + 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, + 0x6e, 0x6b, 0x2d, 0x6f, 0x72, 0x67, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, + 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x73, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x73, 0x74, 0x72, + 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, 0x2f, 0x72, 0x70, 0x63, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, + 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/internal/services/link/infrastructure/rpc/sitemap/v1/sitemap.pb.go b/internal/services/link/infrastructure/rpc/sitemap/v1/sitemap.pb.go index 504db502cd0..a08cea6d09b 100644 --- a/internal/services/link/infrastructure/rpc/sitemap/v1/sitemap.pb.go +++ b/internal/services/link/infrastructure/rpc/sitemap/v1/sitemap.pb.go @@ -23,9 +23,10 @@ const ( type ParseRequest struct { state protoimpl.MessageState - Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` } func (x *ParseRequest) Reset() { @@ -84,13 +85,13 @@ var file_infrastructure_rpc_sitemap_v1_sitemap_proto_rawDesc = []byte{ 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x73, 0x69, 0x74, 0x65, 0x6d, 0x61, 0x70, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x72, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x42, 0x53, 0x5a, - 0x51, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x62, 0x61, 0x74, 0x61, - 0x7a, 0x6f, 0x72, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, - 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, - 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, - 0x75, 0x72, 0x65, 0x2f, 0x72, 0x70, 0x63, 0x2f, 0x73, 0x69, 0x74, 0x65, 0x6d, 0x61, 0x70, 0x2f, - 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x42, 0x59, 0x5a, + 0x57, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x68, 0x6f, 0x72, + 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2d, 0x6f, 0x72, 0x67, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, + 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x73, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, + 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, 0x2f, 0x72, 0x70, 0x63, 0x2f, 0x73, 0x69, + 0x74, 0x65, 0x6d, 0x61, 0x70, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/internal/services/metadata/domain/metadata/v1/meta.pb.go b/internal/services/metadata/domain/metadata/v1/meta.pb.go index ee307e6a2db..173ed237e08 100644 --- a/internal/services/metadata/domain/metadata/v1/meta.pb.go +++ b/internal/services/metadata/domain/metadata/v1/meta.pb.go @@ -23,13 +23,14 @@ const ( type Meta struct { state protoimpl.MessageState - FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,5,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - ImageUrl string `protobuf:"bytes,2,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"` - Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` - Keywords string `protobuf:"bytes,4,opt,name=keywords,proto3" json:"keywords,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,5,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` + Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` + ImageUrl string `protobuf:"bytes,2,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"` + Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` + Keywords string `protobuf:"bytes,4,opt,name=keywords,proto3" json:"keywords,omitempty"` } func (x *Meta) Reset() { @@ -118,12 +119,12 @@ var file_domain_metadata_v1_meta_proto_rawDesc = []byte{ 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6b, 0x65, 0x79, 0x77, - 0x6f, 0x72, 0x64, 0x73, 0x42, 0x4c, 0x5a, 0x4a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, - 0x6f, 0x6d, 0x2f, 0x62, 0x61, 0x74, 0x61, 0x7a, 0x6f, 0x72, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, - 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x73, 0x65, - 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2f, - 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2f, - 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x6f, 0x72, 0x64, 0x73, 0x42, 0x52, 0x5a, 0x50, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, + 0x6f, 0x6d, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2d, 0x6f, 0x72, 0x67, + 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, + 0x6e, 0x61, 0x6c, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x73, 0x2f, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x2f, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/internal/services/metadata/infrastructure/rpc/metadata/v1/metadata_rpc.pb.go b/internal/services/metadata/infrastructure/rpc/metadata/v1/metadata_rpc.pb.go index 2c535507a60..ae4cecd7cf9 100644 --- a/internal/services/metadata/infrastructure/rpc/metadata/v1/metadata_rpc.pb.go +++ b/internal/services/metadata/infrastructure/rpc/metadata/v1/metadata_rpc.pb.go @@ -23,9 +23,10 @@ const ( type MetadataServiceGetRequest struct { state protoimpl.MessageState - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` } func (x *MetadataServiceGetRequest) Reset() { @@ -60,18 +61,19 @@ func (*MetadataServiceGetRequest) Descriptor() ([]byte, []int) { return file_infrastructure_rpc_metadata_v1_metadata_rpc_proto_rawDescGZIP(), []int{0} } -func (x *MetadataServiceGetRequest) GetId() string { +func (x *MetadataServiceGetRequest) GetUrl() string { if x != nil { - return x.Id + return x.Url } return "" } type MetadataServiceGetResponse struct { state protoimpl.MessageState - Meta *v1.Meta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Meta *v1.Meta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"` } func (x *MetadataServiceGetResponse) Reset() { @@ -115,9 +117,10 @@ func (x *MetadataServiceGetResponse) GetMeta() *v1.Meta { type MetadataServiceSetRequest struct { state protoimpl.MessageState - Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` } func (x *MetadataServiceSetRequest) Reset() { @@ -152,18 +155,19 @@ func (*MetadataServiceSetRequest) Descriptor() ([]byte, []int) { return file_infrastructure_rpc_metadata_v1_metadata_rpc_proto_rawDescGZIP(), []int{2} } -func (x *MetadataServiceSetRequest) GetId() string { +func (x *MetadataServiceSetRequest) GetUrl() string { if x != nil { - return x.Id + return x.Url } return "" } type MetadataServiceSetResponse struct { state protoimpl.MessageState - Meta *v1.Meta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"` - unknownFields protoimpl.UnknownFields sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Meta *v1.Meta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"` } func (x *MetadataServiceSetResponse) Reset() { @@ -215,45 +219,45 @@ var file_infrastructure_rpc_metadata_v1_metadata_rpc_proto_rawDesc = []byte{ 0x75, 0x72, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x76, 0x31, 0x1a, 0x1d, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x22, 0x2b, 0x0a, 0x19, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, + 0x74, 0x6f, 0x22, 0x2d, 0x0a, 0x19, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, - 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, - 0x4a, 0x0a, 0x1a, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, - 0x63, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, - 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x64, 0x6f, - 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x76, 0x31, - 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x2b, 0x0a, 0x19, 0x4d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x65, - 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x4a, 0x0a, 0x1a, 0x4d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, - 0x6d, 0x65, 0x74, 0x61, 0x32, 0x91, 0x02, 0x0a, 0x0f, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x7e, 0x0a, 0x03, 0x47, 0x65, 0x74, 0x12, - 0x39, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, - 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x76, 0x31, - 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x7e, 0x0a, 0x03, 0x53, 0x65, 0x74, 0x12, - 0x39, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, - 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x76, 0x31, - 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, - 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x69, 0x6e, 0x66, - 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x74, 0x61, - 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x4f, 0x5a, 0x4d, 0x67, 0x69, 0x74, 0x68, - 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x62, 0x61, 0x74, 0x61, 0x7a, 0x6f, 0x72, 0x2f, 0x73, - 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, - 0x6c, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, - 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, 0x2f, 0x72, 0x70, 0x63, 0x2f, 0x6d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, - 0x33, + 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, + 0x6c, 0x22, 0x4a, 0x0a, 0x1a, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x2c, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, + 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, + 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x2d, 0x0a, + 0x19, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, + 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0x4a, 0x0a, 0x1a, + 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, + 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x04, 0x6d, 0x65, + 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x64, 0x6f, 0x6d, 0x61, 0x69, + 0x6e, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, + 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x32, 0x91, 0x02, 0x0a, 0x0f, 0x4d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x7e, 0x0a, 0x03, + 0x47, 0x65, 0x74, 0x12, 0x39, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, + 0x74, 0x75, 0x72, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x47, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, + 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, 0x2e, + 0x72, 0x70, 0x63, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x76, 0x31, 0x2e, + 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x47, + 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x7e, 0x0a, 0x03, + 0x53, 0x65, 0x74, 0x12, 0x39, 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, + 0x74, 0x75, 0x72, 0x65, 0x2e, 0x72, 0x70, 0x63, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, + 0x2e, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, 0x2e, + 0x72, 0x70, 0x63, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x2e, 0x76, 0x31, 0x2e, + 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, + 0x65, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x55, 0x5a, 0x53, + 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, + 0x6c, 0x69, 0x6e, 0x6b, 0x2d, 0x6f, 0x72, 0x67, 0x2f, 0x73, 0x68, 0x6f, 0x72, 0x74, 0x6c, 0x69, + 0x6e, 0x6b, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x2f, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x2f, 0x69, 0x6e, 0x66, 0x72, 0x61, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, + 0x75, 0x72, 0x65, 0x2f, 0x72, 0x70, 0x63, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x2f, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/internal/services/metadata/infrastructure/rpc/metadata/v1/metadata_rpc.proto b/internal/services/metadata/infrastructure/rpc/metadata/v1/metadata_rpc.proto index 8e5d6e23dc7..5eebf8d1a90 100644 --- a/internal/services/metadata/infrastructure/rpc/metadata/v1/metadata_rpc.proto +++ b/internal/services/metadata/infrastructure/rpc/metadata/v1/metadata_rpc.proto @@ -12,7 +12,7 @@ service MetadataService { } message MetadataServiceGetRequest { - string id = 1; + string url = 1; } message MetadataServiceGetResponse { @@ -20,7 +20,7 @@ message MetadataServiceGetResponse { } message MetadataServiceSetRequest { - string id = 1; + string url = 1; } message MetadataServiceSetResponse { diff --git a/internal/services/metadata/infrastructure/rpc/metadata/v1/rpc.go b/internal/services/metadata/infrastructure/rpc/metadata/v1/rpc.go index 77c1e8ad10c..868ca982f00 100644 --- a/internal/services/metadata/infrastructure/rpc/metadata/v1/rpc.go +++ b/internal/services/metadata/infrastructure/rpc/metadata/v1/rpc.go @@ -34,7 +34,7 @@ func New(runRPCServer *rpc.RPCServer, application *metadata.Service, log logger. } func (m *Metadata) Get(ctx context.Context, req *MetadataServiceGetRequest) (*MetadataServiceGetResponse, error) { - meta, err := m.service.Get(ctx, req.Id) + meta, err := m.service.Get(ctx, req.Url) if err != nil { return nil, err } @@ -45,7 +45,7 @@ func (m *Metadata) Get(ctx context.Context, req *MetadataServiceGetRequest) (*Me } func (m *Metadata) Set(ctx context.Context, req *MetadataServiceSetRequest) (*MetadataServiceSetResponse, error) { - meta, err := m.service.Set(ctx, req.Id) + meta, err := m.service.Set(ctx, req.Url) if err != nil { return nil, err } diff --git a/ops/Makefile/common.mk b/ops/Makefile/common.mk index 471abe3c50a..11fc712d6b4 100644 --- a/ops/Makefile/common.mk +++ b/ops/Makefile/common.mk @@ -12,7 +12,7 @@ dep: ## Install dependencies for this project @go install golang.org/x/tools/cmd/goimports@latest # for NodeJS - @npm install -g grpc-tools grpc_tools_node_protoc_ts ts-protoc-gen + @npm install -g grpc-tools grpc_tools_node_protoc_ts ts-protoc-gen protoc-gen-ts # install wire @go install github.com/google/wire/cmd/wire@latest @@ -29,6 +29,7 @@ dev: ## Run for development mode -f ops/docker-compose/database/postgres/postgres.yaml \ -f ops/docker-compose/database/redis/redis.yaml \ -f ops/docker-compose/application/auth/kratos/kratos.yaml \ + -f ops/docker-compose/gateway/traefik/traefik.yaml \ up -d --remove-orphans --build run: ## Run this project in docker compose diff --git a/ops/docker-compose/gateway/traefik/conf/dynamic_conf.toml b/ops/docker-compose/gateway/traefik/conf/dynamic_conf.toml index af1c3a8155e..7a112ff70ab 100644 --- a/ops/docker-compose/gateway/traefik/conf/dynamic_conf.toml +++ b/ops/docker-compose/gateway/traefik/conf/dynamic_conf.toml @@ -36,7 +36,7 @@ ################################################################ [http.routers.link] entryPoints = ["websecure"] - rule = "PathPrefix(`/infrastructure.rpc.link.v1.LinkService/`, `/infrastructure.rpc.cqrs.link.v1.LinkCommandService/`, `/infrastructure.rpc.cqrs.link.v1.LinkQueryService/`, `/infrastructure.rpc.sitemap.v1.SitemapService/`)" + rule = "PathPrefix(`/infrastructure.rpc.link.v1.LinkService/`) || PathPrefix(`/infrastructure.rpc.cqrs.link.v1.LinkCommandService/) || PathPrefix(/infrastructure.rpc.cqrs.link.v1.LinkQueryService/) || PathPrefix(/infrastructure.rpc.sitemap.v1.SitemapService/`)" service = "link" [http.routers.link.tls] certResolver = "default" @@ -74,7 +74,7 @@ ################################################################ [http.routers.billing] entryPoints = ["websecure"] - rule = "PathPrefix(`/infrastructure.api.rpc.payment.v1.PaymentService/`, `/infrastructure.api.rpc.order.v1.OrderService/`, `/infrastructure.api.rpc.tariff.v1.TariffService/`)" + rule = "PathPrefix(`/infrastructure.api.rpc.payment.v1.PaymentService/) || PathPrefix(/infrastructure.api.rpc.order.v1.OrderService/) || PathPrefix(/infrastructure.api.rpc.tariff.v1.TariffService/`)" service = "billing" [http.routers.billing.tls] certResolver = "default" diff --git a/ops/docker-compose/gateway/traefik/traefik.yaml b/ops/docker-compose/gateway/traefik/traefik.yaml index 0cd4a781d0e..3948402ce8f 100644 --- a/ops/docker-compose/gateway/traefik/traefik.yaml +++ b/ops/docker-compose/gateway/traefik/traefik.yaml @@ -13,7 +13,6 @@ services: <<: *network depends_on: - coredns - # The official v2.0 Traefik docker image image: traefik:v3.0 profiles: - gateway diff --git a/ops/proto-lock.json b/ops/proto-lock.json index f6287ec3750..e016661f6a6 100644 --- a/ops/proto-lock.json +++ b/ops/proto-lock.json @@ -1,51822 +1 @@ -{ - "file": [ - { - "name": "google/protobuf/field_mask.proto", - "package": "google.protobuf", - "messageType": [ - { - "name": "FieldMask", - "field": [ - { - "name": "paths", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "paths" - } - ] - } - ], - "options": { - "javaPackage": "com.google.protobuf", - "javaOuterClassname": "FieldMaskProto", - "javaMultipleFiles": true, - "goPackage": "google.golang.org/protobuf/types/known/fieldmaskpb", - "ccEnableArenas": true, - "objcClassPrefix": "GPB", - "csharpNamespace": "Google.Protobuf.WellKnownTypes" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 30, - 0, - 244, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 30, - 0, - 18 - ], - "leadingDetachedComments": [ - " Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n" - ] - }, - { - "path": [ - 2 - ], - "span": [ - 32, - 0, - 24 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 34, - 0, - 59 - ] - }, - { - "path": [ - 8, - 37 - ], - "span": [ - 34, - 0, - 59 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 35, - 0, - 44 - ] - }, - { - "path": [ - 8, - 1 - ], - "span": [ - 35, - 0, - 44 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 36, - 0, - 47 - ] - }, - { - "path": [ - 8, - 8 - ], - "span": [ - 36, - 0, - 47 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 37, - 0, - 34 - ] - }, - { - "path": [ - 8, - 10 - ], - "span": [ - 37, - 0, - 34 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 38, - 0, - 33 - ] - }, - { - "path": [ - 8, - 36 - ], - "span": [ - 38, - 0, - 33 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 39, - 0, - 73 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 39, - 0, - 73 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 40, - 0, - 31 - ] - }, - { - "path": [ - 8, - 31 - ], - "span": [ - 40, - 0, - 31 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 241, - 0, - 244, - 1 - ], - "leadingComments": " `FieldMask` represents a set of symbolic field paths, for example:\n\n paths: \"f.a\"\n paths: \"f.b.d\"\n\n Here `f` represents a field in some root message, `a` and `b`\n fields in the message found in `f`, and `d` a field found in the\n message in `f.b`.\n\n Field masks are used to specify a subset of fields that should be\n returned by a get operation or modified by an update operation.\n Field masks also have a custom JSON encoding (see below).\n\n # Field Masks in Projections\n\n When used in the context of a projection, a response message or\n sub-message is filtered by the API to only contain those fields as\n specified in the mask. For example, if the mask in the previous\n example is applied to a response message as follows:\n\n f {\n a : 22\n b {\n d : 1\n x : 2\n }\n y : 13\n }\n z: 8\n\n The result will not contain specific values for fields x,y and z\n (their value will be set to the default, and omitted in proto text\n output):\n\n\n f {\n a : 22\n b {\n d : 1\n }\n }\n\n A repeated field is not allowed except at the last position of a\n paths string.\n\n If a FieldMask object is not present in a get operation, the\n operation applies to all fields (as if a FieldMask of all fields\n had been specified).\n\n Note that a field mask does not necessarily apply to the\n top-level response message. In case of a REST get operation, the\n field mask applies directly to the response, but in case of a REST\n list operation, the mask instead applies to each individual message\n in the returned resource list. In case of a REST custom method,\n other definitions may be used. Where the mask applies will be\n clearly documented together with its declaration in the API. In\n any case, the effect on the returned resource/resources is required\n behavior for APIs.\n\n # Field Masks in Update Operations\n\n A field mask in update operations specifies which fields of the\n targeted resource are going to be updated. The API is required\n to only change the values of the fields as specified in the mask\n and leave the others untouched. If a resource is passed in to\n describe the updated values, the API ignores the values of all\n fields not covered by the mask.\n\n If a repeated field is specified for an update operation, new values will\n be appended to the existing repeated field in the target resource. Note that\n a repeated field is only allowed in the last position of a `paths` string.\n\n If a sub-message is specified in the last position of the field mask for an\n update operation, then new value will be merged into the existing sub-message\n in the target resource.\n\n For example, given the target message:\n\n f {\n b {\n d: 1\n x: 2\n }\n c: [1]\n }\n\n And an update message:\n\n f {\n b {\n d: 10\n }\n c: [2]\n }\n\n then if the field mask is:\n\n paths: [\"f.b\", \"f.c\"]\n\n then the result will be:\n\n f {\n b {\n d: 10\n x: 2\n }\n c: [1, 2]\n }\n\n An implementation may provide options to override this default behavior for\n repeated and message fields.\n\n In order to reset a field's value to the default, the field must\n be in the mask and set to the default value in the provided resource.\n Hence, in order to reset all fields of a resource, provide a default\n instance of the resource and set all fields in the mask, or do\n not provide a mask as described below.\n\n If a field mask is not present on update, the operation applies to\n all fields (as if a field mask of all fields has been specified).\n Note that in the presence of schema evolution, this may mean that\n fields the client does not know and has therefore not filled into\n the request will be reset to their default. If this is unwanted\n behavior, a specific service may require a client to always specify\n a field mask, producing an error if not.\n\n As with get operations, the location of the resource which\n describes the updated values in the request message depends on the\n operation kind. In any case, the effect of the field mask is\n required to be honored by the API.\n\n ## Considerations for HTTP REST\n\n The HTTP kind of an update operation which uses a field mask must\n be set to PATCH instead of PUT in order to satisfy HTTP semantics\n (PUT must only be used for full updates).\n\n # JSON Encoding of Field Masks\n\n In JSON, a field mask is encoded as a single string where paths are\n separated by a comma. Fields name in each path are converted\n to/from lower-camel naming conventions.\n\n As an example, consider the following message declarations:\n\n message Profile {\n User user = 1;\n Photo photo = 2;\n }\n message User {\n string display_name = 1;\n string address = 2;\n }\n\n In proto a field mask for `Profile` may look as such:\n\n mask {\n paths: \"user.display_name\"\n paths: \"photo\"\n }\n\n In JSON, the same mask is represented as below:\n\n {\n mask: \"user.displayName,photo\"\n }\n\n # Field Masks and Oneof Fields\n\n Field masks treat fields in oneofs just as regular fields. Consider the\n following message:\n\n message SampleMessage {\n oneof test_oneof {\n string name = 4;\n SubMessage sub_message = 9;\n }\n }\n\n The field mask can be:\n\n mask {\n paths: \"name\"\n }\n\n Or:\n\n mask {\n paths: \"sub_message\"\n }\n\n Note that oneof type names (\"test_oneof\" in this case) cannot be used in\n paths.\n\n ## Field Mask Verification\n\n The implementation of any API method which has a FieldMask type field in the\n request should verify the included field paths, and return an\n `INVALID_ARGUMENT` error if any path is unmappable.\n" - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 241, - 8, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 243, - 2, - 28 - ], - "leadingComments": " The set of field mask paths.\n" - }, - { - "path": [ - 4, - 0, - 2, - 0, - 4 - ], - "span": [ - 243, - 2, - 10 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 5 - ], - "span": [ - 243, - 11, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 243, - 18, - 23 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 243, - 26, - 27 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": true, - "isSyntaxUnspecified": false - } - }, - { - "name": "domain/billing/account/v1/account.proto", - "package": "domain.billing.account.v1", - "dependency": [ - "google/protobuf/field_mask.proto" - ], - "messageType": [ - { - "name": "Account", - "field": [ - { - "name": "field_mask", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldMask", - "jsonName": "fieldMask" - }, - { - "name": "id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - }, - { - "name": "user_id", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "userId" - }, - { - "name": "tariff_id", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "tariffId" - } - ] - }, - { - "name": "Accounts", - "field": [ - { - "name": "list", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.account.v1.Account", - "jsonName": "list" - } - ] - } - ], - "enumType": [ - { - "name": "Event", - "value": [ - { - "name": "EVENT_UNSPECIFIED", - "number": 0 - }, - { - "name": "EVENT_ACCOUNT_NEW", - "number": 1 - }, - { - "name": "EVENT_ACCOUNT_DELETE", - "number": 2 - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/billing/domain/billing/account/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 25, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 34 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 103 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 103 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 42 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 8, - 0, - 14, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 8, - 8, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 9, - 2, - 43 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 9, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 9, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 9, - 41, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 11, - 2, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 11, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 11, - 9, - 11 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 11, - 14, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 12, - 2, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 12, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 12, - 9, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 12, - 19, - 20 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 13, - 2, - 23 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 5 - ], - "span": [ - 13, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 13, - 9, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 13, - 21, - 22 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 16, - 0, - 18, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 16, - 8, - 16 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 17, - 2, - 28 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 4 - ], - "span": [ - 17, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 17, - 11, - 18 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 17, - 19, - 23 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 17, - 26, - 27 - ] - }, - { - "path": [ - 5, - 0 - ], - "span": [ - 20, - 0, - 25, - 1 - ] - }, - { - "path": [ - 5, - 0, - 1 - ], - "span": [ - 20, - 5, - 10 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0 - ], - "span": [ - 21, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 1 - ], - "span": [ - 21, - 2, - 19 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 2 - ], - "span": [ - 21, - 22, - 23 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1 - ], - "span": [ - 23, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 1 - ], - "span": [ - 23, - 2, - 19 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 2 - ], - "span": [ - 23, - 22, - 23 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2 - ], - "span": [ - 24, - 2, - 27 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 1 - ], - "span": [ - 24, - 2, - 22 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 2 - ], - "span": [ - 24, - 25, - 26 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "domain/billing/order/v1/order.proto", - "package": "domain.billing.order.v1", - "dependency": [ - "google/protobuf/field_mask.proto" - ], - "messageType": [ - { - "name": "Order", - "field": [ - { - "name": "field_mask", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldMask", - "jsonName": "fieldMask" - }, - { - "name": "id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - }, - { - "name": "user_id", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "userId" - }, - { - "name": "tariff_id", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "tariffId" - }, - { - "name": "status", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".domain.billing.order.v1.StatusOrder", - "jsonName": "status" - } - ] - }, - { - "name": "Orders", - "field": [ - { - "name": "list", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.order.v1.Order", - "jsonName": "list" - } - ] - } - ], - "enumType": [ - { - "name": "StatusOrder", - "value": [ - { - "name": "STATUS_ORDER_UNSPECIFIED", - "number": 0 - }, - { - "name": "STATUS_ORDER_CREATE", - "number": 1 - }, - { - "name": "STATUS_ORDER_PENDING", - "number": 2 - }, - { - "name": "STATUS_ORDER_APPROVE", - "number": 3 - }, - { - "name": "STATUS_ORDER_PAID", - "number": 4 - }, - { - "name": "STATUS_ORDER_CLOSE", - "number": 5 - }, - { - "name": "STATUS_ORDER_REJECT", - "number": 6 - } - ] - }, - { - "name": "Event", - "value": [ - { - "name": "EVENT_UNSPECIFIED", - "number": 0 - }, - { - "name": "EVENT_ORDER_NEW", - "number": 1 - }, - { - "name": "EVENT_ORDER_UPDATE", - "number": 2 - }, - { - "name": "EVENT_ORDER_APPROVED", - "number": 3 - }, - { - "name": "EVENT_ORDER_PAID", - "number": 4 - }, - { - "name": "EVENT_ORDER_CLOSE", - "number": 5 - }, - { - "name": "EVENT_ORDER_REJECT", - "number": 6 - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/billing/domain/billing/order/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 41, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 32 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 101 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 101 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 42 - ] - }, - { - "path": [ - 5, - 0 - ], - "span": [ - 8, - 0, - 17, - 1 - ] - }, - { - "path": [ - 5, - 0, - 1 - ], - "span": [ - 8, - 5, - 16 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0 - ], - "span": [ - 9, - 2, - 31 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 1 - ], - "span": [ - 9, - 2, - 26 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 2 - ], - "span": [ - 9, - 29, - 30 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1 - ], - "span": [ - 11, - 2, - 26 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 1 - ], - "span": [ - 11, - 2, - 21 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 2 - ], - "span": [ - 11, - 24, - 25 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2 - ], - "span": [ - 12, - 2, - 27 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 1 - ], - "span": [ - 12, - 2, - 22 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 2 - ], - "span": [ - 12, - 25, - 26 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3 - ], - "span": [ - 13, - 2, - 27 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 1 - ], - "span": [ - 13, - 2, - 22 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 2 - ], - "span": [ - 13, - 25, - 26 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4 - ], - "span": [ - 14, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 1 - ], - "span": [ - 14, - 2, - 19 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 2 - ], - "span": [ - 14, - 22, - 23 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5 - ], - "span": [ - 15, - 2, - 25 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5, - 1 - ], - "span": [ - 15, - 2, - 20 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5, - 2 - ], - "span": [ - 15, - 23, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 6 - ], - "span": [ - 16, - 2, - 26 - ] - }, - { - "path": [ - 5, - 0, - 2, - 6, - 1 - ], - "span": [ - 16, - 2, - 21 - ] - }, - { - "path": [ - 5, - 0, - 2, - 6, - 2 - ], - "span": [ - 16, - 24, - 25 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 19, - 0, - 26, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 19, - 8, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 20, - 2, - 43 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 20, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 20, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 20, - 41, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 22, - 2, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 22, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 22, - 9, - 11 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 22, - 14, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 23, - 2, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 23, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 23, - 9, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 23, - 19, - 20 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 24, - 2, - 23 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 5 - ], - "span": [ - 24, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 24, - 9, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 24, - 21, - 22 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4 - ], - "span": [ - 25, - 2, - 25 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 6 - ], - "span": [ - 25, - 2, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 1 - ], - "span": [ - 25, - 14, - 20 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 3 - ], - "span": [ - 25, - 23, - 24 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 28, - 0, - 30, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 28, - 8, - 14 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 29, - 2, - 26 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 4 - ], - "span": [ - 29, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 29, - 11, - 16 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 29, - 17, - 21 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 29, - 24, - 25 - ] - }, - { - "path": [ - 5, - 1 - ], - "span": [ - 32, - 0, - 41, - 1 - ] - }, - { - "path": [ - 5, - 1, - 1 - ], - "span": [ - 32, - 5, - 10 - ] - }, - { - "path": [ - 5, - 1, - 2, - 0 - ], - "span": [ - 33, - 2, - 24 - ] - }, - { - "path": [ - 5, - 1, - 2, - 0, - 1 - ], - "span": [ - 33, - 2, - 19 - ] - }, - { - "path": [ - 5, - 1, - 2, - 0, - 2 - ], - "span": [ - 33, - 22, - 23 - ] - }, - { - "path": [ - 5, - 1, - 2, - 1 - ], - "span": [ - 35, - 2, - 22 - ] - }, - { - "path": [ - 5, - 1, - 2, - 1, - 1 - ], - "span": [ - 35, - 2, - 17 - ] - }, - { - "path": [ - 5, - 1, - 2, - 1, - 2 - ], - "span": [ - 35, - 20, - 21 - ] - }, - { - "path": [ - 5, - 1, - 2, - 2 - ], - "span": [ - 36, - 2, - 25 - ] - }, - { - "path": [ - 5, - 1, - 2, - 2, - 1 - ], - "span": [ - 36, - 2, - 20 - ] - }, - { - "path": [ - 5, - 1, - 2, - 2, - 2 - ], - "span": [ - 36, - 23, - 24 - ] - }, - { - "path": [ - 5, - 1, - 2, - 3 - ], - "span": [ - 37, - 2, - 27 - ] - }, - { - "path": [ - 5, - 1, - 2, - 3, - 1 - ], - "span": [ - 37, - 2, - 22 - ] - }, - { - "path": [ - 5, - 1, - 2, - 3, - 2 - ], - "span": [ - 37, - 25, - 26 - ] - }, - { - "path": [ - 5, - 1, - 2, - 4 - ], - "span": [ - 38, - 2, - 23 - ] - }, - { - "path": [ - 5, - 1, - 2, - 4, - 1 - ], - "span": [ - 38, - 2, - 18 - ] - }, - { - "path": [ - 5, - 1, - 2, - 4, - 2 - ], - "span": [ - 38, - 21, - 22 - ] - }, - { - "path": [ - 5, - 1, - 2, - 5 - ], - "span": [ - 39, - 2, - 24 - ] - }, - { - "path": [ - 5, - 1, - 2, - 5, - 1 - ], - "span": [ - 39, - 2, - 19 - ] - }, - { - "path": [ - 5, - 1, - 2, - 5, - 2 - ], - "span": [ - 39, - 22, - 23 - ] - }, - { - "path": [ - 5, - 1, - 2, - 6 - ], - "span": [ - 40, - 2, - 25 - ] - }, - { - "path": [ - 5, - 1, - 2, - 6, - 1 - ], - "span": [ - 40, - 2, - 20 - ] - }, - { - "path": [ - 5, - 1, - 2, - 6, - 2 - ], - "span": [ - 40, - 23, - 24 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "domain/billing/payment/v1/command.proto", - "package": "domain.billing.payment.v1", - "enumType": [ - { - "name": "Command", - "value": [ - { - "name": "COMMAND_UNSPECIFIED", - "number": 0 - }, - { - "name": "COMMAND_PAYMENT_CREATE", - "number": 1 - }, - { - "name": "COMMAND_PAYMENT_APPROVE", - "number": 2 - }, - { - "name": "COMMAND_PAYMENT_CLOSE", - "number": 3 - }, - { - "name": "COMMAND_PAYMENT_REJECT", - "number": 4 - }, - { - "name": "COMMAND_BALANCE_UPDATE", - "number": 5 - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/billing/domain/billing/payment/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 15, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 34 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 103 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 103 - ] - }, - { - "path": [ - 5, - 0 - ], - "span": [ - 6, - 0, - 15, - 1 - ] - }, - { - "path": [ - 5, - 0, - 1 - ], - "span": [ - 6, - 5, - 12 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0 - ], - "span": [ - 7, - 2, - 26 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 1 - ], - "span": [ - 7, - 2, - 21 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 2 - ], - "span": [ - 7, - 24, - 25 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1 - ], - "span": [ - 9, - 2, - 29 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 1 - ], - "span": [ - 9, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 2 - ], - "span": [ - 9, - 27, - 28 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2 - ], - "span": [ - 10, - 2, - 30 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 1 - ], - "span": [ - 10, - 2, - 25 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 2 - ], - "span": [ - 10, - 28, - 29 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3 - ], - "span": [ - 11, - 2, - 28 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 1 - ], - "span": [ - 11, - 2, - 23 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 2 - ], - "span": [ - 11, - 26, - 27 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4 - ], - "span": [ - 12, - 2, - 29 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 1 - ], - "span": [ - 12, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 2 - ], - "span": [ - 12, - 27, - 28 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5 - ], - "span": [ - 14, - 2, - 29 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5, - 1 - ], - "span": [ - 14, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5, - 2 - ], - "span": [ - 14, - 27, - 28 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "domain/billing/payment/v1/payment.proto", - "package": "domain.billing.payment.v1", - "dependency": [ - "google/protobuf/field_mask.proto" - ], - "messageType": [ - { - "name": "Payment", - "field": [ - { - "name": "field_mask", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldMask", - "jsonName": "fieldMask" - }, - { - "name": "id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - }, - { - "name": "name", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "status", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".domain.billing.payment.v1.StatusPayment", - "jsonName": "status" - }, - { - "name": "user_id", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "userId" - }, - { - "name": "amount", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT64", - "jsonName": "amount" - } - ] - }, - { - "name": "Payments", - "field": [ - { - "name": "list", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.payment.v1.Payment", - "jsonName": "list" - } - ] - } - ], - "enumType": [ - { - "name": "StatusPayment", - "value": [ - { - "name": "STATUS_PAYMENT_UNSPECIFIED", - "number": 0 - }, - { - "name": "STATUS_PAYMENT_NEW", - "number": 1 - }, - { - "name": "STATUS_PAYMENT_PENDING", - "number": 2 - }, - { - "name": "STATUS_PAYMENT_APPROVE", - "number": 3 - }, - { - "name": "STATUS_PAYMENT_CLOSE", - "number": 4 - }, - { - "name": "STATUS_PAYMENT_REJECT", - "number": 5 - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/billing/domain/billing/payment/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 30, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 34 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 103 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 103 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 42 - ] - }, - { - "path": [ - 5, - 0 - ], - "span": [ - 8, - 0, - 16, - 1 - ] - }, - { - "path": [ - 5, - 0, - 1 - ], - "span": [ - 8, - 5, - 18 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0 - ], - "span": [ - 9, - 2, - 33 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 1 - ], - "span": [ - 9, - 2, - 28 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 2 - ], - "span": [ - 9, - 31, - 32 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1 - ], - "span": [ - 11, - 2, - 25 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 1 - ], - "span": [ - 11, - 2, - 20 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 2 - ], - "span": [ - 11, - 23, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2 - ], - "span": [ - 12, - 2, - 29 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 1 - ], - "span": [ - 12, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 2 - ], - "span": [ - 12, - 27, - 28 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3 - ], - "span": [ - 13, - 2, - 29 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 1 - ], - "span": [ - 13, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 2 - ], - "span": [ - 13, - 27, - 28 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4 - ], - "span": [ - 14, - 2, - 27 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 1 - ], - "span": [ - 14, - 2, - 22 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 2 - ], - "span": [ - 14, - 25, - 26 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5 - ], - "span": [ - 15, - 2, - 28 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5, - 1 - ], - "span": [ - 15, - 2, - 23 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5, - 2 - ], - "span": [ - 15, - 26, - 27 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 18, - 0, - 26, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 18, - 8, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 19, - 2, - 43 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 19, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 19, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 19, - 41, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 21, - 2, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 21, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 21, - 9, - 11 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 21, - 14, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 22, - 2, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 22, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 22, - 9, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 22, - 16, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 23, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 6 - ], - "span": [ - 23, - 2, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 23, - 16, - 22 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 23, - 25, - 26 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4 - ], - "span": [ - 24, - 2, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 5 - ], - "span": [ - 24, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 1 - ], - "span": [ - 24, - 9, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 3 - ], - "span": [ - 24, - 19, - 20 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5 - ], - "span": [ - 25, - 2, - 19 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 5 - ], - "span": [ - 25, - 2, - 7 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 1 - ], - "span": [ - 25, - 8, - 14 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 3 - ], - "span": [ - 25, - 17, - 18 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 28, - 0, - 30, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 28, - 8, - 16 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 29, - 2, - 28 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 4 - ], - "span": [ - 29, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 29, - 11, - 18 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 29, - 19, - 23 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 29, - 26, - 27 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "domain/billing/payment/v1/event.proto", - "package": "domain.billing.payment.v1", - "dependency": [ - "domain/billing/payment/v1/payment.proto" - ], - "messageType": [ - { - "name": "EventPaymentCreated", - "field": [ - { - "name": "id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - }, - { - "name": "name", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "status", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".domain.billing.payment.v1.StatusPayment", - "jsonName": "status" - }, - { - "name": "user_id", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "userId" - } - ] - }, - { - "name": "EventPaymentApproved", - "field": [ - { - "name": "id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - }, - { - "name": "status", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".domain.billing.payment.v1.StatusPayment", - "jsonName": "status" - } - ] - }, - { - "name": "EventPaymentRejected", - "field": [ - { - "name": "id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - }, - { - "name": "status", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".domain.billing.payment.v1.StatusPayment", - "jsonName": "status" - } - ] - }, - { - "name": "EventPaymentClosed", - "field": [ - { - "name": "id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - }, - { - "name": "status", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".domain.billing.payment.v1.StatusPayment", - "jsonName": "status" - } - ] - }, - { - "name": "EventBalanceUpdated", - "field": [ - { - "name": "id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - }, - { - "name": "amount", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT64", - "jsonName": "amount" - } - ] - } - ], - "enumType": [ - { - "name": "Event", - "value": [ - { - "name": "EVENT_UNSPECIFIED", - "number": 0 - }, - { - "name": "EVENT_PAYMENT_CREATED", - "number": 1 - }, - { - "name": "EVENT_PAYMENT_APPROVED", - "number": 2 - }, - { - "name": "EVENT_PAYMENT_CLOSED", - "number": 3 - }, - { - "name": "EVENT_PAYMENT_REJECTED", - "number": 4 - }, - { - "name": "EVENT_BALANCE_UPDATED", - "number": 5 - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/billing/domain/billing/payment/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 48, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 34 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 103 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 103 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 49 - ] - }, - { - "path": [ - 5, - 0 - ], - "span": [ - 8, - 0, - 17, - 1 - ] - }, - { - "path": [ - 5, - 0, - 1 - ], - "span": [ - 8, - 5, - 10 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0 - ], - "span": [ - 9, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 1 - ], - "span": [ - 9, - 2, - 19 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 2 - ], - "span": [ - 9, - 22, - 23 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1 - ], - "span": [ - 11, - 2, - 28 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 1 - ], - "span": [ - 11, - 2, - 23 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 2 - ], - "span": [ - 11, - 26, - 27 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2 - ], - "span": [ - 12, - 2, - 29 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 1 - ], - "span": [ - 12, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 2 - ], - "span": [ - 12, - 27, - 28 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3 - ], - "span": [ - 13, - 2, - 27 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 1 - ], - "span": [ - 13, - 2, - 22 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 2 - ], - "span": [ - 13, - 25, - 26 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4 - ], - "span": [ - 14, - 2, - 29 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 1 - ], - "span": [ - 14, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 2 - ], - "span": [ - 14, - 27, - 28 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5 - ], - "span": [ - 16, - 2, - 28 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5, - 1 - ], - "span": [ - 16, - 2, - 23 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5, - 2 - ], - "span": [ - 16, - 26, - 27 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 21, - 0, - 26, - 1 - ], - "leadingDetachedComments": [ - " PAYMENT =============================================================================================================\n" - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 21, - 8, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 22, - 2, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 5 - ], - "span": [ - 22, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 22, - 9, - 11 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 22, - 14, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 23, - 2, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 23, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 23, - 9, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 23, - 16, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 24, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 6 - ], - "span": [ - 24, - 2, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 24, - 16, - 22 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 24, - 25, - 26 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 25, - 2, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 5 - ], - "span": [ - 25, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 25, - 9, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 25, - 19, - 20 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 28, - 0, - 31, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 28, - 8, - 28 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 29, - 2, - 16 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 5 - ], - "span": [ - 29, - 2, - 8 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 29, - 9, - 11 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 29, - 14, - 15 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1 - ], - "span": [ - 30, - 2, - 27 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1, - 6 - ], - "span": [ - 30, - 2, - 15 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1, - 1 - ], - "span": [ - 30, - 16, - 22 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1, - 3 - ], - "span": [ - 30, - 25, - 26 - ] - }, - { - "path": [ - 4, - 2 - ], - "span": [ - 33, - 0, - 36, - 1 - ] - }, - { - "path": [ - 4, - 2, - 1 - ], - "span": [ - 33, - 8, - 28 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0 - ], - "span": [ - 34, - 2, - 16 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 5 - ], - "span": [ - 34, - 2, - 8 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 1 - ], - "span": [ - 34, - 9, - 11 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 3 - ], - "span": [ - 34, - 14, - 15 - ] - }, - { - "path": [ - 4, - 2, - 2, - 1 - ], - "span": [ - 35, - 2, - 27 - ] - }, - { - "path": [ - 4, - 2, - 2, - 1, - 6 - ], - "span": [ - 35, - 2, - 15 - ] - }, - { - "path": [ - 4, - 2, - 2, - 1, - 1 - ], - "span": [ - 35, - 16, - 22 - ] - }, - { - "path": [ - 4, - 2, - 2, - 1, - 3 - ], - "span": [ - 35, - 25, - 26 - ] - }, - { - "path": [ - 4, - 3 - ], - "span": [ - 38, - 0, - 41, - 1 - ] - }, - { - "path": [ - 4, - 3, - 1 - ], - "span": [ - 38, - 8, - 26 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0 - ], - "span": [ - 39, - 2, - 16 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 5 - ], - "span": [ - 39, - 2, - 8 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 1 - ], - "span": [ - 39, - 9, - 11 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 3 - ], - "span": [ - 39, - 14, - 15 - ] - }, - { - "path": [ - 4, - 3, - 2, - 1 - ], - "span": [ - 40, - 2, - 27 - ] - }, - { - "path": [ - 4, - 3, - 2, - 1, - 6 - ], - "span": [ - 40, - 2, - 15 - ] - }, - { - "path": [ - 4, - 3, - 2, - 1, - 1 - ], - "span": [ - 40, - 16, - 22 - ] - }, - { - "path": [ - 4, - 3, - 2, - 1, - 3 - ], - "span": [ - 40, - 25, - 26 - ] - }, - { - "path": [ - 4, - 4 - ], - "span": [ - 45, - 0, - 48, - 1 - ], - "leadingDetachedComments": [ - " BALANCE =============================================================================================================\n" - ] - }, - { - "path": [ - 4, - 4, - 1 - ], - "span": [ - 45, - 8, - 27 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0 - ], - "span": [ - 46, - 2, - 16 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 5 - ], - "span": [ - 46, - 2, - 8 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 1 - ], - "span": [ - 46, - 9, - 11 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 3 - ], - "span": [ - 46, - 14, - 15 - ] - }, - { - "path": [ - 4, - 4, - 2, - 1 - ], - "span": [ - 47, - 2, - 19 - ] - }, - { - "path": [ - 4, - 4, - 2, - 1, - 5 - ], - "span": [ - 47, - 2, - 7 - ] - }, - { - "path": [ - 4, - 4, - 2, - 1, - 1 - ], - "span": [ - 47, - 8, - 14 - ] - }, - { - "path": [ - 4, - 4, - 2, - 1, - 3 - ], - "span": [ - 47, - 17, - 18 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "domain/billing/tariff/v1/tariff.proto", - "package": "domain.billing.tariff.v1", - "dependency": [ - "google/protobuf/field_mask.proto" - ], - "messageType": [ - { - "name": "Tariff", - "field": [ - { - "name": "field_mask", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldMask", - "jsonName": "fieldMask" - }, - { - "name": "id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - }, - { - "name": "name", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "payload", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "payload" - } - ] - }, - { - "name": "Tariffs", - "field": [ - { - "name": "list", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.tariff.v1.Tariff", - "jsonName": "list" - } - ] - } - ], - "enumType": [ - { - "name": "Event", - "value": [ - { - "name": "EVENT_UNSPECIFIED", - "number": 0 - }, - { - "name": "EVENT_TARIFF_NEW", - "number": 1 - }, - { - "name": "EVENT_TARIFF_UPDATE", - "number": 2 - }, - { - "name": "EVENT_TARIFF_CLOSE", - "number": 3 - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/billing/domain/billing/tariff/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 26, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 33 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 102 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 102 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 42 - ] - }, - { - "path": [ - 5, - 0 - ], - "span": [ - 8, - 0, - 14, - 1 - ] - }, - { - "path": [ - 5, - 0, - 1 - ], - "span": [ - 8, - 5, - 10 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0 - ], - "span": [ - 9, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 1 - ], - "span": [ - 9, - 2, - 19 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 2 - ], - "span": [ - 9, - 22, - 23 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1 - ], - "span": [ - 11, - 2, - 23 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 1 - ], - "span": [ - 11, - 2, - 18 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 2 - ], - "span": [ - 11, - 21, - 22 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2 - ], - "span": [ - 12, - 2, - 26 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 1 - ], - "span": [ - 12, - 2, - 21 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 2 - ], - "span": [ - 12, - 24, - 25 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3 - ], - "span": [ - 13, - 2, - 25 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 1 - ], - "span": [ - 13, - 2, - 20 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 2 - ], - "span": [ - 13, - 23, - 24 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 16, - 0, - 22, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 16, - 8, - 14 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 17, - 2, - 43 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 17, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 17, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 17, - 41, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 19, - 2, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 19, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 19, - 9, - 11 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 19, - 14, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 20, - 2, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 20, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 20, - 9, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 20, - 16, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 21, - 2, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 5 - ], - "span": [ - 21, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 21, - 9, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 21, - 19, - 20 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 24, - 0, - 26, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 24, - 8, - 15 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 25, - 2, - 27 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 4 - ], - "span": [ - 25, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 25, - 11, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 25, - 18, - 22 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 25, - 25, - 26 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "google/protobuf/timestamp.proto", - "package": "google.protobuf", - "messageType": [ - { - "name": "Timestamp", - "field": [ - { - "name": "seconds", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT64", - "jsonName": "seconds" - }, - { - "name": "nanos", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "nanos" - } - ] - } - ], - "options": { - "javaPackage": "com.google.protobuf", - "javaOuterClassname": "TimestampProto", - "javaMultipleFiles": true, - "goPackage": "google.golang.org/protobuf/types/known/timestamppb", - "ccEnableArenas": true, - "objcClassPrefix": "GPB", - "csharpNamespace": "Google.Protobuf.WellKnownTypes" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 30, - 0, - 146, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 30, - 0, - 18 - ], - "leadingDetachedComments": [ - " Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n" - ] - }, - { - "path": [ - 2 - ], - "span": [ - 32, - 0, - 24 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 34, - 0, - 59 - ] - }, - { - "path": [ - 8, - 37 - ], - "span": [ - 34, - 0, - 59 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 35, - 0, - 31 - ] - }, - { - "path": [ - 8, - 31 - ], - "span": [ - 35, - 0, - 31 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 36, - 0, - 73 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 36, - 0, - 73 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 37, - 0, - 44 - ] - }, - { - "path": [ - 8, - 1 - ], - "span": [ - 37, - 0, - 44 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 38, - 0, - 47 - ] - }, - { - "path": [ - 8, - 8 - ], - "span": [ - 38, - 0, - 47 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 39, - 0, - 34 - ] - }, - { - "path": [ - 8, - 10 - ], - "span": [ - 39, - 0, - 34 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 40, - 0, - 33 - ] - }, - { - "path": [ - 8, - 36 - ], - "span": [ - 40, - 0, - 33 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 135, - 0, - 146, - 1 - ], - "leadingComments": " A Timestamp represents a point in time independent of any time zone or local\n calendar, encoded as a count of seconds and fractions of seconds at\n nanosecond resolution. The count is relative to an epoch at UTC midnight on\n January 1, 1970, in the proleptic Gregorian calendar which extends the\n Gregorian calendar backwards to year one.\n\n All minutes are 60 seconds long. Leap seconds are \"smeared\" so that no leap\n second table is needed for interpretation, using a [24-hour linear\n smear](https://developers.google.com/time/smear).\n\n The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By\n restricting to that range, we ensure that we can convert to and from [RFC\n 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.\n\n # Examples\n\n Example 1: Compute Timestamp from POSIX `time()`.\n\n Timestamp timestamp;\n timestamp.set_seconds(time(NULL));\n timestamp.set_nanos(0);\n\n Example 2: Compute Timestamp from POSIX `gettimeofday()`.\n\n struct timeval tv;\n gettimeofday(&tv, NULL);\n\n Timestamp timestamp;\n timestamp.set_seconds(tv.tv_sec);\n timestamp.set_nanos(tv.tv_usec * 1000);\n\n Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.\n\n FILETIME ft;\n GetSystemTimeAsFileTime(&ft);\n UINT64 ticks = (((UINT64)ft.dwHighDateTime) << 32) | ft.dwLowDateTime;\n\n // A Windows tick is 100 nanoseconds. Windows epoch 1601-01-01T00:00:00Z\n // is 11644473600 seconds before Unix epoch 1970-01-01T00:00:00Z.\n Timestamp timestamp;\n timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));\n timestamp.set_nanos((INT32) ((ticks % 10000000) * 100));\n\n Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.\n\n long millis = System.currentTimeMillis();\n\n Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)\n .setNanos((int) ((millis % 1000) * 1000000)).build();\n\n\n Example 5: Compute Timestamp from Java `Instant.now()`.\n\n Instant now = Instant.now();\n\n Timestamp timestamp =\n Timestamp.newBuilder().setSeconds(now.getEpochSecond())\n .setNanos(now.getNano()).build();\n\n\n Example 6: Compute Timestamp from current time in Python.\n\n timestamp = Timestamp()\n timestamp.GetCurrentTime()\n\n # JSON Mapping\n\n In JSON format, the Timestamp type is encoded as a string in the\n [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. That is, the\n format is \"{year}-{month}-{day}T{hour}:{min}:{sec}[.{frac_sec}]Z\"\n where {year} is always expressed using four digits while {month}, {day},\n {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional\n seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),\n are optional. The \"Z\" suffix indicates the timezone (\"UTC\"); the timezone\n is required. A proto3 JSON serializer should always use UTC (as indicated by\n \"Z\") when printing the Timestamp type and a proto3 JSON parser should be\n able to accept both UTC and other timezones (as indicated by an offset).\n\n For example, \"2017-01-15T01:30:15.01Z\" encodes 15.01 seconds past\n 01:30 UTC on January 15, 2017.\n\n In JavaScript, one can convert a Date object to this format using the\n standard\n [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)\n method. In Python, a standard `datetime.datetime` object can be converted\n to this format using\n [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with\n the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use\n the Joda Time's [`ISODateTimeFormat.dateTime()`](\n http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D\n ) to obtain a formatter capable of generating timestamps in this format.\n\n\n" - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 135, - 8, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 139, - 2, - 20 - ], - "leadingComments": " Represents seconds of UTC time since Unix epoch\n 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to\n 9999-12-31T23:59:59Z inclusive.\n" - }, - { - "path": [ - 4, - 0, - 2, - 0, - 5 - ], - "span": [ - 139, - 2, - 7 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 139, - 8, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 139, - 18, - 19 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 145, - 2, - 18 - ], - "leadingComments": " Non-negative fractions of a second at nanosecond resolution. Negative\n second values with fractions must still have non-negative nanos values\n that count forward in time. Must be from 0 to 999,999,999\n inclusive.\n" - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 145, - 2, - 7 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 145, - 8, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 145, - 16, - 17 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": true, - "isSyntaxUnspecified": false - } - }, - { - "name": "domain/link/v1/link.proto", - "package": "domain.link.v1", - "dependency": [ - "google/protobuf/field_mask.proto", - "google/protobuf/timestamp.proto" - ], - "messageType": [ - { - "name": "Link", - "field": [ - { - "name": "field_mask", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldMask", - "jsonName": "fieldMask" - }, - { - "name": "url", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "url" - }, - { - "name": "hash", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "hash" - }, - { - "name": "describe", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "describe" - }, - { - "name": "created_at", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Timestamp", - "jsonName": "createdAt" - }, - { - "name": "updated_at", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Timestamp", - "jsonName": "updatedAt" - } - ] - }, - { - "name": "Links", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link" - } - ] - } - ], - "enumType": [ - { - "name": "LinkEvent", - "value": [ - { - "name": "LINK_EVENT_UNSPECIFIED", - "number": 0 - }, - { - "name": "LINK_EVENT_ADD", - "number": 1 - }, - { - "name": "LINK_EVENT_GET", - "number": 2 - }, - { - "name": "LINK_EVENT_LIST", - "number": 3 - }, - { - "name": "LINK_EVENT_UPDATE", - "number": 4 - }, - { - "name": "LINK_EVENT_DELETE", - "number": 5 - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/link/domain/link/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 37, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 23 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 89 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 89 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 42 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 7, - 0, - 41 - ] - }, - { - "path": [ - 5, - 0 - ], - "span": [ - 9, - 0, - 17, - 1 - ] - }, - { - "path": [ - 5, - 0, - 1 - ], - "span": [ - 9, - 5, - 14 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0 - ], - "span": [ - 10, - 2, - 29 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 1 - ], - "span": [ - 10, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 2 - ], - "span": [ - 10, - 27, - 28 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1 - ], - "span": [ - 12, - 2, - 21 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 1 - ], - "span": [ - 12, - 2, - 16 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 2 - ], - "span": [ - 12, - 19, - 20 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2 - ], - "span": [ - 13, - 2, - 21 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 1 - ], - "span": [ - 13, - 2, - 16 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 2 - ], - "span": [ - 13, - 19, - 20 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3 - ], - "span": [ - 14, - 2, - 22 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 1 - ], - "span": [ - 14, - 2, - 17 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 2 - ], - "span": [ - 14, - 20, - 21 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4 - ], - "span": [ - 15, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 1 - ], - "span": [ - 15, - 2, - 19 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 2 - ], - "span": [ - 15, - 22, - 23 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5 - ], - "span": [ - 16, - 2, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5, - 1 - ], - "span": [ - 16, - 2, - 19 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5, - 2 - ], - "span": [ - 16, - 22, - 23 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 19, - 0, - 33, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 19, - 8, - 12 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 20, - 2, - 43 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 20, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 20, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 20, - 41, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 23, - 2, - 17 - ], - "leadingComments": " URL\n" - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 23, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 23, - 9, - 12 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 23, - 15, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 25, - 2, - 18 - ], - "leadingComments": " Hash by URL + salt\n" - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 25, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 25, - 9, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 25, - 16, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 27, - 2, - 22 - ], - "leadingComments": " Describe of link\n" - }, - { - "path": [ - 4, - 0, - 2, - 3, - 5 - ], - "span": [ - 27, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 27, - 9, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 27, - 20, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4 - ], - "span": [ - 30, - 2, - 43 - ], - "leadingComments": " Create at\n" - }, - { - "path": [ - 4, - 0, - 2, - 4, - 6 - ], - "span": [ - 30, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 1 - ], - "span": [ - 30, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 3 - ], - "span": [ - 30, - 41, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5 - ], - "span": [ - 32, - 2, - 43 - ], - "leadingComments": " Update at\n" - }, - { - "path": [ - 4, - 0, - 2, - 5, - 6 - ], - "span": [ - 32, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 1 - ], - "span": [ - 32, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 3 - ], - "span": [ - 32, - 41, - 42 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 35, - 0, - 37, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 35, - 8, - 13 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 36, - 4, - 27 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 4 - ], - "span": [ - 36, - 4, - 12 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 36, - 13, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 36, - 18, - 22 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 36, - 25, - 26 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "domain/link_cqrs/v1/link.proto", - "package": "domain.link_cqrs.v1", - "dependency": [ - "google/protobuf/field_mask.proto", - "google/protobuf/timestamp.proto" - ], - "messageType": [ - { - "name": "LinkView", - "field": [ - { - "name": "field_mask", - "number": 9, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldMask", - "jsonName": "fieldMask" - }, - { - "name": "url", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "url" - }, - { - "name": "hash", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "hash" - }, - { - "name": "describe", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "describe" - }, - { - "name": "image_url", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "imageUrl" - }, - { - "name": "meta_description", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "metaDescription" - }, - { - "name": "meta_keywords", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "metaKeywords" - }, - { - "name": "created_at", - "number": 7, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Timestamp", - "jsonName": "createdAt" - }, - { - "name": "updated_at", - "number": 8, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Timestamp", - "jsonName": "updatedAt" - } - ] - }, - { - "name": "LinksView", - "field": [ - { - "name": "links", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link_cqrs.v1.LinkView", - "jsonName": "links" - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/link/domain/link_cqrs/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 32, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 28 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 94 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 94 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 42 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 7, - 0, - 41 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 9, - 0, - 28, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 9, - 8, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 10, - 2, - 43 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 10, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 10, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 10, - 41, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 13, - 2, - 17 - ], - "leadingComments": " URL\n" - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 13, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 13, - 9, - 12 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 13, - 15, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 15, - 2, - 18 - ], - "leadingComments": " Hash by URL + salt\n" - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 15, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 15, - 9, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 15, - 16, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 17, - 2, - 22 - ], - "leadingComments": " Describe of link\n" - }, - { - "path": [ - 4, - 0, - 2, - 3, - 5 - ], - "span": [ - 17, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 17, - 9, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 17, - 20, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4 - ], - "span": [ - 20, - 2, - 23 - ], - "leadingComments": " Metadata\n" - }, - { - "path": [ - 4, - 0, - 2, - 4, - 5 - ], - "span": [ - 20, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 1 - ], - "span": [ - 20, - 9, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 3 - ], - "span": [ - 20, - 21, - 22 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5 - ], - "span": [ - 21, - 4, - 32 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 5 - ], - "span": [ - 21, - 4, - 10 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 1 - ], - "span": [ - 21, - 11, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 3 - ], - "span": [ - 21, - 30, - 31 - ] - }, - { - "path": [ - 4, - 0, - 2, - 6 - ], - "span": [ - 22, - 4, - 29 - ] - }, - { - "path": [ - 4, - 0, - 2, - 6, - 5 - ], - "span": [ - 22, - 4, - 10 - ] - }, - { - "path": [ - 4, - 0, - 2, - 6, - 1 - ], - "span": [ - 22, - 11, - 24 - ] - }, - { - "path": [ - 4, - 0, - 2, - 6, - 3 - ], - "span": [ - 22, - 27, - 28 - ] - }, - { - "path": [ - 4, - 0, - 2, - 7 - ], - "span": [ - 25, - 4, - 45 - ], - "leadingComments": " Create at\n" - }, - { - "path": [ - 4, - 0, - 2, - 7, - 6 - ], - "span": [ - 25, - 4, - 29 - ] - }, - { - "path": [ - 4, - 0, - 2, - 7, - 1 - ], - "span": [ - 25, - 30, - 40 - ] - }, - { - "path": [ - 4, - 0, - 2, - 7, - 3 - ], - "span": [ - 25, - 43, - 44 - ] - }, - { - "path": [ - 4, - 0, - 2, - 8 - ], - "span": [ - 27, - 4, - 45 - ], - "leadingComments": " Update at\n" - }, - { - "path": [ - 4, - 0, - 2, - 8, - 6 - ], - "span": [ - 27, - 4, - 29 - ] - }, - { - "path": [ - 4, - 0, - 2, - 8, - 1 - ], - "span": [ - 27, - 30, - 40 - ] - }, - { - "path": [ - 4, - 0, - 2, - 8, - 3 - ], - "span": [ - 27, - 43, - 44 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 30, - 0, - 32, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 30, - 8, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 31, - 4, - 32 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 4 - ], - "span": [ - 31, - 4, - 12 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 31, - 13, - 21 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 31, - 22, - 27 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 31, - 30, - 31 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "domain/metadata/v1/meta.proto", - "package": "domain.metadata.v1", - "dependency": [ - "google/protobuf/field_mask.proto" - ], - "messageType": [ - { - "name": "Meta", - "field": [ - { - "name": "field_mask", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldMask", - "jsonName": "fieldMask" - }, - { - "name": "id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - }, - { - "name": "image_url", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "imageUrl" - }, - { - "name": "description", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "description" - }, - { - "name": "keywords", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "keywords" - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/metadata/domain/metadata/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 15, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 27 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 97 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 97 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 42 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 8, - 0, - 15, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 8, - 8, - 12 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 9, - 2, - 43 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 9, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 9, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 9, - 41, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 11, - 2, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 11, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 11, - 9, - 11 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 11, - 14, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 12, - 2, - 23 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 12, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 12, - 9, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 12, - 21, - 22 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 13, - 2, - 25 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 5 - ], - "span": [ - 13, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 13, - 9, - 20 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 13, - 23, - 24 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4 - ], - "span": [ - 14, - 2, - 22 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 5 - ], - "span": [ - 14, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 1 - ], - "span": [ - 14, - 9, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 3 - ], - "span": [ - 14, - 20, - 21 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "google/protobuf/empty.proto", - "package": "google.protobuf", - "messageType": [ - { - "name": "Empty" - } - ], - "options": { - "javaPackage": "com.google.protobuf", - "javaOuterClassname": "EmptyProto", - "javaMultipleFiles": true, - "goPackage": "google.golang.org/protobuf/types/known/emptypb", - "ccEnableArenas": true, - "objcClassPrefix": "GPB", - "csharpNamespace": "Google.Protobuf.WellKnownTypes" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 30, - 0, - 50, - 16 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 30, - 0, - 18 - ], - "leadingDetachedComments": [ - " Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n" - ] - }, - { - "path": [ - 2 - ], - "span": [ - 32, - 0, - 24 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 34, - 0, - 59 - ] - }, - { - "path": [ - 8, - 37 - ], - "span": [ - 34, - 0, - 59 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 35, - 0, - 69 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 35, - 0, - 69 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 36, - 0, - 44 - ] - }, - { - "path": [ - 8, - 1 - ], - "span": [ - 36, - 0, - 44 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 37, - 0, - 43 - ] - }, - { - "path": [ - 8, - 8 - ], - "span": [ - 37, - 0, - 43 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 38, - 0, - 34 - ] - }, - { - "path": [ - 8, - 10 - ], - "span": [ - 38, - 0, - 34 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 39, - 0, - 33 - ] - }, - { - "path": [ - 8, - 36 - ], - "span": [ - 39, - 0, - 33 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 40, - 0, - 31 - ] - }, - { - "path": [ - 8, - 31 - ], - "span": [ - 40, - 0, - 31 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 50, - 0, - 16 - ], - "leadingComments": " A generic empty message that you can re-use to avoid defining duplicated\n empty messages in your APIs. A typical example is to use it as the request\n or the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\n" - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 50, - 8, - 13 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": true, - "isSyntaxUnspecified": false - } - }, - { - "name": "domain/newsletter/v1/newsletter.proto", - "package": "domain.newsletter.v1", - "dependency": [ - "google/protobuf/field_mask.proto" - ], - "messageType": [ - { - "name": "Newsletter", - "field": [ - { - "name": "field_mask", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldMask", - "jsonName": "fieldMask" - }, - { - "name": "email", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "email" - }, - { - "name": "active", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "jsonName": "active" - } - ] - }, - { - "name": "Newsletters", - "field": [ - { - "name": "list", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".domain.newsletter.v1.Newsletter", - "jsonName": "list" - } - ] - } - ], - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 16, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 29 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 4, - 0, - 42 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 7, - 0, - 12, - 1 - ], - "leadingComments": " Newsletter\n" - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 7, - 8, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 8, - 2, - 43 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 8, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 8, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 8, - 41, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 10, - 2, - 19 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 10, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 10, - 9, - 14 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 10, - 17, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 11, - 2, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 11, - 2, - 6 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 11, - 7, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 11, - 16, - 17 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 14, - 0, - 16, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 14, - 8, - 19 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 15, - 2, - 31 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 4 - ], - "span": [ - 15, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 15, - 11, - 21 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 15, - 22, - 26 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 15, - 29, - 30 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "domain/newsletter/v1/api.proto", - "package": "domain.newsletter.v1", - "dependency": [ - "google/protobuf/empty.proto", - "domain/newsletter/v1/newsletter.proto" - ], - "messageType": [ - { - "name": "GetResponse" - }, - { - "name": "SubscribeRequest" - }, - { - "name": "SubscribeResponse" - }, - { - "name": "UnSubscribeRequest" - }, - { - "name": "UnSubscribeResponse" - } - ], - "service": [ - { - "name": "NewsletterService", - "method": [ - { - "name": "Get", - "inputType": ".google.protobuf.Empty", - "outputType": ".domain.newsletter.v1.GetResponse", - "options": {} - }, - { - "name": "Subscribe", - "inputType": ".domain.newsletter.v1.SubscribeRequest", - "outputType": ".domain.newsletter.v1.SubscribeResponse", - "options": {} - }, - { - "name": "UnSubscribe", - "inputType": ".domain.newsletter.v1.UnSubscribeRequest", - "outputType": ".domain.newsletter.v1.UnSubscribeResponse", - "options": {} - } - ] - } - ], - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 17, - 30 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 29 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 4, - 0, - 37 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 5, - 0, - 47 - ] - }, - { - "path": [ - 6, - 0 - ], - "span": [ - 7, - 0, - 11, - 1 - ] - }, - { - "path": [ - 6, - 0, - 1 - ], - "span": [ - 7, - 8, - 25 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0 - ], - "span": [ - 8, - 2, - 57 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 1 - ], - "span": [ - 8, - 6, - 9 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 2 - ], - "span": [ - 8, - 10, - 31 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 3 - ], - "span": [ - 8, - 42, - 53 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1 - ], - "span": [ - 9, - 2, - 64 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 1 - ], - "span": [ - 9, - 6, - 15 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 2 - ], - "span": [ - 9, - 16, - 32 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 3 - ], - "span": [ - 9, - 43, - 60 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2 - ], - "span": [ - 10, - 2, - 70 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 1 - ], - "span": [ - 10, - 6, - 17 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 2 - ], - "span": [ - 10, - 18, - 36 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 3 - ], - "span": [ - 10, - 47, - 66 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 13, - 0, - 22 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 13, - 8, - 19 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 14, - 0, - 27 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 14, - 8, - 24 - ] - }, - { - "path": [ - 4, - 2 - ], - "span": [ - 15, - 0, - 28 - ] - }, - { - "path": [ - 4, - 2, - 1 - ], - "span": [ - 15, - 8, - 25 - ] - }, - { - "path": [ - 4, - 3 - ], - "span": [ - 16, - 0, - 29 - ] - }, - { - "path": [ - 4, - 3, - 1 - ], - "span": [ - 16, - 8, - 26 - ] - }, - { - "path": [ - 4, - 4 - ], - "span": [ - 17, - 0, - 30 - ] - }, - { - "path": [ - 4, - 4, - 1 - ], - "span": [ - 17, - 8, - 27 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false, - "unusedDependency": [ - 1 - ] - } - }, - { - "name": "domain/proxy/v1/proxy.proto", - "package": "domain.proxy.v1", - "dependency": [ - "google/protobuf/field_mask.proto", - "google/protobuf/timestamp.proto" - ], - "messageType": [ - { - "name": "Stats", - "field": [ - { - "name": "field_mask", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldMask", - "jsonName": "fieldMask" - }, - { - "name": "hash", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "hash" - }, - { - "name": "count_redirect", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_UINT64", - "jsonName": "countRedirect" - }, - { - "name": "updated_at", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Timestamp", - "jsonName": "updatedAt" - } - ] - } - ], - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 15, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 24 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 4, - 0, - 42 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 5, - 0, - 41 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 7, - 0, - 15, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 7, - 8, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 8, - 2, - 43 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 8, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 8, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 8, - 41, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 10, - 2, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 10, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 10, - 9, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 10, - 16, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 11, - 2, - 28 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 11, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 11, - 9, - 23 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 11, - 26, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 14, - 2, - 43 - ], - "leadingComments": " Update at\n" - }, - { - "path": [ - 4, - 0, - 2, - 3, - 6 - ], - "span": [ - 14, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 14, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 14, - 41, - 42 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "domain/raft/v1/raft.proto", - "package": "domain.raft.v1", - "dependency": [ - "google/protobuf/field_mask.proto", - "google/protobuf/timestamp.proto" - ], - "messageType": [ - { - "name": "Raft", - "field": [ - { - "name": "field_mask", - "number": 8, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldMask", - "jsonName": "fieldMask" - }, - { - "name": "id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - }, - { - "name": "peer_ids", - "number": 2, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "peerIds" - }, - { - "name": "name", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "address", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "address" - }, - { - "name": "status", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".domain.raft.v1.RaftStatus", - "jsonName": "status" - }, - { - "name": "last_heartbeat", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Timestamp", - "jsonName": "lastHeartbeat" - }, - { - "name": "weight", - "number": 7, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "weight" - } - ] - } - ], - "enumType": [ - { - "name": "RaftStatus", - "value": [ - { - "name": "RAFT_STATUS_UNSPECIFIED", - "number": 0 - }, - { - "name": "RAFT_STATUS_LEADER", - "number": 1 - }, - { - "name": "RAFT_STATUS_FOLLOWER", - "number": 2 - }, - { - "name": "RAFT_STATUS_CANDIDATE", - "number": 3 - }, - { - "name": "RAFT_STATUS_STOPPED", - "number": 4 - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/pkg/raft/domain/raft/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 35, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 23 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 75 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 75 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 42 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 7, - 0, - 41 - ] - }, - { - "path": [ - 5, - 0 - ], - "span": [ - 9, - 0, - 16, - 1 - ] - }, - { - "path": [ - 5, - 0, - 1 - ], - "span": [ - 9, - 5, - 15 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0 - ], - "span": [ - 10, - 2, - 30 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 1 - ], - "span": [ - 10, - 2, - 25 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 2 - ], - "span": [ - 10, - 28, - 29 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1 - ], - "span": [ - 12, - 2, - 25 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 1 - ], - "span": [ - 12, - 2, - 20 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 2 - ], - "span": [ - 12, - 23, - 24 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2 - ], - "span": [ - 13, - 2, - 27 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 1 - ], - "span": [ - 13, - 2, - 22 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 2 - ], - "span": [ - 13, - 25, - 26 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3 - ], - "span": [ - 14, - 2, - 28 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 1 - ], - "span": [ - 14, - 2, - 23 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 2 - ], - "span": [ - 14, - 26, - 27 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4 - ], - "span": [ - 15, - 2, - 26 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 1 - ], - "span": [ - 15, - 2, - 21 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 2 - ], - "span": [ - 15, - 24, - 25 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 18, - 0, - 35, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 18, - 8, - 12 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 19, - 2, - 43 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 19, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 19, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 19, - 41, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 22, - 2, - 16 - ], - "leadingComments": " id is the unique identifier of the raft node.\n" - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 22, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 22, - 9, - 11 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 22, - 14, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 24, - 2, - 31 - ], - "leadingComments": " peerIds is the list of peer IDs.\n" - }, - { - "path": [ - 4, - 0, - 2, - 2, - 4 - ], - "span": [ - 24, - 2, - 10 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 24, - 11, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 24, - 18, - 26 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 24, - 29, - 30 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 26, - 2, - 18 - ], - "leadingComments": " name is the human-readable name of the raft node.\n" - }, - { - "path": [ - 4, - 0, - 2, - 3, - 5 - ], - "span": [ - 26, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 26, - 9, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 26, - 16, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4 - ], - "span": [ - 28, - 2, - 21 - ], - "leadingComments": " address is the address of the raft node.\n" - }, - { - "path": [ - 4, - 0, - 2, - 4, - 5 - ], - "span": [ - 28, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 1 - ], - "span": [ - 28, - 9, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 3 - ], - "span": [ - 28, - 19, - 20 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5 - ], - "span": [ - 30, - 2, - 24 - ], - "leadingComments": " status is the status of the raft node.\n" - }, - { - "path": [ - 4, - 0, - 2, - 5, - 6 - ], - "span": [ - 30, - 2, - 12 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 1 - ], - "span": [ - 30, - 13, - 19 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 3 - ], - "span": [ - 30, - 22, - 23 - ] - }, - { - "path": [ - 4, - 0, - 2, - 6 - ], - "span": [ - 32, - 2, - 47 - ], - "leadingComments": " last_heartbeat is the last time the raft node sent a heartbeat.\n" - }, - { - "path": [ - 4, - 0, - 2, - 6, - 6 - ], - "span": [ - 32, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 6, - 1 - ], - "span": [ - 32, - 28, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 6, - 3 - ], - "span": [ - 32, - 45, - 46 - ] - }, - { - "path": [ - 4, - 0, - 2, - 7 - ], - "span": [ - 34, - 2, - 19 - ], - "leadingComments": " weight is the voting weight of the raft node.\n" - }, - { - "path": [ - 4, - 0, - 2, - 7, - 5 - ], - "span": [ - 34, - 2, - 7 - ] - }, - { - "path": [ - 4, - 0, - 2, - 7, - 1 - ], - "span": [ - 34, - 8, - 14 - ] - }, - { - "path": [ - 4, - 0, - 2, - 7, - 3 - ], - "span": [ - 34, - 17, - 18 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "google/protobuf/descriptor.proto", - "package": "google.protobuf", - "messageType": [ - { - "name": "FileDescriptorSet", - "field": [ - { - "name": "file", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FileDescriptorProto", - "jsonName": "file" - } - ] - }, - { - "name": "FileDescriptorProto", - "field": [ - { - "name": "name", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "package", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "package" - }, - { - "name": "dependency", - "number": 3, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "dependency" - }, - { - "name": "public_dependency", - "number": 10, - "label": "LABEL_REPEATED", - "type": "TYPE_INT32", - "jsonName": "publicDependency" - }, - { - "name": "weak_dependency", - "number": 11, - "label": "LABEL_REPEATED", - "type": "TYPE_INT32", - "jsonName": "weakDependency" - }, - { - "name": "message_type", - "number": 4, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.DescriptorProto", - "jsonName": "messageType" - }, - { - "name": "enum_type", - "number": 5, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.EnumDescriptorProto", - "jsonName": "enumType" - }, - { - "name": "service", - "number": 6, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.ServiceDescriptorProto", - "jsonName": "service" - }, - { - "name": "extension", - "number": 7, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldDescriptorProto", - "jsonName": "extension" - }, - { - "name": "options", - "number": 8, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FileOptions", - "jsonName": "options" - }, - { - "name": "source_code_info", - "number": 9, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.SourceCodeInfo", - "jsonName": "sourceCodeInfo" - }, - { - "name": "syntax", - "number": 12, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "syntax" - } - ] - }, - { - "name": "DescriptorProto", - "field": [ - { - "name": "name", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "field", - "number": 2, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldDescriptorProto", - "jsonName": "field" - }, - { - "name": "extension", - "number": 6, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldDescriptorProto", - "jsonName": "extension" - }, - { - "name": "nested_type", - "number": 3, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.DescriptorProto", - "jsonName": "nestedType" - }, - { - "name": "enum_type", - "number": 4, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.EnumDescriptorProto", - "jsonName": "enumType" - }, - { - "name": "extension_range", - "number": 5, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.DescriptorProto.ExtensionRange", - "jsonName": "extensionRange" - }, - { - "name": "oneof_decl", - "number": 8, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.OneofDescriptorProto", - "jsonName": "oneofDecl" - }, - { - "name": "options", - "number": 7, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.MessageOptions", - "jsonName": "options" - }, - { - "name": "reserved_range", - "number": 9, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.DescriptorProto.ReservedRange", - "jsonName": "reservedRange" - }, - { - "name": "reserved_name", - "number": 10, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "reservedName" - } - ], - "nestedType": [ - { - "name": "ExtensionRange", - "field": [ - { - "name": "start", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "start" - }, - { - "name": "end", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "end" - }, - { - "name": "options", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.ExtensionRangeOptions", - "jsonName": "options" - } - ] - }, - { - "name": "ReservedRange", - "field": [ - { - "name": "start", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "start" - }, - { - "name": "end", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "end" - } - ] - } - ] - }, - { - "name": "ExtensionRangeOptions", - "field": [ - { - "name": "uninterpreted_option", - "number": 999, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.UninterpretedOption", - "jsonName": "uninterpretedOption" - } - ], - "extensionRange": [ - { - "start": 1000, - "end": 536870912 - } - ] - }, - { - "name": "FieldDescriptorProto", - "field": [ - { - "name": "name", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "number", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "number" - }, - { - "name": "label", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".google.protobuf.FieldDescriptorProto.Label", - "jsonName": "label" - }, - { - "name": "type", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".google.protobuf.FieldDescriptorProto.Type", - "jsonName": "type" - }, - { - "name": "type_name", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "typeName" - }, - { - "name": "extendee", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "extendee" - }, - { - "name": "default_value", - "number": 7, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "defaultValue" - }, - { - "name": "oneof_index", - "number": 9, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "oneofIndex" - }, - { - "name": "json_name", - "number": 10, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "jsonName" - }, - { - "name": "options", - "number": 8, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldOptions", - "jsonName": "options" - }, - { - "name": "proto3_optional", - "number": 17, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "jsonName": "proto3Optional" - } - ], - "enumType": [ - { - "name": "Type", - "value": [ - { - "name": "TYPE_DOUBLE", - "number": 1 - }, - { - "name": "TYPE_FLOAT", - "number": 2 - }, - { - "name": "TYPE_INT64", - "number": 3 - }, - { - "name": "TYPE_UINT64", - "number": 4 - }, - { - "name": "TYPE_INT32", - "number": 5 - }, - { - "name": "TYPE_FIXED64", - "number": 6 - }, - { - "name": "TYPE_FIXED32", - "number": 7 - }, - { - "name": "TYPE_BOOL", - "number": 8 - }, - { - "name": "TYPE_STRING", - "number": 9 - }, - { - "name": "TYPE_GROUP", - "number": 10 - }, - { - "name": "TYPE_MESSAGE", - "number": 11 - }, - { - "name": "TYPE_BYTES", - "number": 12 - }, - { - "name": "TYPE_UINT32", - "number": 13 - }, - { - "name": "TYPE_ENUM", - "number": 14 - }, - { - "name": "TYPE_SFIXED32", - "number": 15 - }, - { - "name": "TYPE_SFIXED64", - "number": 16 - }, - { - "name": "TYPE_SINT32", - "number": 17 - }, - { - "name": "TYPE_SINT64", - "number": 18 - } - ] - }, - { - "name": "Label", - "value": [ - { - "name": "LABEL_OPTIONAL", - "number": 1 - }, - { - "name": "LABEL_REQUIRED", - "number": 2 - }, - { - "name": "LABEL_REPEATED", - "number": 3 - } - ] - } - ] - }, - { - "name": "OneofDescriptorProto", - "field": [ - { - "name": "name", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "options", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.OneofOptions", - "jsonName": "options" - } - ] - }, - { - "name": "EnumDescriptorProto", - "field": [ - { - "name": "name", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.EnumValueDescriptorProto", - "jsonName": "value" - }, - { - "name": "options", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.EnumOptions", - "jsonName": "options" - }, - { - "name": "reserved_range", - "number": 4, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.EnumDescriptorProto.EnumReservedRange", - "jsonName": "reservedRange" - }, - { - "name": "reserved_name", - "number": 5, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "reservedName" - } - ], - "nestedType": [ - { - "name": "EnumReservedRange", - "field": [ - { - "name": "start", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "start" - }, - { - "name": "end", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "end" - } - ] - } - ] - }, - { - "name": "EnumValueDescriptorProto", - "field": [ - { - "name": "name", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "number", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "number" - }, - { - "name": "options", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.EnumValueOptions", - "jsonName": "options" - } - ] - }, - { - "name": "ServiceDescriptorProto", - "field": [ - { - "name": "name", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "method", - "number": 2, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.MethodDescriptorProto", - "jsonName": "method" - }, - { - "name": "options", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.ServiceOptions", - "jsonName": "options" - } - ] - }, - { - "name": "MethodDescriptorProto", - "field": [ - { - "name": "name", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "input_type", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "inputType" - }, - { - "name": "output_type", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "outputType" - }, - { - "name": "options", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.MethodOptions", - "jsonName": "options" - }, - { - "name": "client_streaming", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "clientStreaming" - }, - { - "name": "server_streaming", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "serverStreaming" - } - ] - }, - { - "name": "FileOptions", - "field": [ - { - "name": "java_package", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "javaPackage" - }, - { - "name": "java_outer_classname", - "number": 8, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "javaOuterClassname" - }, - { - "name": "java_multiple_files", - "number": 10, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "javaMultipleFiles" - }, - { - "name": "java_generate_equals_and_hash", - "number": 20, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "jsonName": "javaGenerateEqualsAndHash", - "options": { - "deprecated": true - } - }, - { - "name": "java_string_check_utf8", - "number": 27, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "javaStringCheckUtf8" - }, - { - "name": "optimize_for", - "number": 9, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".google.protobuf.FileOptions.OptimizeMode", - "defaultValue": "SPEED", - "jsonName": "optimizeFor" - }, - { - "name": "go_package", - "number": 11, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "goPackage" - }, - { - "name": "cc_generic_services", - "number": 16, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "ccGenericServices" - }, - { - "name": "java_generic_services", - "number": 17, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "javaGenericServices" - }, - { - "name": "py_generic_services", - "number": 18, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "pyGenericServices" - }, - { - "name": "php_generic_services", - "number": 42, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "phpGenericServices" - }, - { - "name": "deprecated", - "number": 23, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "deprecated" - }, - { - "name": "cc_enable_arenas", - "number": 31, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "true", - "jsonName": "ccEnableArenas" - }, - { - "name": "objc_class_prefix", - "number": 36, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "objcClassPrefix" - }, - { - "name": "csharp_namespace", - "number": 37, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "csharpNamespace" - }, - { - "name": "swift_prefix", - "number": 39, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "swiftPrefix" - }, - { - "name": "php_class_prefix", - "number": 40, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "phpClassPrefix" - }, - { - "name": "php_namespace", - "number": 41, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "phpNamespace" - }, - { - "name": "php_metadata_namespace", - "number": 44, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "phpMetadataNamespace" - }, - { - "name": "ruby_package", - "number": 45, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "rubyPackage" - }, - { - "name": "uninterpreted_option", - "number": 999, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.UninterpretedOption", - "jsonName": "uninterpretedOption" - } - ], - "enumType": [ - { - "name": "OptimizeMode", - "value": [ - { - "name": "SPEED", - "number": 1 - }, - { - "name": "CODE_SIZE", - "number": 2 - }, - { - "name": "LITE_RUNTIME", - "number": 3 - } - ] - } - ], - "extensionRange": [ - { - "start": 1000, - "end": 536870912 - } - ], - "reservedRange": [ - { - "start": 38, - "end": 39 - } - ] - }, - { - "name": "MessageOptions", - "field": [ - { - "name": "message_set_wire_format", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "messageSetWireFormat" - }, - { - "name": "no_standard_descriptor_accessor", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "noStandardDescriptorAccessor" - }, - { - "name": "deprecated", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "deprecated" - }, - { - "name": "map_entry", - "number": 7, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "jsonName": "mapEntry" - }, - { - "name": "uninterpreted_option", - "number": 999, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.UninterpretedOption", - "jsonName": "uninterpretedOption" - } - ], - "extensionRange": [ - { - "start": 1000, - "end": 536870912 - } - ], - "reservedRange": [ - { - "start": 4, - "end": 5 - }, - { - "start": 5, - "end": 6 - }, - { - "start": 6, - "end": 7 - }, - { - "start": 8, - "end": 9 - }, - { - "start": 9, - "end": 10 - } - ] - }, - { - "name": "FieldOptions", - "field": [ - { - "name": "ctype", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".google.protobuf.FieldOptions.CType", - "defaultValue": "STRING", - "jsonName": "ctype" - }, - { - "name": "packed", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "jsonName": "packed" - }, - { - "name": "jstype", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".google.protobuf.FieldOptions.JSType", - "defaultValue": "JS_NORMAL", - "jsonName": "jstype" - }, - { - "name": "lazy", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "lazy" - }, - { - "name": "unverified_lazy", - "number": 15, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "unverifiedLazy" - }, - { - "name": "deprecated", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "deprecated" - }, - { - "name": "weak", - "number": 10, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "weak" - }, - { - "name": "uninterpreted_option", - "number": 999, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.UninterpretedOption", - "jsonName": "uninterpretedOption" - } - ], - "enumType": [ - { - "name": "CType", - "value": [ - { - "name": "STRING", - "number": 0 - }, - { - "name": "CORD", - "number": 1 - }, - { - "name": "STRING_PIECE", - "number": 2 - } - ] - }, - { - "name": "JSType", - "value": [ - { - "name": "JS_NORMAL", - "number": 0 - }, - { - "name": "JS_STRING", - "number": 1 - }, - { - "name": "JS_NUMBER", - "number": 2 - } - ] - } - ], - "extensionRange": [ - { - "start": 1000, - "end": 536870912 - } - ], - "reservedRange": [ - { - "start": 4, - "end": 5 - } - ] - }, - { - "name": "OneofOptions", - "field": [ - { - "name": "uninterpreted_option", - "number": 999, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.UninterpretedOption", - "jsonName": "uninterpretedOption" - } - ], - "extensionRange": [ - { - "start": 1000, - "end": 536870912 - } - ] - }, - { - "name": "EnumOptions", - "field": [ - { - "name": "allow_alias", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "jsonName": "allowAlias" - }, - { - "name": "deprecated", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "deprecated" - }, - { - "name": "uninterpreted_option", - "number": 999, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.UninterpretedOption", - "jsonName": "uninterpretedOption" - } - ], - "extensionRange": [ - { - "start": 1000, - "end": 536870912 - } - ], - "reservedRange": [ - { - "start": 5, - "end": 6 - } - ] - }, - { - "name": "EnumValueOptions", - "field": [ - { - "name": "deprecated", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "deprecated" - }, - { - "name": "uninterpreted_option", - "number": 999, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.UninterpretedOption", - "jsonName": "uninterpretedOption" - } - ], - "extensionRange": [ - { - "start": 1000, - "end": 536870912 - } - ] - }, - { - "name": "ServiceOptions", - "field": [ - { - "name": "deprecated", - "number": 33, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "deprecated" - }, - { - "name": "uninterpreted_option", - "number": 999, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.UninterpretedOption", - "jsonName": "uninterpretedOption" - } - ], - "extensionRange": [ - { - "start": 1000, - "end": 536870912 - } - ] - }, - { - "name": "MethodOptions", - "field": [ - { - "name": "deprecated", - "number": 33, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "defaultValue": "false", - "jsonName": "deprecated" - }, - { - "name": "idempotency_level", - "number": 34, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".google.protobuf.MethodOptions.IdempotencyLevel", - "defaultValue": "IDEMPOTENCY_UNKNOWN", - "jsonName": "idempotencyLevel" - }, - { - "name": "uninterpreted_option", - "number": 999, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.UninterpretedOption", - "jsonName": "uninterpretedOption" - } - ], - "enumType": [ - { - "name": "IdempotencyLevel", - "value": [ - { - "name": "IDEMPOTENCY_UNKNOWN", - "number": 0 - }, - { - "name": "NO_SIDE_EFFECTS", - "number": 1 - }, - { - "name": "IDEMPOTENT", - "number": 2 - } - ] - } - ], - "extensionRange": [ - { - "start": 1000, - "end": 536870912 - } - ] - }, - { - "name": "UninterpretedOption", - "field": [ - { - "name": "name", - "number": 2, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.UninterpretedOption.NamePart", - "jsonName": "name" - }, - { - "name": "identifier_value", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "identifierValue" - }, - { - "name": "positive_int_value", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_UINT64", - "jsonName": "positiveIntValue" - }, - { - "name": "negative_int_value", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT64", - "jsonName": "negativeIntValue" - }, - { - "name": "double_value", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_DOUBLE", - "jsonName": "doubleValue" - }, - { - "name": "string_value", - "number": 7, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BYTES", - "jsonName": "stringValue" - }, - { - "name": "aggregate_value", - "number": 8, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "aggregateValue" - } - ], - "nestedType": [ - { - "name": "NamePart", - "field": [ - { - "name": "name_part", - "number": 1, - "label": "LABEL_REQUIRED", - "type": "TYPE_STRING", - "jsonName": "namePart" - }, - { - "name": "is_extension", - "number": 2, - "label": "LABEL_REQUIRED", - "type": "TYPE_BOOL", - "jsonName": "isExtension" - } - ] - } - ] - }, - { - "name": "SourceCodeInfo", - "field": [ - { - "name": "location", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.SourceCodeInfo.Location", - "jsonName": "location" - } - ], - "nestedType": [ - { - "name": "Location", - "field": [ - { - "name": "path", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_INT32", - "jsonName": "path", - "options": { - "packed": true - } - }, - { - "name": "span", - "number": 2, - "label": "LABEL_REPEATED", - "type": "TYPE_INT32", - "jsonName": "span", - "options": { - "packed": true - } - }, - { - "name": "leading_comments", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "leadingComments" - }, - { - "name": "trailing_comments", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "trailingComments" - }, - { - "name": "leading_detached_comments", - "number": 6, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "leadingDetachedComments" - } - ] - } - ] - }, - { - "name": "GeneratedCodeInfo", - "field": [ - { - "name": "annotation", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.GeneratedCodeInfo.Annotation", - "jsonName": "annotation" - } - ], - "nestedType": [ - { - "name": "Annotation", - "field": [ - { - "name": "path", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_INT32", - "jsonName": "path", - "options": { - "packed": true - } - }, - { - "name": "source_file", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "sourceFile" - }, - { - "name": "begin", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "begin" - }, - { - "name": "end", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "end" - } - ] - } - ] - } - ], - "options": { - "javaPackage": "com.google.protobuf", - "javaOuterClassname": "DescriptorProtos", - "optimizeFor": "SPEED", - "goPackage": "google.golang.org/protobuf/types/descriptorpb", - "ccEnableArenas": true, - "objcClassPrefix": "GPB", - "csharpNamespace": "Google.Protobuf.Reflection" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 39, - 0, - 920, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 39, - 0, - 18 - ], - "leadingDetachedComments": [ - " Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n", - " Author: kenton@google.com (Kenton Varda)\n Based on original Protocol Buffers design by\n Sanjay Ghemawat, Jeff Dean, and others.\n\n The messages in this file describe the definitions found in .proto files.\n A valid .proto file can be translated directly to a FileDescriptorProto\n without any other information (e.g. without reading its imports).\n" - ] - }, - { - "path": [ - 2 - ], - "span": [ - 41, - 0, - 24 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 43, - 0, - 68 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 43, - 0, - 68 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 44, - 0, - 44 - ] - }, - { - "path": [ - 8, - 1 - ], - "span": [ - 44, - 0, - 44 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 45, - 0, - 49 - ] - }, - { - "path": [ - 8, - 8 - ], - "span": [ - 45, - 0, - 49 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 46, - 0, - 55 - ] - }, - { - "path": [ - 8, - 37 - ], - "span": [ - 46, - 0, - 55 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 47, - 0, - 33 - ] - }, - { - "path": [ - 8, - 36 - ], - "span": [ - 47, - 0, - 33 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 48, - 0, - 31 - ] - }, - { - "path": [ - 8, - 31 - ], - "span": [ - 48, - 0, - 31 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 52, - 0, - 28 - ] - }, - { - "path": [ - 8, - 9 - ], - "span": [ - 52, - 0, - 28 - ], - "leadingComments": " descriptor.proto must be optimized for speed because reflection-based\n algorithms don't work during bootstrapping.\n" - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 56, - 0, - 58, - 1 - ], - "leadingComments": " The protocol compiler can output a FileDescriptorSet containing the .proto\n files it parses.\n" - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 56, - 8, - 25 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 57, - 2, - 40 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 4 - ], - "span": [ - 57, - 2, - 10 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 57, - 11, - 30 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 57, - 31, - 35 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 57, - 38, - 39 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 61, - 0, - 90, - 1 - ], - "leadingComments": " Describes a complete .proto file.\n" - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 61, - 8, - 27 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 62, - 2, - 27 - ], - "trailingComments": " file name, relative to root of source tree\n" - }, - { - "path": [ - 4, - 1, - 2, - 0, - 4 - ], - "span": [ - 62, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 5 - ], - "span": [ - 62, - 11, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 62, - 18, - 22 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 62, - 25, - 26 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1 - ], - "span": [ - 63, - 2, - 30 - ], - "trailingComments": " e.g. \"foo\", \"foo.bar\", etc.\n" - }, - { - "path": [ - 4, - 1, - 2, - 1, - 4 - ], - "span": [ - 63, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1, - 5 - ], - "span": [ - 63, - 11, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1, - 1 - ], - "span": [ - 63, - 18, - 25 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1, - 3 - ], - "span": [ - 63, - 28, - 29 - ] - }, - { - "path": [ - 4, - 1, - 2, - 2 - ], - "span": [ - 66, - 2, - 33 - ], - "leadingComments": " Names of files imported by this file.\n" - }, - { - "path": [ - 4, - 1, - 2, - 2, - 4 - ], - "span": [ - 66, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 2, - 5 - ], - "span": [ - 66, - 11, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 2, - 1 - ], - "span": [ - 66, - 18, - 28 - ] - }, - { - "path": [ - 4, - 1, - 2, - 2, - 3 - ], - "span": [ - 66, - 31, - 32 - ] - }, - { - "path": [ - 4, - 1, - 2, - 3 - ], - "span": [ - 68, - 2, - 40 - ], - "leadingComments": " Indexes of the public imported files in the dependency list above.\n" - }, - { - "path": [ - 4, - 1, - 2, - 3, - 4 - ], - "span": [ - 68, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 3, - 5 - ], - "span": [ - 68, - 11, - 16 - ] - }, - { - "path": [ - 4, - 1, - 2, - 3, - 1 - ], - "span": [ - 68, - 17, - 34 - ] - }, - { - "path": [ - 4, - 1, - 2, - 3, - 3 - ], - "span": [ - 68, - 37, - 39 - ] - }, - { - "path": [ - 4, - 1, - 2, - 4 - ], - "span": [ - 71, - 2, - 38 - ], - "leadingComments": " Indexes of the weak imported files in the dependency list.\n For Google-internal migration only. Do not use.\n" - }, - { - "path": [ - 4, - 1, - 2, - 4, - 4 - ], - "span": [ - 71, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 4, - 5 - ], - "span": [ - 71, - 11, - 16 - ] - }, - { - "path": [ - 4, - 1, - 2, - 4, - 1 - ], - "span": [ - 71, - 17, - 32 - ] - }, - { - "path": [ - 4, - 1, - 2, - 4, - 3 - ], - "span": [ - 71, - 35, - 37 - ] - }, - { - "path": [ - 4, - 1, - 2, - 5 - ], - "span": [ - 74, - 2, - 44 - ], - "leadingComments": " All top-level definitions in this file.\n" - }, - { - "path": [ - 4, - 1, - 2, - 5, - 4 - ], - "span": [ - 74, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 5, - 6 - ], - "span": [ - 74, - 11, - 26 - ] - }, - { - "path": [ - 4, - 1, - 2, - 5, - 1 - ], - "span": [ - 74, - 27, - 39 - ] - }, - { - "path": [ - 4, - 1, - 2, - 5, - 3 - ], - "span": [ - 74, - 42, - 43 - ] - }, - { - "path": [ - 4, - 1, - 2, - 6 - ], - "span": [ - 75, - 2, - 45 - ] - }, - { - "path": [ - 4, - 1, - 2, - 6, - 4 - ], - "span": [ - 75, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 6, - 6 - ], - "span": [ - 75, - 11, - 30 - ] - }, - { - "path": [ - 4, - 1, - 2, - 6, - 1 - ], - "span": [ - 75, - 31, - 40 - ] - }, - { - "path": [ - 4, - 1, - 2, - 6, - 3 - ], - "span": [ - 75, - 43, - 44 - ] - }, - { - "path": [ - 4, - 1, - 2, - 7 - ], - "span": [ - 76, - 2, - 46 - ] - }, - { - "path": [ - 4, - 1, - 2, - 7, - 4 - ], - "span": [ - 76, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 7, - 6 - ], - "span": [ - 76, - 11, - 33 - ] - }, - { - "path": [ - 4, - 1, - 2, - 7, - 1 - ], - "span": [ - 76, - 34, - 41 - ] - }, - { - "path": [ - 4, - 1, - 2, - 7, - 3 - ], - "span": [ - 76, - 44, - 45 - ] - }, - { - "path": [ - 4, - 1, - 2, - 8 - ], - "span": [ - 77, - 2, - 46 - ] - }, - { - "path": [ - 4, - 1, - 2, - 8, - 4 - ], - "span": [ - 77, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 8, - 6 - ], - "span": [ - 77, - 11, - 31 - ] - }, - { - "path": [ - 4, - 1, - 2, - 8, - 1 - ], - "span": [ - 77, - 32, - 41 - ] - }, - { - "path": [ - 4, - 1, - 2, - 8, - 3 - ], - "span": [ - 77, - 44, - 45 - ] - }, - { - "path": [ - 4, - 1, - 2, - 9 - ], - "span": [ - 79, - 2, - 35 - ] - }, - { - "path": [ - 4, - 1, - 2, - 9, - 4 - ], - "span": [ - 79, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 9, - 6 - ], - "span": [ - 79, - 11, - 22 - ] - }, - { - "path": [ - 4, - 1, - 2, - 9, - 1 - ], - "span": [ - 79, - 23, - 30 - ] - }, - { - "path": [ - 4, - 1, - 2, - 9, - 3 - ], - "span": [ - 79, - 33, - 34 - ] - }, - { - "path": [ - 4, - 1, - 2, - 10 - ], - "span": [ - 85, - 2, - 47 - ], - "leadingComments": " This field contains optional information about the original source code.\n You may safely remove this entire field without harming runtime\n functionality of the descriptors -- the information is needed only by\n development tools.\n" - }, - { - "path": [ - 4, - 1, - 2, - 10, - 4 - ], - "span": [ - 85, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 10, - 6 - ], - "span": [ - 85, - 11, - 25 - ] - }, - { - "path": [ - 4, - 1, - 2, - 10, - 1 - ], - "span": [ - 85, - 26, - 42 - ] - }, - { - "path": [ - 4, - 1, - 2, - 10, - 3 - ], - "span": [ - 85, - 45, - 46 - ] - }, - { - "path": [ - 4, - 1, - 2, - 11 - ], - "span": [ - 89, - 2, - 30 - ], - "leadingComments": " The syntax of the proto file.\n The supported values are \"proto2\" and \"proto3\".\n" - }, - { - "path": [ - 4, - 1, - 2, - 11, - 4 - ], - "span": [ - 89, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 11, - 5 - ], - "span": [ - 89, - 11, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 11, - 1 - ], - "span": [ - 89, - 18, - 24 - ] - }, - { - "path": [ - 4, - 1, - 2, - 11, - 3 - ], - "span": [ - 89, - 27, - 29 - ] - }, - { - "path": [ - 4, - 2 - ], - "span": [ - 93, - 0, - 125, - 1 - ], - "leadingComments": " Describes a message type.\n" - }, - { - "path": [ - 4, - 2, - 1 - ], - "span": [ - 93, - 8, - 23 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0 - ], - "span": [ - 94, - 2, - 27 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 4 - ], - "span": [ - 94, - 2, - 10 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 5 - ], - "span": [ - 94, - 11, - 17 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 1 - ], - "span": [ - 94, - 18, - 22 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 3 - ], - "span": [ - 94, - 25, - 26 - ] - }, - { - "path": [ - 4, - 2, - 2, - 1 - ], - "span": [ - 96, - 2, - 42 - ] - }, - { - "path": [ - 4, - 2, - 2, - 1, - 4 - ], - "span": [ - 96, - 2, - 10 - ] - }, - { - "path": [ - 4, - 2, - 2, - 1, - 6 - ], - "span": [ - 96, - 11, - 31 - ] - }, - { - "path": [ - 4, - 2, - 2, - 1, - 1 - ], - "span": [ - 96, - 32, - 37 - ] - }, - { - "path": [ - 4, - 2, - 2, - 1, - 3 - ], - "span": [ - 96, - 40, - 41 - ] - }, - { - "path": [ - 4, - 2, - 2, - 2 - ], - "span": [ - 97, - 2, - 46 - ] - }, - { - "path": [ - 4, - 2, - 2, - 2, - 4 - ], - "span": [ - 97, - 2, - 10 - ] - }, - { - "path": [ - 4, - 2, - 2, - 2, - 6 - ], - "span": [ - 97, - 11, - 31 - ] - }, - { - "path": [ - 4, - 2, - 2, - 2, - 1 - ], - "span": [ - 97, - 32, - 41 - ] - }, - { - "path": [ - 4, - 2, - 2, - 2, - 3 - ], - "span": [ - 97, - 44, - 45 - ] - }, - { - "path": [ - 4, - 2, - 2, - 3 - ], - "span": [ - 99, - 2, - 43 - ] - }, - { - "path": [ - 4, - 2, - 2, - 3, - 4 - ], - "span": [ - 99, - 2, - 10 - ] - }, - { - "path": [ - 4, - 2, - 2, - 3, - 6 - ], - "span": [ - 99, - 11, - 26 - ] - }, - { - "path": [ - 4, - 2, - 2, - 3, - 1 - ], - "span": [ - 99, - 27, - 38 - ] - }, - { - "path": [ - 4, - 2, - 2, - 3, - 3 - ], - "span": [ - 99, - 41, - 42 - ] - }, - { - "path": [ - 4, - 2, - 2, - 4 - ], - "span": [ - 100, - 2, - 45 - ] - }, - { - "path": [ - 4, - 2, - 2, - 4, - 4 - ], - "span": [ - 100, - 2, - 10 - ] - }, - { - "path": [ - 4, - 2, - 2, - 4, - 6 - ], - "span": [ - 100, - 11, - 30 - ] - }, - { - "path": [ - 4, - 2, - 2, - 4, - 1 - ], - "span": [ - 100, - 31, - 40 - ] - }, - { - "path": [ - 4, - 2, - 2, - 4, - 3 - ], - "span": [ - 100, - 43, - 44 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0 - ], - "span": [ - 102, - 2, - 107, - 3 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0, - 1 - ], - "span": [ - 102, - 10, - 24 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 0 - ], - "span": [ - 103, - 4, - 29 - ], - "trailingComments": " Inclusive.\n" - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 0, - 4 - ], - "span": [ - 103, - 4, - 12 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 0, - 5 - ], - "span": [ - 103, - 13, - 18 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 0, - 1 - ], - "span": [ - 103, - 19, - 24 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 0, - 3 - ], - "span": [ - 103, - 27, - 28 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 1 - ], - "span": [ - 104, - 4, - 27 - ], - "trailingComments": " Exclusive.\n" - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 1, - 4 - ], - "span": [ - 104, - 4, - 12 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 1, - 5 - ], - "span": [ - 104, - 13, - 18 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 1, - 1 - ], - "span": [ - 104, - 19, - 22 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 1, - 3 - ], - "span": [ - 104, - 25, - 26 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 2 - ], - "span": [ - 106, - 4, - 47 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 2, - 4 - ], - "span": [ - 106, - 4, - 12 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 2, - 6 - ], - "span": [ - 106, - 13, - 34 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 2, - 1 - ], - "span": [ - 106, - 35, - 42 - ] - }, - { - "path": [ - 4, - 2, - 3, - 0, - 2, - 2, - 3 - ], - "span": [ - 106, - 45, - 46 - ] - }, - { - "path": [ - 4, - 2, - 2, - 5 - ], - "span": [ - 108, - 2, - 46 - ] - }, - { - "path": [ - 4, - 2, - 2, - 5, - 4 - ], - "span": [ - 108, - 2, - 10 - ] - }, - { - "path": [ - 4, - 2, - 2, - 5, - 6 - ], - "span": [ - 108, - 11, - 25 - ] - }, - { - "path": [ - 4, - 2, - 2, - 5, - 1 - ], - "span": [ - 108, - 26, - 41 - ] - }, - { - "path": [ - 4, - 2, - 2, - 5, - 3 - ], - "span": [ - 108, - 44, - 45 - ] - }, - { - "path": [ - 4, - 2, - 2, - 6 - ], - "span": [ - 110, - 2, - 47 - ] - }, - { - "path": [ - 4, - 2, - 2, - 6, - 4 - ], - "span": [ - 110, - 2, - 10 - ] - }, - { - "path": [ - 4, - 2, - 2, - 6, - 6 - ], - "span": [ - 110, - 11, - 31 - ] - }, - { - "path": [ - 4, - 2, - 2, - 6, - 1 - ], - "span": [ - 110, - 32, - 42 - ] - }, - { - "path": [ - 4, - 2, - 2, - 6, - 3 - ], - "span": [ - 110, - 45, - 46 - ] - }, - { - "path": [ - 4, - 2, - 2, - 7 - ], - "span": [ - 112, - 2, - 38 - ] - }, - { - "path": [ - 4, - 2, - 2, - 7, - 4 - ], - "span": [ - 112, - 2, - 10 - ] - }, - { - "path": [ - 4, - 2, - 2, - 7, - 6 - ], - "span": [ - 112, - 11, - 25 - ] - }, - { - "path": [ - 4, - 2, - 2, - 7, - 1 - ], - "span": [ - 112, - 26, - 33 - ] - }, - { - "path": [ - 4, - 2, - 2, - 7, - 3 - ], - "span": [ - 112, - 36, - 37 - ] - }, - { - "path": [ - 4, - 2, - 3, - 1 - ], - "span": [ - 117, - 2, - 120, - 3 - ], - "leadingComments": " Range of reserved tag numbers. Reserved tag numbers may not be used by\n fields or extension ranges in the same message. Reserved ranges may\n not overlap.\n" - }, - { - "path": [ - 4, - 2, - 3, - 1, - 1 - ], - "span": [ - 117, - 10, - 23 - ] - }, - { - "path": [ - 4, - 2, - 3, - 1, - 2, - 0 - ], - "span": [ - 118, - 4, - 29 - ], - "trailingComments": " Inclusive.\n" - }, - { - "path": [ - 4, - 2, - 3, - 1, - 2, - 0, - 4 - ], - "span": [ - 118, - 4, - 12 - ] - }, - { - "path": [ - 4, - 2, - 3, - 1, - 2, - 0, - 5 - ], - "span": [ - 118, - 13, - 18 - ] - }, - { - "path": [ - 4, - 2, - 3, - 1, - 2, - 0, - 1 - ], - "span": [ - 118, - 19, - 24 - ] - }, - { - "path": [ - 4, - 2, - 3, - 1, - 2, - 0, - 3 - ], - "span": [ - 118, - 27, - 28 - ] - }, - { - "path": [ - 4, - 2, - 3, - 1, - 2, - 1 - ], - "span": [ - 119, - 4, - 27 - ], - "trailingComments": " Exclusive.\n" - }, - { - "path": [ - 4, - 2, - 3, - 1, - 2, - 1, - 4 - ], - "span": [ - 119, - 4, - 12 - ] - }, - { - "path": [ - 4, - 2, - 3, - 1, - 2, - 1, - 5 - ], - "span": [ - 119, - 13, - 18 - ] - }, - { - "path": [ - 4, - 2, - 3, - 1, - 2, - 1, - 1 - ], - "span": [ - 119, - 19, - 22 - ] - }, - { - "path": [ - 4, - 2, - 3, - 1, - 2, - 1, - 3 - ], - "span": [ - 119, - 25, - 26 - ] - }, - { - "path": [ - 4, - 2, - 2, - 8 - ], - "span": [ - 121, - 2, - 44 - ] - }, - { - "path": [ - 4, - 2, - 2, - 8, - 4 - ], - "span": [ - 121, - 2, - 10 - ] - }, - { - "path": [ - 4, - 2, - 2, - 8, - 6 - ], - "span": [ - 121, - 11, - 24 - ] - }, - { - "path": [ - 4, - 2, - 2, - 8, - 1 - ], - "span": [ - 121, - 25, - 39 - ] - }, - { - "path": [ - 4, - 2, - 2, - 8, - 3 - ], - "span": [ - 121, - 42, - 43 - ] - }, - { - "path": [ - 4, - 2, - 2, - 9 - ], - "span": [ - 124, - 2, - 37 - ], - "leadingComments": " Reserved field names, which may not be used by fields in the same message.\n A given name may only be reserved once.\n" - }, - { - "path": [ - 4, - 2, - 2, - 9, - 4 - ], - "span": [ - 124, - 2, - 10 - ] - }, - { - "path": [ - 4, - 2, - 2, - 9, - 5 - ], - "span": [ - 124, - 11, - 17 - ] - }, - { - "path": [ - 4, - 2, - 2, - 9, - 1 - ], - "span": [ - 124, - 18, - 31 - ] - }, - { - "path": [ - 4, - 2, - 2, - 9, - 3 - ], - "span": [ - 124, - 34, - 36 - ] - }, - { - "path": [ - 4, - 3 - ], - "span": [ - 127, - 0, - 134, - 1 - ] - }, - { - "path": [ - 4, - 3, - 1 - ], - "span": [ - 127, - 8, - 29 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0 - ], - "span": [ - 129, - 2, - 58 - ], - "leadingComments": " The parser stores options it doesn't recognize here. See above.\n" - }, - { - "path": [ - 4, - 3, - 2, - 0, - 4 - ], - "span": [ - 129, - 2, - 10 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 6 - ], - "span": [ - 129, - 11, - 30 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 1 - ], - "span": [ - 129, - 31, - 51 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 3 - ], - "span": [ - 129, - 54, - 57 - ] - }, - { - "path": [ - 4, - 3, - 5 - ], - "span": [ - 133, - 2, - 25 - ], - "leadingComments": " Clients can define custom options in extensions of this message. See above.\n" - }, - { - "path": [ - 4, - 3, - 5, - 0 - ], - "span": [ - 133, - 13, - 24 - ] - }, - { - "path": [ - 4, - 3, - 5, - 0, - 1 - ], - "span": [ - 133, - 13, - 17 - ] - }, - { - "path": [ - 4, - 3, - 5, - 0, - 2 - ], - "span": [ - 133, - 21, - 24 - ] - }, - { - "path": [ - 4, - 4 - ], - "span": [ - 137, - 0, - 237, - 1 - ], - "leadingComments": " Describes a field within a message.\n" - }, - { - "path": [ - 4, - 4, - 1 - ], - "span": [ - 137, - 8, - 28 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0 - ], - "span": [ - 138, - 2, - 169, - 3 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 1 - ], - "span": [ - 138, - 7, - 11 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 0 - ], - "span": [ - 141, - 4, - 20 - ], - "leadingComments": " 0 is reserved for errors.\n Order is weird for historical reasons.\n" - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 141, - 4, - 15 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 0, - 2 - ], - "span": [ - 141, - 18, - 19 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 1 - ], - "span": [ - 142, - 4, - 19 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 142, - 4, - 14 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 1, - 2 - ], - "span": [ - 142, - 17, - 18 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 2 - ], - "span": [ - 145, - 4, - 19 - ], - "leadingComments": " Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if\n negative values are likely.\n" - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 145, - 4, - 14 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 2, - 2 - ], - "span": [ - 145, - 17, - 18 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 3 - ], - "span": [ - 146, - 4, - 20 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 146, - 4, - 15 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 3, - 2 - ], - "span": [ - 146, - 18, - 19 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 4 - ], - "span": [ - 149, - 4, - 19 - ], - "leadingComments": " Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if\n negative values are likely.\n" - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 4, - 1 - ], - "span": [ - 149, - 4, - 14 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 4, - 2 - ], - "span": [ - 149, - 17, - 18 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 5 - ], - "span": [ - 150, - 4, - 21 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 5, - 1 - ], - "span": [ - 150, - 4, - 16 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 5, - 2 - ], - "span": [ - 150, - 19, - 20 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 6 - ], - "span": [ - 151, - 4, - 21 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 6, - 1 - ], - "span": [ - 151, - 4, - 16 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 6, - 2 - ], - "span": [ - 151, - 19, - 20 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 7 - ], - "span": [ - 152, - 4, - 18 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 7, - 1 - ], - "span": [ - 152, - 4, - 13 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 7, - 2 - ], - "span": [ - 152, - 16, - 17 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 8 - ], - "span": [ - 153, - 4, - 20 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 8, - 1 - ], - "span": [ - 153, - 4, - 15 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 8, - 2 - ], - "span": [ - 153, - 18, - 19 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 9 - ], - "span": [ - 158, - 4, - 20 - ], - "leadingComments": " Tag-delimited aggregate.\n Group type is deprecated and not supported in proto3. However, Proto3\n implementations should still be able to parse the group wire format and\n treat group fields as unknown fields.\n" - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 9, - 1 - ], - "span": [ - 158, - 4, - 14 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 9, - 2 - ], - "span": [ - 158, - 17, - 19 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 10 - ], - "span": [ - 159, - 4, - 22 - ], - "trailingComments": " Length-delimited aggregate.\n" - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 10, - 1 - ], - "span": [ - 159, - 4, - 16 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 10, - 2 - ], - "span": [ - 159, - 19, - 21 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 11 - ], - "span": [ - 162, - 4, - 20 - ], - "leadingComments": " New in version 2.\n" - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 11, - 1 - ], - "span": [ - 162, - 4, - 14 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 11, - 2 - ], - "span": [ - 162, - 17, - 19 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 12 - ], - "span": [ - 163, - 4, - 21 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 12, - 1 - ], - "span": [ - 163, - 4, - 15 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 12, - 2 - ], - "span": [ - 163, - 18, - 20 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 13 - ], - "span": [ - 164, - 4, - 19 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 13, - 1 - ], - "span": [ - 164, - 4, - 13 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 13, - 2 - ], - "span": [ - 164, - 16, - 18 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 14 - ], - "span": [ - 165, - 4, - 23 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 14, - 1 - ], - "span": [ - 165, - 4, - 17 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 14, - 2 - ], - "span": [ - 165, - 20, - 22 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 15 - ], - "span": [ - 166, - 4, - 23 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 15, - 1 - ], - "span": [ - 166, - 4, - 17 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 15, - 2 - ], - "span": [ - 166, - 20, - 22 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 16 - ], - "span": [ - 167, - 4, - 21 - ], - "trailingComments": " Uses ZigZag encoding.\n" - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 16, - 1 - ], - "span": [ - 167, - 4, - 15 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 16, - 2 - ], - "span": [ - 167, - 18, - 20 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 17 - ], - "span": [ - 168, - 4, - 21 - ], - "trailingComments": " Uses ZigZag encoding.\n" - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 17, - 1 - ], - "span": [ - 168, - 4, - 15 - ] - }, - { - "path": [ - 4, - 4, - 4, - 0, - 2, - 17, - 2 - ], - "span": [ - 168, - 18, - 20 - ] - }, - { - "path": [ - 4, - 4, - 4, - 1 - ], - "span": [ - 171, - 2, - 176, - 3 - ] - }, - { - "path": [ - 4, - 4, - 4, - 1, - 1 - ], - "span": [ - 171, - 7, - 12 - ] - }, - { - "path": [ - 4, - 4, - 4, - 1, - 2, - 0 - ], - "span": [ - 173, - 4, - 23 - ], - "leadingComments": " 0 is reserved for errors\n" - }, - { - "path": [ - 4, - 4, - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 173, - 4, - 18 - ] - }, - { - "path": [ - 4, - 4, - 4, - 1, - 2, - 0, - 2 - ], - "span": [ - 173, - 21, - 22 - ] - }, - { - "path": [ - 4, - 4, - 4, - 1, - 2, - 1 - ], - "span": [ - 174, - 4, - 23 - ] - }, - { - "path": [ - 4, - 4, - 4, - 1, - 2, - 1, - 1 - ], - "span": [ - 174, - 4, - 18 - ] - }, - { - "path": [ - 4, - 4, - 4, - 1, - 2, - 1, - 2 - ], - "span": [ - 174, - 21, - 22 - ] - }, - { - "path": [ - 4, - 4, - 4, - 1, - 2, - 2 - ], - "span": [ - 175, - 4, - 23 - ] - }, - { - "path": [ - 4, - 4, - 4, - 1, - 2, - 2, - 1 - ], - "span": [ - 175, - 4, - 18 - ] - }, - { - "path": [ - 4, - 4, - 4, - 1, - 2, - 2, - 2 - ], - "span": [ - 175, - 21, - 22 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0 - ], - "span": [ - 178, - 2, - 27 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 4 - ], - "span": [ - 178, - 2, - 10 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 5 - ], - "span": [ - 178, - 11, - 17 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 1 - ], - "span": [ - 178, - 18, - 22 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 3 - ], - "span": [ - 178, - 25, - 26 - ] - }, - { - "path": [ - 4, - 4, - 2, - 1 - ], - "span": [ - 179, - 2, - 28 - ] - }, - { - "path": [ - 4, - 4, - 2, - 1, - 4 - ], - "span": [ - 179, - 2, - 10 - ] - }, - { - "path": [ - 4, - 4, - 2, - 1, - 5 - ], - "span": [ - 179, - 11, - 16 - ] - }, - { - "path": [ - 4, - 4, - 2, - 1, - 1 - ], - "span": [ - 179, - 17, - 23 - ] - }, - { - "path": [ - 4, - 4, - 2, - 1, - 3 - ], - "span": [ - 179, - 26, - 27 - ] - }, - { - "path": [ - 4, - 4, - 2, - 2 - ], - "span": [ - 180, - 2, - 27 - ] - }, - { - "path": [ - 4, - 4, - 2, - 2, - 4 - ], - "span": [ - 180, - 2, - 10 - ] - }, - { - "path": [ - 4, - 4, - 2, - 2, - 6 - ], - "span": [ - 180, - 11, - 16 - ] - }, - { - "path": [ - 4, - 4, - 2, - 2, - 1 - ], - "span": [ - 180, - 17, - 22 - ] - }, - { - "path": [ - 4, - 4, - 2, - 2, - 3 - ], - "span": [ - 180, - 25, - 26 - ] - }, - { - "path": [ - 4, - 4, - 2, - 3 - ], - "span": [ - 184, - 2, - 25 - ], - "leadingComments": " If type_name is set, this need not be set. If both this and type_name\n are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.\n" - }, - { - "path": [ - 4, - 4, - 2, - 3, - 4 - ], - "span": [ - 184, - 2, - 10 - ] - }, - { - "path": [ - 4, - 4, - 2, - 3, - 6 - ], - "span": [ - 184, - 11, - 15 - ] - }, - { - "path": [ - 4, - 4, - 2, - 3, - 1 - ], - "span": [ - 184, - 16, - 20 - ] - }, - { - "path": [ - 4, - 4, - 2, - 3, - 3 - ], - "span": [ - 184, - 23, - 24 - ] - }, - { - "path": [ - 4, - 4, - 2, - 4 - ], - "span": [ - 191, - 2, - 32 - ], - "leadingComments": " For message and enum types, this is the name of the type. If the name\n starts with a '.', it is fully-qualified. Otherwise, C++-like scoping\n rules are used to find the type (i.e. first the nested types within this\n message are searched, then within the parent, on up to the root\n namespace).\n" - }, - { - "path": [ - 4, - 4, - 2, - 4, - 4 - ], - "span": [ - 191, - 2, - 10 - ] - }, - { - "path": [ - 4, - 4, - 2, - 4, - 5 - ], - "span": [ - 191, - 11, - 17 - ] - }, - { - "path": [ - 4, - 4, - 2, - 4, - 1 - ], - "span": [ - 191, - 18, - 27 - ] - }, - { - "path": [ - 4, - 4, - 2, - 4, - 3 - ], - "span": [ - 191, - 30, - 31 - ] - }, - { - "path": [ - 4, - 4, - 2, - 5 - ], - "span": [ - 195, - 2, - 31 - ], - "leadingComments": " For extensions, this is the name of the type being extended. It is\n resolved in the same manner as type_name.\n" - }, - { - "path": [ - 4, - 4, - 2, - 5, - 4 - ], - "span": [ - 195, - 2, - 10 - ] - }, - { - "path": [ - 4, - 4, - 2, - 5, - 5 - ], - "span": [ - 195, - 11, - 17 - ] - }, - { - "path": [ - 4, - 4, - 2, - 5, - 1 - ], - "span": [ - 195, - 18, - 26 - ] - }, - { - "path": [ - 4, - 4, - 2, - 5, - 3 - ], - "span": [ - 195, - 29, - 30 - ] - }, - { - "path": [ - 4, - 4, - 2, - 6 - ], - "span": [ - 201, - 2, - 36 - ], - "leadingComments": " For numeric types, contains the original text representation of the value.\n For booleans, \"true\" or \"false\".\n For strings, contains the default text contents (not escaped in any way).\n For bytes, contains the C escaped value. All bytes >= 128 are escaped.\n" - }, - { - "path": [ - 4, - 4, - 2, - 6, - 4 - ], - "span": [ - 201, - 2, - 10 - ] - }, - { - "path": [ - 4, - 4, - 2, - 6, - 5 - ], - "span": [ - 201, - 11, - 17 - ] - }, - { - "path": [ - 4, - 4, - 2, - 6, - 1 - ], - "span": [ - 201, - 18, - 31 - ] - }, - { - "path": [ - 4, - 4, - 2, - 6, - 3 - ], - "span": [ - 201, - 34, - 35 - ] - }, - { - "path": [ - 4, - 4, - 2, - 7 - ], - "span": [ - 205, - 2, - 33 - ], - "leadingComments": " If set, gives the index of a oneof in the containing type's oneof_decl\n list. This field is a member of that oneof.\n" - }, - { - "path": [ - 4, - 4, - 2, - 7, - 4 - ], - "span": [ - 205, - 2, - 10 - ] - }, - { - "path": [ - 4, - 4, - 2, - 7, - 5 - ], - "span": [ - 205, - 11, - 16 - ] - }, - { - "path": [ - 4, - 4, - 2, - 7, - 1 - ], - "span": [ - 205, - 17, - 28 - ] - }, - { - "path": [ - 4, - 4, - 2, - 7, - 3 - ], - "span": [ - 205, - 31, - 32 - ] - }, - { - "path": [ - 4, - 4, - 2, - 8 - ], - "span": [ - 211, - 2, - 33 - ], - "leadingComments": " JSON name of this field. The value is set by protocol compiler. If the\n user has set a \"json_name\" option on this field, that option's value\n will be used. Otherwise, it's deduced from the field's name by converting\n it to camelCase.\n" - }, - { - "path": [ - 4, - 4, - 2, - 8, - 4 - ], - "span": [ - 211, - 2, - 10 - ] - }, - { - "path": [ - 4, - 4, - 2, - 8, - 5 - ], - "span": [ - 211, - 11, - 17 - ] - }, - { - "path": [ - 4, - 4, - 2, - 8, - 1 - ], - "span": [ - 211, - 18, - 27 - ] - }, - { - "path": [ - 4, - 4, - 2, - 8, - 3 - ], - "span": [ - 211, - 30, - 32 - ] - }, - { - "path": [ - 4, - 4, - 2, - 9 - ], - "span": [ - 213, - 2, - 36 - ] - }, - { - "path": [ - 4, - 4, - 2, - 9, - 4 - ], - "span": [ - 213, - 2, - 10 - ] - }, - { - "path": [ - 4, - 4, - 2, - 9, - 6 - ], - "span": [ - 213, - 11, - 23 - ] - }, - { - "path": [ - 4, - 4, - 2, - 9, - 1 - ], - "span": [ - 213, - 24, - 31 - ] - }, - { - "path": [ - 4, - 4, - 2, - 9, - 3 - ], - "span": [ - 213, - 34, - 35 - ] - }, - { - "path": [ - 4, - 4, - 2, - 10 - ], - "span": [ - 236, - 2, - 37 - ], - "leadingComments": " If true, this is a proto3 \"optional\". When a proto3 field is optional, it\n tracks presence regardless of field type.\n\n When proto3_optional is true, this field must be belong to a oneof to\n signal to old proto3 clients that presence is tracked for this field. This\n oneof is known as a \"synthetic\" oneof, and this field must be its sole\n member (each proto3 optional field gets its own synthetic oneof). Synthetic\n oneofs exist in the descriptor only, and do not generate any API. Synthetic\n oneofs must be ordered after all \"real\" oneofs.\n\n For message fields, proto3_optional doesn't create any semantic change,\n since non-repeated message fields always track presence. However it still\n indicates the semantic detail of whether the user wrote \"optional\" or not.\n This can be useful for round-tripping the .proto file. For consistency we\n give message fields a synthetic oneof also, even though it is not required\n to track presence. This is especially important because the parser can't\n tell if a field is a message or an enum, so it must always create a\n synthetic oneof.\n\n Proto2 optional fields do not set this flag, because they already indicate\n optional with `LABEL_OPTIONAL`.\n" - }, - { - "path": [ - 4, - 4, - 2, - 10, - 4 - ], - "span": [ - 236, - 2, - 10 - ] - }, - { - "path": [ - 4, - 4, - 2, - 10, - 5 - ], - "span": [ - 236, - 11, - 15 - ] - }, - { - "path": [ - 4, - 4, - 2, - 10, - 1 - ], - "span": [ - 236, - 16, - 31 - ] - }, - { - "path": [ - 4, - 4, - 2, - 10, - 3 - ], - "span": [ - 236, - 34, - 36 - ] - }, - { - "path": [ - 4, - 5 - ], - "span": [ - 240, - 0, - 243, - 1 - ], - "leadingComments": " Describes a oneof.\n" - }, - { - "path": [ - 4, - 5, - 1 - ], - "span": [ - 240, - 8, - 28 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0 - ], - "span": [ - 241, - 2, - 27 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 4 - ], - "span": [ - 241, - 2, - 10 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 5 - ], - "span": [ - 241, - 11, - 17 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 1 - ], - "span": [ - 241, - 18, - 22 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 3 - ], - "span": [ - 241, - 25, - 26 - ] - }, - { - "path": [ - 4, - 5, - 2, - 1 - ], - "span": [ - 242, - 2, - 36 - ] - }, - { - "path": [ - 4, - 5, - 2, - 1, - 4 - ], - "span": [ - 242, - 2, - 10 - ] - }, - { - "path": [ - 4, - 5, - 2, - 1, - 6 - ], - "span": [ - 242, - 11, - 23 - ] - }, - { - "path": [ - 4, - 5, - 2, - 1, - 1 - ], - "span": [ - 242, - 24, - 31 - ] - }, - { - "path": [ - 4, - 5, - 2, - 1, - 3 - ], - "span": [ - 242, - 34, - 35 - ] - }, - { - "path": [ - 4, - 6 - ], - "span": [ - 246, - 0, - 272, - 1 - ], - "leadingComments": " Describes an enum type.\n" - }, - { - "path": [ - 4, - 6, - 1 - ], - "span": [ - 246, - 8, - 27 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0 - ], - "span": [ - 247, - 2, - 27 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 4 - ], - "span": [ - 247, - 2, - 10 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 5 - ], - "span": [ - 247, - 11, - 17 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 1 - ], - "span": [ - 247, - 18, - 22 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 3 - ], - "span": [ - 247, - 25, - 26 - ] - }, - { - "path": [ - 4, - 6, - 2, - 1 - ], - "span": [ - 249, - 2, - 46 - ] - }, - { - "path": [ - 4, - 6, - 2, - 1, - 4 - ], - "span": [ - 249, - 2, - 10 - ] - }, - { - "path": [ - 4, - 6, - 2, - 1, - 6 - ], - "span": [ - 249, - 11, - 35 - ] - }, - { - "path": [ - 4, - 6, - 2, - 1, - 1 - ], - "span": [ - 249, - 36, - 41 - ] - }, - { - "path": [ - 4, - 6, - 2, - 1, - 3 - ], - "span": [ - 249, - 44, - 45 - ] - }, - { - "path": [ - 4, - 6, - 2, - 2 - ], - "span": [ - 251, - 2, - 35 - ] - }, - { - "path": [ - 4, - 6, - 2, - 2, - 4 - ], - "span": [ - 251, - 2, - 10 - ] - }, - { - "path": [ - 4, - 6, - 2, - 2, - 6 - ], - "span": [ - 251, - 11, - 22 - ] - }, - { - "path": [ - 4, - 6, - 2, - 2, - 1 - ], - "span": [ - 251, - 23, - 30 - ] - }, - { - "path": [ - 4, - 6, - 2, - 2, - 3 - ], - "span": [ - 251, - 33, - 34 - ] - }, - { - "path": [ - 4, - 6, - 3, - 0 - ], - "span": [ - 259, - 2, - 262, - 3 - ], - "leadingComments": " Range of reserved numeric values. Reserved values may not be used by\n entries in the same enum. Reserved ranges may not overlap.\n\n Note that this is distinct from DescriptorProto.ReservedRange in that it\n is inclusive such that it can appropriately represent the entire int32\n domain.\n" - }, - { - "path": [ - 4, - 6, - 3, - 0, - 1 - ], - "span": [ - 259, - 10, - 27 - ] - }, - { - "path": [ - 4, - 6, - 3, - 0, - 2, - 0 - ], - "span": [ - 260, - 4, - 29 - ], - "trailingComments": " Inclusive.\n" - }, - { - "path": [ - 4, - 6, - 3, - 0, - 2, - 0, - 4 - ], - "span": [ - 260, - 4, - 12 - ] - }, - { - "path": [ - 4, - 6, - 3, - 0, - 2, - 0, - 5 - ], - "span": [ - 260, - 13, - 18 - ] - }, - { - "path": [ - 4, - 6, - 3, - 0, - 2, - 0, - 1 - ], - "span": [ - 260, - 19, - 24 - ] - }, - { - "path": [ - 4, - 6, - 3, - 0, - 2, - 0, - 3 - ], - "span": [ - 260, - 27, - 28 - ] - }, - { - "path": [ - 4, - 6, - 3, - 0, - 2, - 1 - ], - "span": [ - 261, - 4, - 27 - ], - "trailingComments": " Inclusive.\n" - }, - { - "path": [ - 4, - 6, - 3, - 0, - 2, - 1, - 4 - ], - "span": [ - 261, - 4, - 12 - ] - }, - { - "path": [ - 4, - 6, - 3, - 0, - 2, - 1, - 5 - ], - "span": [ - 261, - 13, - 18 - ] - }, - { - "path": [ - 4, - 6, - 3, - 0, - 2, - 1, - 1 - ], - "span": [ - 261, - 19, - 22 - ] - }, - { - "path": [ - 4, - 6, - 3, - 0, - 2, - 1, - 3 - ], - "span": [ - 261, - 25, - 26 - ] - }, - { - "path": [ - 4, - 6, - 2, - 3 - ], - "span": [ - 267, - 2, - 48 - ], - "leadingComments": " Range of reserved numeric values. Reserved numeric values may not be used\n by enum values in the same enum declaration. Reserved ranges may not\n overlap.\n" - }, - { - "path": [ - 4, - 6, - 2, - 3, - 4 - ], - "span": [ - 267, - 2, - 10 - ] - }, - { - "path": [ - 4, - 6, - 2, - 3, - 6 - ], - "span": [ - 267, - 11, - 28 - ] - }, - { - "path": [ - 4, - 6, - 2, - 3, - 1 - ], - "span": [ - 267, - 29, - 43 - ] - }, - { - "path": [ - 4, - 6, - 2, - 3, - 3 - ], - "span": [ - 267, - 46, - 47 - ] - }, - { - "path": [ - 4, - 6, - 2, - 4 - ], - "span": [ - 271, - 2, - 36 - ], - "leadingComments": " Reserved enum value names, which may not be reused. A given name may only\n be reserved once.\n" - }, - { - "path": [ - 4, - 6, - 2, - 4, - 4 - ], - "span": [ - 271, - 2, - 10 - ] - }, - { - "path": [ - 4, - 6, - 2, - 4, - 5 - ], - "span": [ - 271, - 11, - 17 - ] - }, - { - "path": [ - 4, - 6, - 2, - 4, - 1 - ], - "span": [ - 271, - 18, - 31 - ] - }, - { - "path": [ - 4, - 6, - 2, - 4, - 3 - ], - "span": [ - 271, - 34, - 35 - ] - }, - { - "path": [ - 4, - 7 - ], - "span": [ - 275, - 0, - 280, - 1 - ], - "leadingComments": " Describes a value within an enum.\n" - }, - { - "path": [ - 4, - 7, - 1 - ], - "span": [ - 275, - 8, - 32 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0 - ], - "span": [ - 276, - 2, - 27 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 4 - ], - "span": [ - 276, - 2, - 10 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 5 - ], - "span": [ - 276, - 11, - 17 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 1 - ], - "span": [ - 276, - 18, - 22 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 3 - ], - "span": [ - 276, - 25, - 26 - ] - }, - { - "path": [ - 4, - 7, - 2, - 1 - ], - "span": [ - 277, - 2, - 28 - ] - }, - { - "path": [ - 4, - 7, - 2, - 1, - 4 - ], - "span": [ - 277, - 2, - 10 - ] - }, - { - "path": [ - 4, - 7, - 2, - 1, - 5 - ], - "span": [ - 277, - 11, - 16 - ] - }, - { - "path": [ - 4, - 7, - 2, - 1, - 1 - ], - "span": [ - 277, - 17, - 23 - ] - }, - { - "path": [ - 4, - 7, - 2, - 1, - 3 - ], - "span": [ - 277, - 26, - 27 - ] - }, - { - "path": [ - 4, - 7, - 2, - 2 - ], - "span": [ - 279, - 2, - 40 - ] - }, - { - "path": [ - 4, - 7, - 2, - 2, - 4 - ], - "span": [ - 279, - 2, - 10 - ] - }, - { - "path": [ - 4, - 7, - 2, - 2, - 6 - ], - "span": [ - 279, - 11, - 27 - ] - }, - { - "path": [ - 4, - 7, - 2, - 2, - 1 - ], - "span": [ - 279, - 28, - 35 - ] - }, - { - "path": [ - 4, - 7, - 2, - 2, - 3 - ], - "span": [ - 279, - 38, - 39 - ] - }, - { - "path": [ - 4, - 8 - ], - "span": [ - 283, - 0, - 288, - 1 - ], - "leadingComments": " Describes a service.\n" - }, - { - "path": [ - 4, - 8, - 1 - ], - "span": [ - 283, - 8, - 30 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0 - ], - "span": [ - 284, - 2, - 27 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 4 - ], - "span": [ - 284, - 2, - 10 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 5 - ], - "span": [ - 284, - 11, - 17 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 1 - ], - "span": [ - 284, - 18, - 22 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 3 - ], - "span": [ - 284, - 25, - 26 - ] - }, - { - "path": [ - 4, - 8, - 2, - 1 - ], - "span": [ - 285, - 2, - 44 - ] - }, - { - "path": [ - 4, - 8, - 2, - 1, - 4 - ], - "span": [ - 285, - 2, - 10 - ] - }, - { - "path": [ - 4, - 8, - 2, - 1, - 6 - ], - "span": [ - 285, - 11, - 32 - ] - }, - { - "path": [ - 4, - 8, - 2, - 1, - 1 - ], - "span": [ - 285, - 33, - 39 - ] - }, - { - "path": [ - 4, - 8, - 2, - 1, - 3 - ], - "span": [ - 285, - 42, - 43 - ] - }, - { - "path": [ - 4, - 8, - 2, - 2 - ], - "span": [ - 287, - 2, - 38 - ] - }, - { - "path": [ - 4, - 8, - 2, - 2, - 4 - ], - "span": [ - 287, - 2, - 10 - ] - }, - { - "path": [ - 4, - 8, - 2, - 2, - 6 - ], - "span": [ - 287, - 11, - 25 - ] - }, - { - "path": [ - 4, - 8, - 2, - 2, - 1 - ], - "span": [ - 287, - 26, - 33 - ] - }, - { - "path": [ - 4, - 8, - 2, - 2, - 3 - ], - "span": [ - 287, - 36, - 37 - ] - }, - { - "path": [ - 4, - 9 - ], - "span": [ - 291, - 0, - 305, - 1 - ], - "leadingComments": " Describes a method of a service.\n" - }, - { - "path": [ - 4, - 9, - 1 - ], - "span": [ - 291, - 8, - 29 - ] - }, - { - "path": [ - 4, - 9, - 2, - 0 - ], - "span": [ - 292, - 2, - 27 - ] - }, - { - "path": [ - 4, - 9, - 2, - 0, - 4 - ], - "span": [ - 292, - 2, - 10 - ] - }, - { - "path": [ - 4, - 9, - 2, - 0, - 5 - ], - "span": [ - 292, - 11, - 17 - ] - }, - { - "path": [ - 4, - 9, - 2, - 0, - 1 - ], - "span": [ - 292, - 18, - 22 - ] - }, - { - "path": [ - 4, - 9, - 2, - 0, - 3 - ], - "span": [ - 292, - 25, - 26 - ] - }, - { - "path": [ - 4, - 9, - 2, - 1 - ], - "span": [ - 296, - 2, - 33 - ], - "leadingComments": " Input and output type names. These are resolved in the same way as\n FieldDescriptorProto.type_name, but must refer to a message type.\n" - }, - { - "path": [ - 4, - 9, - 2, - 1, - 4 - ], - "span": [ - 296, - 2, - 10 - ] - }, - { - "path": [ - 4, - 9, - 2, - 1, - 5 - ], - "span": [ - 296, - 11, - 17 - ] - }, - { - "path": [ - 4, - 9, - 2, - 1, - 1 - ], - "span": [ - 296, - 18, - 28 - ] - }, - { - "path": [ - 4, - 9, - 2, - 1, - 3 - ], - "span": [ - 296, - 31, - 32 - ] - }, - { - "path": [ - 4, - 9, - 2, - 2 - ], - "span": [ - 297, - 2, - 34 - ] - }, - { - "path": [ - 4, - 9, - 2, - 2, - 4 - ], - "span": [ - 297, - 2, - 10 - ] - }, - { - "path": [ - 4, - 9, - 2, - 2, - 5 - ], - "span": [ - 297, - 11, - 17 - ] - }, - { - "path": [ - 4, - 9, - 2, - 2, - 1 - ], - "span": [ - 297, - 18, - 29 - ] - }, - { - "path": [ - 4, - 9, - 2, - 2, - 3 - ], - "span": [ - 297, - 32, - 33 - ] - }, - { - "path": [ - 4, - 9, - 2, - 3 - ], - "span": [ - 299, - 2, - 37 - ] - }, - { - "path": [ - 4, - 9, - 2, - 3, - 4 - ], - "span": [ - 299, - 2, - 10 - ] - }, - { - "path": [ - 4, - 9, - 2, - 3, - 6 - ], - "span": [ - 299, - 11, - 24 - ] - }, - { - "path": [ - 4, - 9, - 2, - 3, - 1 - ], - "span": [ - 299, - 25, - 32 - ] - }, - { - "path": [ - 4, - 9, - 2, - 3, - 3 - ], - "span": [ - 299, - 35, - 36 - ] - }, - { - "path": [ - 4, - 9, - 2, - 4 - ], - "span": [ - 302, - 2, - 55 - ], - "leadingComments": " Identifies if client streams multiple client messages\n" - }, - { - "path": [ - 4, - 9, - 2, - 4, - 4 - ], - "span": [ - 302, - 2, - 10 - ] - }, - { - "path": [ - 4, - 9, - 2, - 4, - 5 - ], - "span": [ - 302, - 11, - 15 - ] - }, - { - "path": [ - 4, - 9, - 2, - 4, - 1 - ], - "span": [ - 302, - 16, - 32 - ] - }, - { - "path": [ - 4, - 9, - 2, - 4, - 3 - ], - "span": [ - 302, - 35, - 36 - ] - }, - { - "path": [ - 4, - 9, - 2, - 4, - 8 - ], - "span": [ - 302, - 37, - 54 - ] - }, - { - "path": [ - 4, - 9, - 2, - 4, - 7 - ], - "span": [ - 302, - 38, - 53 - ] - }, - { - "path": [ - 4, - 9, - 2, - 5 - ], - "span": [ - 304, - 2, - 55 - ], - "leadingComments": " Identifies if server streams multiple server messages\n" - }, - { - "path": [ - 4, - 9, - 2, - 5, - 4 - ], - "span": [ - 304, - 2, - 10 - ] - }, - { - "path": [ - 4, - 9, - 2, - 5, - 5 - ], - "span": [ - 304, - 11, - 15 - ] - }, - { - "path": [ - 4, - 9, - 2, - 5, - 1 - ], - "span": [ - 304, - 16, - 32 - ] - }, - { - "path": [ - 4, - 9, - 2, - 5, - 3 - ], - "span": [ - 304, - 35, - 36 - ] - }, - { - "path": [ - 4, - 9, - 2, - 5, - 8 - ], - "span": [ - 304, - 37, - 54 - ] - }, - { - "path": [ - 4, - 9, - 2, - 5, - 7 - ], - "span": [ - 304, - 38, - 53 - ] - }, - { - "path": [ - 4, - 10 - ], - "span": [ - 340, - 0, - 463, - 1 - ], - "leadingDetachedComments": [ - " ===================================================================\n Options\n", - " Each of the definitions above may have \"options\" attached. These are\n just annotations which may cause code to be generated slightly differently\n or may contain hints for code that manipulates protocol messages.\n\n Clients may define custom options as extensions of the *Options messages.\n These extensions may not yet be known at parsing time, so the parser cannot\n store the values in them. Instead it stores them in a field in the *Options\n message called uninterpreted_option. This field must have the same name\n across all *Options messages. We then use this field to populate the\n extensions when we build a descriptor, at which point all protos have been\n parsed and so all extensions are known.\n\n Extension numbers for custom options may be chosen as follows:\n * For options which will only be used within a single application or\n organization, or for experimental options, use field numbers 50000\n through 99999. It is up to you to ensure that you do not use the\n same number for multiple options.\n * For options which will be published and used publicly by multiple\n independent entities, e-mail protobuf-global-extension-registry@google.com\n to reserve extension numbers. Simply provide your project name (e.g.\n Objective-C plugin) and your project website (if available) -- there's no\n need to explain how you intend to use them. Usually you only need one\n extension number. You can declare multiple options with only one extension\n number by putting them in a sub-message. See the Custom Options section of\n the docs for examples:\n https://developers.google.com/protocol-buffers/docs/proto#options\n If this turns out to be popular, a web service will be set up\n to automatically assign option numbers.\n" - ] - }, - { - "path": [ - 4, - 10, - 1 - ], - "span": [ - 340, - 8, - 19 - ] - }, - { - "path": [ - 4, - 10, - 2, - 0 - ], - "span": [ - 346, - 2, - 35 - ], - "leadingComments": " Sets the Java package where classes generated from this .proto will be\n placed. By default, the proto package is used, but this is often\n inappropriate because proto packages do not normally start with backwards\n domain names.\n" - }, - { - "path": [ - 4, - 10, - 2, - 0, - 4 - ], - "span": [ - 346, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 0, - 5 - ], - "span": [ - 346, - 11, - 17 - ] - }, - { - "path": [ - 4, - 10, - 2, - 0, - 1 - ], - "span": [ - 346, - 18, - 30 - ] - }, - { - "path": [ - 4, - 10, - 2, - 0, - 3 - ], - "span": [ - 346, - 33, - 34 - ] - }, - { - "path": [ - 4, - 10, - 2, - 1 - ], - "span": [ - 354, - 2, - 43 - ], - "leadingComments": " Controls the name of the wrapper Java class generated for the .proto file.\n That class will always contain the .proto file's getDescriptor() method as\n well as any top-level extensions defined in the .proto file.\n If java_multiple_files is disabled, then all the other classes from the\n .proto file will be nested inside the single wrapper outer class.\n" - }, - { - "path": [ - 4, - 10, - 2, - 1, - 4 - ], - "span": [ - 354, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 1, - 5 - ], - "span": [ - 354, - 11, - 17 - ] - }, - { - "path": [ - 4, - 10, - 2, - 1, - 1 - ], - "span": [ - 354, - 18, - 38 - ] - }, - { - "path": [ - 4, - 10, - 2, - 1, - 3 - ], - "span": [ - 354, - 41, - 42 - ] - }, - { - "path": [ - 4, - 10, - 2, - 2 - ], - "span": [ - 362, - 2, - 59 - ], - "leadingComments": " If enabled, then the Java code generator will generate a separate .java\n file for each top-level message, enum, and service defined in the .proto\n file. Thus, these types will *not* be nested inside the wrapper class\n named by java_outer_classname. However, the wrapper class will still be\n generated to contain the file's getDescriptor() method as well as any\n top-level extensions defined in the file.\n" - }, - { - "path": [ - 4, - 10, - 2, - 2, - 4 - ], - "span": [ - 362, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 2, - 5 - ], - "span": [ - 362, - 11, - 15 - ] - }, - { - "path": [ - 4, - 10, - 2, - 2, - 1 - ], - "span": [ - 362, - 16, - 35 - ] - }, - { - "path": [ - 4, - 10, - 2, - 2, - 3 - ], - "span": [ - 362, - 38, - 40 - ] - }, - { - "path": [ - 4, - 10, - 2, - 2, - 8 - ], - "span": [ - 362, - 41, - 58 - ] - }, - { - "path": [ - 4, - 10, - 2, - 2, - 7 - ], - "span": [ - 362, - 42, - 57 - ] - }, - { - "path": [ - 4, - 10, - 2, - 3 - ], - "span": [ - 365, - 2, - 69 - ], - "leadingComments": " This option does nothing.\n" - }, - { - "path": [ - 4, - 10, - 2, - 3, - 4 - ], - "span": [ - 365, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 3, - 5 - ], - "span": [ - 365, - 11, - 15 - ] - }, - { - "path": [ - 4, - 10, - 2, - 3, - 1 - ], - "span": [ - 365, - 16, - 45 - ] - }, - { - "path": [ - 4, - 10, - 2, - 3, - 3 - ], - "span": [ - 365, - 48, - 50 - ] - }, - { - "path": [ - 4, - 10, - 2, - 3, - 8 - ], - "span": [ - 365, - 51, - 68 - ] - }, - { - "path": [ - 4, - 10, - 2, - 3, - 8, - 3 - ], - "span": [ - 365, - 52, - 67 - ] - }, - { - "path": [ - 4, - 10, - 2, - 4 - ], - "span": [ - 373, - 2, - 62 - ], - "leadingComments": " If set true, then the Java2 code generator will generate code that\n throws an exception whenever an attempt is made to assign a non-UTF-8\n byte sequence to a string field.\n Message reflection will do the same.\n However, an extension field still accepts non-UTF-8 byte sequences.\n This option has no effect on when used with the lite runtime.\n" - }, - { - "path": [ - 4, - 10, - 2, - 4, - 4 - ], - "span": [ - 373, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 4, - 5 - ], - "span": [ - 373, - 11, - 15 - ] - }, - { - "path": [ - 4, - 10, - 2, - 4, - 1 - ], - "span": [ - 373, - 16, - 38 - ] - }, - { - "path": [ - 4, - 10, - 2, - 4, - 3 - ], - "span": [ - 373, - 41, - 43 - ] - }, - { - "path": [ - 4, - 10, - 2, - 4, - 8 - ], - "span": [ - 373, - 44, - 61 - ] - }, - { - "path": [ - 4, - 10, - 2, - 4, - 7 - ], - "span": [ - 373, - 45, - 60 - ] - }, - { - "path": [ - 4, - 10, - 4, - 0 - ], - "span": [ - 377, - 2, - 382, - 3 - ], - "leadingComments": " Generated classes can be optimized for speed or code size.\n" - }, - { - "path": [ - 4, - 10, - 4, - 0, - 1 - ], - "span": [ - 377, - 7, - 19 - ] - }, - { - "path": [ - 4, - 10, - 4, - 0, - 2, - 0 - ], - "span": [ - 378, - 4, - 14 - ], - "trailingComments": " Generate complete code for parsing, serialization,\n" - }, - { - "path": [ - 4, - 10, - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 378, - 4, - 9 - ] - }, - { - "path": [ - 4, - 10, - 4, - 0, - 2, - 0, - 2 - ], - "span": [ - 378, - 12, - 13 - ] - }, - { - "path": [ - 4, - 10, - 4, - 0, - 2, - 1 - ], - "span": [ - 380, - 4, - 18 - ], - "leadingComments": " etc.\n", - "trailingComments": " Use ReflectionOps to implement these methods.\n" - }, - { - "path": [ - 4, - 10, - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 380, - 4, - 13 - ] - }, - { - "path": [ - 4, - 10, - 4, - 0, - 2, - 1, - 2 - ], - "span": [ - 380, - 16, - 17 - ] - }, - { - "path": [ - 4, - 10, - 4, - 0, - 2, - 2 - ], - "span": [ - 381, - 4, - 21 - ], - "trailingComments": " Generate code using MessageLite and the lite runtime.\n" - }, - { - "path": [ - 4, - 10, - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 381, - 4, - 16 - ] - }, - { - "path": [ - 4, - 10, - 4, - 0, - 2, - 2, - 2 - ], - "span": [ - 381, - 19, - 20 - ] - }, - { - "path": [ - 4, - 10, - 2, - 5 - ], - "span": [ - 383, - 2, - 59 - ] - }, - { - "path": [ - 4, - 10, - 2, - 5, - 4 - ], - "span": [ - 383, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 5, - 6 - ], - "span": [ - 383, - 11, - 23 - ] - }, - { - "path": [ - 4, - 10, - 2, - 5, - 1 - ], - "span": [ - 383, - 24, - 36 - ] - }, - { - "path": [ - 4, - 10, - 2, - 5, - 3 - ], - "span": [ - 383, - 39, - 40 - ] - }, - { - "path": [ - 4, - 10, - 2, - 5, - 8 - ], - "span": [ - 383, - 41, - 58 - ] - }, - { - "path": [ - 4, - 10, - 2, - 5, - 7 - ], - "span": [ - 383, - 42, - 57 - ] - }, - { - "path": [ - 4, - 10, - 2, - 6 - ], - "span": [ - 390, - 2, - 34 - ], - "leadingComments": " Sets the Go package where structs generated from this .proto will be\n placed. If omitted, the Go package will be derived from the following:\n - The basename of the package import path, if provided.\n - Otherwise, the package statement in the .proto file, if present.\n - Otherwise, the basename of the .proto file, without extension.\n" - }, - { - "path": [ - 4, - 10, - 2, - 6, - 4 - ], - "span": [ - 390, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 6, - 5 - ], - "span": [ - 390, - 11, - 17 - ] - }, - { - "path": [ - 4, - 10, - 2, - 6, - 1 - ], - "span": [ - 390, - 18, - 28 - ] - }, - { - "path": [ - 4, - 10, - 2, - 6, - 3 - ], - "span": [ - 390, - 31, - 33 - ] - }, - { - "path": [ - 4, - 10, - 2, - 7 - ], - "span": [ - 405, - 2, - 59 - ], - "leadingComments": " Should generic services be generated in each language? \"Generic\" services\n are not specific to any particular RPC system. They are generated by the\n main code generators in each language (without additional plugins).\n Generic services were the only kind of service generation supported by\n early versions of google.protobuf.\n\n Generic services are now considered deprecated in favor of using plugins\n that generate code specific to your particular RPC system. Therefore,\n these default to false. Old code which depends on generic services should\n explicitly set them to true.\n" - }, - { - "path": [ - 4, - 10, - 2, - 7, - 4 - ], - "span": [ - 405, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 7, - 5 - ], - "span": [ - 405, - 11, - 15 - ] - }, - { - "path": [ - 4, - 10, - 2, - 7, - 1 - ], - "span": [ - 405, - 16, - 35 - ] - }, - { - "path": [ - 4, - 10, - 2, - 7, - 3 - ], - "span": [ - 405, - 38, - 40 - ] - }, - { - "path": [ - 4, - 10, - 2, - 7, - 8 - ], - "span": [ - 405, - 41, - 58 - ] - }, - { - "path": [ - 4, - 10, - 2, - 7, - 7 - ], - "span": [ - 405, - 42, - 57 - ] - }, - { - "path": [ - 4, - 10, - 2, - 8 - ], - "span": [ - 406, - 2, - 61 - ] - }, - { - "path": [ - 4, - 10, - 2, - 8, - 4 - ], - "span": [ - 406, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 8, - 5 - ], - "span": [ - 406, - 11, - 15 - ] - }, - { - "path": [ - 4, - 10, - 2, - 8, - 1 - ], - "span": [ - 406, - 16, - 37 - ] - }, - { - "path": [ - 4, - 10, - 2, - 8, - 3 - ], - "span": [ - 406, - 40, - 42 - ] - }, - { - "path": [ - 4, - 10, - 2, - 8, - 8 - ], - "span": [ - 406, - 43, - 60 - ] - }, - { - "path": [ - 4, - 10, - 2, - 8, - 7 - ], - "span": [ - 406, - 44, - 59 - ] - }, - { - "path": [ - 4, - 10, - 2, - 9 - ], - "span": [ - 407, - 2, - 59 - ] - }, - { - "path": [ - 4, - 10, - 2, - 9, - 4 - ], - "span": [ - 407, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 9, - 5 - ], - "span": [ - 407, - 11, - 15 - ] - }, - { - "path": [ - 4, - 10, - 2, - 9, - 1 - ], - "span": [ - 407, - 16, - 35 - ] - }, - { - "path": [ - 4, - 10, - 2, - 9, - 3 - ], - "span": [ - 407, - 38, - 40 - ] - }, - { - "path": [ - 4, - 10, - 2, - 9, - 8 - ], - "span": [ - 407, - 41, - 58 - ] - }, - { - "path": [ - 4, - 10, - 2, - 9, - 7 - ], - "span": [ - 407, - 42, - 57 - ] - }, - { - "path": [ - 4, - 10, - 2, - 10 - ], - "span": [ - 408, - 2, - 60 - ] - }, - { - "path": [ - 4, - 10, - 2, - 10, - 4 - ], - "span": [ - 408, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 10, - 5 - ], - "span": [ - 408, - 11, - 15 - ] - }, - { - "path": [ - 4, - 10, - 2, - 10, - 1 - ], - "span": [ - 408, - 16, - 36 - ] - }, - { - "path": [ - 4, - 10, - 2, - 10, - 3 - ], - "span": [ - 408, - 39, - 41 - ] - }, - { - "path": [ - 4, - 10, - 2, - 10, - 8 - ], - "span": [ - 408, - 42, - 59 - ] - }, - { - "path": [ - 4, - 10, - 2, - 10, - 7 - ], - "span": [ - 408, - 43, - 58 - ] - }, - { - "path": [ - 4, - 10, - 2, - 11 - ], - "span": [ - 414, - 2, - 50 - ], - "leadingComments": " Is this file deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for everything in the file, or it will be completely ignored; in the very\n least, this is a formalization for deprecating files.\n" - }, - { - "path": [ - 4, - 10, - 2, - 11, - 4 - ], - "span": [ - 414, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 11, - 5 - ], - "span": [ - 414, - 11, - 15 - ] - }, - { - "path": [ - 4, - 10, - 2, - 11, - 1 - ], - "span": [ - 414, - 16, - 26 - ] - }, - { - "path": [ - 4, - 10, - 2, - 11, - 3 - ], - "span": [ - 414, - 29, - 31 - ] - }, - { - "path": [ - 4, - 10, - 2, - 11, - 8 - ], - "span": [ - 414, - 32, - 49 - ] - }, - { - "path": [ - 4, - 10, - 2, - 11, - 7 - ], - "span": [ - 414, - 33, - 48 - ] - }, - { - "path": [ - 4, - 10, - 2, - 12 - ], - "span": [ - 418, - 2, - 55 - ], - "leadingComments": " Enables the use of arenas for the proto messages in this file. This applies\n only to generated classes for C++.\n" - }, - { - "path": [ - 4, - 10, - 2, - 12, - 4 - ], - "span": [ - 418, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 12, - 5 - ], - "span": [ - 418, - 11, - 15 - ] - }, - { - "path": [ - 4, - 10, - 2, - 12, - 1 - ], - "span": [ - 418, - 16, - 32 - ] - }, - { - "path": [ - 4, - 10, - 2, - 12, - 3 - ], - "span": [ - 418, - 35, - 37 - ] - }, - { - "path": [ - 4, - 10, - 2, - 12, - 8 - ], - "span": [ - 418, - 38, - 54 - ] - }, - { - "path": [ - 4, - 10, - 2, - 12, - 7 - ], - "span": [ - 418, - 39, - 53 - ] - }, - { - "path": [ - 4, - 10, - 2, - 13 - ], - "span": [ - 423, - 2, - 41 - ], - "leadingComments": " Sets the objective c class prefix which is prepended to all objective c\n generated classes from this .proto. There is no default.\n" - }, - { - "path": [ - 4, - 10, - 2, - 13, - 4 - ], - "span": [ - 423, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 13, - 5 - ], - "span": [ - 423, - 11, - 17 - ] - }, - { - "path": [ - 4, - 10, - 2, - 13, - 1 - ], - "span": [ - 423, - 18, - 35 - ] - }, - { - "path": [ - 4, - 10, - 2, - 13, - 3 - ], - "span": [ - 423, - 38, - 40 - ] - }, - { - "path": [ - 4, - 10, - 2, - 14 - ], - "span": [ - 426, - 2, - 40 - ], - "leadingComments": " Namespace for generated classes; defaults to the package.\n" - }, - { - "path": [ - 4, - 10, - 2, - 14, - 4 - ], - "span": [ - 426, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 14, - 5 - ], - "span": [ - 426, - 11, - 17 - ] - }, - { - "path": [ - 4, - 10, - 2, - 14, - 1 - ], - "span": [ - 426, - 18, - 34 - ] - }, - { - "path": [ - 4, - 10, - 2, - 14, - 3 - ], - "span": [ - 426, - 37, - 39 - ] - }, - { - "path": [ - 4, - 10, - 2, - 15 - ], - "span": [ - 432, - 2, - 36 - ], - "leadingComments": " By default Swift generators will take the proto package and CamelCase it\n replacing '.' with underscore and use that to prefix the types/symbols\n defined. When this options is provided, they will use this value instead\n to prefix the types/symbols defined.\n" - }, - { - "path": [ - 4, - 10, - 2, - 15, - 4 - ], - "span": [ - 432, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 15, - 5 - ], - "span": [ - 432, - 11, - 17 - ] - }, - { - "path": [ - 4, - 10, - 2, - 15, - 1 - ], - "span": [ - 432, - 18, - 30 - ] - }, - { - "path": [ - 4, - 10, - 2, - 15, - 3 - ], - "span": [ - 432, - 33, - 35 - ] - }, - { - "path": [ - 4, - 10, - 2, - 16 - ], - "span": [ - 436, - 2, - 40 - ], - "leadingComments": " Sets the php class prefix which is prepended to all php generated classes\n from this .proto. Default is empty.\n" - }, - { - "path": [ - 4, - 10, - 2, - 16, - 4 - ], - "span": [ - 436, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 16, - 5 - ], - "span": [ - 436, - 11, - 17 - ] - }, - { - "path": [ - 4, - 10, - 2, - 16, - 1 - ], - "span": [ - 436, - 18, - 34 - ] - }, - { - "path": [ - 4, - 10, - 2, - 16, - 3 - ], - "span": [ - 436, - 37, - 39 - ] - }, - { - "path": [ - 4, - 10, - 2, - 17 - ], - "span": [ - 441, - 2, - 37 - ], - "leadingComments": " Use this option to change the namespace of php generated classes. Default\n is empty. When this option is empty, the package name will be used for\n determining the namespace.\n" - }, - { - "path": [ - 4, - 10, - 2, - 17, - 4 - ], - "span": [ - 441, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 17, - 5 - ], - "span": [ - 441, - 11, - 17 - ] - }, - { - "path": [ - 4, - 10, - 2, - 17, - 1 - ], - "span": [ - 441, - 18, - 31 - ] - }, - { - "path": [ - 4, - 10, - 2, - 17, - 3 - ], - "span": [ - 441, - 34, - 36 - ] - }, - { - "path": [ - 4, - 10, - 2, - 18 - ], - "span": [ - 446, - 2, - 46 - ], - "leadingComments": " Use this option to change the namespace of php generated metadata classes.\n Default is empty. When this option is empty, the proto file name will be\n used for determining the namespace.\n" - }, - { - "path": [ - 4, - 10, - 2, - 18, - 4 - ], - "span": [ - 446, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 18, - 5 - ], - "span": [ - 446, - 11, - 17 - ] - }, - { - "path": [ - 4, - 10, - 2, - 18, - 1 - ], - "span": [ - 446, - 18, - 40 - ] - }, - { - "path": [ - 4, - 10, - 2, - 18, - 3 - ], - "span": [ - 446, - 43, - 45 - ] - }, - { - "path": [ - 4, - 10, - 2, - 19 - ], - "span": [ - 451, - 2, - 36 - ], - "leadingComments": " Use this option to change the package of ruby generated classes. Default\n is empty. When this option is not set, the package name will be used for\n determining the ruby package.\n" - }, - { - "path": [ - 4, - 10, - 2, - 19, - 4 - ], - "span": [ - 451, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 19, - 5 - ], - "span": [ - 451, - 11, - 17 - ] - }, - { - "path": [ - 4, - 10, - 2, - 19, - 1 - ], - "span": [ - 451, - 18, - 30 - ] - }, - { - "path": [ - 4, - 10, - 2, - 19, - 3 - ], - "span": [ - 451, - 33, - 35 - ] - }, - { - "path": [ - 4, - 10, - 2, - 20 - ], - "span": [ - 456, - 2, - 58 - ], - "leadingComments": " The parser stores options it doesn't recognize here.\n See the documentation for the \"Options\" section above.\n" - }, - { - "path": [ - 4, - 10, - 2, - 20, - 4 - ], - "span": [ - 456, - 2, - 10 - ] - }, - { - "path": [ - 4, - 10, - 2, - 20, - 6 - ], - "span": [ - 456, - 11, - 30 - ] - }, - { - "path": [ - 4, - 10, - 2, - 20, - 1 - ], - "span": [ - 456, - 31, - 51 - ] - }, - { - "path": [ - 4, - 10, - 2, - 20, - 3 - ], - "span": [ - 456, - 54, - 57 - ] - }, - { - "path": [ - 4, - 10, - 5 - ], - "span": [ - 460, - 2, - 25 - ], - "leadingComments": " Clients can define custom options in extensions of this message.\n See the documentation for the \"Options\" section above.\n" - }, - { - "path": [ - 4, - 10, - 5, - 0 - ], - "span": [ - 460, - 13, - 24 - ] - }, - { - "path": [ - 4, - 10, - 5, - 0, - 1 - ], - "span": [ - 460, - 13, - 17 - ] - }, - { - "path": [ - 4, - 10, - 5, - 0, - 2 - ], - "span": [ - 460, - 21, - 24 - ] - }, - { - "path": [ - 4, - 10, - 9 - ], - "span": [ - 462, - 2, - 14 - ] - }, - { - "path": [ - 4, - 10, - 9, - 0 - ], - "span": [ - 462, - 11, - 13 - ] - }, - { - "path": [ - 4, - 10, - 9, - 0, - 1 - ], - "span": [ - 462, - 11, - 13 - ] - }, - { - "path": [ - 4, - 10, - 9, - 0, - 2 - ], - "span": [ - 462, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11 - ], - "span": [ - 465, - 0, - 531, - 1 - ] - }, - { - "path": [ - 4, - 11, - 1 - ], - "span": [ - 465, - 8, - 22 - ] - }, - { - "path": [ - 4, - 11, - 2, - 0 - ], - "span": [ - 484, - 2, - 62 - ], - "leadingComments": " Set true to use the old proto1 MessageSet wire format for extensions.\n This is provided for backwards-compatibility with the MessageSet wire\n format. You should not use this for any other reason: It's less\n efficient, has fewer features, and is more complicated.\n\n The message must be defined exactly as follows:\n message Foo {\n option message_set_wire_format = true;\n extensions 4 to max;\n }\n Note that the message cannot have any defined fields; MessageSets only\n have extensions.\n\n All extensions of your type must be singular messages; e.g. they cannot\n be int32s, enums, or repeated messages.\n\n Because this is an option, the above two restrictions are not enforced by\n the protocol compiler.\n" - }, - { - "path": [ - 4, - 11, - 2, - 0, - 4 - ], - "span": [ - 484, - 2, - 10 - ] - }, - { - "path": [ - 4, - 11, - 2, - 0, - 5 - ], - "span": [ - 484, - 11, - 15 - ] - }, - { - "path": [ - 4, - 11, - 2, - 0, - 1 - ], - "span": [ - 484, - 16, - 39 - ] - }, - { - "path": [ - 4, - 11, - 2, - 0, - 3 - ], - "span": [ - 484, - 42, - 43 - ] - }, - { - "path": [ - 4, - 11, - 2, - 0, - 8 - ], - "span": [ - 484, - 44, - 61 - ] - }, - { - "path": [ - 4, - 11, - 2, - 0, - 7 - ], - "span": [ - 484, - 45, - 60 - ] - }, - { - "path": [ - 4, - 11, - 2, - 1 - ], - "span": [ - 489, - 2, - 70 - ], - "leadingComments": " Disables the generation of the standard \"descriptor()\" accessor, which can\n conflict with a field of the same name. This is meant to make migration\n from proto1 easier; new code should avoid fields named \"descriptor\".\n" - }, - { - "path": [ - 4, - 11, - 2, - 1, - 4 - ], - "span": [ - 489, - 2, - 10 - ] - }, - { - "path": [ - 4, - 11, - 2, - 1, - 5 - ], - "span": [ - 489, - 11, - 15 - ] - }, - { - "path": [ - 4, - 11, - 2, - 1, - 1 - ], - "span": [ - 489, - 16, - 47 - ] - }, - { - "path": [ - 4, - 11, - 2, - 1, - 3 - ], - "span": [ - 489, - 50, - 51 - ] - }, - { - "path": [ - 4, - 11, - 2, - 1, - 8 - ], - "span": [ - 489, - 52, - 69 - ] - }, - { - "path": [ - 4, - 11, - 2, - 1, - 7 - ], - "span": [ - 489, - 53, - 68 - ] - }, - { - "path": [ - 4, - 11, - 2, - 2 - ], - "span": [ - 495, - 2, - 49 - ], - "leadingComments": " Is this message deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the message, or it will be completely ignored; in the very least,\n this is a formalization for deprecating messages.\n" - }, - { - "path": [ - 4, - 11, - 2, - 2, - 4 - ], - "span": [ - 495, - 2, - 10 - ] - }, - { - "path": [ - 4, - 11, - 2, - 2, - 5 - ], - "span": [ - 495, - 11, - 15 - ] - }, - { - "path": [ - 4, - 11, - 2, - 2, - 1 - ], - "span": [ - 495, - 16, - 26 - ] - }, - { - "path": [ - 4, - 11, - 2, - 2, - 3 - ], - "span": [ - 495, - 29, - 30 - ] - }, - { - "path": [ - 4, - 11, - 2, - 2, - 8 - ], - "span": [ - 495, - 31, - 48 - ] - }, - { - "path": [ - 4, - 11, - 2, - 2, - 7 - ], - "span": [ - 495, - 32, - 47 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 497, - 2, - 19 - ] - }, - { - "path": [ - 4, - 11, - 9, - 0 - ], - "span": [ - 497, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9, - 0, - 1 - ], - "span": [ - 497, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9, - 0, - 2 - ], - "span": [ - 497, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9, - 1 - ], - "span": [ - 497, - 14, - 15 - ] - }, - { - "path": [ - 4, - 11, - 9, - 1, - 1 - ], - "span": [ - 497, - 14, - 15 - ] - }, - { - "path": [ - 4, - 11, - 9, - 1, - 2 - ], - "span": [ - 497, - 14, - 15 - ] - }, - { - "path": [ - 4, - 11, - 9, - 2 - ], - "span": [ - 497, - 17, - 18 - ] - }, - { - "path": [ - 4, - 11, - 9, - 2, - 1 - ], - "span": [ - 497, - 17, - 18 - ] - }, - { - "path": [ - 4, - 11, - 9, - 2, - 2 - ], - "span": [ - 497, - 17, - 18 - ] - }, - { - "path": [ - 4, - 11, - 2, - 3 - ], - "span": [ - 520, - 2, - 30 - ], - "leadingComments": " Whether the message is an automatically generated map entry type for the\n maps field.\n\n For maps fields:\n map map_field = 1;\n The parsed descriptor looks like:\n message MapFieldEntry {\n option map_entry = true;\n optional KeyType key = 1;\n optional ValueType value = 2;\n }\n repeated MapFieldEntry map_field = 1;\n\n Implementations may choose not to generate the map_entry=true message, but\n use a native map in the target language to hold the keys and values.\n The reflection APIs in such implementations still need to work as\n if the field is a repeated message field.\n\n NOTE: Do not set the option in .proto files. Always use the maps syntax\n instead. The option should only be implicitly set by the proto compiler\n parser.\n" - }, - { - "path": [ - 4, - 11, - 2, - 3, - 4 - ], - "span": [ - 520, - 2, - 10 - ] - }, - { - "path": [ - 4, - 11, - 2, - 3, - 5 - ], - "span": [ - 520, - 11, - 15 - ] - }, - { - "path": [ - 4, - 11, - 2, - 3, - 1 - ], - "span": [ - 520, - 16, - 25 - ] - }, - { - "path": [ - 4, - 11, - 2, - 3, - 3 - ], - "span": [ - 520, - 28, - 29 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 522, - 2, - 13 - ], - "trailingComments": " javalite_serializable\n" - }, - { - "path": [ - 4, - 11, - 9, - 3 - ], - "span": [ - 522, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9, - 3, - 1 - ], - "span": [ - 522, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9, - 3, - 2 - ], - "span": [ - 522, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 523, - 2, - 13 - ], - "trailingComments": " javanano_as_lite\n" - }, - { - "path": [ - 4, - 11, - 9, - 4 - ], - "span": [ - 523, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9, - 4, - 1 - ], - "span": [ - 523, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9, - 4, - 2 - ], - "span": [ - 523, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 2, - 4 - ], - "span": [ - 527, - 2, - 58 - ], - "leadingComments": " The parser stores options it doesn't recognize here. See above.\n" - }, - { - "path": [ - 4, - 11, - 2, - 4, - 4 - ], - "span": [ - 527, - 2, - 10 - ] - }, - { - "path": [ - 4, - 11, - 2, - 4, - 6 - ], - "span": [ - 527, - 11, - 30 - ] - }, - { - "path": [ - 4, - 11, - 2, - 4, - 1 - ], - "span": [ - 527, - 31, - 51 - ] - }, - { - "path": [ - 4, - 11, - 2, - 4, - 3 - ], - "span": [ - 527, - 54, - 57 - ] - }, - { - "path": [ - 4, - 11, - 5 - ], - "span": [ - 530, - 2, - 25 - ], - "leadingComments": " Clients can define custom options in extensions of this message. See above.\n" - }, - { - "path": [ - 4, - 11, - 5, - 0 - ], - "span": [ - 530, - 13, - 24 - ] - }, - { - "path": [ - 4, - 11, - 5, - 0, - 1 - ], - "span": [ - 530, - 13, - 17 - ] - }, - { - "path": [ - 4, - 11, - 5, - 0, - 2 - ], - "span": [ - 530, - 21, - 24 - ] - }, - { - "path": [ - 4, - 12 - ], - "span": [ - 533, - 0, - 635, - 1 - ] - }, - { - "path": [ - 4, - 12, - 1 - ], - "span": [ - 533, - 8, - 20 - ] - }, - { - "path": [ - 4, - 12, - 2, - 0 - ], - "span": [ - 538, - 2, - 46 - ], - "leadingComments": " The ctype option instructs the C++ code generator to use a different\n representation of the field than it normally would. See the specific\n options below. This option is not yet implemented in the open source\n release -- sorry, we'll try to include it in a future version!\n" - }, - { - "path": [ - 4, - 12, - 2, - 0, - 4 - ], - "span": [ - 538, - 2, - 10 - ] - }, - { - "path": [ - 4, - 12, - 2, - 0, - 6 - ], - "span": [ - 538, - 11, - 16 - ] - }, - { - "path": [ - 4, - 12, - 2, - 0, - 1 - ], - "span": [ - 538, - 17, - 22 - ] - }, - { - "path": [ - 4, - 12, - 2, - 0, - 3 - ], - "span": [ - 538, - 25, - 26 - ] - }, - { - "path": [ - 4, - 12, - 2, - 0, - 8 - ], - "span": [ - 538, - 27, - 45 - ] - }, - { - "path": [ - 4, - 12, - 2, - 0, - 7 - ], - "span": [ - 538, - 28, - 44 - ] - }, - { - "path": [ - 4, - 12, - 4, - 0 - ], - "span": [ - 539, - 2, - 546, - 3 - ] - }, - { - "path": [ - 4, - 12, - 4, - 0, - 1 - ], - "span": [ - 539, - 7, - 12 - ] - }, - { - "path": [ - 4, - 12, - 4, - 0, - 2, - 0 - ], - "span": [ - 541, - 4, - 15 - ], - "leadingComments": " Default mode.\n" - }, - { - "path": [ - 4, - 12, - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 541, - 4, - 10 - ] - }, - { - "path": [ - 4, - 12, - 4, - 0, - 2, - 0, - 2 - ], - "span": [ - 541, - 13, - 14 - ] - }, - { - "path": [ - 4, - 12, - 4, - 0, - 2, - 1 - ], - "span": [ - 543, - 4, - 13 - ] - }, - { - "path": [ - 4, - 12, - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 543, - 4, - 8 - ] - }, - { - "path": [ - 4, - 12, - 4, - 0, - 2, - 1, - 2 - ], - "span": [ - 543, - 11, - 12 - ] - }, - { - "path": [ - 4, - 12, - 4, - 0, - 2, - 2 - ], - "span": [ - 545, - 4, - 21 - ] - }, - { - "path": [ - 4, - 12, - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 545, - 4, - 16 - ] - }, - { - "path": [ - 4, - 12, - 4, - 0, - 2, - 2, - 2 - ], - "span": [ - 545, - 19, - 20 - ] - }, - { - "path": [ - 4, - 12, - 2, - 1 - ], - "span": [ - 552, - 2, - 27 - ], - "leadingComments": " The packed option can be enabled for repeated primitive fields to enable\n a more efficient representation on the wire. Rather than repeatedly\n writing the tag and type for each element, the entire array is encoded as\n a single length-delimited blob. In proto3, only explicit setting it to\n false will avoid using packed encoding.\n" - }, - { - "path": [ - 4, - 12, - 2, - 1, - 4 - ], - "span": [ - 552, - 2, - 10 - ] - }, - { - "path": [ - 4, - 12, - 2, - 1, - 5 - ], - "span": [ - 552, - 11, - 15 - ] - }, - { - "path": [ - 4, - 12, - 2, - 1, - 1 - ], - "span": [ - 552, - 16, - 22 - ] - }, - { - "path": [ - 4, - 12, - 2, - 1, - 3 - ], - "span": [ - 552, - 25, - 26 - ] - }, - { - "path": [ - 4, - 12, - 2, - 2 - ], - "span": [ - 565, - 2, - 51 - ], - "leadingComments": " The jstype option determines the JavaScript type used for values of the\n field. The option is permitted only for 64 bit integral and fixed types\n (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING\n is represented as JavaScript string, which avoids loss of precision that\n can happen when a large value is converted to a floating point JavaScript.\n Specifying JS_NUMBER for the jstype causes the generated JavaScript code to\n use the JavaScript \"number\" type. The behavior of the default option\n JS_NORMAL is implementation dependent.\n\n This option is an enum to permit additional types to be added, e.g.\n goog.math.Integer.\n" - }, - { - "path": [ - 4, - 12, - 2, - 2, - 4 - ], - "span": [ - 565, - 2, - 10 - ] - }, - { - "path": [ - 4, - 12, - 2, - 2, - 6 - ], - "span": [ - 565, - 11, - 17 - ] - }, - { - "path": [ - 4, - 12, - 2, - 2, - 1 - ], - "span": [ - 565, - 18, - 24 - ] - }, - { - "path": [ - 4, - 12, - 2, - 2, - 3 - ], - "span": [ - 565, - 27, - 28 - ] - }, - { - "path": [ - 4, - 12, - 2, - 2, - 8 - ], - "span": [ - 565, - 29, - 50 - ] - }, - { - "path": [ - 4, - 12, - 2, - 2, - 7 - ], - "span": [ - 565, - 30, - 49 - ] - }, - { - "path": [ - 4, - 12, - 4, - 1 - ], - "span": [ - 566, - 2, - 575, - 3 - ] - }, - { - "path": [ - 4, - 12, - 4, - 1, - 1 - ], - "span": [ - 566, - 7, - 13 - ] - }, - { - "path": [ - 4, - 12, - 4, - 1, - 2, - 0 - ], - "span": [ - 568, - 4, - 18 - ], - "leadingComments": " Use the default type.\n" - }, - { - "path": [ - 4, - 12, - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 568, - 4, - 13 - ] - }, - { - "path": [ - 4, - 12, - 4, - 1, - 2, - 0, - 2 - ], - "span": [ - 568, - 16, - 17 - ] - }, - { - "path": [ - 4, - 12, - 4, - 1, - 2, - 1 - ], - "span": [ - 571, - 4, - 18 - ], - "leadingComments": " Use JavaScript strings.\n" - }, - { - "path": [ - 4, - 12, - 4, - 1, - 2, - 1, - 1 - ], - "span": [ - 571, - 4, - 13 - ] - }, - { - "path": [ - 4, - 12, - 4, - 1, - 2, - 1, - 2 - ], - "span": [ - 571, - 16, - 17 - ] - }, - { - "path": [ - 4, - 12, - 4, - 1, - 2, - 2 - ], - "span": [ - 574, - 4, - 18 - ], - "leadingComments": " Use JavaScript numbers.\n" - }, - { - "path": [ - 4, - 12, - 4, - 1, - 2, - 2, - 1 - ], - "span": [ - 574, - 4, - 13 - ] - }, - { - "path": [ - 4, - 12, - 4, - 1, - 2, - 2, - 2 - ], - "span": [ - 574, - 16, - 17 - ] - }, - { - "path": [ - 4, - 12, - 2, - 3 - ], - "span": [ - 611, - 2, - 43 - ], - "leadingComments": " Should this field be parsed lazily? Lazy applies only to message-type\n fields. It means that when the outer message is initially parsed, the\n inner message's contents will not be parsed but instead stored in encoded\n form. The inner message will actually be parsed when it is first accessed.\n\n This is only a hint. Implementations are free to choose whether to use\n eager or lazy parsing regardless of the value of this option. However,\n setting this option true suggests that the protocol author believes that\n using lazy parsing on this field is worth the additional bookkeeping\n overhead typically needed to implement it.\n\n This option does not affect the public interface of any generated code;\n all method signatures remain the same. Furthermore, thread-safety of the\n interface is not affected by this option; const methods remain safe to\n call from multiple threads concurrently, while non-const methods continue\n to require exclusive access.\n\n\n Note that implementations may choose not to check required fields within\n a lazy sub-message. That is, calling IsInitialized() on the outer message\n may return true even if the inner message has missing required fields.\n This is necessary because otherwise the inner message would have to be\n parsed in order to perform the check, defeating the purpose of lazy\n parsing. An implementation which chooses not to check required fields\n must be consistent about it. That is, for any particular sub-message, the\n implementation must either *always* check its required fields, or *never*\n check its required fields, regardless of whether or not the message has\n been parsed.\n\n As of 2021, lazy does no correctness checks on the byte stream during\n parsing. This may lead to crashes if and when an invalid byte stream is\n finally parsed upon access.\n\n TODO(b/211906113): Enable validation on lazy fields.\n" - }, - { - "path": [ - 4, - 12, - 2, - 3, - 4 - ], - "span": [ - 611, - 2, - 10 - ] - }, - { - "path": [ - 4, - 12, - 2, - 3, - 5 - ], - "span": [ - 611, - 11, - 15 - ] - }, - { - "path": [ - 4, - 12, - 2, - 3, - 1 - ], - "span": [ - 611, - 16, - 20 - ] - }, - { - "path": [ - 4, - 12, - 2, - 3, - 3 - ], - "span": [ - 611, - 23, - 24 - ] - }, - { - "path": [ - 4, - 12, - 2, - 3, - 8 - ], - "span": [ - 611, - 25, - 42 - ] - }, - { - "path": [ - 4, - 12, - 2, - 3, - 7 - ], - "span": [ - 611, - 26, - 41 - ] - }, - { - "path": [ - 4, - 12, - 2, - 4 - ], - "span": [ - 616, - 2, - 55 - ], - "leadingComments": " unverified_lazy does no correctness checks on the byte stream. This should\n only be used where lazy with verification is prohibitive for performance\n reasons.\n" - }, - { - "path": [ - 4, - 12, - 2, - 4, - 4 - ], - "span": [ - 616, - 2, - 10 - ] - }, - { - "path": [ - 4, - 12, - 2, - 4, - 5 - ], - "span": [ - 616, - 11, - 15 - ] - }, - { - "path": [ - 4, - 12, - 2, - 4, - 1 - ], - "span": [ - 616, - 16, - 31 - ] - }, - { - "path": [ - 4, - 12, - 2, - 4, - 3 - ], - "span": [ - 616, - 34, - 36 - ] - }, - { - "path": [ - 4, - 12, - 2, - 4, - 8 - ], - "span": [ - 616, - 37, - 54 - ] - }, - { - "path": [ - 4, - 12, - 2, - 4, - 7 - ], - "span": [ - 616, - 38, - 53 - ] - }, - { - "path": [ - 4, - 12, - 2, - 5 - ], - "span": [ - 622, - 2, - 49 - ], - "leadingComments": " Is this field deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for accessors, or it will be completely ignored; in the very least, this\n is a formalization for deprecating fields.\n" - }, - { - "path": [ - 4, - 12, - 2, - 5, - 4 - ], - "span": [ - 622, - 2, - 10 - ] - }, - { - "path": [ - 4, - 12, - 2, - 5, - 5 - ], - "span": [ - 622, - 11, - 15 - ] - }, - { - "path": [ - 4, - 12, - 2, - 5, - 1 - ], - "span": [ - 622, - 16, - 26 - ] - }, - { - "path": [ - 4, - 12, - 2, - 5, - 3 - ], - "span": [ - 622, - 29, - 30 - ] - }, - { - "path": [ - 4, - 12, - 2, - 5, - 8 - ], - "span": [ - 622, - 31, - 48 - ] - }, - { - "path": [ - 4, - 12, - 2, - 5, - 7 - ], - "span": [ - 622, - 32, - 47 - ] - }, - { - "path": [ - 4, - 12, - 2, - 6 - ], - "span": [ - 625, - 2, - 44 - ], - "leadingComments": " For Google-internal migration only. Do not use.\n" - }, - { - "path": [ - 4, - 12, - 2, - 6, - 4 - ], - "span": [ - 625, - 2, - 10 - ] - }, - { - "path": [ - 4, - 12, - 2, - 6, - 5 - ], - "span": [ - 625, - 11, - 15 - ] - }, - { - "path": [ - 4, - 12, - 2, - 6, - 1 - ], - "span": [ - 625, - 16, - 20 - ] - }, - { - "path": [ - 4, - 12, - 2, - 6, - 3 - ], - "span": [ - 625, - 23, - 25 - ] - }, - { - "path": [ - 4, - 12, - 2, - 6, - 8 - ], - "span": [ - 625, - 26, - 43 - ] - }, - { - "path": [ - 4, - 12, - 2, - 6, - 7 - ], - "span": [ - 625, - 27, - 42 - ] - }, - { - "path": [ - 4, - 12, - 2, - 7 - ], - "span": [ - 629, - 2, - 58 - ], - "leadingComments": " The parser stores options it doesn't recognize here. See above.\n" - }, - { - "path": [ - 4, - 12, - 2, - 7, - 4 - ], - "span": [ - 629, - 2, - 10 - ] - }, - { - "path": [ - 4, - 12, - 2, - 7, - 6 - ], - "span": [ - 629, - 11, - 30 - ] - }, - { - "path": [ - 4, - 12, - 2, - 7, - 1 - ], - "span": [ - 629, - 31, - 51 - ] - }, - { - "path": [ - 4, - 12, - 2, - 7, - 3 - ], - "span": [ - 629, - 54, - 57 - ] - }, - { - "path": [ - 4, - 12, - 5 - ], - "span": [ - 632, - 2, - 25 - ], - "leadingComments": " Clients can define custom options in extensions of this message. See above.\n" - }, - { - "path": [ - 4, - 12, - 5, - 0 - ], - "span": [ - 632, - 13, - 24 - ] - }, - { - "path": [ - 4, - 12, - 5, - 0, - 1 - ], - "span": [ - 632, - 13, - 17 - ] - }, - { - "path": [ - 4, - 12, - 5, - 0, - 2 - ], - "span": [ - 632, - 21, - 24 - ] - }, - { - "path": [ - 4, - 12, - 9 - ], - "span": [ - 634, - 2, - 13 - ], - "trailingComments": " removed jtype\n" - }, - { - "path": [ - 4, - 12, - 9, - 0 - ], - "span": [ - 634, - 11, - 12 - ] - }, - { - "path": [ - 4, - 12, - 9, - 0, - 1 - ], - "span": [ - 634, - 11, - 12 - ] - }, - { - "path": [ - 4, - 12, - 9, - 0, - 2 - ], - "span": [ - 634, - 11, - 12 - ] - }, - { - "path": [ - 4, - 13 - ], - "span": [ - 637, - 0, - 643, - 1 - ] - }, - { - "path": [ - 4, - 13, - 1 - ], - "span": [ - 637, - 8, - 20 - ] - }, - { - "path": [ - 4, - 13, - 2, - 0 - ], - "span": [ - 639, - 2, - 58 - ], - "leadingComments": " The parser stores options it doesn't recognize here. See above.\n" - }, - { - "path": [ - 4, - 13, - 2, - 0, - 4 - ], - "span": [ - 639, - 2, - 10 - ] - }, - { - "path": [ - 4, - 13, - 2, - 0, - 6 - ], - "span": [ - 639, - 11, - 30 - ] - }, - { - "path": [ - 4, - 13, - 2, - 0, - 1 - ], - "span": [ - 639, - 31, - 51 - ] - }, - { - "path": [ - 4, - 13, - 2, - 0, - 3 - ], - "span": [ - 639, - 54, - 57 - ] - }, - { - "path": [ - 4, - 13, - 5 - ], - "span": [ - 642, - 2, - 25 - ], - "leadingComments": " Clients can define custom options in extensions of this message. See above.\n" - }, - { - "path": [ - 4, - 13, - 5, - 0 - ], - "span": [ - 642, - 13, - 24 - ] - }, - { - "path": [ - 4, - 13, - 5, - 0, - 1 - ], - "span": [ - 642, - 13, - 17 - ] - }, - { - "path": [ - 4, - 13, - 5, - 0, - 2 - ], - "span": [ - 642, - 21, - 24 - ] - }, - { - "path": [ - 4, - 14 - ], - "span": [ - 645, - 0, - 664, - 1 - ] - }, - { - "path": [ - 4, - 14, - 1 - ], - "span": [ - 645, - 8, - 19 - ] - }, - { - "path": [ - 4, - 14, - 2, - 0 - ], - "span": [ - 649, - 2, - 32 - ], - "leadingComments": " Set this option to true to allow mapping different tag names to the same\n value.\n" - }, - { - "path": [ - 4, - 14, - 2, - 0, - 4 - ], - "span": [ - 649, - 2, - 10 - ] - }, - { - "path": [ - 4, - 14, - 2, - 0, - 5 - ], - "span": [ - 649, - 11, - 15 - ] - }, - { - "path": [ - 4, - 14, - 2, - 0, - 1 - ], - "span": [ - 649, - 16, - 27 - ] - }, - { - "path": [ - 4, - 14, - 2, - 0, - 3 - ], - "span": [ - 649, - 30, - 31 - ] - }, - { - "path": [ - 4, - 14, - 2, - 1 - ], - "span": [ - 655, - 2, - 49 - ], - "leadingComments": " Is this enum deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the enum, or it will be completely ignored; in the very least, this\n is a formalization for deprecating enums.\n" - }, - { - "path": [ - 4, - 14, - 2, - 1, - 4 - ], - "span": [ - 655, - 2, - 10 - ] - }, - { - "path": [ - 4, - 14, - 2, - 1, - 5 - ], - "span": [ - 655, - 11, - 15 - ] - }, - { - "path": [ - 4, - 14, - 2, - 1, - 1 - ], - "span": [ - 655, - 16, - 26 - ] - }, - { - "path": [ - 4, - 14, - 2, - 1, - 3 - ], - "span": [ - 655, - 29, - 30 - ] - }, - { - "path": [ - 4, - 14, - 2, - 1, - 8 - ], - "span": [ - 655, - 31, - 48 - ] - }, - { - "path": [ - 4, - 14, - 2, - 1, - 7 - ], - "span": [ - 655, - 32, - 47 - ] - }, - { - "path": [ - 4, - 14, - 9 - ], - "span": [ - 657, - 2, - 13 - ], - "trailingComments": " javanano_as_lite\n" - }, - { - "path": [ - 4, - 14, - 9, - 0 - ], - "span": [ - 657, - 11, - 12 - ] - }, - { - "path": [ - 4, - 14, - 9, - 0, - 1 - ], - "span": [ - 657, - 11, - 12 - ] - }, - { - "path": [ - 4, - 14, - 9, - 0, - 2 - ], - "span": [ - 657, - 11, - 12 - ] - }, - { - "path": [ - 4, - 14, - 2, - 2 - ], - "span": [ - 660, - 2, - 58 - ], - "leadingComments": " The parser stores options it doesn't recognize here. See above.\n" - }, - { - "path": [ - 4, - 14, - 2, - 2, - 4 - ], - "span": [ - 660, - 2, - 10 - ] - }, - { - "path": [ - 4, - 14, - 2, - 2, - 6 - ], - "span": [ - 660, - 11, - 30 - ] - }, - { - "path": [ - 4, - 14, - 2, - 2, - 1 - ], - "span": [ - 660, - 31, - 51 - ] - }, - { - "path": [ - 4, - 14, - 2, - 2, - 3 - ], - "span": [ - 660, - 54, - 57 - ] - }, - { - "path": [ - 4, - 14, - 5 - ], - "span": [ - 663, - 2, - 25 - ], - "leadingComments": " Clients can define custom options in extensions of this message. See above.\n" - }, - { - "path": [ - 4, - 14, - 5, - 0 - ], - "span": [ - 663, - 13, - 24 - ] - }, - { - "path": [ - 4, - 14, - 5, - 0, - 1 - ], - "span": [ - 663, - 13, - 17 - ] - }, - { - "path": [ - 4, - 14, - 5, - 0, - 2 - ], - "span": [ - 663, - 21, - 24 - ] - }, - { - "path": [ - 4, - 15 - ], - "span": [ - 666, - 0, - 678, - 1 - ] - }, - { - "path": [ - 4, - 15, - 1 - ], - "span": [ - 666, - 8, - 24 - ] - }, - { - "path": [ - 4, - 15, - 2, - 0 - ], - "span": [ - 671, - 2, - 49 - ], - "leadingComments": " Is this enum value deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the enum value, or it will be completely ignored; in the very least,\n this is a formalization for deprecating enum values.\n" - }, - { - "path": [ - 4, - 15, - 2, - 0, - 4 - ], - "span": [ - 671, - 2, - 10 - ] - }, - { - "path": [ - 4, - 15, - 2, - 0, - 5 - ], - "span": [ - 671, - 11, - 15 - ] - }, - { - "path": [ - 4, - 15, - 2, - 0, - 1 - ], - "span": [ - 671, - 16, - 26 - ] - }, - { - "path": [ - 4, - 15, - 2, - 0, - 3 - ], - "span": [ - 671, - 29, - 30 - ] - }, - { - "path": [ - 4, - 15, - 2, - 0, - 8 - ], - "span": [ - 671, - 31, - 48 - ] - }, - { - "path": [ - 4, - 15, - 2, - 0, - 7 - ], - "span": [ - 671, - 32, - 47 - ] - }, - { - "path": [ - 4, - 15, - 2, - 1 - ], - "span": [ - 674, - 2, - 58 - ], - "leadingComments": " The parser stores options it doesn't recognize here. See above.\n" - }, - { - "path": [ - 4, - 15, - 2, - 1, - 4 - ], - "span": [ - 674, - 2, - 10 - ] - }, - { - "path": [ - 4, - 15, - 2, - 1, - 6 - ], - "span": [ - 674, - 11, - 30 - ] - }, - { - "path": [ - 4, - 15, - 2, - 1, - 1 - ], - "span": [ - 674, - 31, - 51 - ] - }, - { - "path": [ - 4, - 15, - 2, - 1, - 3 - ], - "span": [ - 674, - 54, - 57 - ] - }, - { - "path": [ - 4, - 15, - 5 - ], - "span": [ - 677, - 2, - 25 - ], - "leadingComments": " Clients can define custom options in extensions of this message. See above.\n" - }, - { - "path": [ - 4, - 15, - 5, - 0 - ], - "span": [ - 677, - 13, - 24 - ] - }, - { - "path": [ - 4, - 15, - 5, - 0, - 1 - ], - "span": [ - 677, - 13, - 17 - ] - }, - { - "path": [ - 4, - 15, - 5, - 0, - 2 - ], - "span": [ - 677, - 21, - 24 - ] - }, - { - "path": [ - 4, - 16 - ], - "span": [ - 680, - 0, - 698, - 1 - ] - }, - { - "path": [ - 4, - 16, - 1 - ], - "span": [ - 680, - 8, - 22 - ] - }, - { - "path": [ - 4, - 16, - 2, - 0 - ], - "span": [ - 691, - 2, - 50 - ], - "leadingComments": " Is this service deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the service, or it will be completely ignored; in the very least,\n this is a formalization for deprecating services.\n", - "leadingDetachedComments": [ - " Note: Field numbers 1 through 32 are reserved for Google's internal RPC\n framework. We apologize for hoarding these numbers to ourselves, but\n we were already using them long before we decided to release Protocol\n Buffers.\n" - ] - }, - { - "path": [ - 4, - 16, - 2, - 0, - 4 - ], - "span": [ - 691, - 2, - 10 - ] - }, - { - "path": [ - 4, - 16, - 2, - 0, - 5 - ], - "span": [ - 691, - 11, - 15 - ] - }, - { - "path": [ - 4, - 16, - 2, - 0, - 1 - ], - "span": [ - 691, - 16, - 26 - ] - }, - { - "path": [ - 4, - 16, - 2, - 0, - 3 - ], - "span": [ - 691, - 29, - 31 - ] - }, - { - "path": [ - 4, - 16, - 2, - 0, - 8 - ], - "span": [ - 691, - 32, - 49 - ] - }, - { - "path": [ - 4, - 16, - 2, - 0, - 7 - ], - "span": [ - 691, - 33, - 48 - ] - }, - { - "path": [ - 4, - 16, - 2, - 1 - ], - "span": [ - 694, - 2, - 58 - ], - "leadingComments": " The parser stores options it doesn't recognize here. See above.\n" - }, - { - "path": [ - 4, - 16, - 2, - 1, - 4 - ], - "span": [ - 694, - 2, - 10 - ] - }, - { - "path": [ - 4, - 16, - 2, - 1, - 6 - ], - "span": [ - 694, - 11, - 30 - ] - }, - { - "path": [ - 4, - 16, - 2, - 1, - 1 - ], - "span": [ - 694, - 31, - 51 - ] - }, - { - "path": [ - 4, - 16, - 2, - 1, - 3 - ], - "span": [ - 694, - 54, - 57 - ] - }, - { - "path": [ - 4, - 16, - 5 - ], - "span": [ - 697, - 2, - 25 - ], - "leadingComments": " Clients can define custom options in extensions of this message. See above.\n" - }, - { - "path": [ - 4, - 16, - 5, - 0 - ], - "span": [ - 697, - 13, - 24 - ] - }, - { - "path": [ - 4, - 16, - 5, - 0, - 1 - ], - "span": [ - 697, - 13, - 17 - ] - }, - { - "path": [ - 4, - 16, - 5, - 0, - 2 - ], - "span": [ - 697, - 21, - 24 - ] - }, - { - "path": [ - 4, - 17 - ], - "span": [ - 700, - 0, - 729, - 1 - ] - }, - { - "path": [ - 4, - 17, - 1 - ], - "span": [ - 700, - 8, - 21 - ] - }, - { - "path": [ - 4, - 17, - 2, - 0 - ], - "span": [ - 711, - 2, - 50 - ], - "leadingComments": " Is this method deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the method, or it will be completely ignored; in the very least,\n this is a formalization for deprecating methods.\n", - "leadingDetachedComments": [ - " Note: Field numbers 1 through 32 are reserved for Google's internal RPC\n framework. We apologize for hoarding these numbers to ourselves, but\n we were already using them long before we decided to release Protocol\n Buffers.\n" - ] - }, - { - "path": [ - 4, - 17, - 2, - 0, - 4 - ], - "span": [ - 711, - 2, - 10 - ] - }, - { - "path": [ - 4, - 17, - 2, - 0, - 5 - ], - "span": [ - 711, - 11, - 15 - ] - }, - { - "path": [ - 4, - 17, - 2, - 0, - 1 - ], - "span": [ - 711, - 16, - 26 - ] - }, - { - "path": [ - 4, - 17, - 2, - 0, - 3 - ], - "span": [ - 711, - 29, - 31 - ] - }, - { - "path": [ - 4, - 17, - 2, - 0, - 8 - ], - "span": [ - 711, - 32, - 49 - ] - }, - { - "path": [ - 4, - 17, - 2, - 0, - 7 - ], - "span": [ - 711, - 33, - 48 - ] - }, - { - "path": [ - 4, - 17, - 4, - 0 - ], - "span": [ - 716, - 2, - 720, - 3 - ], - "leadingComments": " Is this method side-effect-free (or safe in HTTP parlance), or idempotent,\n or neither? HTTP based RPC implementation may choose GET verb for safe\n methods, and PUT verb for idempotent methods instead of the default POST.\n" - }, - { - "path": [ - 4, - 17, - 4, - 0, - 1 - ], - "span": [ - 716, - 7, - 23 - ] - }, - { - "path": [ - 4, - 17, - 4, - 0, - 2, - 0 - ], - "span": [ - 717, - 4, - 28 - ] - }, - { - "path": [ - 4, - 17, - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 717, - 4, - 23 - ] - }, - { - "path": [ - 4, - 17, - 4, - 0, - 2, - 0, - 2 - ], - "span": [ - 717, - 26, - 27 - ] - }, - { - "path": [ - 4, - 17, - 4, - 0, - 2, - 1 - ], - "span": [ - 718, - 4, - 24 - ], - "trailingComments": " implies idempotent\n" - }, - { - "path": [ - 4, - 17, - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 718, - 4, - 19 - ] - }, - { - "path": [ - 4, - 17, - 4, - 0, - 2, - 1, - 2 - ], - "span": [ - 718, - 22, - 23 - ] - }, - { - "path": [ - 4, - 17, - 4, - 0, - 2, - 2 - ], - "span": [ - 719, - 4, - 19 - ], - "trailingComments": " idempotent, but may have side effects\n" - }, - { - "path": [ - 4, - 17, - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 719, - 4, - 14 - ] - }, - { - "path": [ - 4, - 17, - 4, - 0, - 2, - 2, - 2 - ], - "span": [ - 719, - 17, - 18 - ] - }, - { - "path": [ - 4, - 17, - 2, - 1 - ], - "span": [ - 721, - 2, - 722, - 38 - ] - }, - { - "path": [ - 4, - 17, - 2, - 1, - 4 - ], - "span": [ - 721, - 2, - 10 - ] - }, - { - "path": [ - 4, - 17, - 2, - 1, - 6 - ], - "span": [ - 721, - 11, - 27 - ] - }, - { - "path": [ - 4, - 17, - 2, - 1, - 1 - ], - "span": [ - 721, - 28, - 45 - ] - }, - { - "path": [ - 4, - 17, - 2, - 1, - 3 - ], - "span": [ - 721, - 48, - 50 - ] - }, - { - "path": [ - 4, - 17, - 2, - 1, - 8 - ], - "span": [ - 722, - 6, - 37 - ] - }, - { - "path": [ - 4, - 17, - 2, - 1, - 7 - ], - "span": [ - 722, - 7, - 36 - ] - }, - { - "path": [ - 4, - 17, - 2, - 2 - ], - "span": [ - 725, - 2, - 58 - ], - "leadingComments": " The parser stores options it doesn't recognize here. See above.\n" - }, - { - "path": [ - 4, - 17, - 2, - 2, - 4 - ], - "span": [ - 725, - 2, - 10 - ] - }, - { - "path": [ - 4, - 17, - 2, - 2, - 6 - ], - "span": [ - 725, - 11, - 30 - ] - }, - { - "path": [ - 4, - 17, - 2, - 2, - 1 - ], - "span": [ - 725, - 31, - 51 - ] - }, - { - "path": [ - 4, - 17, - 2, - 2, - 3 - ], - "span": [ - 725, - 54, - 57 - ] - }, - { - "path": [ - 4, - 17, - 5 - ], - "span": [ - 728, - 2, - 25 - ], - "leadingComments": " Clients can define custom options in extensions of this message. See above.\n" - }, - { - "path": [ - 4, - 17, - 5, - 0 - ], - "span": [ - 728, - 13, - 24 - ] - }, - { - "path": [ - 4, - 17, - 5, - 0, - 1 - ], - "span": [ - 728, - 13, - 17 - ] - }, - { - "path": [ - 4, - 17, - 5, - 0, - 2 - ], - "span": [ - 728, - 21, - 24 - ] - }, - { - "path": [ - 4, - 18 - ], - "span": [ - 738, - 0, - 758, - 1 - ], - "leadingComments": " A message representing a option the parser does not recognize. This only\n appears in options protos created by the compiler::Parser class.\n DescriptorPool resolves these when building Descriptor objects. Therefore,\n options protos in descriptor objects (e.g. returned by Descriptor::options(),\n or produced by Descriptor::CopyTo()) will never have UninterpretedOptions\n in them.\n" - }, - { - "path": [ - 4, - 18, - 1 - ], - "span": [ - 738, - 8, - 27 - ] - }, - { - "path": [ - 4, - 18, - 3, - 0 - ], - "span": [ - 744, - 2, - 747, - 3 - ], - "leadingComments": " The name of the uninterpreted option. Each string represents a segment in\n a dot-separated name. is_extension is true iff a segment represents an\n extension (denoted with parentheses in options specs in .proto files).\n E.g.,{ [\"foo\", false], [\"bar.baz\", true], [\"moo\", false] } represents\n \"foo.(bar.baz).moo\".\n" - }, - { - "path": [ - 4, - 18, - 3, - 0, - 1 - ], - "span": [ - 744, - 10, - 18 - ] - }, - { - "path": [ - 4, - 18, - 3, - 0, - 2, - 0 - ], - "span": [ - 745, - 4, - 34 - ] - }, - { - "path": [ - 4, - 18, - 3, - 0, - 2, - 0, - 4 - ], - "span": [ - 745, - 4, - 12 - ] - }, - { - "path": [ - 4, - 18, - 3, - 0, - 2, - 0, - 5 - ], - "span": [ - 745, - 13, - 19 - ] - }, - { - "path": [ - 4, - 18, - 3, - 0, - 2, - 0, - 1 - ], - "span": [ - 745, - 20, - 29 - ] - }, - { - "path": [ - 4, - 18, - 3, - 0, - 2, - 0, - 3 - ], - "span": [ - 745, - 32, - 33 - ] - }, - { - "path": [ - 4, - 18, - 3, - 0, - 2, - 1 - ], - "span": [ - 746, - 4, - 35 - ] - }, - { - "path": [ - 4, - 18, - 3, - 0, - 2, - 1, - 4 - ], - "span": [ - 746, - 4, - 12 - ] - }, - { - "path": [ - 4, - 18, - 3, - 0, - 2, - 1, - 5 - ], - "span": [ - 746, - 13, - 17 - ] - }, - { - "path": [ - 4, - 18, - 3, - 0, - 2, - 1, - 1 - ], - "span": [ - 746, - 18, - 30 - ] - }, - { - "path": [ - 4, - 18, - 3, - 0, - 2, - 1, - 3 - ], - "span": [ - 746, - 33, - 34 - ] - }, - { - "path": [ - 4, - 18, - 2, - 0 - ], - "span": [ - 748, - 2, - 29 - ] - }, - { - "path": [ - 4, - 18, - 2, - 0, - 4 - ], - "span": [ - 748, - 2, - 10 - ] - }, - { - "path": [ - 4, - 18, - 2, - 0, - 6 - ], - "span": [ - 748, - 11, - 19 - ] - }, - { - "path": [ - 4, - 18, - 2, - 0, - 1 - ], - "span": [ - 748, - 20, - 24 - ] - }, - { - "path": [ - 4, - 18, - 2, - 0, - 3 - ], - "span": [ - 748, - 27, - 28 - ] - }, - { - "path": [ - 4, - 18, - 2, - 1 - ], - "span": [ - 752, - 2, - 39 - ], - "leadingComments": " The value of the uninterpreted option, in whatever type the tokenizer\n identified it as during parsing. Exactly one of these should be set.\n" - }, - { - "path": [ - 4, - 18, - 2, - 1, - 4 - ], - "span": [ - 752, - 2, - 10 - ] - }, - { - "path": [ - 4, - 18, - 2, - 1, - 5 - ], - "span": [ - 752, - 11, - 17 - ] - }, - { - "path": [ - 4, - 18, - 2, - 1, - 1 - ], - "span": [ - 752, - 18, - 34 - ] - }, - { - "path": [ - 4, - 18, - 2, - 1, - 3 - ], - "span": [ - 752, - 37, - 38 - ] - }, - { - "path": [ - 4, - 18, - 2, - 2 - ], - "span": [ - 753, - 2, - 41 - ] - }, - { - "path": [ - 4, - 18, - 2, - 2, - 4 - ], - "span": [ - 753, - 2, - 10 - ] - }, - { - "path": [ - 4, - 18, - 2, - 2, - 5 - ], - "span": [ - 753, - 11, - 17 - ] - }, - { - "path": [ - 4, - 18, - 2, - 2, - 1 - ], - "span": [ - 753, - 18, - 36 - ] - }, - { - "path": [ - 4, - 18, - 2, - 2, - 3 - ], - "span": [ - 753, - 39, - 40 - ] - }, - { - "path": [ - 4, - 18, - 2, - 3 - ], - "span": [ - 754, - 2, - 40 - ] - }, - { - "path": [ - 4, - 18, - 2, - 3, - 4 - ], - "span": [ - 754, - 2, - 10 - ] - }, - { - "path": [ - 4, - 18, - 2, - 3, - 5 - ], - "span": [ - 754, - 11, - 16 - ] - }, - { - "path": [ - 4, - 18, - 2, - 3, - 1 - ], - "span": [ - 754, - 17, - 35 - ] - }, - { - "path": [ - 4, - 18, - 2, - 3, - 3 - ], - "span": [ - 754, - 38, - 39 - ] - }, - { - "path": [ - 4, - 18, - 2, - 4 - ], - "span": [ - 755, - 2, - 35 - ] - }, - { - "path": [ - 4, - 18, - 2, - 4, - 4 - ], - "span": [ - 755, - 2, - 10 - ] - }, - { - "path": [ - 4, - 18, - 2, - 4, - 5 - ], - "span": [ - 755, - 11, - 17 - ] - }, - { - "path": [ - 4, - 18, - 2, - 4, - 1 - ], - "span": [ - 755, - 18, - 30 - ] - }, - { - "path": [ - 4, - 18, - 2, - 4, - 3 - ], - "span": [ - 755, - 33, - 34 - ] - }, - { - "path": [ - 4, - 18, - 2, - 5 - ], - "span": [ - 756, - 2, - 34 - ] - }, - { - "path": [ - 4, - 18, - 2, - 5, - 4 - ], - "span": [ - 756, - 2, - 10 - ] - }, - { - "path": [ - 4, - 18, - 2, - 5, - 5 - ], - "span": [ - 756, - 11, - 16 - ] - }, - { - "path": [ - 4, - 18, - 2, - 5, - 1 - ], - "span": [ - 756, - 17, - 29 - ] - }, - { - "path": [ - 4, - 18, - 2, - 5, - 3 - ], - "span": [ - 756, - 32, - 33 - ] - }, - { - "path": [ - 4, - 18, - 2, - 6 - ], - "span": [ - 757, - 2, - 38 - ] - }, - { - "path": [ - 4, - 18, - 2, - 6, - 4 - ], - "span": [ - 757, - 2, - 10 - ] - }, - { - "path": [ - 4, - 18, - 2, - 6, - 5 - ], - "span": [ - 757, - 11, - 17 - ] - }, - { - "path": [ - 4, - 18, - 2, - 6, - 1 - ], - "span": [ - 757, - 18, - 33 - ] - }, - { - "path": [ - 4, - 18, - 2, - 6, - 3 - ], - "span": [ - 757, - 36, - 37 - ] - }, - { - "path": [ - 4, - 19 - ], - "span": [ - 765, - 0, - 894, - 1 - ], - "leadingComments": " Encapsulates information about the original source file from which a\n FileDescriptorProto was generated.\n", - "leadingDetachedComments": [ - " ===================================================================\n Optional source code info\n" - ] - }, - { - "path": [ - 4, - 19, - 1 - ], - "span": [ - 765, - 8, - 22 - ] - }, - { - "path": [ - 4, - 19, - 2, - 0 - ], - "span": [ - 809, - 2, - 33 - ], - "leadingComments": " A Location identifies a piece of source code in a .proto file which\n corresponds to a particular definition. This information is intended\n to be useful to IDEs, code indexers, documentation generators, and similar\n tools.\n\n For example, say we have a file like:\n message Foo {\n optional string foo = 1;\n }\n Let's look at just the field definition:\n optional string foo = 1;\n ^ ^^ ^^ ^ ^^^\n a bc de f ghi\n We have the following locations:\n span path represents\n [a,i) [ 4, 0, 2, 0 ] The whole field definition.\n [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).\n [c,d) [ 4, 0, 2, 0, 5 ] The type (string).\n [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).\n [g,h) [ 4, 0, 2, 0, 3 ] The number (1).\n\n Notes:\n - A location may refer to a repeated field itself (i.e. not to any\n particular index within it). This is used whenever a set of elements are\n logically enclosed in a single code segment. For example, an entire\n extend block (possibly containing multiple extension definitions) will\n have an outer location whose path refers to the \"extensions\" repeated\n field without an index.\n - Multiple locations may have the same path. This happens when a single\n logical declaration is spread out across multiple places. The most\n obvious example is the \"extend\" block again -- there may be multiple\n extend blocks in the same scope, each of which will have the same path.\n - A location's span is not always a subset of its parent's span. For\n example, the \"extendee\" of an extension declaration appears at the\n beginning of the \"extend\" block and is shared by all extensions within\n the block.\n - Just because a location's span is a subset of some other location's span\n does not mean that it is a descendant. For example, a \"group\" defines\n both a type and a field in a single declaration. Thus, the locations\n corresponding to the type and field and their components will overlap.\n - Code which tries to interpret locations should probably be designed to\n ignore those that it doesn't understand, as more types of locations could\n be recorded in the future.\n" - }, - { - "path": [ - 4, - 19, - 2, - 0, - 4 - ], - "span": [ - 809, - 2, - 10 - ] - }, - { - "path": [ - 4, - 19, - 2, - 0, - 6 - ], - "span": [ - 809, - 11, - 19 - ] - }, - { - "path": [ - 4, - 19, - 2, - 0, - 1 - ], - "span": [ - 809, - 20, - 28 - ] - }, - { - "path": [ - 4, - 19, - 2, - 0, - 3 - ], - "span": [ - 809, - 31, - 32 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0 - ], - "span": [ - 810, - 2, - 893, - 3 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 1 - ], - "span": [ - 810, - 10, - 18 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 0 - ], - "span": [ - 834, - 4, - 44 - ], - "leadingComments": " Identifies which part of the FileDescriptorProto was defined at this\n location.\n\n Each element is a field number or an index. They form a path from\n the root FileDescriptorProto to the place where the definition occurs.\n For example, this path:\n [ 4, 3, 2, 7, 1 ]\n refers to:\n file.message_type(3) // 4, 3\n .field(7) // 2, 7\n .name() // 1\n This is because FileDescriptorProto.message_type has field number 4:\n repeated DescriptorProto message_type = 4;\n and DescriptorProto.field has field number 2:\n repeated FieldDescriptorProto field = 2;\n and FieldDescriptorProto.name has field number 1:\n optional string name = 1;\n\n Thus, the above path gives the location of a field name. If we removed\n the last element:\n [ 4, 3, 2, 7 ]\n this path refers to the whole field declaration (from the beginning\n of the label to the terminating semicolon).\n" - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 0, - 4 - ], - "span": [ - 834, - 4, - 12 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 0, - 5 - ], - "span": [ - 834, - 13, - 18 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 0, - 1 - ], - "span": [ - 834, - 19, - 23 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 0, - 3 - ], - "span": [ - 834, - 26, - 27 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 0, - 8 - ], - "span": [ - 834, - 28, - 43 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 0, - 8, - 2 - ], - "span": [ - 834, - 29, - 42 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 1 - ], - "span": [ - 841, - 4, - 44 - ], - "leadingComments": " Always has exactly three or four elements: start line, start column,\n end line (optional, otherwise assumed same as start line), end column.\n These are packed into a single field for efficiency. Note that line\n and column numbers are zero-based -- typically you will want to add\n 1 to each before displaying to a user.\n" - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 1, - 4 - ], - "span": [ - 841, - 4, - 12 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 1, - 5 - ], - "span": [ - 841, - 13, - 18 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 1, - 1 - ], - "span": [ - 841, - 19, - 23 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 1, - 3 - ], - "span": [ - 841, - 26, - 27 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 1, - 8 - ], - "span": [ - 841, - 28, - 43 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 1, - 8, - 2 - ], - "span": [ - 841, - 29, - 42 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 2 - ], - "span": [ - 890, - 4, - 41 - ], - "leadingComments": " If this SourceCodeInfo represents a complete declaration, these are any\n comments appearing before and after the declaration which appear to be\n attached to the declaration.\n\n A series of line comments appearing on consecutive lines, with no other\n tokens appearing on those lines, will be treated as a single comment.\n\n leading_detached_comments will keep paragraphs of comments that appear\n before (but not connected to) the current element. Each paragraph,\n separated by empty lines, will be one comment element in the repeated\n field.\n\n Only the comment content is provided; comment markers (e.g. //) are\n stripped out. For block comments, leading whitespace and an asterisk\n will be stripped from the beginning of each line other than the first.\n Newlines are included in the output.\n\n Examples:\n\n optional int32 foo = 1; // Comment attached to foo.\n // Comment attached to bar.\n optional int32 bar = 2;\n\n optional string baz = 3;\n // Comment attached to baz.\n // Another line attached to baz.\n\n // Comment attached to moo.\n //\n // Another line attached to moo.\n optional double moo = 4;\n\n // Detached comment for corge. This is not leading or trailing comments\n // to moo or corge because there are blank lines separating it from\n // both.\n\n // Detached comment for corge paragraph 2.\n\n optional string corge = 5;\n /* Block comment attached\n * to corge. Leading asterisks\n * will be removed. */\n /* Block comment attached to\n * grault. */\n optional int32 grault = 6;\n\n // ignored detached comments.\n" - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 2, - 4 - ], - "span": [ - 890, - 4, - 12 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 2, - 5 - ], - "span": [ - 890, - 13, - 19 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 2, - 1 - ], - "span": [ - 890, - 20, - 36 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 2, - 3 - ], - "span": [ - 890, - 39, - 40 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 3 - ], - "span": [ - 891, - 4, - 42 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 3, - 4 - ], - "span": [ - 891, - 4, - 12 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 3, - 5 - ], - "span": [ - 891, - 13, - 19 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 3, - 1 - ], - "span": [ - 891, - 20, - 37 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 3, - 3 - ], - "span": [ - 891, - 40, - 41 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 4 - ], - "span": [ - 892, - 4, - 50 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 4, - 4 - ], - "span": [ - 892, - 4, - 12 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 4, - 5 - ], - "span": [ - 892, - 13, - 19 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 4, - 1 - ], - "span": [ - 892, - 20, - 45 - ] - }, - { - "path": [ - 4, - 19, - 3, - 0, - 2, - 4, - 3 - ], - "span": [ - 892, - 48, - 49 - ] - }, - { - "path": [ - 4, - 20 - ], - "span": [ - 899, - 0, - 920, - 1 - ], - "leadingComments": " Describes the relationship between generated code and its original source\n file. A GeneratedCodeInfo message is associated with only one generated\n source file, but may contain references to different source .proto files.\n" - }, - { - "path": [ - 4, - 20, - 1 - ], - "span": [ - 899, - 8, - 25 - ] - }, - { - "path": [ - 4, - 20, - 2, - 0 - ], - "span": [ - 902, - 2, - 37 - ], - "leadingComments": " An Annotation connects some span of text in generated code to an element\n of its generating .proto file.\n" - }, - { - "path": [ - 4, - 20, - 2, - 0, - 4 - ], - "span": [ - 902, - 2, - 10 - ] - }, - { - "path": [ - 4, - 20, - 2, - 0, - 6 - ], - "span": [ - 902, - 11, - 21 - ] - }, - { - "path": [ - 4, - 20, - 2, - 0, - 1 - ], - "span": [ - 902, - 22, - 32 - ] - }, - { - "path": [ - 4, - 20, - 2, - 0, - 3 - ], - "span": [ - 902, - 35, - 36 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0 - ], - "span": [ - 903, - 2, - 919, - 3 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 1 - ], - "span": [ - 903, - 10, - 20 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 0 - ], - "span": [ - 906, - 4, - 44 - ], - "leadingComments": " Identifies the element in the original source .proto file. This field\n is formatted the same as SourceCodeInfo.Location.path.\n" - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 0, - 4 - ], - "span": [ - 906, - 4, - 12 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 0, - 5 - ], - "span": [ - 906, - 13, - 18 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 0, - 1 - ], - "span": [ - 906, - 19, - 23 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 0, - 3 - ], - "span": [ - 906, - 26, - 27 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 0, - 8 - ], - "span": [ - 906, - 28, - 43 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 0, - 8, - 2 - ], - "span": [ - 906, - 29, - 42 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 1 - ], - "span": [ - 909, - 4, - 36 - ], - "leadingComments": " Identifies the filesystem path to the original source .proto.\n" - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 1, - 4 - ], - "span": [ - 909, - 4, - 12 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 1, - 5 - ], - "span": [ - 909, - 13, - 19 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 1, - 1 - ], - "span": [ - 909, - 20, - 31 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 1, - 3 - ], - "span": [ - 909, - 34, - 35 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 2 - ], - "span": [ - 913, - 4, - 29 - ], - "leadingComments": " Identifies the starting offset in bytes in the generated code\n that relates to the identified object.\n" - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 2, - 4 - ], - "span": [ - 913, - 4, - 12 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 2, - 5 - ], - "span": [ - 913, - 13, - 18 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 2, - 1 - ], - "span": [ - 913, - 19, - 24 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 2, - 3 - ], - "span": [ - 913, - 27, - 28 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 3 - ], - "span": [ - 918, - 4, - 27 - ], - "leadingComments": " Identifies the ending offset in bytes in the generated code that\n relates to the identified offset. The end offset should be one past\n the last relevant byte (so the length of the text = end - begin).\n" - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 3, - 4 - ], - "span": [ - 918, - 4, - 12 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 3, - 5 - ], - "span": [ - 918, - 13, - 18 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 3, - 1 - ], - "span": [ - 918, - 19, - 22 - ] - }, - { - "path": [ - 4, - 20, - 3, - 0, - 2, - 3, - 3 - ], - "span": [ - 918, - 25, - 26 - ] - } - ] - }, - "bufExtension": { - "isImport": true, - "isSyntaxUnspecified": false - } - }, - { - "name": "tagger/tagger.proto", - "package": "tagger", - "dependency": [ - "google/protobuf/descriptor.proto" - ], - "extension": [ - { - "name": "tags", - "number": 847939, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "extendee": ".google.protobuf.FieldOptions", - "jsonName": "tags" - }, - { - "name": "oneof_tags", - "number": 847939, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "extendee": ".google.protobuf.OneofOptions", - "jsonName": "oneofTags" - } - ], - "options": { - "goPackage": "github.com/srikrsna/protoc-gen-gotag/tagger;tagger" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 17, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 15 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 4, - 0, - 42 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 6, - 0, - 73 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 6, - 0, - 73 - ] - }, - { - "path": [ - 7 - ], - "span": [ - 9, - 0, - 12, - 1 - ], - "leadingComments": " Tags are applied at the field level\n" - }, - { - "path": [ - 7, - 0 - ], - "span": [ - 11, - 4, - 25 - ], - "leadingComments": " Multiple Tags can be specified.\n" - }, - { - "path": [ - 7, - 0, - 2 - ], - "span": [ - 9, - 7, - 35 - ] - }, - { - "path": [ - 7, - 0, - 5 - ], - "span": [ - 11, - 4, - 10 - ] - }, - { - "path": [ - 7, - 0, - 1 - ], - "span": [ - 11, - 11, - 15 - ] - }, - { - "path": [ - 7, - 0, - 3 - ], - "span": [ - 11, - 18, - 24 - ] - }, - { - "path": [ - 7 - ], - "span": [ - 14, - 0, - 17, - 1 - ] - }, - { - "path": [ - 7, - 1 - ], - "span": [ - 16, - 4, - 31 - ], - "leadingComments": " Multiple Tags can be specified.\n" - }, - { - "path": [ - 7, - 1, - 2 - ], - "span": [ - 14, - 7, - 35 - ] - }, - { - "path": [ - 7, - 1, - 5 - ], - "span": [ - 16, - 4, - 10 - ] - }, - { - "path": [ - 7, - 1, - 1 - ], - "span": [ - 16, - 11, - 21 - ] - }, - { - "path": [ - 7, - 1, - 3 - ], - "span": [ - 16, - 24, - 30 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": true, - "moduleInfo": { - "name": { - "remote": "buf.build", - "owner": "srikrsna", - "repository": "protoc-gen-gotag" - }, - "commit": "7a85d3ad2e7642c198480e92bf730c14" - }, - "isSyntaxUnspecified": false - } - }, - { - "name": "domain/sitemap/v1/sitemap.proto", - "package": "domain.sitemap.v1", - "dependency": [ - "tagger/tagger.proto", - "google/protobuf/timestamp.proto" - ], - "messageType": [ - { - "name": "Url", - "field": [ - { - "name": "loc", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "loc", - "options": { - "[tagger.tags]": "xml:\"loc\"" - } - }, - { - "name": "last_mod", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "lastMod", - "options": { - "[tagger.tags]": "xml:\"lastmod\"" - } - }, - { - "name": "change_freq", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "changeFreq", - "options": { - "[tagger.tags]": "xml:\"changefreq\"" - } - }, - { - "name": "priority", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_FLOAT", - "jsonName": "priority", - "options": { - "[tagger.tags]": "xml:\"priority\"" - } - } - ] - }, - { - "name": "Sitemap", - "field": [ - { - "name": "url", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".domain.sitemap.v1.Url", - "jsonName": "url", - "options": { - "[tagger.tags]": "xml:\"url\"" - } - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/link/domain/sitemap/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 20, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 26 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 92 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 92 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 29 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 7, - 0, - 41 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 10, - 0, - 15, - 1 - ], - "leadingComments": " URL is a structure of in \n" - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 10, - 8, - 11 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 11, - 2, - 49 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 5 - ], - "span": [ - 11, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 11, - 9, - 12 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 11, - 15, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 8 - ], - "span": [ - 11, - 17, - 48 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 8, - 847939 - ], - "span": [ - 11, - 18, - 47 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 12, - 2, - 58 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 12, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 12, - 9, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 12, - 20, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 8 - ], - "span": [ - 12, - 22, - 57 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 8, - 847939 - ], - "span": [ - 12, - 23, - 56 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 13, - 2, - 64 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 13, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 13, - 9, - 20 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 13, - 23, - 24 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 8 - ], - "span": [ - 13, - 25, - 63 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 8, - 847939 - ], - "span": [ - 13, - 26, - 62 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 14, - 2, - 58 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 5 - ], - "span": [ - 14, - 2, - 7 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 14, - 8, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 14, - 19, - 20 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 8 - ], - "span": [ - 14, - 21, - 57 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 8, - 847939 - ], - "span": [ - 14, - 22, - 56 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 18, - 0, - 20, - 1 - ], - "leadingComments": " Sitemap is a structure of \n" - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 18, - 8, - 15 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 19, - 2, - 56 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 4 - ], - "span": [ - 19, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 19, - 11, - 14 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 19, - 15, - 18 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 19, - 21, - 22 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 8 - ], - "span": [ - 19, - 23, - 55 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 8, - 847939 - ], - "span": [ - 19, - 24, - 53 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false, - "unusedDependency": [ - 1 - ] - } - }, - { - "name": "eventsourcing/v1/event.proto", - "package": "eventsourcing.v1", - "dependency": [ - "google/protobuf/timestamp.proto" - ], - "messageType": [ - { - "name": "Event", - "field": [ - { - "name": "aggregate_id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "aggregateId" - }, - { - "name": "aggregate_type", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "aggregateType" - }, - { - "name": "id", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - }, - { - "name": "version", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "version" - }, - { - "name": "type", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "type" - }, - { - "name": "payload", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "payload" - }, - { - "name": "created_at", - "number": 7, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Timestamp", - "jsonName": "createdAt" - }, - { - "name": "updated_at", - "number": 8, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Timestamp", - "jsonName": "updatedAt" - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/pkg/eventsourcing/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 20, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 25 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 81 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 81 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 41 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 9, - 0, - 20, - 1 - ], - "leadingComments": " Event describe a change that happened to the Aggregate\n" - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 9, - 8, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 10, - 8, - 32 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 5 - ], - "span": [ - 10, - 8, - 14 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 10, - 15, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 10, - 30, - 31 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 11, - 8, - 34 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 11, - 8, - 14 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 11, - 15, - 29 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 11, - 32, - 33 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 12, - 2, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 12, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 12, - 9, - 11 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 12, - 14, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 13, - 8, - 26 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 5 - ], - "span": [ - 13, - 8, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 13, - 14, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 13, - 24, - 25 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4 - ], - "span": [ - 14, - 8, - 24 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 5 - ], - "span": [ - 14, - 8, - 14 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 1 - ], - "span": [ - 14, - 15, - 19 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 3 - ], - "span": [ - 14, - 22, - 23 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5 - ], - "span": [ - 15, - 8, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 5 - ], - "span": [ - 15, - 8, - 14 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 1 - ], - "span": [ - 15, - 15, - 22 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 3 - ], - "span": [ - 15, - 25, - 26 - ] - }, - { - "path": [ - 4, - 0, - 2, - 6 - ], - "span": [ - 18, - 2, - 43 - ], - "leadingComments": " Create at\n" - }, - { - "path": [ - 4, - 0, - 2, - 6, - 6 - ], - "span": [ - 18, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 6, - 1 - ], - "span": [ - 18, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 6, - 3 - ], - "span": [ - 18, - 41, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 7 - ], - "span": [ - 19, - 2, - 43 - ] - }, - { - "path": [ - 4, - 0, - 2, - 7, - 6 - ], - "span": [ - 19, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 7, - 1 - ], - "span": [ - 19, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 7, - 3 - ], - "span": [ - 19, - 41, - 42 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "eventsourcing/v1/aggregate.proto", - "package": "eventsourcing.v1", - "dependency": [ - "google/protobuf/field_mask.proto", - "eventsourcing/v1/event.proto" - ], - "messageType": [ - { - "name": "BaseAggregate", - "field": [ - { - "name": "field_mask", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.FieldMask", - "jsonName": "fieldMask" - }, - { - "name": "id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - }, - { - "name": "type", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "type" - }, - { - "name": "version", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "version" - }, - { - "name": "changes", - "number": 4, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".eventsourcing.v1.Event", - "jsonName": "changes" - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/pkg/eventsourcing/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 18, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 25 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 81 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 81 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 42 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 7, - 0, - 38 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 11, - 0, - 18, - 1 - ], - "leadingComments": " BaseAggregate contains the basic info\n that all aggregates should have\n" - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 11, - 8, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 12, - 2, - 43 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 12, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 12, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 12, - 41, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 14, - 2, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 14, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 14, - 9, - 11 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 14, - 14, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 15, - 2, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 15, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 15, - 9, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 15, - 16, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 16, - 2, - 20 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 5 - ], - "span": [ - 16, - 2, - 7 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 16, - 8, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 16, - 18, - 19 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4 - ], - "span": [ - 17, - 2, - 46 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 4 - ], - "span": [ - 17, - 2, - 10 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 6 - ], - "span": [ - 17, - 11, - 33 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 1 - ], - "span": [ - 17, - 34, - 41 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 3 - ], - "span": [ - 17, - 44, - 45 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "eventsourcing/v1/command.proto", - "package": "eventsourcing.v1", - "messageType": [ - { - "name": "BaseCommand", - "field": [ - { - "name": "type", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "type" - }, - { - "name": "aggregate_id", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "aggregateId" - }, - { - "name": "aggregate_type", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "aggregateType" - }, - { - "name": "version", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "version" - }, - { - "name": "payload", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "payload" - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/pkg/eventsourcing/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 15, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 25 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 81 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 81 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 8, - 0, - 15, - 1 - ], - "leadingComments": " BaseCommand contains the basic info\n that all commands should have\n" - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 8, - 8, - 19 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 9, - 2, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 5 - ], - "span": [ - 9, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 9, - 9, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 9, - 16, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 11, - 2, - 26 - ], - "leadingComments": " AggregateID represents the id of the aggregate to apply to\n" - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 11, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 11, - 9, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 11, - 24, - 25 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 12, - 2, - 28 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 12, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 12, - 9, - 23 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 12, - 26, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 13, - 2, - 20 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 5 - ], - "span": [ - 13, - 2, - 7 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 13, - 8, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 13, - 18, - 19 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4 - ], - "span": [ - 14, - 8, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 5 - ], - "span": [ - 14, - 8, - 14 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 1 - ], - "span": [ - 14, - 15, - 22 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 3 - ], - "span": [ - 14, - 25, - 26 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "eventsourcing/v1/snapshot.proto", - "package": "eventsourcing.v1", - "dependency": [ - "google/protobuf/timestamp.proto" - ], - "messageType": [ - { - "name": "Snapshot", - "field": [ - { - "name": "aggregate_id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "aggregateId" - }, - { - "name": "aggregate_type", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "aggregateType" - }, - { - "name": "aggregate_version", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_INT32", - "jsonName": "aggregateVersion" - }, - { - "name": "payload", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "payload" - }, - { - "name": "created_at", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Timestamp", - "jsonName": "createdAt" - }, - { - "name": "updated_at", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Timestamp", - "jsonName": "updatedAt" - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/pkg/eventsourcing/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 18, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 25 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 81 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 81 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 41 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 9, - 0, - 18, - 1 - ], - "leadingComments": " Snapshot\n" - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 9, - 8, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 10, - 8, - 32 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 5 - ], - "span": [ - 10, - 8, - 14 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 10, - 15, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 10, - 30, - 31 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 11, - 8, - 34 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 11, - 8, - 14 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 11, - 15, - 29 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 11, - 32, - 33 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 12, - 8, - 36 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 12, - 8, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 12, - 14, - 31 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 12, - 34, - 35 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 13, - 8, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 5 - ], - "span": [ - 13, - 8, - 14 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 13, - 15, - 22 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 13, - 25, - 26 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4 - ], - "span": [ - 16, - 2, - 43 - ], - "leadingComments": " Create at\n" - }, - { - "path": [ - 4, - 0, - 2, - 4, - 6 - ], - "span": [ - 16, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 1 - ], - "span": [ - 16, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 3 - ], - "span": [ - 16, - 41, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5 - ], - "span": [ - 17, - 2, - 43 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 6 - ], - "span": [ - 17, - 2, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 1 - ], - "span": [ - 17, - 28, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 3 - ], - "span": [ - 17, - 41, - 42 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "google/api/http.proto", - "package": "google.api", - "messageType": [ - { - "name": "Http", - "field": [ - { - "name": "rules", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.api.HttpRule", - "jsonName": "rules" - }, - { - "name": "fully_decode_reserved_expansion", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "jsonName": "fullyDecodeReservedExpansion" - } - ] - }, - { - "name": "HttpRule", - "field": [ - { - "name": "selector", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "selector" - }, - { - "name": "get", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "oneofIndex": 0, - "jsonName": "get" - }, - { - "name": "put", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "oneofIndex": 0, - "jsonName": "put" - }, - { - "name": "post", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "oneofIndex": 0, - "jsonName": "post" - }, - { - "name": "delete", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "oneofIndex": 0, - "jsonName": "delete" - }, - { - "name": "patch", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "oneofIndex": 0, - "jsonName": "patch" - }, - { - "name": "custom", - "number": 8, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.api.CustomHttpPattern", - "oneofIndex": 0, - "jsonName": "custom" - }, - { - "name": "body", - "number": 7, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "body" - }, - { - "name": "response_body", - "number": 12, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "responseBody" - }, - { - "name": "additional_bindings", - "number": 11, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.api.HttpRule", - "jsonName": "additionalBindings" - } - ], - "oneofDecl": [ - { - "name": "pattern" - } - ] - }, - { - "name": "CustomHttpPattern", - "field": [ - { - "name": "kind", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "kind" - }, - { - "name": "path", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "path" - } - ] - } - ], - "options": { - "javaPackage": "com.google.api", - "javaOuterClassname": "HttpProto", - "javaMultipleFiles": true, - "goPackage": "google.golang.org/genproto/googleapis/api/annotations;annotations", - "ccEnableArenas": true, - "objcClassPrefix": "GAPI" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 14, - 0, - 374, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 14, - 0, - 18 - ], - "leadingDetachedComments": [ - " Copyright 2015 Google LLC\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n" - ] - }, - { - "path": [ - 2 - ], - "span": [ - 16, - 0, - 19 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 18, - 0, - 31 - ] - }, - { - "path": [ - 8, - 31 - ], - "span": [ - 18, - 0, - 31 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 19, - 0, - 88 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 19, - 0, - 88 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 20, - 0, - 34 - ] - }, - { - "path": [ - 8, - 10 - ], - "span": [ - 20, - 0, - 34 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 21, - 0, - 42 - ] - }, - { - "path": [ - 8, - 8 - ], - "span": [ - 21, - 0, - 42 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 22, - 0, - 39 - ] - }, - { - "path": [ - 8, - 1 - ], - "span": [ - 22, - 0, - 39 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 23, - 0, - 34 - ] - }, - { - "path": [ - 8, - 36 - ], - "span": [ - 23, - 0, - 34 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 28, - 0, - 41, - 1 - ], - "leadingComments": " Defines the HTTP configuration for an API service. It contains a list of\n [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method\n to one or more HTTP REST API methods.\n" - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 28, - 8, - 12 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 32, - 2, - 30 - ], - "leadingComments": " A list of HTTP configuration rules that apply to individual API methods.\n\n **NOTE:** All service configuration rules follow \"last one wins\" order.\n" - }, - { - "path": [ - 4, - 0, - 2, - 0, - 4 - ], - "span": [ - 32, - 2, - 10 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 32, - 11, - 19 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 32, - 20, - 25 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 32, - 28, - 29 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 40, - 2, - 43 - ], - "leadingComments": " When set to true, URL path parameters will be fully URI-decoded except in\n cases of single segment matches in reserved expansion, where \"%2F\" will be\n left encoded.\n\n The default behavior is to not decode RFC 6570 reserved characters in multi\n segment matches.\n" - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 40, - 2, - 6 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 40, - 7, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 40, - 41, - 42 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 312, - 0, - 365, - 1 - ], - "leadingComments": " # gRPC Transcoding\n\n gRPC Transcoding is a feature for mapping between a gRPC method and one or\n more HTTP REST endpoints. It allows developers to build a single API service\n that supports both gRPC APIs and REST APIs. Many systems, including [Google\n APIs](https://github.com/googleapis/googleapis),\n [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC\n Gateway](https://github.com/grpc-ecosystem/grpc-gateway),\n and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature\n and use it for large scale production services.\n\n `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies\n how different portions of the gRPC request message are mapped to the URL\n path, URL query parameters, and HTTP request body. It also controls how the\n gRPC response message is mapped to the HTTP response body. `HttpRule` is\n typically specified as an `google.api.http` annotation on the gRPC method.\n\n Each mapping specifies a URL path template and an HTTP method. The path\n template may refer to one or more fields in the gRPC request message, as long\n as each field is a non-repeated field with a primitive (non-message) type.\n The path template controls how fields of the request message are mapped to\n the URL path.\n\n Example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get: \"/v1/{name=messages/*}\"\n };\n }\n }\n message GetMessageRequest {\n string name = 1; // Mapped to URL path.\n }\n message Message {\n string text = 1; // The resource content.\n }\n\n This enables an HTTP REST to gRPC mapping as below:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456` | `GetMessage(name: \"messages/123456\")`\n\n Any fields in the request message which are not bound by the path template\n automatically become HTTP query parameters if there is no HTTP request body.\n For example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get:\"/v1/messages/{message_id}\"\n };\n }\n }\n message GetMessageRequest {\n message SubMessage {\n string subfield = 1;\n }\n string message_id = 1; // Mapped to URL path.\n int64 revision = 2; // Mapped to URL query parameter `revision`.\n SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.\n }\n\n This enables a HTTP JSON to RPC mapping as below:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456?revision=2&sub.subfield=foo` |\n `GetMessage(message_id: \"123456\" revision: 2 sub: SubMessage(subfield:\n \"foo\"))`\n\n Note that fields which are mapped to URL query parameters must have a\n primitive type or a repeated primitive type or a non-repeated message type.\n In the case of a repeated type, the parameter can be repeated in the URL\n as `...?param=A¶m=B`. In the case of a message type, each field of the\n message is mapped to a separate parameter, such as\n `...?foo.a=A&foo.b=B&foo.c=C`.\n\n For HTTP methods that allow a request body, the `body` field\n specifies the mapping. Consider a REST update method on the\n message resource collection:\n\n service Messaging {\n rpc UpdateMessage(UpdateMessageRequest) returns (Message) {\n option (google.api.http) = {\n patch: \"/v1/messages/{message_id}\"\n body: \"message\"\n };\n }\n }\n message UpdateMessageRequest {\n string message_id = 1; // mapped to the URL\n Message message = 2; // mapped to the body\n }\n\n The following HTTP JSON to RPC mapping is enabled, where the\n representation of the JSON in the request body is determined by\n protos JSON encoding:\n\n HTTP | gRPC\n -----|-----\n `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n \"123456\" message { text: \"Hi!\" })`\n\n The special name `*` can be used in the body mapping to define that\n every field not bound by the path template should be mapped to the\n request body. This enables the following alternative definition of\n the update method:\n\n service Messaging {\n rpc UpdateMessage(Message) returns (Message) {\n option (google.api.http) = {\n patch: \"/v1/messages/{message_id}\"\n body: \"*\"\n };\n }\n }\n message Message {\n string message_id = 1;\n string text = 2;\n }\n\n\n The following HTTP JSON to RPC mapping is enabled:\n\n HTTP | gRPC\n -----|-----\n `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n \"123456\" text: \"Hi!\")`\n\n Note that when using `*` in the body mapping, it is not possible to\n have HTTP parameters, as all fields not bound by the path end in\n the body. This makes this option more rarely used in practice when\n defining REST APIs. The common usage of `*` is in custom methods\n which don't use the URL at all for transferring data.\n\n It is possible to define multiple HTTP methods for one RPC by using\n the `additional_bindings` option. Example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get: \"/v1/messages/{message_id}\"\n additional_bindings {\n get: \"/v1/users/{user_id}/messages/{message_id}\"\n }\n };\n }\n }\n message GetMessageRequest {\n string message_id = 1;\n string user_id = 2;\n }\n\n This enables the following two alternative HTTP JSON to RPC mappings:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456` | `GetMessage(message_id: \"123456\")`\n `GET /v1/users/me/messages/123456` | `GetMessage(user_id: \"me\" message_id:\n \"123456\")`\n\n ## Rules for HTTP mapping\n\n 1. Leaf request fields (recursive expansion nested messages in the request\n message) are classified into three categories:\n - Fields referred by the path template. They are passed via the URL path.\n - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They are passed via the HTTP\n request body.\n - All other fields are passed via the URL query parameters, and the\n parameter name is the field path in the request message. A repeated\n field can be represented as multiple query parameters under the same\n name.\n 2. If [HttpRule.body][google.api.HttpRule.body] is \"*\", there is no URL query parameter, all fields\n are passed via URL path and HTTP request body.\n 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP request body, all\n fields are passed via URL path and URL query parameters.\n\n ### Path template syntax\n\n Template = \"/\" Segments [ Verb ] ;\n Segments = Segment { \"/\" Segment } ;\n Segment = \"*\" | \"**\" | LITERAL | Variable ;\n Variable = \"{\" FieldPath [ \"=\" Segments ] \"}\" ;\n FieldPath = IDENT { \".\" IDENT } ;\n Verb = \":\" LITERAL ;\n\n The syntax `*` matches a single URL path segment. The syntax `**` matches\n zero or more URL path segments, which must be the last part of the URL path\n except the `Verb`.\n\n The syntax `Variable` matches part of the URL path as specified by its\n template. A variable template must not contain other variables. If a variable\n matches a single path segment, its template may be omitted, e.g. `{var}`\n is equivalent to `{var=*}`.\n\n The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`\n contains any reserved character, such characters should be percent-encoded\n before the matching.\n\n If a variable contains exactly one path segment, such as `\"{var}\"` or\n `\"{var=*}\"`, when such a variable is expanded into a URL path on the client\n side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The\n server side does the reverse decoding. Such variables show up in the\n [Discovery\n Document](https://developers.google.com/discovery/v1/reference/apis) as\n `{var}`.\n\n If a variable contains multiple path segments, such as `\"{var=foo/*}\"`\n or `\"{var=**}\"`, when such a variable is expanded into a URL path on the\n client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.\n The server side does the reverse decoding, except \"%2F\" and \"%2f\" are left\n unchanged. Such variables show up in the\n [Discovery\n Document](https://developers.google.com/discovery/v1/reference/apis) as\n `{+var}`.\n\n ## Using gRPC API Service Configuration\n\n gRPC API Service Configuration (service config) is a configuration language\n for configuring a gRPC service to become a user-facing product. The\n service config is simply the YAML representation of the `google.api.Service`\n proto message.\n\n As an alternative to annotating your proto file, you can configure gRPC\n transcoding in your service config YAML files. You do this by specifying a\n `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same\n effect as the proto annotation. This can be particularly useful if you\n have a proto that is reused in multiple services. Note that any transcoding\n specified in the service config will override any matching transcoding\n configuration in the proto.\n\n Example:\n\n http:\n rules:\n # Selects a gRPC method and applies HttpRule to it.\n - selector: example.v1.Messaging.GetMessage\n get: /v1/messages/{message_id}/{sub.subfield}\n\n ## Special notes\n\n When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the\n proto to JSON conversion must follow the [proto3\n specification](https://developers.google.com/protocol-buffers/docs/proto3#json).\n\n While the single segment variable follows the semantics of\n [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String\n Expansion, the multi segment variable **does not** follow RFC 6570 Section\n 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion\n does not expand special characters like `?` and `#`, which would lead\n to invalid URLs. As the result, gRPC Transcoding uses a custom encoding\n for multi segment variables.\n\n The path variables **must not** refer to any repeated or mapped field,\n because client libraries are not capable of handling such variable expansion.\n\n The path variables **must not** capture the leading \"/\" character. The reason\n is that the most common use case \"{var}\" does not capture the leading \"/\"\n character. For consistency, all path variables must share the same behavior.\n\n Repeated message fields must not be mapped to URL query parameters, because\n no client library can support such complicated mapping.\n\n If an API needs to use a JSON array for request or response body, it can map\n the request or response body to a repeated field. However, some gRPC\n Transcoding implementations may not support this feature.\n" - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 312, - 8, - 16 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 316, - 2, - 22 - ], - "leadingComments": " Selects a method to which this rule applies.\n\n Refer to [selector][google.api.DocumentationRule.selector] for syntax details.\n" - }, - { - "path": [ - 4, - 1, - 2, - 0, - 5 - ], - "span": [ - 316, - 2, - 8 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 316, - 9, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 316, - 20, - 21 - ] - }, - { - "path": [ - 4, - 1, - 8, - 0 - ], - "span": [ - 321, - 2, - 343, - 3 - ], - "leadingComments": " Determines the URL pattern is matched by this rules. This pattern can be\n used with any of the {get|put|post|delete|patch} methods. A custom method\n can be defined using the 'custom' field.\n" - }, - { - "path": [ - 4, - 1, - 8, - 0, - 1 - ], - "span": [ - 321, - 8, - 15 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1 - ], - "span": [ - 324, - 4, - 19 - ], - "leadingComments": " Maps to HTTP GET. Used for listing and getting information about\n resources.\n" - }, - { - "path": [ - 4, - 1, - 2, - 1, - 5 - ], - "span": [ - 324, - 4, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1, - 1 - ], - "span": [ - 324, - 11, - 14 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1, - 3 - ], - "span": [ - 324, - 17, - 18 - ] - }, - { - "path": [ - 4, - 1, - 2, - 2 - ], - "span": [ - 327, - 4, - 19 - ], - "leadingComments": " Maps to HTTP PUT. Used for replacing a resource.\n" - }, - { - "path": [ - 4, - 1, - 2, - 2, - 5 - ], - "span": [ - 327, - 4, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 2, - 1 - ], - "span": [ - 327, - 11, - 14 - ] - }, - { - "path": [ - 4, - 1, - 2, - 2, - 3 - ], - "span": [ - 327, - 17, - 18 - ] - }, - { - "path": [ - 4, - 1, - 2, - 3 - ], - "span": [ - 330, - 4, - 20 - ], - "leadingComments": " Maps to HTTP POST. Used for creating a resource or performing an action.\n" - }, - { - "path": [ - 4, - 1, - 2, - 3, - 5 - ], - "span": [ - 330, - 4, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 3, - 1 - ], - "span": [ - 330, - 11, - 15 - ] - }, - { - "path": [ - 4, - 1, - 2, - 3, - 3 - ], - "span": [ - 330, - 18, - 19 - ] - }, - { - "path": [ - 4, - 1, - 2, - 4 - ], - "span": [ - 333, - 4, - 22 - ], - "leadingComments": " Maps to HTTP DELETE. Used for deleting a resource.\n" - }, - { - "path": [ - 4, - 1, - 2, - 4, - 5 - ], - "span": [ - 333, - 4, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 4, - 1 - ], - "span": [ - 333, - 11, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 4, - 3 - ], - "span": [ - 333, - 20, - 21 - ] - }, - { - "path": [ - 4, - 1, - 2, - 5 - ], - "span": [ - 336, - 4, - 21 - ], - "leadingComments": " Maps to HTTP PATCH. Used for updating a resource.\n" - }, - { - "path": [ - 4, - 1, - 2, - 5, - 5 - ], - "span": [ - 336, - 4, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 5, - 1 - ], - "span": [ - 336, - 11, - 16 - ] - }, - { - "path": [ - 4, - 1, - 2, - 5, - 3 - ], - "span": [ - 336, - 19, - 20 - ] - }, - { - "path": [ - 4, - 1, - 2, - 6 - ], - "span": [ - 342, - 4, - 33 - ], - "leadingComments": " The custom pattern is used for specifying an HTTP method that is not\n included in the `pattern` field, such as HEAD, or \"*\" to leave the\n HTTP method unspecified for this rule. The wild-card rule is useful\n for services that provide content to Web (HTML) clients.\n" - }, - { - "path": [ - 4, - 1, - 2, - 6, - 6 - ], - "span": [ - 342, - 4, - 21 - ] - }, - { - "path": [ - 4, - 1, - 2, - 6, - 1 - ], - "span": [ - 342, - 22, - 28 - ] - }, - { - "path": [ - 4, - 1, - 2, - 6, - 3 - ], - "span": [ - 342, - 31, - 32 - ] - }, - { - "path": [ - 4, - 1, - 2, - 7 - ], - "span": [ - 351, - 2, - 18 - ], - "leadingComments": " The name of the request field whose value is mapped to the HTTP request\n body, or `*` for mapping all request fields not captured by the path\n pattern to the HTTP body, or omitted for not having any HTTP request body.\n\n NOTE: the referred field must be present at the top-level of the request\n message type.\n" - }, - { - "path": [ - 4, - 1, - 2, - 7, - 5 - ], - "span": [ - 351, - 2, - 8 - ] - }, - { - "path": [ - 4, - 1, - 2, - 7, - 1 - ], - "span": [ - 351, - 9, - 13 - ] - }, - { - "path": [ - 4, - 1, - 2, - 7, - 3 - ], - "span": [ - 351, - 16, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 8 - ], - "span": [ - 359, - 2, - 28 - ], - "leadingComments": " Optional. The name of the response field whose value is mapped to the HTTP\n response body. When omitted, the entire response message will be used\n as the HTTP response body.\n\n NOTE: The referred field must be present at the top-level of the response\n message type.\n" - }, - { - "path": [ - 4, - 1, - 2, - 8, - 5 - ], - "span": [ - 359, - 2, - 8 - ] - }, - { - "path": [ - 4, - 1, - 2, - 8, - 1 - ], - "span": [ - 359, - 9, - 22 - ] - }, - { - "path": [ - 4, - 1, - 2, - 8, - 3 - ], - "span": [ - 359, - 25, - 27 - ] - }, - { - "path": [ - 4, - 1, - 2, - 9 - ], - "span": [ - 364, - 2, - 45 - ], - "leadingComments": " Additional HTTP bindings for the selector. Nested bindings must\n not contain an `additional_bindings` field themselves (that is,\n the nesting may only be one level deep).\n" - }, - { - "path": [ - 4, - 1, - 2, - 9, - 4 - ], - "span": [ - 364, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 9, - 6 - ], - "span": [ - 364, - 11, - 19 - ] - }, - { - "path": [ - 4, - 1, - 2, - 9, - 1 - ], - "span": [ - 364, - 20, - 39 - ] - }, - { - "path": [ - 4, - 1, - 2, - 9, - 3 - ], - "span": [ - 364, - 42, - 44 - ] - }, - { - "path": [ - 4, - 2 - ], - "span": [ - 368, - 0, - 374, - 1 - ], - "leadingComments": " A custom pattern is used for defining custom HTTP verb.\n" - }, - { - "path": [ - 4, - 2, - 1 - ], - "span": [ - 368, - 8, - 25 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0 - ], - "span": [ - 370, - 2, - 18 - ], - "leadingComments": " The name of this custom HTTP verb.\n" - }, - { - "path": [ - 4, - 2, - 2, - 0, - 5 - ], - "span": [ - 370, - 2, - 8 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 1 - ], - "span": [ - 370, - 9, - 13 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 3 - ], - "span": [ - 370, - 16, - 17 - ] - }, - { - "path": [ - 4, - 2, - 2, - 1 - ], - "span": [ - 373, - 2, - 18 - ], - "leadingComments": " The path matched by this custom verb.\n" - }, - { - "path": [ - 4, - 2, - 2, - 1, - 5 - ], - "span": [ - 373, - 2, - 8 - ] - }, - { - "path": [ - 4, - 2, - 2, - 1, - 1 - ], - "span": [ - 373, - 9, - 13 - ] - }, - { - "path": [ - 4, - 2, - 2, - 1, - 3 - ], - "span": [ - 373, - 16, - 17 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": true, - "moduleInfo": { - "name": { - "remote": "buf.build", - "owner": "googleapis", - "repository": "googleapis" - }, - "commit": "783e4b5374fa488ab068d08af9658438" - }, - "isSyntaxUnspecified": false - } - }, - { - "name": "google/api/annotations.proto", - "package": "google.api", - "dependency": [ - "google/api/http.proto", - "google/protobuf/descriptor.proto" - ], - "extension": [ - { - "name": "http", - "number": 72295728, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.api.HttpRule", - "extendee": ".google.protobuf.MethodOptions", - "jsonName": "http" - } - ], - "options": { - "javaPackage": "com.google.api", - "javaOuterClassname": "AnnotationsProto", - "javaMultipleFiles": true, - "goPackage": "google.golang.org/genproto/googleapis/api/annotations;annotations", - "objcClassPrefix": "GAPI" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 14, - 0, - 30, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 14, - 0, - 18 - ], - "leadingDetachedComments": [ - " Copyright 2015 Google LLC\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n" - ] - }, - { - "path": [ - 2 - ], - "span": [ - 16, - 0, - 19 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 18, - 0, - 31 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 19, - 0, - 42 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 21, - 0, - 88 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 21, - 0, - 88 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 22, - 0, - 34 - ] - }, - { - "path": [ - 8, - 10 - ], - "span": [ - 22, - 0, - 34 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 23, - 0, - 49 - ] - }, - { - "path": [ - 8, - 8 - ], - "span": [ - 23, - 0, - 49 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 24, - 0, - 39 - ] - }, - { - "path": [ - 8, - 1 - ], - "span": [ - 24, - 0, - 39 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 25, - 0, - 34 - ] - }, - { - "path": [ - 8, - 36 - ], - "span": [ - 25, - 0, - 34 - ] - }, - { - "path": [ - 7 - ], - "span": [ - 27, - 0, - 30, - 1 - ] - }, - { - "path": [ - 7, - 0 - ], - "span": [ - 29, - 2, - 27 - ], - "leadingComments": " See `HttpRule`.\n" - }, - { - "path": [ - 7, - 0, - 2 - ], - "span": [ - 27, - 7, - 36 - ] - }, - { - "path": [ - 7, - 0, - 6 - ], - "span": [ - 29, - 2, - 10 - ] - }, - { - "path": [ - 7, - 0, - 1 - ], - "span": [ - 29, - 11, - 15 - ] - }, - { - "path": [ - 7, - 0, - 3 - ], - "span": [ - 29, - 18, - 26 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": true, - "moduleInfo": { - "name": { - "remote": "buf.build", - "owner": "googleapis", - "repository": "googleapis" - }, - "commit": "783e4b5374fa488ab068d08af9658438" - }, - "isSyntaxUnspecified": false - } - }, - { - "name": "google/api/field_behavior.proto", - "package": "google.api", - "dependency": [ - "google/protobuf/descriptor.proto" - ], - "enumType": [ - { - "name": "FieldBehavior", - "value": [ - { - "name": "FIELD_BEHAVIOR_UNSPECIFIED", - "number": 0 - }, - { - "name": "OPTIONAL", - "number": 1 - }, - { - "name": "REQUIRED", - "number": 2 - }, - { - "name": "OUTPUT_ONLY", - "number": 3 - }, - { - "name": "INPUT_ONLY", - "number": 4 - }, - { - "name": "IMMUTABLE", - "number": 5 - }, - { - "name": "UNORDERED_LIST", - "number": 6 - }, - { - "name": "NON_EMPTY_DEFAULT", - "number": 7 - } - ] - } - ], - "extension": [ - { - "name": "field_behavior", - "number": 1052, - "label": "LABEL_REPEATED", - "type": "TYPE_ENUM", - "typeName": ".google.api.FieldBehavior", - "extendee": ".google.protobuf.FieldOptions", - "jsonName": "fieldBehavior" - } - ], - "options": { - "javaPackage": "com.google.api", - "javaOuterClassname": "FieldBehaviorProto", - "javaMultipleFiles": true, - "goPackage": "google.golang.org/genproto/googleapis/api/annotations;annotations", - "objcClassPrefix": "GAPI" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 14, - 0, - 89, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 14, - 0, - 18 - ], - "leadingDetachedComments": [ - " Copyright 2018 Google LLC\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n" - ] - }, - { - "path": [ - 2 - ], - "span": [ - 16, - 0, - 19 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 18, - 0, - 42 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 20, - 0, - 88 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 20, - 0, - 88 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 21, - 0, - 34 - ] - }, - { - "path": [ - 8, - 10 - ], - "span": [ - 21, - 0, - 34 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 22, - 0, - 51 - ] - }, - { - "path": [ - 8, - 8 - ], - "span": [ - 22, - 0, - 51 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 23, - 0, - 39 - ] - }, - { - "path": [ - 8, - 1 - ], - "span": [ - 23, - 0, - 39 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 24, - 0, - 34 - ] - }, - { - "path": [ - 8, - 36 - ], - "span": [ - 24, - 0, - 34 - ] - }, - { - "path": [ - 7 - ], - "span": [ - 26, - 0, - 40, - 1 - ] - }, - { - "path": [ - 7, - 0 - ], - "span": [ - 39, - 2, - 58 - ], - "leadingComments": " A designation of a specific field behavior (required, output only, etc.)\n in protobuf messages.\n\n Examples:\n\n string name = 1 [(google.api.field_behavior) = REQUIRED];\n State state = 1 [(google.api.field_behavior) = OUTPUT_ONLY];\n google.protobuf.Duration ttl = 1\n [(google.api.field_behavior) = INPUT_ONLY];\n google.protobuf.Timestamp expire_time = 1\n [(google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.field_behavior) = IMMUTABLE];\n" - }, - { - "path": [ - 7, - 0, - 2 - ], - "span": [ - 26, - 7, - 35 - ] - }, - { - "path": [ - 7, - 0, - 4 - ], - "span": [ - 39, - 2, - 10 - ] - }, - { - "path": [ - 7, - 0, - 6 - ], - "span": [ - 39, - 11, - 35 - ] - }, - { - "path": [ - 7, - 0, - 1 - ], - "span": [ - 39, - 36, - 50 - ] - }, - { - "path": [ - 7, - 0, - 3 - ], - "span": [ - 39, - 53, - 57 - ] - }, - { - "path": [ - 5, - 0 - ], - "span": [ - 48, - 0, - 89, - 1 - ], - "leadingComments": " An indicator of the behavior of a given field (for example, that a field\n is required in requests, or given as output but ignored as input).\n This **does not** change the behavior in protocol buffers itself; it only\n denotes the behavior and may affect how API tooling handles the field.\n\n Note: This enum **may** receive new values in the future.\n" - }, - { - "path": [ - 5, - 0, - 1 - ], - "span": [ - 48, - 5, - 18 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0 - ], - "span": [ - 50, - 2, - 33 - ], - "leadingComments": " Conventional default for enums. Do not use this.\n" - }, - { - "path": [ - 5, - 0, - 2, - 0, - 1 - ], - "span": [ - 50, - 2, - 28 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 2 - ], - "span": [ - 50, - 31, - 32 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1 - ], - "span": [ - 55, - 2, - 15 - ], - "leadingComments": " Specifically denotes a field as optional.\n While all fields in protocol buffers are optional, this may be specified\n for emphasis if appropriate.\n" - }, - { - "path": [ - 5, - 0, - 2, - 1, - 1 - ], - "span": [ - 55, - 2, - 10 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 2 - ], - "span": [ - 55, - 13, - 14 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2 - ], - "span": [ - 60, - 2, - 15 - ], - "leadingComments": " Denotes a field as required.\n This indicates that the field **must** be provided as part of the request,\n and failure to do so will cause an error (usually `INVALID_ARGUMENT`).\n" - }, - { - "path": [ - 5, - 0, - 2, - 2, - 1 - ], - "span": [ - 60, - 2, - 10 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 2 - ], - "span": [ - 60, - 13, - 14 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3 - ], - "span": [ - 66, - 2, - 18 - ], - "leadingComments": " Denotes a field as output only.\n This indicates that the field is provided in responses, but including the\n field in a request does nothing (the server *must* ignore it and\n *must not* throw an error as a result of the field's presence).\n" - }, - { - "path": [ - 5, - 0, - 2, - 3, - 1 - ], - "span": [ - 66, - 2, - 13 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 2 - ], - "span": [ - 66, - 16, - 17 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4 - ], - "span": [ - 71, - 2, - 17 - ], - "leadingComments": " Denotes a field as input only.\n This indicates that the field is provided in requests, and the\n corresponding field is not included in output.\n" - }, - { - "path": [ - 5, - 0, - 2, - 4, - 1 - ], - "span": [ - 71, - 2, - 12 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 2 - ], - "span": [ - 71, - 15, - 16 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5 - ], - "span": [ - 76, - 2, - 16 - ], - "leadingComments": " Denotes a field as immutable.\n This indicates that the field may be set once in a request to create a\n resource, but may not be changed thereafter.\n" - }, - { - "path": [ - 5, - 0, - 2, - 5, - 1 - ], - "span": [ - 76, - 2, - 11 - ] - }, - { - "path": [ - 5, - 0, - 2, - 5, - 2 - ], - "span": [ - 76, - 14, - 15 - ] - }, - { - "path": [ - 5, - 0, - 2, - 6 - ], - "span": [ - 82, - 2, - 21 - ], - "leadingComments": " Denotes that a (repeated) field is an unordered list.\n This indicates that the service may provide the elements of the list\n in any arbitrary order, rather than the order the user originally\n provided. Additionally, the list's order may or may not be stable.\n" - }, - { - "path": [ - 5, - 0, - 2, - 6, - 1 - ], - "span": [ - 82, - 2, - 16 - ] - }, - { - "path": [ - 5, - 0, - 2, - 6, - 2 - ], - "span": [ - 82, - 19, - 20 - ] - }, - { - "path": [ - 5, - 0, - 2, - 7 - ], - "span": [ - 88, - 2, - 24 - ], - "leadingComments": " Denotes that this field returns a non-empty default value if not set.\n This indicates that if the user provides the empty value in a request,\n a non-empty value will be returned. The user will not be aware of what\n non-empty value to expect.\n" - }, - { - "path": [ - 5, - 0, - 2, - 7, - 1 - ], - "span": [ - 88, - 2, - 19 - ] - }, - { - "path": [ - 5, - 0, - 2, - 7, - 2 - ], - "span": [ - 88, - 22, - 23 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": true, - "moduleInfo": { - "name": { - "remote": "buf.build", - "owner": "googleapis", - "repository": "googleapis" - }, - "commit": "783e4b5374fa488ab068d08af9658438" - }, - "isSyntaxUnspecified": false - } - }, - { - "name": "google/protobuf/struct.proto", - "package": "google.protobuf", - "messageType": [ - { - "name": "Struct", - "field": [ - { - "name": "fields", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Struct.FieldsEntry", - "jsonName": "fields" - } - ], - "nestedType": [ - { - "name": "FieldsEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Value", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - } - ] - }, - { - "name": "Value", - "field": [ - { - "name": "null_value", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".google.protobuf.NullValue", - "oneofIndex": 0, - "jsonName": "nullValue" - }, - { - "name": "number_value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_DOUBLE", - "oneofIndex": 0, - "jsonName": "numberValue" - }, - { - "name": "string_value", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "oneofIndex": 0, - "jsonName": "stringValue" - }, - { - "name": "bool_value", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "oneofIndex": 0, - "jsonName": "boolValue" - }, - { - "name": "struct_value", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Struct", - "oneofIndex": 0, - "jsonName": "structValue" - }, - { - "name": "list_value", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.ListValue", - "oneofIndex": 0, - "jsonName": "listValue" - } - ], - "oneofDecl": [ - { - "name": "kind" - } - ] - }, - { - "name": "ListValue", - "field": [ - { - "name": "values", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Value", - "jsonName": "values" - } - ] - } - ], - "enumType": [ - { - "name": "NullValue", - "value": [ - { - "name": "NULL_VALUE", - "number": 0 - } - ] - } - ], - "options": { - "javaPackage": "com.google.protobuf", - "javaOuterClassname": "StructProto", - "javaMultipleFiles": true, - "goPackage": "google.golang.org/protobuf/types/known/structpb", - "ccEnableArenas": true, - "objcClassPrefix": "GPB", - "csharpNamespace": "Google.Protobuf.WellKnownTypes" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 30, - 0, - 94, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 30, - 0, - 18 - ], - "leadingDetachedComments": [ - " Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n" - ] - }, - { - "path": [ - 2 - ], - "span": [ - 32, - 0, - 24 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 34, - 0, - 59 - ] - }, - { - "path": [ - 8, - 37 - ], - "span": [ - 34, - 0, - 59 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 35, - 0, - 31 - ] - }, - { - "path": [ - 8, - 31 - ], - "span": [ - 35, - 0, - 31 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 36, - 0, - 70 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 36, - 0, - 70 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 37, - 0, - 44 - ] - }, - { - "path": [ - 8, - 1 - ], - "span": [ - 37, - 0, - 44 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 38, - 0, - 44 - ] - }, - { - "path": [ - 8, - 8 - ], - "span": [ - 38, - 0, - 44 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 39, - 0, - 34 - ] - }, - { - "path": [ - 8, - 10 - ], - "span": [ - 39, - 0, - 34 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 40, - 0, - 33 - ] - }, - { - "path": [ - 8, - 36 - ], - "span": [ - 40, - 0, - 33 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 50, - 0, - 53, - 1 - ], - "leadingComments": " `Struct` represents a structured data value, consisting of fields\n which map to dynamically typed values. In some languages, `Struct`\n might be supported by a native representation. For example, in\n scripting languages like JS a struct is represented as an\n object. The details of that representation are described together\n with the proto support for the language.\n\n The JSON representation for `Struct` is JSON object.\n" - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 50, - 8, - 14 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 52, - 2, - 32 - ], - "leadingComments": " Unordered map of dynamically typed values.\n" - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 52, - 2, - 20 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 52, - 21, - 27 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 52, - 30, - 31 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 61, - 0, - 77, - 1 - ], - "leadingComments": " `Value` represents a dynamically typed value which can be either\n null, a number, a string, a boolean, a recursive struct value, or a\n list of values. A producer of value is expected to set one of these\n variants. Absence of any variant indicates an error.\n\n The JSON representation for `Value` is JSON value.\n" - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 61, - 8, - 13 - ] - }, - { - "path": [ - 4, - 1, - 8, - 0 - ], - "span": [ - 63, - 2, - 76, - 3 - ], - "leadingComments": " The kind of value.\n" - }, - { - "path": [ - 4, - 1, - 8, - 0, - 1 - ], - "span": [ - 63, - 8, - 12 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 65, - 4, - 29 - ], - "leadingComments": " Represents a null value.\n" - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 65, - 4, - 13 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 65, - 14, - 24 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 65, - 27, - 28 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1 - ], - "span": [ - 67, - 4, - 28 - ], - "leadingComments": " Represents a double value.\n" - }, - { - "path": [ - 4, - 1, - 2, - 1, - 5 - ], - "span": [ - 67, - 4, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1, - 1 - ], - "span": [ - 67, - 11, - 23 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1, - 3 - ], - "span": [ - 67, - 26, - 27 - ] - }, - { - "path": [ - 4, - 1, - 2, - 2 - ], - "span": [ - 69, - 4, - 28 - ], - "leadingComments": " Represents a string value.\n" - }, - { - "path": [ - 4, - 1, - 2, - 2, - 5 - ], - "span": [ - 69, - 4, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 2, - 1 - ], - "span": [ - 69, - 11, - 23 - ] - }, - { - "path": [ - 4, - 1, - 2, - 2, - 3 - ], - "span": [ - 69, - 26, - 27 - ] - }, - { - "path": [ - 4, - 1, - 2, - 3 - ], - "span": [ - 71, - 4, - 24 - ], - "leadingComments": " Represents a boolean value.\n" - }, - { - "path": [ - 4, - 1, - 2, - 3, - 5 - ], - "span": [ - 71, - 4, - 8 - ] - }, - { - "path": [ - 4, - 1, - 2, - 3, - 1 - ], - "span": [ - 71, - 9, - 19 - ] - }, - { - "path": [ - 4, - 1, - 2, - 3, - 3 - ], - "span": [ - 71, - 22, - 23 - ] - }, - { - "path": [ - 4, - 1, - 2, - 4 - ], - "span": [ - 73, - 4, - 28 - ], - "leadingComments": " Represents a structured value.\n" - }, - { - "path": [ - 4, - 1, - 2, - 4, - 6 - ], - "span": [ - 73, - 4, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 4, - 1 - ], - "span": [ - 73, - 11, - 23 - ] - }, - { - "path": [ - 4, - 1, - 2, - 4, - 3 - ], - "span": [ - 73, - 26, - 27 - ] - }, - { - "path": [ - 4, - 1, - 2, - 5 - ], - "span": [ - 75, - 4, - 29 - ], - "leadingComments": " Represents a repeated `Value`.\n" - }, - { - "path": [ - 4, - 1, - 2, - 5, - 6 - ], - "span": [ - 75, - 4, - 13 - ] - }, - { - "path": [ - 4, - 1, - 2, - 5, - 1 - ], - "span": [ - 75, - 14, - 24 - ] - }, - { - "path": [ - 4, - 1, - 2, - 5, - 3 - ], - "span": [ - 75, - 27, - 28 - ] - }, - { - "path": [ - 5, - 0 - ], - "span": [ - 83, - 0, - 86, - 1 - ], - "leadingComments": " `NullValue` is a singleton enumeration to represent the null value for the\n `Value` type union.\n\n The JSON representation for `NullValue` is JSON `null`.\n" - }, - { - "path": [ - 5, - 0, - 1 - ], - "span": [ - 83, - 5, - 14 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0 - ], - "span": [ - 85, - 2, - 17 - ], - "leadingComments": " Null value.\n" - }, - { - "path": [ - 5, - 0, - 2, - 0, - 1 - ], - "span": [ - 85, - 2, - 12 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 2 - ], - "span": [ - 85, - 15, - 16 - ] - }, - { - "path": [ - 4, - 2 - ], - "span": [ - 91, - 0, - 94, - 1 - ], - "leadingComments": " `ListValue` is a wrapper around a repeated field of values.\n\n The JSON representation for `ListValue` is JSON array.\n" - }, - { - "path": [ - 4, - 2, - 1 - ], - "span": [ - 91, - 8, - 17 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0 - ], - "span": [ - 93, - 2, - 28 - ], - "leadingComments": " Repeated field of dynamically typed values.\n" - }, - { - "path": [ - 4, - 2, - 2, - 0, - 4 - ], - "span": [ - 93, - 2, - 10 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 6 - ], - "span": [ - 93, - 11, - 16 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 1 - ], - "span": [ - 93, - 17, - 23 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 3 - ], - "span": [ - 93, - 26, - 27 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": true, - "isSyntaxUnspecified": false - } - }, - { - "name": "protoc-gen-openapiv2/options/openapiv2.proto", - "package": "grpc.gateway.protoc_gen_openapiv2.options", - "dependency": [ - "google/protobuf/struct.proto" - ], - "messageType": [ - { - "name": "Swagger", - "field": [ - { - "name": "swagger", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "swagger" - }, - { - "name": "info", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Info", - "jsonName": "info" - }, - { - "name": "host", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "host" - }, - { - "name": "base_path", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "basePath" - }, - { - "name": "schemes", - "number": 5, - "label": "LABEL_REPEATED", - "type": "TYPE_ENUM", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Scheme", - "jsonName": "schemes" - }, - { - "name": "consumes", - "number": 6, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "consumes" - }, - { - "name": "produces", - "number": 7, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "produces" - }, - { - "name": "responses", - "number": 10, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Swagger.ResponsesEntry", - "jsonName": "responses" - }, - { - "name": "security_definitions", - "number": 11, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions", - "jsonName": "securityDefinitions" - }, - { - "name": "security", - "number": 12, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement", - "jsonName": "security" - }, - { - "name": "tags", - "number": 13, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Tag", - "jsonName": "tags" - }, - { - "name": "external_docs", - "number": 14, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation", - "jsonName": "externalDocs" - }, - { - "name": "extensions", - "number": 15, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Swagger.ExtensionsEntry", - "jsonName": "extensions" - } - ], - "nestedType": [ - { - "name": "ResponsesEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Response", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - }, - { - "name": "ExtensionsEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Value", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - } - ], - "reservedRange": [ - { - "start": 8, - "end": 9 - }, - { - "start": 9, - "end": 10 - } - ] - }, - { - "name": "Operation", - "field": [ - { - "name": "tags", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "tags" - }, - { - "name": "summary", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "summary" - }, - { - "name": "description", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "description" - }, - { - "name": "external_docs", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation", - "jsonName": "externalDocs" - }, - { - "name": "operation_id", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "operationId" - }, - { - "name": "consumes", - "number": 6, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "consumes" - }, - { - "name": "produces", - "number": 7, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "produces" - }, - { - "name": "responses", - "number": 9, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Operation.ResponsesEntry", - "jsonName": "responses" - }, - { - "name": "schemes", - "number": 10, - "label": "LABEL_REPEATED", - "type": "TYPE_ENUM", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Scheme", - "jsonName": "schemes" - }, - { - "name": "deprecated", - "number": 11, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "jsonName": "deprecated" - }, - { - "name": "security", - "number": 12, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement", - "jsonName": "security" - }, - { - "name": "extensions", - "number": 13, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Operation.ExtensionsEntry", - "jsonName": "extensions" - }, - { - "name": "parameters", - "number": 14, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Parameters", - "jsonName": "parameters" - } - ], - "nestedType": [ - { - "name": "ResponsesEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Response", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - }, - { - "name": "ExtensionsEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Value", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - } - ], - "reservedRange": [ - { - "start": 8, - "end": 9 - } - ] - }, - { - "name": "Parameters", - "field": [ - { - "name": "headers", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter", - "jsonName": "headers" - } - ] - }, - { - "name": "HeaderParameter", - "field": [ - { - "name": "name", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "description", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "description" - }, - { - "name": "type", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter.Type", - "jsonName": "type" - }, - { - "name": "format", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "format" - }, - { - "name": "required", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "jsonName": "required" - } - ], - "enumType": [ - { - "name": "Type", - "value": [ - { - "name": "UNKNOWN", - "number": 0 - }, - { - "name": "STRING", - "number": 1 - }, - { - "name": "NUMBER", - "number": 2 - }, - { - "name": "INTEGER", - "number": 3 - }, - { - "name": "BOOLEAN", - "number": 4 - } - ] - } - ], - "reservedRange": [ - { - "start": 6, - "end": 7 - }, - { - "start": 7, - "end": 8 - } - ] - }, - { - "name": "Header", - "field": [ - { - "name": "description", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "description" - }, - { - "name": "type", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "type" - }, - { - "name": "format", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "format" - }, - { - "name": "default", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "default" - }, - { - "name": "pattern", - "number": 13, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "pattern" - } - ], - "reservedRange": [ - { - "start": 4, - "end": 5 - }, - { - "start": 5, - "end": 6 - }, - { - "start": 7, - "end": 8 - }, - { - "start": 8, - "end": 9 - }, - { - "start": 9, - "end": 10 - }, - { - "start": 10, - "end": 11 - }, - { - "start": 11, - "end": 12 - }, - { - "start": 12, - "end": 13 - }, - { - "start": 14, - "end": 15 - }, - { - "start": 15, - "end": 16 - }, - { - "start": 16, - "end": 17 - }, - { - "start": 17, - "end": 18 - }, - { - "start": 18, - "end": 19 - } - ] - }, - { - "name": "Response", - "field": [ - { - "name": "description", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "description" - }, - { - "name": "schema", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Schema", - "jsonName": "schema" - }, - { - "name": "headers", - "number": 3, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Response.HeadersEntry", - "jsonName": "headers" - }, - { - "name": "examples", - "number": 4, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Response.ExamplesEntry", - "jsonName": "examples" - }, - { - "name": "extensions", - "number": 5, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Response.ExtensionsEntry", - "jsonName": "extensions" - } - ], - "nestedType": [ - { - "name": "HeadersEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Header", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - }, - { - "name": "ExamplesEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - }, - { - "name": "ExtensionsEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Value", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - } - ] - }, - { - "name": "Info", - "field": [ - { - "name": "title", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "title" - }, - { - "name": "description", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "description" - }, - { - "name": "terms_of_service", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "termsOfService" - }, - { - "name": "contact", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Contact", - "jsonName": "contact" - }, - { - "name": "license", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.License", - "jsonName": "license" - }, - { - "name": "version", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "version" - }, - { - "name": "extensions", - "number": 7, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Info.ExtensionsEntry", - "jsonName": "extensions" - } - ], - "nestedType": [ - { - "name": "ExtensionsEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Value", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - } - ] - }, - { - "name": "Contact", - "field": [ - { - "name": "name", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "url", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "url" - }, - { - "name": "email", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "email" - } - ] - }, - { - "name": "License", - "field": [ - { - "name": "name", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "url", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "url" - } - ] - }, - { - "name": "ExternalDocumentation", - "field": [ - { - "name": "description", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "description" - }, - { - "name": "url", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "url" - } - ] - }, - { - "name": "Schema", - "field": [ - { - "name": "json_schema", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.JSONSchema", - "jsonName": "jsonSchema" - }, - { - "name": "discriminator", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "discriminator" - }, - { - "name": "read_only", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "jsonName": "readOnly" - }, - { - "name": "external_docs", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation", - "jsonName": "externalDocs" - }, - { - "name": "example", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "example" - } - ], - "reservedRange": [ - { - "start": 4, - "end": 5 - } - ] - }, - { - "name": "JSONSchema", - "field": [ - { - "name": "ref", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "ref" - }, - { - "name": "title", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "title" - }, - { - "name": "description", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "description" - }, - { - "name": "default", - "number": 7, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "default" - }, - { - "name": "read_only", - "number": 8, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "jsonName": "readOnly" - }, - { - "name": "example", - "number": 9, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "example" - }, - { - "name": "multiple_of", - "number": 10, - "label": "LABEL_OPTIONAL", - "type": "TYPE_DOUBLE", - "jsonName": "multipleOf" - }, - { - "name": "maximum", - "number": 11, - "label": "LABEL_OPTIONAL", - "type": "TYPE_DOUBLE", - "jsonName": "maximum" - }, - { - "name": "exclusive_maximum", - "number": 12, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "jsonName": "exclusiveMaximum" - }, - { - "name": "minimum", - "number": 13, - "label": "LABEL_OPTIONAL", - "type": "TYPE_DOUBLE", - "jsonName": "minimum" - }, - { - "name": "exclusive_minimum", - "number": 14, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "jsonName": "exclusiveMinimum" - }, - { - "name": "max_length", - "number": 15, - "label": "LABEL_OPTIONAL", - "type": "TYPE_UINT64", - "jsonName": "maxLength" - }, - { - "name": "min_length", - "number": 16, - "label": "LABEL_OPTIONAL", - "type": "TYPE_UINT64", - "jsonName": "minLength" - }, - { - "name": "pattern", - "number": 17, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "pattern" - }, - { - "name": "max_items", - "number": 20, - "label": "LABEL_OPTIONAL", - "type": "TYPE_UINT64", - "jsonName": "maxItems" - }, - { - "name": "min_items", - "number": 21, - "label": "LABEL_OPTIONAL", - "type": "TYPE_UINT64", - "jsonName": "minItems" - }, - { - "name": "unique_items", - "number": 22, - "label": "LABEL_OPTIONAL", - "type": "TYPE_BOOL", - "jsonName": "uniqueItems" - }, - { - "name": "max_properties", - "number": 24, - "label": "LABEL_OPTIONAL", - "type": "TYPE_UINT64", - "jsonName": "maxProperties" - }, - { - "name": "min_properties", - "number": 25, - "label": "LABEL_OPTIONAL", - "type": "TYPE_UINT64", - "jsonName": "minProperties" - }, - { - "name": "required", - "number": 26, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "required" - }, - { - "name": "array", - "number": 34, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "array" - }, - { - "name": "type", - "number": 35, - "label": "LABEL_REPEATED", - "type": "TYPE_ENUM", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes", - "jsonName": "type" - }, - { - "name": "format", - "number": 36, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "format" - }, - { - "name": "enum", - "number": 46, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "enum" - }, - { - "name": "field_configuration", - "number": 1001, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration", - "jsonName": "fieldConfiguration" - }, - { - "name": "extensions", - "number": 48, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.ExtensionsEntry", - "jsonName": "extensions" - } - ], - "nestedType": [ - { - "name": "FieldConfiguration", - "field": [ - { - "name": "path_param_name", - "number": 47, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "pathParamName" - } - ] - }, - { - "name": "ExtensionsEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Value", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - } - ], - "enumType": [ - { - "name": "JSONSchemaSimpleTypes", - "value": [ - { - "name": "UNKNOWN", - "number": 0 - }, - { - "name": "ARRAY", - "number": 1 - }, - { - "name": "BOOLEAN", - "number": 2 - }, - { - "name": "INTEGER", - "number": 3 - }, - { - "name": "NULL", - "number": 4 - }, - { - "name": "NUMBER", - "number": 5 - }, - { - "name": "OBJECT", - "number": 6 - }, - { - "name": "STRING", - "number": 7 - } - ] - } - ], - "reservedRange": [ - { - "start": 1, - "end": 2 - }, - { - "start": 2, - "end": 3 - }, - { - "start": 4, - "end": 5 - }, - { - "start": 18, - "end": 19 - }, - { - "start": 19, - "end": 20 - }, - { - "start": 23, - "end": 24 - }, - { - "start": 27, - "end": 28 - }, - { - "start": 28, - "end": 29 - }, - { - "start": 29, - "end": 30 - }, - { - "start": 30, - "end": 34 - }, - { - "start": 37, - "end": 42 - }, - { - "start": 42, - "end": 43 - }, - { - "start": 43, - "end": 46 - } - ] - }, - { - "name": "Tag", - "field": [ - { - "name": "name", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "description", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "description" - }, - { - "name": "external_docs", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation", - "jsonName": "externalDocs" - }, - { - "name": "extensions", - "number": 4, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Tag.ExtensionsEntry", - "jsonName": "extensions" - } - ], - "nestedType": [ - { - "name": "ExtensionsEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Value", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - } - ] - }, - { - "name": "SecurityDefinitions", - "field": [ - { - "name": "security", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions.SecurityEntry", - "jsonName": "security" - } - ], - "nestedType": [ - { - "name": "SecurityEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - } - ] - }, - { - "name": "SecurityScheme", - "field": [ - { - "name": "type", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Type", - "jsonName": "type" - }, - { - "name": "description", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "description" - }, - { - "name": "name", - "number": 3, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "name" - }, - { - "name": "in", - "number": 4, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.In", - "jsonName": "in" - }, - { - "name": "flow", - "number": 5, - "label": "LABEL_OPTIONAL", - "type": "TYPE_ENUM", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Flow", - "jsonName": "flow" - }, - { - "name": "authorization_url", - "number": 6, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "authorizationUrl" - }, - { - "name": "token_url", - "number": 7, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "tokenUrl" - }, - { - "name": "scopes", - "number": 8, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Scopes", - "jsonName": "scopes" - }, - { - "name": "extensions", - "number": 9, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.ExtensionsEntry", - "jsonName": "extensions" - } - ], - "nestedType": [ - { - "name": "ExtensionsEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".google.protobuf.Value", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - } - ], - "enumType": [ - { - "name": "Type", - "value": [ - { - "name": "TYPE_INVALID", - "number": 0 - }, - { - "name": "TYPE_BASIC", - "number": 1 - }, - { - "name": "TYPE_API_KEY", - "number": 2 - }, - { - "name": "TYPE_OAUTH2", - "number": 3 - } - ] - }, - { - "name": "In", - "value": [ - { - "name": "IN_INVALID", - "number": 0 - }, - { - "name": "IN_QUERY", - "number": 1 - }, - { - "name": "IN_HEADER", - "number": 2 - } - ] - }, - { - "name": "Flow", - "value": [ - { - "name": "FLOW_INVALID", - "number": 0 - }, - { - "name": "FLOW_IMPLICIT", - "number": 1 - }, - { - "name": "FLOW_PASSWORD", - "number": 2 - }, - { - "name": "FLOW_APPLICATION", - "number": 3 - }, - { - "name": "FLOW_ACCESS_CODE", - "number": 4 - } - ] - } - ] - }, - { - "name": "SecurityRequirement", - "field": [ - { - "name": "security_requirement", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementEntry", - "jsonName": "securityRequirement" - } - ], - "nestedType": [ - { - "name": "SecurityRequirementValue", - "field": [ - { - "name": "scope", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_STRING", - "jsonName": "scope" - } - ] - }, - { - "name": "SecurityRequirementEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - } - ] - }, - { - "name": "Scopes", - "field": [ - { - "name": "scope", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Scopes.ScopeEntry", - "jsonName": "scope" - } - ], - "nestedType": [ - { - "name": "ScopeEntry", - "field": [ - { - "name": "key", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "key" - }, - { - "name": "value", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "value" - } - ], - "options": { - "mapEntry": true - } - } - ] - } - ], - "enumType": [ - { - "name": "Scheme", - "value": [ - { - "name": "UNKNOWN", - "number": 0 - }, - { - "name": "HTTP", - "number": 1 - }, - { - "name": "HTTPS", - "number": 2 - }, - { - "name": "WS", - "number": 3 - }, - { - "name": "WSS", - "number": 4 - } - ] - } - ], - "options": { - "goPackage": "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 719, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 50 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 4, - 0, - 38 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 6, - 0, - 93 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 6, - 0, - 93 - ] - }, - { - "path": [ - 5, - 0 - ], - "span": [ - 10, - 0, - 16, - 1 - ], - "leadingComments": " Scheme describes the schemes supported by the OpenAPI Swagger\n and Operation objects.\n" - }, - { - "path": [ - 5, - 0, - 1 - ], - "span": [ - 10, - 5, - 11 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0 - ], - "span": [ - 11, - 2, - 14 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 1 - ], - "span": [ - 11, - 2, - 9 - ] - }, - { - "path": [ - 5, - 0, - 2, - 0, - 2 - ], - "span": [ - 11, - 12, - 13 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1 - ], - "span": [ - 12, - 2, - 11 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 1 - ], - "span": [ - 12, - 2, - 6 - ] - }, - { - "path": [ - 5, - 0, - 2, - 1, - 2 - ], - "span": [ - 12, - 9, - 10 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2 - ], - "span": [ - 13, - 2, - 12 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 1 - ], - "span": [ - 13, - 2, - 7 - ] - }, - { - "path": [ - 5, - 0, - 2, - 2, - 2 - ], - "span": [ - 13, - 10, - 11 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3 - ], - "span": [ - 14, - 2, - 9 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 1 - ], - "span": [ - 14, - 2, - 4 - ] - }, - { - "path": [ - 5, - 0, - 2, - 3, - 2 - ], - "span": [ - 14, - 7, - 8 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4 - ], - "span": [ - 15, - 2, - 10 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 1 - ], - "span": [ - 15, - 2, - 5 - ] - }, - { - "path": [ - 5, - 0, - 2, - 4, - 2 - ], - "span": [ - 15, - 8, - 9 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 44, - 0, - 103, - 1 - ], - "leadingComments": " `Swagger` is a representation of OpenAPI v2 specification's Swagger object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#swaggerObject\n\n Example:\n\n option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {\n info: {\n title: \"Echo API\";\n version: \"1.0\";\n description: \"\";\n contact: {\n name: \"gRPC-Gateway project\";\n url: \"https://github.com/grpc-ecosystem/grpc-gateway\";\n email: \"none@example.com\";\n };\n license: {\n name: \"BSD 3-Clause License\";\n url: \"https://github.com/grpc-ecosystem/grpc-gateway/blob/master/LICENSE.txt\";\n };\n };\n schemes: HTTPS;\n consumes: \"application/json\";\n produces: \"application/json\";\n };\n\n" - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 44, - 8, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 48, - 2, - 21 - ], - "leadingComments": " Specifies the OpenAPI Specification version being used. It can be\n used by the OpenAPI UI and other clients to interpret the API listing. The\n value MUST be \"2.0\".\n" - }, - { - "path": [ - 4, - 0, - 2, - 0, - 5 - ], - "span": [ - 48, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 48, - 9, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 48, - 19, - 20 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 51, - 2, - 16 - ], - "leadingComments": " Provides metadata about the API. The metadata can be used by the\n clients if needed.\n" - }, - { - "path": [ - 4, - 0, - 2, - 1, - 6 - ], - "span": [ - 51, - 2, - 6 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 51, - 7, - 11 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 51, - 14, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2 - ], - "span": [ - 56, - 2, - 18 - ], - "leadingComments": " The host (name or ip) serving the API. This MUST be the host only and does\n not include the scheme nor sub-paths. It MAY include a port. If the host is\n not included, the host serving the documentation is to be used (including\n the port). The host does not support path templating.\n" - }, - { - "path": [ - 4, - 0, - 2, - 2, - 5 - ], - "span": [ - 56, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 56, - 9, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 2, - 3 - ], - "span": [ - 56, - 16, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3 - ], - "span": [ - 66, - 2, - 23 - ], - "leadingComments": " The base path on which the API is served, which is relative to the host. If\n it is not included, the API is served directly under the host. The value\n MUST start with a leading slash (/). The basePath does not support path\n templating.\n Note that using `base_path` does not change the endpoint paths that are\n generated in the resulting OpenAPI file. If you wish to use `base_path`\n with relatively generated OpenAPI paths, the `base_path` prefix must be\n manually removed from your `google.api.http` paths and your code changed to\n serve the API from the `base_path`.\n" - }, - { - "path": [ - 4, - 0, - 2, - 3, - 5 - ], - "span": [ - 66, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 66, - 9, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 3, - 3 - ], - "span": [ - 66, - 21, - 22 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4 - ], - "span": [ - 70, - 2, - 30 - ], - "leadingComments": " The transfer protocol of the API. Values MUST be from the list: \"http\",\n \"https\", \"ws\", \"wss\". If the schemes is not included, the default scheme to\n be used is the one used to access the OpenAPI definition itself.\n" - }, - { - "path": [ - 4, - 0, - 2, - 4, - 4 - ], - "span": [ - 70, - 2, - 10 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 6 - ], - "span": [ - 70, - 11, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 1 - ], - "span": [ - 70, - 18, - 25 - ] - }, - { - "path": [ - 4, - 0, - 2, - 4, - 3 - ], - "span": [ - 70, - 28, - 29 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5 - ], - "span": [ - 74, - 2, - 31 - ], - "leadingComments": " A list of MIME types the APIs can consume. This is global to all APIs but\n can be overridden on specific API calls. Value MUST be as described under\n Mime Types.\n" - }, - { - "path": [ - 4, - 0, - 2, - 5, - 4 - ], - "span": [ - 74, - 2, - 10 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 5 - ], - "span": [ - 74, - 11, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 1 - ], - "span": [ - 74, - 18, - 26 - ] - }, - { - "path": [ - 4, - 0, - 2, - 5, - 3 - ], - "span": [ - 74, - 29, - 30 - ] - }, - { - "path": [ - 4, - 0, - 2, - 6 - ], - "span": [ - 78, - 2, - 31 - ], - "leadingComments": " A list of MIME types the APIs can produce. This is global to all APIs but\n can be overridden on specific API calls. Value MUST be as described under\n Mime Types.\n" - }, - { - "path": [ - 4, - 0, - 2, - 6, - 4 - ], - "span": [ - 78, - 2, - 10 - ] - }, - { - "path": [ - 4, - 0, - 2, - 6, - 5 - ], - "span": [ - 78, - 11, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 6, - 1 - ], - "span": [ - 78, - 18, - 26 - ] - }, - { - "path": [ - 4, - 0, - 2, - 6, - 3 - ], - "span": [ - 78, - 29, - 30 - ] - }, - { - "path": [ - 4, - 0, - 9 - ], - "span": [ - 80, - 2, - 13 - ], - "leadingComments": " field 8 is reserved for 'paths'.\n" - }, - { - "path": [ - 4, - 0, - 9, - 0 - ], - "span": [ - 80, - 11, - 12 - ] - }, - { - "path": [ - 4, - 0, - 9, - 0, - 1 - ], - "span": [ - 80, - 11, - 12 - ] - }, - { - "path": [ - 4, - 0, - 9, - 0, - 2 - ], - "span": [ - 80, - 11, - 12 - ] - }, - { - "path": [ - 4, - 0, - 9 - ], - "span": [ - 83, - 2, - 13 - ], - "leadingComments": " field 9 is reserved for 'definitions', which at this time are already\n exposed as and customizable as proto messages.\n" - }, - { - "path": [ - 4, - 0, - 9, - 1 - ], - "span": [ - 83, - 11, - 12 - ] - }, - { - "path": [ - 4, - 0, - 9, - 1, - 1 - ], - "span": [ - 83, - 11, - 12 - ] - }, - { - "path": [ - 4, - 0, - 9, - 1, - 2 - ], - "span": [ - 83, - 11, - 12 - ] - }, - { - "path": [ - 4, - 0, - 2, - 7 - ], - "span": [ - 86, - 2, - 39 - ], - "leadingComments": " An object to hold responses that can be used across operations. This\n property does not define global responses for all operations.\n" - }, - { - "path": [ - 4, - 0, - 2, - 7, - 6 - ], - "span": [ - 86, - 2, - 23 - ] - }, - { - "path": [ - 4, - 0, - 2, - 7, - 1 - ], - "span": [ - 86, - 24, - 33 - ] - }, - { - "path": [ - 4, - 0, - 2, - 7, - 3 - ], - "span": [ - 86, - 36, - 38 - ] - }, - { - "path": [ - 4, - 0, - 2, - 8 - ], - "span": [ - 88, - 2, - 48 - ], - "leadingComments": " Security scheme definitions that can be used across the specification.\n" - }, - { - "path": [ - 4, - 0, - 2, - 8, - 6 - ], - "span": [ - 88, - 2, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 8, - 1 - ], - "span": [ - 88, - 22, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 8, - 3 - ], - "span": [ - 88, - 45, - 47 - ] - }, - { - "path": [ - 4, - 0, - 2, - 9 - ], - "span": [ - 93, - 2, - 45 - ], - "leadingComments": " A declaration of which security schemes are applied for the API as a whole.\n The list of values describes alternative security schemes that can be used\n (that is, there is a logical OR between the security requirements).\n Individual operations can override this definition.\n" - }, - { - "path": [ - 4, - 0, - 2, - 9, - 4 - ], - "span": [ - 93, - 2, - 10 - ] - }, - { - "path": [ - 4, - 0, - 2, - 9, - 6 - ], - "span": [ - 93, - 11, - 30 - ] - }, - { - "path": [ - 4, - 0, - 2, - 9, - 1 - ], - "span": [ - 93, - 31, - 39 - ] - }, - { - "path": [ - 4, - 0, - 2, - 9, - 3 - ], - "span": [ - 93, - 42, - 44 - ] - }, - { - "path": [ - 4, - 0, - 2, - 10 - ], - "span": [ - 96, - 2, - 25 - ], - "leadingComments": " A list of tags for API documentation control. Tags can be used for logical\n grouping of operations by resources or any other qualifier.\n" - }, - { - "path": [ - 4, - 0, - 2, - 10, - 4 - ], - "span": [ - 96, - 2, - 10 - ] - }, - { - "path": [ - 4, - 0, - 2, - 10, - 6 - ], - "span": [ - 96, - 11, - 14 - ] - }, - { - "path": [ - 4, - 0, - 2, - 10, - 1 - ], - "span": [ - 96, - 15, - 19 - ] - }, - { - "path": [ - 4, - 0, - 2, - 10, - 3 - ], - "span": [ - 96, - 22, - 24 - ] - }, - { - "path": [ - 4, - 0, - 2, - 11 - ], - "span": [ - 98, - 2, - 43 - ], - "leadingComments": " Additional external documentation.\n" - }, - { - "path": [ - 4, - 0, - 2, - 11, - 6 - ], - "span": [ - 98, - 2, - 23 - ] - }, - { - "path": [ - 4, - 0, - 2, - 11, - 1 - ], - "span": [ - 98, - 24, - 37 - ] - }, - { - "path": [ - 4, - 0, - 2, - 11, - 3 - ], - "span": [ - 98, - 40, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 12 - ], - "span": [ - 102, - 2, - 53 - ], - "leadingComments": " Custom properties that start with \"x-\" such as \"x-foo\" used to describe\n extra functionality that is not covered by the standard OpenAPI Specification.\n See: https://swagger.io/docs/specification/2-0/swagger-extensions/\n" - }, - { - "path": [ - 4, - 0, - 2, - 12, - 6 - ], - "span": [ - 102, - 2, - 36 - ] - }, - { - "path": [ - 4, - 0, - 2, - 12, - 1 - ], - "span": [ - 102, - 37, - 47 - ] - }, - { - "path": [ - 4, - 0, - 2, - 12, - 3 - ], - "span": [ - 102, - 50, - 52 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 130, - 0, - 181, - 1 - ], - "leadingComments": " `Operation` is a representation of OpenAPI v2 specification's Operation object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#operationObject\n\n Example:\n\n service EchoService {\n rpc Echo(SimpleMessage) returns (SimpleMessage) {\n option (google.api.http) = {\n get: \"/v1/example/echo/{id}\"\n };\n\n option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {\n summary: \"Get a message.\";\n operation_id: \"getMessage\";\n tags: \"echo\";\n responses: {\n key: \"200\"\n value: {\n description: \"OK\";\n }\n }\n };\n }\n }\n" - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 130, - 8, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 133, - 2, - 27 - ], - "leadingComments": " A list of tags for API documentation control. Tags can be used for logical\n grouping of operations by resources or any other qualifier.\n" - }, - { - "path": [ - 4, - 1, - 2, - 0, - 4 - ], - "span": [ - 133, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 5 - ], - "span": [ - 133, - 11, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 133, - 18, - 22 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 133, - 25, - 26 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1 - ], - "span": [ - 136, - 2, - 21 - ], - "leadingComments": " A short summary of what the operation does. For maximum readability in the\n swagger-ui, this field SHOULD be less than 120 characters.\n" - }, - { - "path": [ - 4, - 1, - 2, - 1, - 5 - ], - "span": [ - 136, - 2, - 8 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1, - 1 - ], - "span": [ - 136, - 9, - 16 - ] - }, - { - "path": [ - 4, - 1, - 2, - 1, - 3 - ], - "span": [ - 136, - 19, - 20 - ] - }, - { - "path": [ - 4, - 1, - 2, - 2 - ], - "span": [ - 139, - 2, - 25 - ], - "leadingComments": " A verbose explanation of the operation behavior. GFM syntax can be used for\n rich text representation.\n" - }, - { - "path": [ - 4, - 1, - 2, - 2, - 5 - ], - "span": [ - 139, - 2, - 8 - ] - }, - { - "path": [ - 4, - 1, - 2, - 2, - 1 - ], - "span": [ - 139, - 9, - 20 - ] - }, - { - "path": [ - 4, - 1, - 2, - 2, - 3 - ], - "span": [ - 139, - 23, - 24 - ] - }, - { - "path": [ - 4, - 1, - 2, - 3 - ], - "span": [ - 141, - 2, - 42 - ], - "leadingComments": " Additional external documentation for this operation.\n" - }, - { - "path": [ - 4, - 1, - 2, - 3, - 6 - ], - "span": [ - 141, - 2, - 23 - ] - }, - { - "path": [ - 4, - 1, - 2, - 3, - 1 - ], - "span": [ - 141, - 24, - 37 - ] - }, - { - "path": [ - 4, - 1, - 2, - 3, - 3 - ], - "span": [ - 141, - 40, - 41 - ] - }, - { - "path": [ - 4, - 1, - 2, - 4 - ], - "span": [ - 146, - 2, - 26 - ], - "leadingComments": " Unique string used to identify the operation. The id MUST be unique among\n all operations described in the API. Tools and libraries MAY use the\n operationId to uniquely identify an operation, therefore, it is recommended\n to follow common programming naming conventions.\n" - }, - { - "path": [ - 4, - 1, - 2, - 4, - 5 - ], - "span": [ - 146, - 2, - 8 - ] - }, - { - "path": [ - 4, - 1, - 2, - 4, - 1 - ], - "span": [ - 146, - 9, - 21 - ] - }, - { - "path": [ - 4, - 1, - 2, - 4, - 3 - ], - "span": [ - 146, - 24, - 25 - ] - }, - { - "path": [ - 4, - 1, - 2, - 5 - ], - "span": [ - 150, - 2, - 31 - ], - "leadingComments": " A list of MIME types the operation can consume. This overrides the consumes\n definition at the OpenAPI Object. An empty value MAY be used to clear the\n global definition. Value MUST be as described under Mime Types.\n" - }, - { - "path": [ - 4, - 1, - 2, - 5, - 4 - ], - "span": [ - 150, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 5, - 5 - ], - "span": [ - 150, - 11, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 5, - 1 - ], - "span": [ - 150, - 18, - 26 - ] - }, - { - "path": [ - 4, - 1, - 2, - 5, - 3 - ], - "span": [ - 150, - 29, - 30 - ] - }, - { - "path": [ - 4, - 1, - 2, - 6 - ], - "span": [ - 154, - 2, - 31 - ], - "leadingComments": " A list of MIME types the operation can produce. This overrides the produces\n definition at the OpenAPI Object. An empty value MAY be used to clear the\n global definition. Value MUST be as described under Mime Types.\n" - }, - { - "path": [ - 4, - 1, - 2, - 6, - 4 - ], - "span": [ - 154, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 6, - 5 - ], - "span": [ - 154, - 11, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 6, - 1 - ], - "span": [ - 154, - 18, - 26 - ] - }, - { - "path": [ - 4, - 1, - 2, - 6, - 3 - ], - "span": [ - 154, - 29, - 30 - ] - }, - { - "path": [ - 4, - 1, - 9 - ], - "span": [ - 156, - 2, - 13 - ], - "leadingComments": " field 8 is reserved for 'parameters'.\n" - }, - { - "path": [ - 4, - 1, - 9, - 0 - ], - "span": [ - 156, - 11, - 12 - ] - }, - { - "path": [ - 4, - 1, - 9, - 0, - 1 - ], - "span": [ - 156, - 11, - 12 - ] - }, - { - "path": [ - 4, - 1, - 9, - 0, - 2 - ], - "span": [ - 156, - 11, - 12 - ] - }, - { - "path": [ - 4, - 1, - 2, - 7 - ], - "span": [ - 159, - 2, - 38 - ], - "leadingComments": " The list of possible responses as they are returned from executing this\n operation.\n" - }, - { - "path": [ - 4, - 1, - 2, - 7, - 6 - ], - "span": [ - 159, - 2, - 23 - ] - }, - { - "path": [ - 4, - 1, - 2, - 7, - 1 - ], - "span": [ - 159, - 24, - 33 - ] - }, - { - "path": [ - 4, - 1, - 2, - 7, - 3 - ], - "span": [ - 159, - 36, - 37 - ] - }, - { - "path": [ - 4, - 1, - 2, - 8 - ], - "span": [ - 163, - 2, - 31 - ], - "leadingComments": " The transfer protocol for the operation. Values MUST be from the list:\n \"http\", \"https\", \"ws\", \"wss\". The value overrides the OpenAPI Object\n schemes definition.\n" - }, - { - "path": [ - 4, - 1, - 2, - 8, - 4 - ], - "span": [ - 163, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 8, - 6 - ], - "span": [ - 163, - 11, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 8, - 1 - ], - "span": [ - 163, - 18, - 25 - ] - }, - { - "path": [ - 4, - 1, - 2, - 8, - 3 - ], - "span": [ - 163, - 28, - 30 - ] - }, - { - "path": [ - 4, - 1, - 2, - 9 - ], - "span": [ - 166, - 2, - 23 - ], - "leadingComments": " Declares this operation to be deprecated. Usage of the declared operation\n should be refrained. Default value is false.\n" - }, - { - "path": [ - 4, - 1, - 2, - 9, - 5 - ], - "span": [ - 166, - 2, - 6 - ] - }, - { - "path": [ - 4, - 1, - 2, - 9, - 1 - ], - "span": [ - 166, - 7, - 17 - ] - }, - { - "path": [ - 4, - 1, - 2, - 9, - 3 - ], - "span": [ - 166, - 20, - 22 - ] - }, - { - "path": [ - 4, - 1, - 2, - 10 - ], - "span": [ - 172, - 2, - 45 - ], - "leadingComments": " A declaration of which security schemes are applied for this operation. The\n list of values describes alternative security schemes that can be used\n (that is, there is a logical OR between the security requirements). This\n definition overrides any declared top-level security. To remove a top-level\n security declaration, an empty array can be used.\n" - }, - { - "path": [ - 4, - 1, - 2, - 10, - 4 - ], - "span": [ - 172, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 10, - 6 - ], - "span": [ - 172, - 11, - 30 - ] - }, - { - "path": [ - 4, - 1, - 2, - 10, - 1 - ], - "span": [ - 172, - 31, - 39 - ] - }, - { - "path": [ - 4, - 1, - 2, - 10, - 3 - ], - "span": [ - 172, - 42, - 44 - ] - }, - { - "path": [ - 4, - 1, - 2, - 11 - ], - "span": [ - 176, - 2, - 53 - ], - "leadingComments": " Custom properties that start with \"x-\" such as \"x-foo\" used to describe\n extra functionality that is not covered by the standard OpenAPI Specification.\n See: https://swagger.io/docs/specification/2-0/swagger-extensions/\n" - }, - { - "path": [ - 4, - 1, - 2, - 11, - 6 - ], - "span": [ - 176, - 2, - 36 - ] - }, - { - "path": [ - 4, - 1, - 2, - 11, - 1 - ], - "span": [ - 176, - 37, - 47 - ] - }, - { - "path": [ - 4, - 1, - 2, - 11, - 3 - ], - "span": [ - 176, - 50, - 52 - ] - }, - { - "path": [ - 4, - 1, - 2, - 12 - ], - "span": [ - 180, - 2, - 29 - ], - "leadingComments": " Custom parameters such as HTTP request headers.\n See: https://swagger.io/docs/specification/2-0/describing-parameters/\n and https://swagger.io/specification/v2/#parameter-object.\n" - }, - { - "path": [ - 4, - 1, - 2, - 12, - 6 - ], - "span": [ - 180, - 2, - 12 - ] - }, - { - "path": [ - 4, - 1, - 2, - 12, - 1 - ], - "span": [ - 180, - 13, - 23 - ] - }, - { - "path": [ - 4, - 1, - 2, - 12, - 3 - ], - "span": [ - 180, - 26, - 28 - ] - }, - { - "path": [ - 4, - 2 - ], - "span": [ - 188, - 0, - 192, - 1 - ], - "leadingComments": " `Parameters` is a representation of OpenAPI v2 specification's parameters object.\n Note: This technically breaks compatibility with the OpenAPI 2 definition structure as we only\n allow header parameters to be set here since we do not want users specifying custom non-header\n parameters beyond those inferred from the Protobuf schema.\n See: https://swagger.io/specification/v2/#parameter-object\n" - }, - { - "path": [ - 4, - 2, - 1 - ], - "span": [ - 188, - 8, - 18 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0 - ], - "span": [ - 191, - 2, - 39 - ], - "leadingComments": " `Headers` is one or more HTTP header parameter.\n See: https://swagger.io/docs/specification/2-0/describing-parameters/#header-parameters\n" - }, - { - "path": [ - 4, - 2, - 2, - 0, - 4 - ], - "span": [ - 191, - 2, - 10 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 6 - ], - "span": [ - 191, - 11, - 26 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 1 - ], - "span": [ - 191, - 27, - 34 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 3 - ], - "span": [ - 191, - 37, - 38 - ] - }, - { - "path": [ - 4, - 3 - ], - "span": [ - 196, - 0, - 222, - 1 - ], - "leadingComments": " `HeaderParameter` a HTTP header parameter.\n See: https://swagger.io/specification/v2/#parameter-object\n" - }, - { - "path": [ - 4, - 3, - 1 - ], - "span": [ - 196, - 8, - 23 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0 - ], - "span": [ - 199, - 2, - 205, - 3 - ], - "leadingComments": " `Type` is a a supported HTTP header type.\n See https://swagger.io/specification/v2/#parameterType.\n" - }, - { - "path": [ - 4, - 3, - 4, - 0, - 1 - ], - "span": [ - 199, - 7, - 11 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 0 - ], - "span": [ - 200, - 4, - 16 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 200, - 4, - 11 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 0, - 2 - ], - "span": [ - 200, - 14, - 15 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 1 - ], - "span": [ - 201, - 4, - 15 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 201, - 4, - 10 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 1, - 2 - ], - "span": [ - 201, - 13, - 14 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 2 - ], - "span": [ - 202, - 4, - 15 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 202, - 4, - 10 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 2, - 2 - ], - "span": [ - 202, - 13, - 14 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 3 - ], - "span": [ - 203, - 4, - 16 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 203, - 4, - 11 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 3, - 2 - ], - "span": [ - 203, - 14, - 15 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 4 - ], - "span": [ - 204, - 4, - 16 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 4, - 1 - ], - "span": [ - 204, - 4, - 11 - ] - }, - { - "path": [ - 4, - 3, - 4, - 0, - 2, - 4, - 2 - ], - "span": [ - 204, - 14, - 15 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0 - ], - "span": [ - 208, - 2, - 18 - ], - "leadingComments": " `Name` is the header name.\n" - }, - { - "path": [ - 4, - 3, - 2, - 0, - 5 - ], - "span": [ - 208, - 2, - 8 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 1 - ], - "span": [ - 208, - 9, - 13 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 3 - ], - "span": [ - 208, - 16, - 17 - ] - }, - { - "path": [ - 4, - 3, - 2, - 1 - ], - "span": [ - 210, - 2, - 25 - ], - "leadingComments": " `Description` is a short description of the header.\n" - }, - { - "path": [ - 4, - 3, - 2, - 1, - 5 - ], - "span": [ - 210, - 2, - 8 - ] - }, - { - "path": [ - 4, - 3, - 2, - 1, - 1 - ], - "span": [ - 210, - 9, - 20 - ] - }, - { - "path": [ - 4, - 3, - 2, - 1, - 3 - ], - "span": [ - 210, - 23, - 24 - ] - }, - { - "path": [ - 4, - 3, - 2, - 2 - ], - "span": [ - 213, - 2, - 16 - ], - "leadingComments": " `Type` is the type of the object. The value MUST be one of \"string\", \"number\", \"integer\", or \"boolean\". The \"array\" type is not supported.\n See: https://swagger.io/specification/v2/#parameterType.\n" - }, - { - "path": [ - 4, - 3, - 2, - 2, - 6 - ], - "span": [ - 213, - 2, - 6 - ] - }, - { - "path": [ - 4, - 3, - 2, - 2, - 1 - ], - "span": [ - 213, - 7, - 11 - ] - }, - { - "path": [ - 4, - 3, - 2, - 2, - 3 - ], - "span": [ - 213, - 14, - 15 - ] - }, - { - "path": [ - 4, - 3, - 2, - 3 - ], - "span": [ - 215, - 2, - 20 - ], - "leadingComments": " `Format` The extending format for the previously mentioned type.\n" - }, - { - "path": [ - 4, - 3, - 2, - 3, - 5 - ], - "span": [ - 215, - 2, - 8 - ] - }, - { - "path": [ - 4, - 3, - 2, - 3, - 1 - ], - "span": [ - 215, - 9, - 15 - ] - }, - { - "path": [ - 4, - 3, - 2, - 3, - 3 - ], - "span": [ - 215, - 18, - 19 - ] - }, - { - "path": [ - 4, - 3, - 2, - 4 - ], - "span": [ - 217, - 2, - 20 - ], - "leadingComments": " `Required` indicates if the header is optional\n" - }, - { - "path": [ - 4, - 3, - 2, - 4, - 5 - ], - "span": [ - 217, - 2, - 6 - ] - }, - { - "path": [ - 4, - 3, - 2, - 4, - 1 - ], - "span": [ - 217, - 7, - 15 - ] - }, - { - "path": [ - 4, - 3, - 2, - 4, - 3 - ], - "span": [ - 217, - 18, - 19 - ] - }, - { - "path": [ - 4, - 3, - 9 - ], - "span": [ - 219, - 2, - 13 - ], - "leadingComments": " field 6 is reserved for 'items', but in OpenAPI-specific way.\n" - }, - { - "path": [ - 4, - 3, - 9, - 0 - ], - "span": [ - 219, - 11, - 12 - ] - }, - { - "path": [ - 4, - 3, - 9, - 0, - 1 - ], - "span": [ - 219, - 11, - 12 - ] - }, - { - "path": [ - 4, - 3, - 9, - 0, - 2 - ], - "span": [ - 219, - 11, - 12 - ] - }, - { - "path": [ - 4, - 3, - 9 - ], - "span": [ - 221, - 2, - 13 - ], - "leadingComments": " field 7 is reserved `Collection Format`. Determines the format of the array if type array is used.\n" - }, - { - "path": [ - 4, - 3, - 9, - 1 - ], - "span": [ - 221, - 11, - 12 - ] - }, - { - "path": [ - 4, - 3, - 9, - 1, - 1 - ], - "span": [ - 221, - 11, - 12 - ] - }, - { - "path": [ - 4, - 3, - 9, - 1, - 2 - ], - "span": [ - 221, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4 - ], - "span": [ - 228, - 0, - 267, - 1 - ], - "leadingComments": " `Header` is a representation of OpenAPI v2 specification's Header object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#headerObject\n\n" - }, - { - "path": [ - 4, - 4, - 1 - ], - "span": [ - 228, - 8, - 14 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0 - ], - "span": [ - 230, - 2, - 25 - ], - "leadingComments": " `Description` is a short description of the header.\n" - }, - { - "path": [ - 4, - 4, - 2, - 0, - 5 - ], - "span": [ - 230, - 2, - 8 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 1 - ], - "span": [ - 230, - 9, - 20 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 3 - ], - "span": [ - 230, - 23, - 24 - ] - }, - { - "path": [ - 4, - 4, - 2, - 1 - ], - "span": [ - 232, - 2, - 18 - ], - "leadingComments": " The type of the object. The value MUST be one of \"string\", \"number\", \"integer\", or \"boolean\". The \"array\" type is not supported.\n" - }, - { - "path": [ - 4, - 4, - 2, - 1, - 5 - ], - "span": [ - 232, - 2, - 8 - ] - }, - { - "path": [ - 4, - 4, - 2, - 1, - 1 - ], - "span": [ - 232, - 9, - 13 - ] - }, - { - "path": [ - 4, - 4, - 2, - 1, - 3 - ], - "span": [ - 232, - 16, - 17 - ] - }, - { - "path": [ - 4, - 4, - 2, - 2 - ], - "span": [ - 234, - 2, - 20 - ], - "leadingComments": " `Format` The extending format for the previously mentioned type.\n" - }, - { - "path": [ - 4, - 4, - 2, - 2, - 5 - ], - "span": [ - 234, - 2, - 8 - ] - }, - { - "path": [ - 4, - 4, - 2, - 2, - 1 - ], - "span": [ - 234, - 9, - 15 - ] - }, - { - "path": [ - 4, - 4, - 2, - 2, - 3 - ], - "span": [ - 234, - 18, - 19 - ] - }, - { - "path": [ - 4, - 4, - 9 - ], - "span": [ - 236, - 2, - 13 - ], - "leadingComments": " field 4 is reserved for 'items', but in OpenAPI-specific way.\n" - }, - { - "path": [ - 4, - 4, - 9, - 0 - ], - "span": [ - 236, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 9, - 0, - 1 - ], - "span": [ - 236, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 9, - 0, - 2 - ], - "span": [ - 236, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 9 - ], - "span": [ - 238, - 2, - 13 - ], - "leadingComments": " field 5 is reserved `Collection Format` Determines the format of the array if type array is used.\n" - }, - { - "path": [ - 4, - 4, - 9, - 1 - ], - "span": [ - 238, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 9, - 1, - 1 - ], - "span": [ - 238, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 9, - 1, - 2 - ], - "span": [ - 238, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 2, - 3 - ], - "span": [ - 242, - 2, - 21 - ], - "leadingComments": " `Default` Declares the value of the header that the server will use if none is provided.\n See: https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-6.2.\n Unlike JSON Schema this value MUST conform to the defined type for the header.\n" - }, - { - "path": [ - 4, - 4, - 2, - 3, - 5 - ], - "span": [ - 242, - 2, - 8 - ] - }, - { - "path": [ - 4, - 4, - 2, - 3, - 1 - ], - "span": [ - 242, - 9, - 16 - ] - }, - { - "path": [ - 4, - 4, - 2, - 3, - 3 - ], - "span": [ - 242, - 19, - 20 - ] - }, - { - "path": [ - 4, - 4, - 9 - ], - "span": [ - 244, - 2, - 13 - ], - "leadingComments": " field 7 is reserved for 'maximum'.\n" - }, - { - "path": [ - 4, - 4, - 9, - 2 - ], - "span": [ - 244, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 9, - 2, - 1 - ], - "span": [ - 244, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 9, - 2, - 2 - ], - "span": [ - 244, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 9 - ], - "span": [ - 246, - 2, - 13 - ], - "leadingComments": " field 8 is reserved for 'exclusiveMaximum'.\n" - }, - { - "path": [ - 4, - 4, - 9, - 3 - ], - "span": [ - 246, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 9, - 3, - 1 - ], - "span": [ - 246, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 9, - 3, - 2 - ], - "span": [ - 246, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 9 - ], - "span": [ - 248, - 2, - 13 - ], - "leadingComments": " field 9 is reserved for 'minimum'.\n" - }, - { - "path": [ - 4, - 4, - 9, - 4 - ], - "span": [ - 248, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 9, - 4, - 1 - ], - "span": [ - 248, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 9, - 4, - 2 - ], - "span": [ - 248, - 11, - 12 - ] - }, - { - "path": [ - 4, - 4, - 9 - ], - "span": [ - 250, - 2, - 14 - ], - "leadingComments": " field 10 is reserved for 'exclusiveMinimum'.\n" - }, - { - "path": [ - 4, - 4, - 9, - 5 - ], - "span": [ - 250, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 5, - 1 - ], - "span": [ - 250, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 5, - 2 - ], - "span": [ - 250, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9 - ], - "span": [ - 252, - 2, - 14 - ], - "leadingComments": " field 11 is reserved for 'maxLength'.\n" - }, - { - "path": [ - 4, - 4, - 9, - 6 - ], - "span": [ - 252, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 6, - 1 - ], - "span": [ - 252, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 6, - 2 - ], - "span": [ - 252, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9 - ], - "span": [ - 254, - 2, - 14 - ], - "leadingComments": " field 12 is reserved for 'minLength'.\n" - }, - { - "path": [ - 4, - 4, - 9, - 7 - ], - "span": [ - 254, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 7, - 1 - ], - "span": [ - 254, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 7, - 2 - ], - "span": [ - 254, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 2, - 4 - ], - "span": [ - 256, - 2, - 22 - ], - "leadingComments": " 'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.\n" - }, - { - "path": [ - 4, - 4, - 2, - 4, - 5 - ], - "span": [ - 256, - 2, - 8 - ] - }, - { - "path": [ - 4, - 4, - 2, - 4, - 1 - ], - "span": [ - 256, - 9, - 16 - ] - }, - { - "path": [ - 4, - 4, - 2, - 4, - 3 - ], - "span": [ - 256, - 19, - 21 - ] - }, - { - "path": [ - 4, - 4, - 9 - ], - "span": [ - 258, - 2, - 14 - ], - "leadingComments": " field 14 is reserved for 'maxItems'.\n" - }, - { - "path": [ - 4, - 4, - 9, - 8 - ], - "span": [ - 258, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 8, - 1 - ], - "span": [ - 258, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 8, - 2 - ], - "span": [ - 258, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9 - ], - "span": [ - 260, - 2, - 14 - ], - "leadingComments": " field 15 is reserved for 'minItems'.\n" - }, - { - "path": [ - 4, - 4, - 9, - 9 - ], - "span": [ - 260, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 9, - 1 - ], - "span": [ - 260, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 9, - 2 - ], - "span": [ - 260, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9 - ], - "span": [ - 262, - 2, - 14 - ], - "leadingComments": " field 16 is reserved for 'uniqueItems'.\n" - }, - { - "path": [ - 4, - 4, - 9, - 10 - ], - "span": [ - 262, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 10, - 1 - ], - "span": [ - 262, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 10, - 2 - ], - "span": [ - 262, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9 - ], - "span": [ - 264, - 2, - 14 - ], - "leadingComments": " field 17 is reserved for 'enum'.\n" - }, - { - "path": [ - 4, - 4, - 9, - 11 - ], - "span": [ - 264, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 11, - 1 - ], - "span": [ - 264, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 11, - 2 - ], - "span": [ - 264, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9 - ], - "span": [ - 266, - 2, - 14 - ], - "leadingComments": " field 18 is reserved for 'multipleOf'.\n" - }, - { - "path": [ - 4, - 4, - 9, - 12 - ], - "span": [ - 266, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 12, - 1 - ], - "span": [ - 266, - 11, - 13 - ] - }, - { - "path": [ - 4, - 4, - 9, - 12, - 2 - ], - "span": [ - 266, - 11, - 13 - ] - }, - { - "path": [ - 4, - 5 - ], - "span": [ - 273, - 0, - 291, - 1 - ], - "leadingComments": " `Response` is a representation of OpenAPI v2 specification's Response object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#responseObject\n\n" - }, - { - "path": [ - 4, - 5, - 1 - ], - "span": [ - 273, - 8, - 16 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0 - ], - "span": [ - 276, - 2, - 25 - ], - "leadingComments": " `Description` is a short description of the response.\n GFM syntax can be used for rich text representation.\n" - }, - { - "path": [ - 4, - 5, - 2, - 0, - 5 - ], - "span": [ - 276, - 2, - 8 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 1 - ], - "span": [ - 276, - 9, - 20 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 3 - ], - "span": [ - 276, - 23, - 24 - ] - }, - { - "path": [ - 4, - 5, - 2, - 1 - ], - "span": [ - 279, - 2, - 20 - ], - "leadingComments": " `Schema` optionally defines the structure of the response.\n If `Schema` is not provided, it means there is no content to the response.\n" - }, - { - "path": [ - 4, - 5, - 2, - 1, - 6 - ], - "span": [ - 279, - 2, - 8 - ] - }, - { - "path": [ - 4, - 5, - 2, - 1, - 1 - ], - "span": [ - 279, - 9, - 15 - ] - }, - { - "path": [ - 4, - 5, - 2, - 1, - 3 - ], - "span": [ - 279, - 18, - 19 - ] - }, - { - "path": [ - 4, - 5, - 2, - 2 - ], - "span": [ - 283, - 2, - 34 - ], - "leadingComments": " `Headers` A list of headers that are sent with the response.\n `Header` name is expected to be a string in the canonical format of the MIME header key\n See: https://golang.org/pkg/net/textproto/#CanonicalMIMEHeaderKey\n" - }, - { - "path": [ - 4, - 5, - 2, - 2, - 6 - ], - "span": [ - 283, - 2, - 21 - ] - }, - { - "path": [ - 4, - 5, - 2, - 2, - 1 - ], - "span": [ - 283, - 22, - 29 - ] - }, - { - "path": [ - 4, - 5, - 2, - 2, - 3 - ], - "span": [ - 283, - 32, - 33 - ] - }, - { - "path": [ - 4, - 5, - 2, - 3 - ], - "span": [ - 286, - 2, - 35 - ], - "leadingComments": " `Examples` gives per-mimetype response examples.\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object\n" - }, - { - "path": [ - 4, - 5, - 2, - 3, - 6 - ], - "span": [ - 286, - 2, - 21 - ] - }, - { - "path": [ - 4, - 5, - 2, - 3, - 1 - ], - "span": [ - 286, - 22, - 30 - ] - }, - { - "path": [ - 4, - 5, - 2, - 3, - 3 - ], - "span": [ - 286, - 33, - 34 - ] - }, - { - "path": [ - 4, - 5, - 2, - 4 - ], - "span": [ - 290, - 2, - 52 - ], - "leadingComments": " Custom properties that start with \"x-\" such as \"x-foo\" used to describe\n extra functionality that is not covered by the standard OpenAPI Specification.\n See: https://swagger.io/docs/specification/2-0/swagger-extensions/\n" - }, - { - "path": [ - 4, - 5, - 2, - 4, - 6 - ], - "span": [ - 290, - 2, - 36 - ] - }, - { - "path": [ - 4, - 5, - 2, - 4, - 1 - ], - "span": [ - 290, - 37, - 47 - ] - }, - { - "path": [ - 4, - 5, - 2, - 4, - 3 - ], - "span": [ - 290, - 50, - 51 - ] - }, - { - "path": [ - 4, - 6 - ], - "span": [ - 317, - 0, - 336, - 1 - ], - "leadingComments": " `Info` is a representation of OpenAPI v2 specification's Info object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#infoObject\n\n Example:\n\n option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {\n info: {\n title: \"Echo API\";\n version: \"1.0\";\n description: \"\";\n contact: {\n name: \"gRPC-Gateway project\";\n url: \"https://github.com/grpc-ecosystem/grpc-gateway\";\n email: \"none@example.com\";\n };\n license: {\n name: \"BSD 3-Clause License\";\n url: \"https://github.com/grpc-ecosystem/grpc-gateway/blob/master/LICENSE.txt\";\n };\n };\n ...\n };\n\n" - }, - { - "path": [ - 4, - 6, - 1 - ], - "span": [ - 317, - 8, - 12 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0 - ], - "span": [ - 319, - 2, - 19 - ], - "leadingComments": " The title of the application.\n" - }, - { - "path": [ - 4, - 6, - 2, - 0, - 5 - ], - "span": [ - 319, - 2, - 8 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 1 - ], - "span": [ - 319, - 9, - 14 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 3 - ], - "span": [ - 319, - 17, - 18 - ] - }, - { - "path": [ - 4, - 6, - 2, - 1 - ], - "span": [ - 322, - 2, - 25 - ], - "leadingComments": " A short description of the application. GFM syntax can be used for rich\n text representation.\n" - }, - { - "path": [ - 4, - 6, - 2, - 1, - 5 - ], - "span": [ - 322, - 2, - 8 - ] - }, - { - "path": [ - 4, - 6, - 2, - 1, - 1 - ], - "span": [ - 322, - 9, - 20 - ] - }, - { - "path": [ - 4, - 6, - 2, - 1, - 3 - ], - "span": [ - 322, - 23, - 24 - ] - }, - { - "path": [ - 4, - 6, - 2, - 2 - ], - "span": [ - 324, - 2, - 30 - ], - "leadingComments": " The Terms of Service for the API.\n" - }, - { - "path": [ - 4, - 6, - 2, - 2, - 5 - ], - "span": [ - 324, - 2, - 8 - ] - }, - { - "path": [ - 4, - 6, - 2, - 2, - 1 - ], - "span": [ - 324, - 9, - 25 - ] - }, - { - "path": [ - 4, - 6, - 2, - 2, - 3 - ], - "span": [ - 324, - 28, - 29 - ] - }, - { - "path": [ - 4, - 6, - 2, - 3 - ], - "span": [ - 326, - 2, - 22 - ], - "leadingComments": " The contact information for the exposed API.\n" - }, - { - "path": [ - 4, - 6, - 2, - 3, - 6 - ], - "span": [ - 326, - 2, - 9 - ] - }, - { - "path": [ - 4, - 6, - 2, - 3, - 1 - ], - "span": [ - 326, - 10, - 17 - ] - }, - { - "path": [ - 4, - 6, - 2, - 3, - 3 - ], - "span": [ - 326, - 20, - 21 - ] - }, - { - "path": [ - 4, - 6, - 2, - 4 - ], - "span": [ - 328, - 2, - 22 - ], - "leadingComments": " The license information for the exposed API.\n" - }, - { - "path": [ - 4, - 6, - 2, - 4, - 6 - ], - "span": [ - 328, - 2, - 9 - ] - }, - { - "path": [ - 4, - 6, - 2, - 4, - 1 - ], - "span": [ - 328, - 10, - 17 - ] - }, - { - "path": [ - 4, - 6, - 2, - 4, - 3 - ], - "span": [ - 328, - 20, - 21 - ] - }, - { - "path": [ - 4, - 6, - 2, - 5 - ], - "span": [ - 331, - 2, - 21 - ], - "leadingComments": " Provides the version of the application API (not to be confused\n with the specification version).\n" - }, - { - "path": [ - 4, - 6, - 2, - 5, - 5 - ], - "span": [ - 331, - 2, - 8 - ] - }, - { - "path": [ - 4, - 6, - 2, - 5, - 1 - ], - "span": [ - 331, - 9, - 16 - ] - }, - { - "path": [ - 4, - 6, - 2, - 5, - 3 - ], - "span": [ - 331, - 19, - 20 - ] - }, - { - "path": [ - 4, - 6, - 2, - 6 - ], - "span": [ - 335, - 2, - 52 - ], - "leadingComments": " Custom properties that start with \"x-\" such as \"x-foo\" used to describe\n extra functionality that is not covered by the standard OpenAPI Specification.\n See: https://swagger.io/docs/specification/2-0/swagger-extensions/\n" - }, - { - "path": [ - 4, - 6, - 2, - 6, - 6 - ], - "span": [ - 335, - 2, - 36 - ] - }, - { - "path": [ - 4, - 6, - 2, - 6, - 1 - ], - "span": [ - 335, - 37, - 47 - ] - }, - { - "path": [ - 4, - 6, - 2, - 6, - 3 - ], - "span": [ - 335, - 50, - 51 - ] - }, - { - "path": [ - 4, - 7 - ], - "span": [ - 357, - 0, - 366, - 1 - ], - "leadingComments": " `Contact` is a representation of OpenAPI v2 specification's Contact object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#contactObject\n\n Example:\n\n option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {\n info: {\n ...\n contact: {\n name: \"gRPC-Gateway project\";\n url: \"https://github.com/grpc-ecosystem/grpc-gateway\";\n email: \"none@example.com\";\n };\n ...\n };\n ...\n };\n\n" - }, - { - "path": [ - 4, - 7, - 1 - ], - "span": [ - 357, - 8, - 15 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0 - ], - "span": [ - 359, - 2, - 18 - ], - "leadingComments": " The identifying name of the contact person/organization.\n" - }, - { - "path": [ - 4, - 7, - 2, - 0, - 5 - ], - "span": [ - 359, - 2, - 8 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 1 - ], - "span": [ - 359, - 9, - 13 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 3 - ], - "span": [ - 359, - 16, - 17 - ] - }, - { - "path": [ - 4, - 7, - 2, - 1 - ], - "span": [ - 362, - 2, - 17 - ], - "leadingComments": " The URL pointing to the contact information. MUST be in the format of a\n URL.\n" - }, - { - "path": [ - 4, - 7, - 2, - 1, - 5 - ], - "span": [ - 362, - 2, - 8 - ] - }, - { - "path": [ - 4, - 7, - 2, - 1, - 1 - ], - "span": [ - 362, - 9, - 12 - ] - }, - { - "path": [ - 4, - 7, - 2, - 1, - 3 - ], - "span": [ - 362, - 15, - 16 - ] - }, - { - "path": [ - 4, - 7, - 2, - 2 - ], - "span": [ - 365, - 2, - 19 - ], - "leadingComments": " The email address of the contact person/organization. MUST be in the format\n of an email address.\n" - }, - { - "path": [ - 4, - 7, - 2, - 2, - 5 - ], - "span": [ - 365, - 2, - 8 - ] - }, - { - "path": [ - 4, - 7, - 2, - 2, - 1 - ], - "span": [ - 365, - 9, - 14 - ] - }, - { - "path": [ - 4, - 7, - 2, - 2, - 3 - ], - "span": [ - 365, - 17, - 18 - ] - }, - { - "path": [ - 4, - 8 - ], - "span": [ - 386, - 0, - 391, - 1 - ], - "leadingComments": " `License` is a representation of OpenAPI v2 specification's License object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#licenseObject\n\n Example:\n\n option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {\n info: {\n ...\n license: {\n name: \"BSD 3-Clause License\";\n url: \"https://github.com/grpc-ecosystem/grpc-gateway/blob/master/LICENSE.txt\";\n };\n ...\n };\n ...\n };\n\n" - }, - { - "path": [ - 4, - 8, - 1 - ], - "span": [ - 386, - 8, - 15 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0 - ], - "span": [ - 388, - 2, - 18 - ], - "leadingComments": " The license name used for the API.\n" - }, - { - "path": [ - 4, - 8, - 2, - 0, - 5 - ], - "span": [ - 388, - 2, - 8 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 1 - ], - "span": [ - 388, - 9, - 13 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 3 - ], - "span": [ - 388, - 16, - 17 - ] - }, - { - "path": [ - 4, - 8, - 2, - 1 - ], - "span": [ - 390, - 2, - 17 - ], - "leadingComments": " A URL to the license used for the API. MUST be in the format of a URL.\n" - }, - { - "path": [ - 4, - 8, - 2, - 1, - 5 - ], - "span": [ - 390, - 2, - 8 - ] - }, - { - "path": [ - 4, - 8, - 2, - 1, - 1 - ], - "span": [ - 390, - 9, - 12 - ] - }, - { - "path": [ - 4, - 8, - 2, - 1, - 3 - ], - "span": [ - 390, - 15, - 16 - ] - }, - { - "path": [ - 4, - 9 - ], - "span": [ - 409, - 0, - 416, - 1 - ], - "leadingComments": " `ExternalDocumentation` is a representation of OpenAPI v2 specification's\n ExternalDocumentation object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#externalDocumentationObject\n\n Example:\n\n option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {\n ...\n external_docs: {\n description: \"More about gRPC-Gateway\";\n url: \"https://github.com/grpc-ecosystem/grpc-gateway\";\n }\n ...\n };\n\n" - }, - { - "path": [ - 4, - 9, - 1 - ], - "span": [ - 409, - 8, - 29 - ] - }, - { - "path": [ - 4, - 9, - 2, - 0 - ], - "span": [ - 412, - 2, - 25 - ], - "leadingComments": " A short description of the target documentation. GFM syntax can be used for\n rich text representation.\n" - }, - { - "path": [ - 4, - 9, - 2, - 0, - 5 - ], - "span": [ - 412, - 2, - 8 - ] - }, - { - "path": [ - 4, - 9, - 2, - 0, - 1 - ], - "span": [ - 412, - 9, - 20 - ] - }, - { - "path": [ - 4, - 9, - 2, - 0, - 3 - ], - "span": [ - 412, - 23, - 24 - ] - }, - { - "path": [ - 4, - 9, - 2, - 1 - ], - "span": [ - 415, - 2, - 17 - ], - "leadingComments": " The URL for the target documentation. Value MUST be in the format\n of a URL.\n" - }, - { - "path": [ - 4, - 9, - 2, - 1, - 5 - ], - "span": [ - 415, - 2, - 8 - ] - }, - { - "path": [ - 4, - 9, - 2, - 1, - 1 - ], - "span": [ - 415, - 9, - 12 - ] - }, - { - "path": [ - 4, - 9, - 2, - 1, - 3 - ], - "span": [ - 415, - 15, - 16 - ] - }, - { - "path": [ - 4, - 10 - ], - "span": [ - 422, - 0, - 443, - 1 - ], - "leadingComments": " `Schema` is a representation of OpenAPI v2 specification's Schema object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#schemaObject\n\n" - }, - { - "path": [ - 4, - 10, - 1 - ], - "span": [ - 422, - 8, - 14 - ] - }, - { - "path": [ - 4, - 10, - 2, - 0 - ], - "span": [ - 423, - 2, - 29 - ] - }, - { - "path": [ - 4, - 10, - 2, - 0, - 6 - ], - "span": [ - 423, - 2, - 12 - ] - }, - { - "path": [ - 4, - 10, - 2, - 0, - 1 - ], - "span": [ - 423, - 13, - 24 - ] - }, - { - "path": [ - 4, - 10, - 2, - 0, - 3 - ], - "span": [ - 423, - 27, - 28 - ] - }, - { - "path": [ - 4, - 10, - 2, - 1 - ], - "span": [ - 429, - 2, - 27 - ], - "leadingComments": " Adds support for polymorphism. The discriminator is the schema property\n name that is used to differentiate between other schema that inherit this\n schema. The property name used MUST be defined at this schema and it MUST\n be in the required property list. When used, the value MUST be the name of\n this schema or any schema that inherits it.\n" - }, - { - "path": [ - 4, - 10, - 2, - 1, - 5 - ], - "span": [ - 429, - 2, - 8 - ] - }, - { - "path": [ - 4, - 10, - 2, - 1, - 1 - ], - "span": [ - 429, - 9, - 22 - ] - }, - { - "path": [ - 4, - 10, - 2, - 1, - 3 - ], - "span": [ - 429, - 25, - 26 - ] - }, - { - "path": [ - 4, - 10, - 2, - 2 - ], - "span": [ - 435, - 2, - 21 - ], - "leadingComments": " Relevant only for Schema \"properties\" definitions. Declares the property as\n \"read only\". This means that it MAY be sent as part of a response but MUST\n NOT be sent as part of the request. Properties marked as readOnly being\n true SHOULD NOT be in the required list of the defined schema. Default\n value is false.\n" - }, - { - "path": [ - 4, - 10, - 2, - 2, - 5 - ], - "span": [ - 435, - 2, - 6 - ] - }, - { - "path": [ - 4, - 10, - 2, - 2, - 1 - ], - "span": [ - 435, - 7, - 16 - ] - }, - { - "path": [ - 4, - 10, - 2, - 2, - 3 - ], - "span": [ - 435, - 19, - 20 - ] - }, - { - "path": [ - 4, - 10, - 9 - ], - "span": [ - 437, - 2, - 13 - ], - "leadingComments": " field 4 is reserved for 'xml'.\n" - }, - { - "path": [ - 4, - 10, - 9, - 0 - ], - "span": [ - 437, - 11, - 12 - ] - }, - { - "path": [ - 4, - 10, - 9, - 0, - 1 - ], - "span": [ - 437, - 11, - 12 - ] - }, - { - "path": [ - 4, - 10, - 9, - 0, - 2 - ], - "span": [ - 437, - 11, - 12 - ] - }, - { - "path": [ - 4, - 10, - 2, - 3 - ], - "span": [ - 439, - 2, - 42 - ], - "leadingComments": " Additional external documentation for this schema.\n" - }, - { - "path": [ - 4, - 10, - 2, - 3, - 6 - ], - "span": [ - 439, - 2, - 23 - ] - }, - { - "path": [ - 4, - 10, - 2, - 3, - 1 - ], - "span": [ - 439, - 24, - 37 - ] - }, - { - "path": [ - 4, - 10, - 2, - 3, - 3 - ], - "span": [ - 439, - 40, - 41 - ] - }, - { - "path": [ - 4, - 10, - 2, - 4 - ], - "span": [ - 442, - 2, - 21 - ], - "leadingComments": " A free-form property to include an example of an instance for this schema in JSON.\n This is copied verbatim to the output.\n" - }, - { - "path": [ - 4, - 10, - 2, - 4, - 5 - ], - "span": [ - 442, - 2, - 8 - ] - }, - { - "path": [ - 4, - 10, - 2, - 4, - 1 - ], - "span": [ - 442, - 9, - 16 - ] - }, - { - "path": [ - 4, - 10, - 2, - 4, - 3 - ], - "span": [ - 442, - 19, - 20 - ] - }, - { - "path": [ - 4, - 11 - ], - "span": [ - 473, - 0, - 580, - 1 - ], - "leadingComments": " `JSONSchema` represents properties from JSON Schema taken, and as used, in\n the OpenAPI v2 spec.\n\n This includes changes made by OpenAPI v2.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#schemaObject\n\n See also: https://cswr.github.io/JsonSchema/spec/basic_types/,\n https://github.com/json-schema-org/json-schema-spec/blob/master/schema.json\n\n Example:\n\n message SimpleMessage {\n option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema) = {\n json_schema: {\n title: \"SimpleMessage\"\n description: \"A simple message.\"\n required: [\"id\"]\n }\n };\n\n // Id represents the message identifier.\n string id = 1; [\n (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {\n description: \"The unique identifier of the simple message.\"\n }];\n }\n\n" - }, - { - "path": [ - 4, - 11, - 1 - ], - "span": [ - 473, - 8, - 18 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 475, - 2, - 13 - ], - "leadingComments": " field 1 is reserved for '$id', omitted from OpenAPI v2.\n" - }, - { - "path": [ - 4, - 11, - 9, - 0 - ], - "span": [ - 475, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9, - 0, - 1 - ], - "span": [ - 475, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9, - 0, - 2 - ], - "span": [ - 475, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 477, - 2, - 13 - ], - "leadingComments": " field 2 is reserved for '$schema', omitted from OpenAPI v2.\n" - }, - { - "path": [ - 4, - 11, - 9, - 1 - ], - "span": [ - 477, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9, - 1, - 1 - ], - "span": [ - 477, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9, - 1, - 2 - ], - "span": [ - 477, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 2, - 0 - ], - "span": [ - 484, - 2, - 17 - ], - "leadingComments": " Ref is used to define an external reference to include in the message.\n This could be a fully qualified proto message reference, and that type must\n be imported into the protofile. If no message is identified, the Ref will\n be used verbatim in the output.\n For example:\n `ref: \".google.protobuf.Timestamp\"`.\n" - }, - { - "path": [ - 4, - 11, - 2, - 0, - 5 - ], - "span": [ - 484, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 0, - 1 - ], - "span": [ - 484, - 9, - 12 - ] - }, - { - "path": [ - 4, - 11, - 2, - 0, - 3 - ], - "span": [ - 484, - 15, - 16 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 486, - 2, - 13 - ], - "leadingComments": " field 4 is reserved for '$comment', omitted from OpenAPI v2.\n" - }, - { - "path": [ - 4, - 11, - 9, - 2 - ], - "span": [ - 486, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9, - 2, - 1 - ], - "span": [ - 486, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 9, - 2, - 2 - ], - "span": [ - 486, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 2, - 1 - ], - "span": [ - 488, - 2, - 19 - ], - "leadingComments": " The title of the schema.\n" - }, - { - "path": [ - 4, - 11, - 2, - 1, - 5 - ], - "span": [ - 488, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 1, - 1 - ], - "span": [ - 488, - 9, - 14 - ] - }, - { - "path": [ - 4, - 11, - 2, - 1, - 3 - ], - "span": [ - 488, - 17, - 18 - ] - }, - { - "path": [ - 4, - 11, - 2, - 2 - ], - "span": [ - 490, - 2, - 25 - ], - "leadingComments": " A short description of the schema.\n" - }, - { - "path": [ - 4, - 11, - 2, - 2, - 5 - ], - "span": [ - 490, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 2, - 1 - ], - "span": [ - 490, - 9, - 20 - ] - }, - { - "path": [ - 4, - 11, - 2, - 2, - 3 - ], - "span": [ - 490, - 23, - 24 - ] - }, - { - "path": [ - 4, - 11, - 2, - 3 - ], - "span": [ - 491, - 2, - 21 - ] - }, - { - "path": [ - 4, - 11, - 2, - 3, - 5 - ], - "span": [ - 491, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 3, - 1 - ], - "span": [ - 491, - 9, - 16 - ] - }, - { - "path": [ - 4, - 11, - 2, - 3, - 3 - ], - "span": [ - 491, - 19, - 20 - ] - }, - { - "path": [ - 4, - 11, - 2, - 4 - ], - "span": [ - 492, - 2, - 21 - ] - }, - { - "path": [ - 4, - 11, - 2, - 4, - 5 - ], - "span": [ - 492, - 2, - 6 - ] - }, - { - "path": [ - 4, - 11, - 2, - 4, - 1 - ], - "span": [ - 492, - 7, - 16 - ] - }, - { - "path": [ - 4, - 11, - 2, - 4, - 3 - ], - "span": [ - 492, - 19, - 20 - ] - }, - { - "path": [ - 4, - 11, - 2, - 5 - ], - "span": [ - 496, - 2, - 21 - ], - "leadingComments": " A free-form property to include a JSON example of this field. This is copied\n verbatim to the output swagger.json. Quotes must be escaped.\n This property is the same for 2.0 and 3.0.0 https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/3.0.0.md#schemaObject https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#schemaObject\n" - }, - { - "path": [ - 4, - 11, - 2, - 5, - 5 - ], - "span": [ - 496, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 5, - 1 - ], - "span": [ - 496, - 9, - 16 - ] - }, - { - "path": [ - 4, - 11, - 2, - 5, - 3 - ], - "span": [ - 496, - 19, - 20 - ] - }, - { - "path": [ - 4, - 11, - 2, - 6 - ], - "span": [ - 497, - 2, - 26 - ] - }, - { - "path": [ - 4, - 11, - 2, - 6, - 5 - ], - "span": [ - 497, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 6, - 1 - ], - "span": [ - 497, - 9, - 20 - ] - }, - { - "path": [ - 4, - 11, - 2, - 6, - 3 - ], - "span": [ - 497, - 23, - 25 - ] - }, - { - "path": [ - 4, - 11, - 2, - 7 - ], - "span": [ - 500, - 2, - 22 - ], - "leadingComments": " Maximum represents an inclusive upper limit for a numeric instance. The\n value of MUST be a number,\n" - }, - { - "path": [ - 4, - 11, - 2, - 7, - 5 - ], - "span": [ - 500, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 7, - 1 - ], - "span": [ - 500, - 9, - 16 - ] - }, - { - "path": [ - 4, - 11, - 2, - 7, - 3 - ], - "span": [ - 500, - 19, - 21 - ] - }, - { - "path": [ - 4, - 11, - 2, - 8 - ], - "span": [ - 501, - 2, - 30 - ] - }, - { - "path": [ - 4, - 11, - 2, - 8, - 5 - ], - "span": [ - 501, - 2, - 6 - ] - }, - { - "path": [ - 4, - 11, - 2, - 8, - 1 - ], - "span": [ - 501, - 7, - 24 - ] - }, - { - "path": [ - 4, - 11, - 2, - 8, - 3 - ], - "span": [ - 501, - 27, - 29 - ] - }, - { - "path": [ - 4, - 11, - 2, - 9 - ], - "span": [ - 504, - 2, - 22 - ], - "leadingComments": " minimum represents an inclusive lower limit for a numeric instance. The\n value of MUST be a number,\n" - }, - { - "path": [ - 4, - 11, - 2, - 9, - 5 - ], - "span": [ - 504, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 9, - 1 - ], - "span": [ - 504, - 9, - 16 - ] - }, - { - "path": [ - 4, - 11, - 2, - 9, - 3 - ], - "span": [ - 504, - 19, - 21 - ] - }, - { - "path": [ - 4, - 11, - 2, - 10 - ], - "span": [ - 505, - 2, - 30 - ] - }, - { - "path": [ - 4, - 11, - 2, - 10, - 5 - ], - "span": [ - 505, - 2, - 6 - ] - }, - { - "path": [ - 4, - 11, - 2, - 10, - 1 - ], - "span": [ - 505, - 7, - 24 - ] - }, - { - "path": [ - 4, - 11, - 2, - 10, - 3 - ], - "span": [ - 505, - 27, - 29 - ] - }, - { - "path": [ - 4, - 11, - 2, - 11 - ], - "span": [ - 506, - 2, - 25 - ] - }, - { - "path": [ - 4, - 11, - 2, - 11, - 5 - ], - "span": [ - 506, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 11, - 1 - ], - "span": [ - 506, - 9, - 19 - ] - }, - { - "path": [ - 4, - 11, - 2, - 11, - 3 - ], - "span": [ - 506, - 22, - 24 - ] - }, - { - "path": [ - 4, - 11, - 2, - 12 - ], - "span": [ - 507, - 2, - 25 - ] - }, - { - "path": [ - 4, - 11, - 2, - 12, - 5 - ], - "span": [ - 507, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 12, - 1 - ], - "span": [ - 507, - 9, - 19 - ] - }, - { - "path": [ - 4, - 11, - 2, - 12, - 3 - ], - "span": [ - 507, - 22, - 24 - ] - }, - { - "path": [ - 4, - 11, - 2, - 13 - ], - "span": [ - 508, - 2, - 22 - ] - }, - { - "path": [ - 4, - 11, - 2, - 13, - 5 - ], - "span": [ - 508, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 13, - 1 - ], - "span": [ - 508, - 9, - 16 - ] - }, - { - "path": [ - 4, - 11, - 2, - 13, - 3 - ], - "span": [ - 508, - 19, - 21 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 510, - 2, - 14 - ], - "leadingComments": " field 18 is reserved for 'additionalItems', omitted from OpenAPI v2.\n" - }, - { - "path": [ - 4, - 11, - 9, - 3 - ], - "span": [ - 510, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 3, - 1 - ], - "span": [ - 510, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 3, - 2 - ], - "span": [ - 510, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 513, - 2, - 14 - ], - "leadingComments": " field 19 is reserved for 'items', but in OpenAPI-specific way.\n TODO(ivucica): add 'items'?\n" - }, - { - "path": [ - 4, - 11, - 9, - 4 - ], - "span": [ - 513, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 4, - 1 - ], - "span": [ - 513, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 4, - 2 - ], - "span": [ - 513, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 2, - 14 - ], - "span": [ - 514, - 2, - 24 - ] - }, - { - "path": [ - 4, - 11, - 2, - 14, - 5 - ], - "span": [ - 514, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 14, - 1 - ], - "span": [ - 514, - 9, - 18 - ] - }, - { - "path": [ - 4, - 11, - 2, - 14, - 3 - ], - "span": [ - 514, - 21, - 23 - ] - }, - { - "path": [ - 4, - 11, - 2, - 15 - ], - "span": [ - 515, - 2, - 24 - ] - }, - { - "path": [ - 4, - 11, - 2, - 15, - 5 - ], - "span": [ - 515, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 15, - 1 - ], - "span": [ - 515, - 9, - 18 - ] - }, - { - "path": [ - 4, - 11, - 2, - 15, - 3 - ], - "span": [ - 515, - 21, - 23 - ] - }, - { - "path": [ - 4, - 11, - 2, - 16 - ], - "span": [ - 516, - 2, - 25 - ] - }, - { - "path": [ - 4, - 11, - 2, - 16, - 5 - ], - "span": [ - 516, - 2, - 6 - ] - }, - { - "path": [ - 4, - 11, - 2, - 16, - 1 - ], - "span": [ - 516, - 7, - 19 - ] - }, - { - "path": [ - 4, - 11, - 2, - 16, - 3 - ], - "span": [ - 516, - 22, - 24 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 518, - 2, - 14 - ], - "leadingComments": " field 23 is reserved for 'contains', omitted from OpenAPI v2.\n" - }, - { - "path": [ - 4, - 11, - 9, - 5 - ], - "span": [ - 518, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 5, - 1 - ], - "span": [ - 518, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 5, - 2 - ], - "span": [ - 518, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 2, - 17 - ], - "span": [ - 519, - 2, - 29 - ] - }, - { - "path": [ - 4, - 11, - 2, - 17, - 5 - ], - "span": [ - 519, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 17, - 1 - ], - "span": [ - 519, - 9, - 23 - ] - }, - { - "path": [ - 4, - 11, - 2, - 17, - 3 - ], - "span": [ - 519, - 26, - 28 - ] - }, - { - "path": [ - 4, - 11, - 2, - 18 - ], - "span": [ - 520, - 2, - 29 - ] - }, - { - "path": [ - 4, - 11, - 2, - 18, - 5 - ], - "span": [ - 520, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 18, - 1 - ], - "span": [ - 520, - 9, - 23 - ] - }, - { - "path": [ - 4, - 11, - 2, - 18, - 3 - ], - "span": [ - 520, - 26, - 28 - ] - }, - { - "path": [ - 4, - 11, - 2, - 19 - ], - "span": [ - 521, - 2, - 32 - ] - }, - { - "path": [ - 4, - 11, - 2, - 19, - 4 - ], - "span": [ - 521, - 2, - 10 - ] - }, - { - "path": [ - 4, - 11, - 2, - 19, - 5 - ], - "span": [ - 521, - 11, - 17 - ] - }, - { - "path": [ - 4, - 11, - 2, - 19, - 1 - ], - "span": [ - 521, - 18, - 26 - ] - }, - { - "path": [ - 4, - 11, - 2, - 19, - 3 - ], - "span": [ - 521, - 29, - 31 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 524, - 2, - 14 - ], - "leadingComments": " field 27 is reserved for 'additionalProperties', but in OpenAPI-specific\n way. TODO(ivucica): add 'additionalProperties'?\n" - }, - { - "path": [ - 4, - 11, - 9, - 6 - ], - "span": [ - 524, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 6, - 1 - ], - "span": [ - 524, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 6, - 2 - ], - "span": [ - 524, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 526, - 2, - 14 - ], - "leadingComments": " field 28 is reserved for 'definitions', omitted from OpenAPI v2.\n" - }, - { - "path": [ - 4, - 11, - 9, - 7 - ], - "span": [ - 526, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 7, - 1 - ], - "span": [ - 526, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 7, - 2 - ], - "span": [ - 526, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 529, - 2, - 14 - ], - "leadingComments": " field 29 is reserved for 'properties', but in OpenAPI-specific way.\n TODO(ivucica): add 'additionalProperties'?\n" - }, - { - "path": [ - 4, - 11, - 9, - 8 - ], - "span": [ - 529, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 8, - 1 - ], - "span": [ - 529, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 8, - 2 - ], - "span": [ - 529, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 533, - 2, - 20 - ], - "leadingComments": " following fields are reserved, as the properties have been omitted from\n OpenAPI v2:\n patternProperties, dependencies, propertyNames, const\n" - }, - { - "path": [ - 4, - 11, - 9, - 9 - ], - "span": [ - 533, - 11, - 19 - ] - }, - { - "path": [ - 4, - 11, - 9, - 9, - 1 - ], - "span": [ - 533, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 9, - 2 - ], - "span": [ - 533, - 17, - 19 - ] - }, - { - "path": [ - 4, - 11, - 2, - 20 - ], - "span": [ - 535, - 2, - 29 - ], - "leadingComments": " Items in 'array' must be unique.\n" - }, - { - "path": [ - 4, - 11, - 2, - 20, - 4 - ], - "span": [ - 535, - 2, - 10 - ] - }, - { - "path": [ - 4, - 11, - 2, - 20, - 5 - ], - "span": [ - 535, - 11, - 17 - ] - }, - { - "path": [ - 4, - 11, - 2, - 20, - 1 - ], - "span": [ - 535, - 18, - 23 - ] - }, - { - "path": [ - 4, - 11, - 2, - 20, - 3 - ], - "span": [ - 535, - 26, - 28 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0 - ], - "span": [ - 537, - 2, - 546, - 3 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 1 - ], - "span": [ - 537, - 7, - 28 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 0 - ], - "span": [ - 538, - 4, - 16 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 538, - 4, - 11 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 0, - 2 - ], - "span": [ - 538, - 14, - 15 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 1 - ], - "span": [ - 539, - 4, - 14 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 539, - 4, - 9 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 1, - 2 - ], - "span": [ - 539, - 12, - 13 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 2 - ], - "span": [ - 540, - 4, - 16 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 540, - 4, - 11 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 2, - 2 - ], - "span": [ - 540, - 14, - 15 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 3 - ], - "span": [ - 541, - 4, - 16 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 541, - 4, - 11 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 3, - 2 - ], - "span": [ - 541, - 14, - 15 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 4 - ], - "span": [ - 542, - 4, - 13 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 4, - 1 - ], - "span": [ - 542, - 4, - 8 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 4, - 2 - ], - "span": [ - 542, - 11, - 12 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 5 - ], - "span": [ - 543, - 4, - 15 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 5, - 1 - ], - "span": [ - 543, - 4, - 10 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 5, - 2 - ], - "span": [ - 543, - 13, - 14 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 6 - ], - "span": [ - 544, - 4, - 15 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 6, - 1 - ], - "span": [ - 544, - 4, - 10 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 6, - 2 - ], - "span": [ - 544, - 13, - 14 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 7 - ], - "span": [ - 545, - 4, - 15 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 7, - 1 - ], - "span": [ - 545, - 4, - 10 - ] - }, - { - "path": [ - 4, - 11, - 4, - 0, - 2, - 7, - 2 - ], - "span": [ - 545, - 13, - 14 - ] - }, - { - "path": [ - 4, - 11, - 2, - 21 - ], - "span": [ - 548, - 2, - 43 - ] - }, - { - "path": [ - 4, - 11, - 2, - 21, - 4 - ], - "span": [ - 548, - 2, - 10 - ] - }, - { - "path": [ - 4, - 11, - 2, - 21, - 6 - ], - "span": [ - 548, - 11, - 32 - ] - }, - { - "path": [ - 4, - 11, - 2, - 21, - 1 - ], - "span": [ - 548, - 33, - 37 - ] - }, - { - "path": [ - 4, - 11, - 2, - 21, - 3 - ], - "span": [ - 548, - 40, - 42 - ] - }, - { - "path": [ - 4, - 11, - 2, - 22 - ], - "span": [ - 550, - 2, - 21 - ], - "leadingComments": " `Format`\n" - }, - { - "path": [ - 4, - 11, - 2, - 22, - 5 - ], - "span": [ - 550, - 2, - 8 - ] - }, - { - "path": [ - 4, - 11, - 2, - 22, - 1 - ], - "span": [ - 550, - 9, - 15 - ] - }, - { - "path": [ - 4, - 11, - 2, - 22, - 3 - ], - "span": [ - 550, - 18, - 20 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 553, - 2, - 20 - ], - "leadingComments": " following fields are reserved, as the properties have been omitted from\n OpenAPI v2: contentMediaType, contentEncoding, if, then, else\n" - }, - { - "path": [ - 4, - 11, - 9, - 10 - ], - "span": [ - 553, - 11, - 19 - ] - }, - { - "path": [ - 4, - 11, - 9, - 10, - 1 - ], - "span": [ - 553, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 10, - 2 - ], - "span": [ - 553, - 17, - 19 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 556, - 2, - 14 - ], - "leadingComments": " field 42 is reserved for 'allOf', but in OpenAPI-specific way.\n TODO(ivucica): add 'allOf'?\n" - }, - { - "path": [ - 4, - 11, - 9, - 11 - ], - "span": [ - 556, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 11, - 1 - ], - "span": [ - 556, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 11, - 2 - ], - "span": [ - 556, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9 - ], - "span": [ - 560, - 2, - 20 - ], - "leadingComments": " following fields are reserved, as the properties have been omitted from\n OpenAPI v2:\n anyOf, oneOf, not\n" - }, - { - "path": [ - 4, - 11, - 9, - 12 - ], - "span": [ - 560, - 11, - 19 - ] - }, - { - "path": [ - 4, - 11, - 9, - 12, - 1 - ], - "span": [ - 560, - 11, - 13 - ] - }, - { - "path": [ - 4, - 11, - 9, - 12, - 2 - ], - "span": [ - 560, - 17, - 19 - ] - }, - { - "path": [ - 4, - 11, - 2, - 23 - ], - "span": [ - 562, - 2, - 28 - ], - "leadingComments": " Items in `enum` must be unique https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.5.1\n" - }, - { - "path": [ - 4, - 11, - 2, - 23, - 4 - ], - "span": [ - 562, - 2, - 10 - ] - }, - { - "path": [ - 4, - 11, - 2, - 23, - 5 - ], - "span": [ - 562, - 11, - 17 - ] - }, - { - "path": [ - 4, - 11, - 2, - 23, - 1 - ], - "span": [ - 562, - 18, - 22 - ] - }, - { - "path": [ - 4, - 11, - 2, - 23, - 3 - ], - "span": [ - 562, - 25, - 27 - ] - }, - { - "path": [ - 4, - 11, - 2, - 24 - ], - "span": [ - 565, - 2, - 48 - ], - "leadingComments": " Additional field level properties used when generating the OpenAPI v2 file.\n" - }, - { - "path": [ - 4, - 11, - 2, - 24, - 6 - ], - "span": [ - 565, - 2, - 20 - ] - }, - { - "path": [ - 4, - 11, - 2, - 24, - 1 - ], - "span": [ - 565, - 21, - 40 - ] - }, - { - "path": [ - 4, - 11, - 2, - 24, - 3 - ], - "span": [ - 565, - 43, - 47 - ] - }, - { - "path": [ - 4, - 11, - 3, - 0 - ], - "span": [ - 569, - 2, - 575, - 3 - ], - "leadingComments": " 'FieldConfiguration' provides additional field level properties used when generating the OpenAPI v2 file.\n These properties are not defined by OpenAPIv2, but they are used to control the generation.\n" - }, - { - "path": [ - 4, - 11, - 3, - 0, - 1 - ], - "span": [ - 569, - 10, - 28 - ] - }, - { - "path": [ - 4, - 11, - 3, - 0, - 2, - 0 - ], - "span": [ - 574, - 4, - 32 - ], - "leadingComments": " Alternative parameter name when used as path parameter. If set, this will\n be used as the complete parameter name when this field is used as a path\n parameter. Use this to avoid having auto generated path parameter names\n for overlapping paths.\n" - }, - { - "path": [ - 4, - 11, - 3, - 0, - 2, - 0, - 5 - ], - "span": [ - 574, - 4, - 10 - ] - }, - { - "path": [ - 4, - 11, - 3, - 0, - 2, - 0, - 1 - ], - "span": [ - 574, - 11, - 26 - ] - }, - { - "path": [ - 4, - 11, - 3, - 0, - 2, - 0, - 3 - ], - "span": [ - 574, - 29, - 31 - ] - }, - { - "path": [ - 4, - 11, - 2, - 25 - ], - "span": [ - 579, - 2, - 53 - ], - "leadingComments": " Custom properties that start with \"x-\" such as \"x-foo\" used to describe\n extra functionality that is not covered by the standard OpenAPI Specification.\n See: https://swagger.io/docs/specification/2-0/swagger-extensions/\n" - }, - { - "path": [ - 4, - 11, - 2, - 25, - 6 - ], - "span": [ - 579, - 2, - 36 - ] - }, - { - "path": [ - 4, - 11, - 2, - 25, - 1 - ], - "span": [ - 579, - 37, - 47 - ] - }, - { - "path": [ - 4, - 11, - 2, - 25, - 3 - ], - "span": [ - 579, - 50, - 52 - ] - }, - { - "path": [ - 4, - 12 - ], - "span": [ - 586, - 0, - 600, - 1 - ], - "leadingComments": " `Tag` is a representation of OpenAPI v2 specification's Tag object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#tagObject\n\n" - }, - { - "path": [ - 4, - 12, - 1 - ], - "span": [ - 586, - 8, - 11 - ] - }, - { - "path": [ - 4, - 12, - 2, - 0 - ], - "span": [ - 590, - 2, - 18 - ], - "leadingComments": " The name of the tag. Use it to allow override of the name of a\n global Tag object, then use that name to reference the tag throughout the\n OpenAPI file.\n" - }, - { - "path": [ - 4, - 12, - 2, - 0, - 5 - ], - "span": [ - 590, - 2, - 8 - ] - }, - { - "path": [ - 4, - 12, - 2, - 0, - 1 - ], - "span": [ - 590, - 9, - 13 - ] - }, - { - "path": [ - 4, - 12, - 2, - 0, - 3 - ], - "span": [ - 590, - 16, - 17 - ] - }, - { - "path": [ - 4, - 12, - 2, - 1 - ], - "span": [ - 593, - 2, - 25 - ], - "leadingComments": " A short description for the tag. GFM syntax can be used for rich text\n representation.\n" - }, - { - "path": [ - 4, - 12, - 2, - 1, - 5 - ], - "span": [ - 593, - 2, - 8 - ] - }, - { - "path": [ - 4, - 12, - 2, - 1, - 1 - ], - "span": [ - 593, - 9, - 20 - ] - }, - { - "path": [ - 4, - 12, - 2, - 1, - 3 - ], - "span": [ - 593, - 23, - 24 - ] - }, - { - "path": [ - 4, - 12, - 2, - 2 - ], - "span": [ - 595, - 2, - 42 - ], - "leadingComments": " Additional external documentation for this tag.\n" - }, - { - "path": [ - 4, - 12, - 2, - 2, - 6 - ], - "span": [ - 595, - 2, - 23 - ] - }, - { - "path": [ - 4, - 12, - 2, - 2, - 1 - ], - "span": [ - 595, - 24, - 37 - ] - }, - { - "path": [ - 4, - 12, - 2, - 2, - 3 - ], - "span": [ - 595, - 40, - 41 - ] - }, - { - "path": [ - 4, - 12, - 2, - 3 - ], - "span": [ - 599, - 2, - 52 - ], - "leadingComments": " Custom properties that start with \"x-\" such as \"x-foo\" used to describe\n extra functionality that is not covered by the standard OpenAPI Specification.\n See: https://swagger.io/docs/specification/2-0/swagger-extensions/\n" - }, - { - "path": [ - 4, - 12, - 2, - 3, - 6 - ], - "span": [ - 599, - 2, - 36 - ] - }, - { - "path": [ - 4, - 12, - 2, - 3, - 1 - ], - "span": [ - 599, - 37, - 47 - ] - }, - { - "path": [ - 4, - 12, - 2, - 3, - 3 - ], - "span": [ - 599, - 50, - 51 - ] - }, - { - "path": [ - 4, - 13 - ], - "span": [ - 610, - 0, - 614, - 1 - ], - "leadingComments": " `SecurityDefinitions` is a representation of OpenAPI v2 specification's\n Security Definitions object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#securityDefinitionsObject\n\n A declaration of the security schemes available to be used in the\n specification. This does not enforce the security schemes on the operations\n and only serves to provide the relevant details for each scheme.\n" - }, - { - "path": [ - 4, - 13, - 1 - ], - "span": [ - 610, - 8, - 27 - ] - }, - { - "path": [ - 4, - 13, - 2, - 0 - ], - "span": [ - 613, - 2, - 43 - ], - "leadingComments": " A single security scheme definition, mapping a \"name\" to the scheme it\n defines.\n" - }, - { - "path": [ - 4, - 13, - 2, - 0, - 6 - ], - "span": [ - 613, - 2, - 29 - ] - }, - { - "path": [ - 4, - 13, - 2, - 0, - 1 - ], - "span": [ - 613, - 30, - 38 - ] - }, - { - "path": [ - 4, - 13, - 2, - 0, - 3 - ], - "span": [ - 613, - 41, - 42 - ] - }, - { - "path": [ - 4, - 14 - ], - "span": [ - 625, - 0, - 683, - 1 - ], - "leadingComments": " `SecurityScheme` is a representation of OpenAPI v2 specification's\n Security Scheme object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#securitySchemeObject\n\n Allows the definition of a security scheme that can be used by the\n operations. Supported schemes are basic authentication, an API key (either as\n a header or as a query parameter) and OAuth2's common flows (implicit,\n password, application and access code).\n" - }, - { - "path": [ - 4, - 14, - 1 - ], - "span": [ - 625, - 8, - 22 - ] - }, - { - "path": [ - 4, - 14, - 4, - 0 - ], - "span": [ - 628, - 2, - 633, - 3 - ], - "leadingComments": " The type of the security scheme. Valid values are \"basic\",\n \"apiKey\" or \"oauth2\".\n" - }, - { - "path": [ - 4, - 14, - 4, - 0, - 1 - ], - "span": [ - 628, - 7, - 11 - ] - }, - { - "path": [ - 4, - 14, - 4, - 0, - 2, - 0 - ], - "span": [ - 629, - 4, - 21 - ] - }, - { - "path": [ - 4, - 14, - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 629, - 4, - 16 - ] - }, - { - "path": [ - 4, - 14, - 4, - 0, - 2, - 0, - 2 - ], - "span": [ - 629, - 19, - 20 - ] - }, - { - "path": [ - 4, - 14, - 4, - 0, - 2, - 1 - ], - "span": [ - 630, - 4, - 19 - ] - }, - { - "path": [ - 4, - 14, - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 630, - 4, - 14 - ] - }, - { - "path": [ - 4, - 14, - 4, - 0, - 2, - 1, - 2 - ], - "span": [ - 630, - 17, - 18 - ] - }, - { - "path": [ - 4, - 14, - 4, - 0, - 2, - 2 - ], - "span": [ - 631, - 4, - 21 - ] - }, - { - "path": [ - 4, - 14, - 4, - 0, - 2, - 2, - 1 - ], - "span": [ - 631, - 4, - 16 - ] - }, - { - "path": [ - 4, - 14, - 4, - 0, - 2, - 2, - 2 - ], - "span": [ - 631, - 19, - 20 - ] - }, - { - "path": [ - 4, - 14, - 4, - 0, - 2, - 3 - ], - "span": [ - 632, - 4, - 20 - ] - }, - { - "path": [ - 4, - 14, - 4, - 0, - 2, - 3, - 1 - ], - "span": [ - 632, - 4, - 15 - ] - }, - { - "path": [ - 4, - 14, - 4, - 0, - 2, - 3, - 2 - ], - "span": [ - 632, - 18, - 19 - ] - }, - { - "path": [ - 4, - 14, - 4, - 1 - ], - "span": [ - 636, - 2, - 640, - 3 - ], - "leadingComments": " The location of the API key. Valid values are \"query\" or \"header\".\n" - }, - { - "path": [ - 4, - 14, - 4, - 1, - 1 - ], - "span": [ - 636, - 7, - 9 - ] - }, - { - "path": [ - 4, - 14, - 4, - 1, - 2, - 0 - ], - "span": [ - 637, - 4, - 19 - ] - }, - { - "path": [ - 4, - 14, - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 637, - 4, - 14 - ] - }, - { - "path": [ - 4, - 14, - 4, - 1, - 2, - 0, - 2 - ], - "span": [ - 637, - 17, - 18 - ] - }, - { - "path": [ - 4, - 14, - 4, - 1, - 2, - 1 - ], - "span": [ - 638, - 4, - 17 - ] - }, - { - "path": [ - 4, - 14, - 4, - 1, - 2, - 1, - 1 - ], - "span": [ - 638, - 4, - 12 - ] - }, - { - "path": [ - 4, - 14, - 4, - 1, - 2, - 1, - 2 - ], - "span": [ - 638, - 15, - 16 - ] - }, - { - "path": [ - 4, - 14, - 4, - 1, - 2, - 2 - ], - "span": [ - 639, - 4, - 18 - ] - }, - { - "path": [ - 4, - 14, - 4, - 1, - 2, - 2, - 1 - ], - "span": [ - 639, - 4, - 13 - ] - }, - { - "path": [ - 4, - 14, - 4, - 1, - 2, - 2, - 2 - ], - "span": [ - 639, - 16, - 17 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2 - ], - "span": [ - 644, - 2, - 650, - 3 - ], - "leadingComments": " The flow used by the OAuth2 security scheme. Valid values are\n \"implicit\", \"password\", \"application\" or \"accessCode\".\n" - }, - { - "path": [ - 4, - 14, - 4, - 2, - 1 - ], - "span": [ - 644, - 7, - 11 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 0 - ], - "span": [ - 645, - 4, - 21 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 0, - 1 - ], - "span": [ - 645, - 4, - 16 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 0, - 2 - ], - "span": [ - 645, - 19, - 20 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 1 - ], - "span": [ - 646, - 4, - 22 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 1, - 1 - ], - "span": [ - 646, - 4, - 17 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 1, - 2 - ], - "span": [ - 646, - 20, - 21 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 2 - ], - "span": [ - 647, - 4, - 22 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 2, - 1 - ], - "span": [ - 647, - 4, - 17 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 2, - 2 - ], - "span": [ - 647, - 20, - 21 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 3 - ], - "span": [ - 648, - 4, - 25 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 3, - 1 - ], - "span": [ - 648, - 4, - 20 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 3, - 2 - ], - "span": [ - 648, - 23, - 24 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 4 - ], - "span": [ - 649, - 4, - 25 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 4, - 1 - ], - "span": [ - 649, - 4, - 20 - ] - }, - { - "path": [ - 4, - 14, - 4, - 2, - 2, - 4, - 2 - ], - "span": [ - 649, - 23, - 24 - ] - }, - { - "path": [ - 4, - 14, - 2, - 0 - ], - "span": [ - 654, - 2, - 16 - ], - "leadingComments": " The type of the security scheme. Valid values are \"basic\",\n \"apiKey\" or \"oauth2\".\n" - }, - { - "path": [ - 4, - 14, - 2, - 0, - 6 - ], - "span": [ - 654, - 2, - 6 - ] - }, - { - "path": [ - 4, - 14, - 2, - 0, - 1 - ], - "span": [ - 654, - 7, - 11 - ] - }, - { - "path": [ - 4, - 14, - 2, - 0, - 3 - ], - "span": [ - 654, - 14, - 15 - ] - }, - { - "path": [ - 4, - 14, - 2, - 1 - ], - "span": [ - 656, - 2, - 25 - ], - "leadingComments": " A short description for security scheme.\n" - }, - { - "path": [ - 4, - 14, - 2, - 1, - 5 - ], - "span": [ - 656, - 2, - 8 - ] - }, - { - "path": [ - 4, - 14, - 2, - 1, - 1 - ], - "span": [ - 656, - 9, - 20 - ] - }, - { - "path": [ - 4, - 14, - 2, - 1, - 3 - ], - "span": [ - 656, - 23, - 24 - ] - }, - { - "path": [ - 4, - 14, - 2, - 2 - ], - "span": [ - 659, - 2, - 18 - ], - "leadingComments": " The name of the header or query parameter to be used.\n Valid for apiKey.\n" - }, - { - "path": [ - 4, - 14, - 2, - 2, - 5 - ], - "span": [ - 659, - 2, - 8 - ] - }, - { - "path": [ - 4, - 14, - 2, - 2, - 1 - ], - "span": [ - 659, - 9, - 13 - ] - }, - { - "path": [ - 4, - 14, - 2, - 2, - 3 - ], - "span": [ - 659, - 16, - 17 - ] - }, - { - "path": [ - 4, - 14, - 2, - 3 - ], - "span": [ - 663, - 2, - 12 - ], - "leadingComments": " The location of the API key. Valid values are \"query\" or\n \"header\".\n Valid for apiKey.\n" - }, - { - "path": [ - 4, - 14, - 2, - 3, - 6 - ], - "span": [ - 663, - 2, - 4 - ] - }, - { - "path": [ - 4, - 14, - 2, - 3, - 1 - ], - "span": [ - 663, - 5, - 7 - ] - }, - { - "path": [ - 4, - 14, - 2, - 3, - 3 - ], - "span": [ - 663, - 10, - 11 - ] - }, - { - "path": [ - 4, - 14, - 2, - 4 - ], - "span": [ - 667, - 2, - 16 - ], - "leadingComments": " The flow used by the OAuth2 security scheme. Valid values are\n \"implicit\", \"password\", \"application\" or \"accessCode\".\n Valid for oauth2.\n" - }, - { - "path": [ - 4, - 14, - 2, - 4, - 6 - ], - "span": [ - 667, - 2, - 6 - ] - }, - { - "path": [ - 4, - 14, - 2, - 4, - 1 - ], - "span": [ - 667, - 7, - 11 - ] - }, - { - "path": [ - 4, - 14, - 2, - 4, - 3 - ], - "span": [ - 667, - 14, - 15 - ] - }, - { - "path": [ - 4, - 14, - 2, - 5 - ], - "span": [ - 671, - 2, - 31 - ], - "leadingComments": " The authorization URL to be used for this flow. This SHOULD be in\n the form of a URL.\n Valid for oauth2/implicit and oauth2/accessCode.\n" - }, - { - "path": [ - 4, - 14, - 2, - 5, - 5 - ], - "span": [ - 671, - 2, - 8 - ] - }, - { - "path": [ - 4, - 14, - 2, - 5, - 1 - ], - "span": [ - 671, - 9, - 26 - ] - }, - { - "path": [ - 4, - 14, - 2, - 5, - 3 - ], - "span": [ - 671, - 29, - 30 - ] - }, - { - "path": [ - 4, - 14, - 2, - 6 - ], - "span": [ - 675, - 2, - 23 - ], - "leadingComments": " The token URL to be used for this flow. This SHOULD be in the\n form of a URL.\n Valid for oauth2/password, oauth2/application and oauth2/accessCode.\n" - }, - { - "path": [ - 4, - 14, - 2, - 6, - 5 - ], - "span": [ - 675, - 2, - 8 - ] - }, - { - "path": [ - 4, - 14, - 2, - 6, - 1 - ], - "span": [ - 675, - 9, - 18 - ] - }, - { - "path": [ - 4, - 14, - 2, - 6, - 3 - ], - "span": [ - 675, - 21, - 22 - ] - }, - { - "path": [ - 4, - 14, - 2, - 7 - ], - "span": [ - 678, - 2, - 20 - ], - "leadingComments": " The available scopes for the OAuth2 security scheme.\n Valid for oauth2.\n" - }, - { - "path": [ - 4, - 14, - 2, - 7, - 6 - ], - "span": [ - 678, - 2, - 8 - ] - }, - { - "path": [ - 4, - 14, - 2, - 7, - 1 - ], - "span": [ - 678, - 9, - 15 - ] - }, - { - "path": [ - 4, - 14, - 2, - 7, - 3 - ], - "span": [ - 678, - 18, - 19 - ] - }, - { - "path": [ - 4, - 14, - 2, - 8 - ], - "span": [ - 682, - 2, - 52 - ], - "leadingComments": " Custom properties that start with \"x-\" such as \"x-foo\" used to describe\n extra functionality that is not covered by the standard OpenAPI Specification.\n See: https://swagger.io/docs/specification/2-0/swagger-extensions/\n" - }, - { - "path": [ - 4, - 14, - 2, - 8, - 6 - ], - "span": [ - 682, - 2, - 36 - ] - }, - { - "path": [ - 4, - 14, - 2, - 8, - 1 - ], - "span": [ - 682, - 37, - 47 - ] - }, - { - "path": [ - 4, - 14, - 2, - 8, - 3 - ], - "span": [ - 682, - 50, - 51 - ] - }, - { - "path": [ - 4, - 15 - ], - "span": [ - 696, - 0, - 708, - 1 - ], - "leadingComments": " `SecurityRequirement` is a representation of OpenAPI v2 specification's\n Security Requirement object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#securityRequirementObject\n\n Lists the required security schemes to execute this operation. The object can\n have multiple security schemes declared in it which are all required (that\n is, there is a logical AND between the schemes).\n\n The name used for each property MUST correspond to a security scheme\n declared in the Security Definitions.\n" - }, - { - "path": [ - 4, - 15, - 1 - ], - "span": [ - 696, - 8, - 27 - ] - }, - { - "path": [ - 4, - 15, - 3, - 0 - ], - "span": [ - 700, - 2, - 702, - 3 - ], - "leadingComments": " If the security scheme is of type \"oauth2\", then the value is a list of\n scope names required for the execution. For other security scheme types,\n the array MUST be empty.\n" - }, - { - "path": [ - 4, - 15, - 3, - 0, - 1 - ], - "span": [ - 700, - 10, - 34 - ] - }, - { - "path": [ - 4, - 15, - 3, - 0, - 2, - 0 - ], - "span": [ - 701, - 4, - 30 - ] - }, - { - "path": [ - 4, - 15, - 3, - 0, - 2, - 0, - 4 - ], - "span": [ - 701, - 4, - 12 - ] - }, - { - "path": [ - 4, - 15, - 3, - 0, - 2, - 0, - 5 - ], - "span": [ - 701, - 13, - 19 - ] - }, - { - "path": [ - 4, - 15, - 3, - 0, - 2, - 0, - 1 - ], - "span": [ - 701, - 20, - 25 - ] - }, - { - "path": [ - 4, - 15, - 3, - 0, - 2, - 0, - 3 - ], - "span": [ - 701, - 28, - 29 - ] - }, - { - "path": [ - 4, - 15, - 2, - 0 - ], - "span": [ - 707, - 2, - 65 - ], - "leadingComments": " Each name must correspond to a security scheme which is declared in\n the Security Definitions. If the security scheme is of type \"oauth2\",\n then the value is a list of scope names required for the execution.\n For other security scheme types, the array MUST be empty.\n" - }, - { - "path": [ - 4, - 15, - 2, - 0, - 6 - ], - "span": [ - 707, - 2, - 39 - ] - }, - { - "path": [ - 4, - 15, - 2, - 0, - 1 - ], - "span": [ - 707, - 40, - 60 - ] - }, - { - "path": [ - 4, - 15, - 2, - 0, - 3 - ], - "span": [ - 707, - 63, - 64 - ] - }, - { - "path": [ - 4, - 16 - ], - "span": [ - 715, - 0, - 719, - 1 - ], - "leadingComments": " `Scopes` is a representation of OpenAPI v2 specification's Scopes object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#scopesObject\n\n Lists the available scopes for an OAuth2 security scheme.\n" - }, - { - "path": [ - 4, - 16, - 1 - ], - "span": [ - 715, - 8, - 14 - ] - }, - { - "path": [ - 4, - 16, - 2, - 0 - ], - "span": [ - 718, - 2, - 32 - ], - "leadingComments": " Maps between a name of a scope to a short description of it (as the value\n of the property).\n" - }, - { - "path": [ - 4, - 16, - 2, - 0, - 6 - ], - "span": [ - 718, - 2, - 21 - ] - }, - { - "path": [ - 4, - 16, - 2, - 0, - 1 - ], - "span": [ - 718, - 22, - 27 - ] - }, - { - "path": [ - 4, - 16, - 2, - 0, - 3 - ], - "span": [ - 718, - 30, - 31 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": true, - "moduleInfo": { - "name": { - "remote": "buf.build", - "owner": "grpc-ecosystem", - "repository": "grpc-gateway" - }, - "commit": "b98ae2f8ce63452e97e6bae65c5add1b" - }, - "isSyntaxUnspecified": false - } - }, - { - "name": "protoc-gen-openapiv2/options/annotations.proto", - "package": "grpc.gateway.protoc_gen_openapiv2.options", - "dependency": [ - "google/protobuf/descriptor.proto", - "protoc-gen-openapiv2/options/openapiv2.proto" - ], - "extension": [ - { - "name": "openapiv2_swagger", - "number": 1042, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Swagger", - "extendee": ".google.protobuf.FileOptions", - "jsonName": "openapiv2Swagger" - }, - { - "name": "openapiv2_operation", - "number": 1042, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Operation", - "extendee": ".google.protobuf.MethodOptions", - "jsonName": "openapiv2Operation" - }, - { - "name": "openapiv2_schema", - "number": 1042, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Schema", - "extendee": ".google.protobuf.MessageOptions", - "jsonName": "openapiv2Schema" - }, - { - "name": "openapiv2_tag", - "number": 1042, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.Tag", - "extendee": ".google.protobuf.ServiceOptions", - "jsonName": "openapiv2Tag" - }, - { - "name": "openapiv2_field", - "number": 1042, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".grpc.gateway.protoc_gen_openapiv2.options.JSONSchema", - "extendee": ".google.protobuf.FieldOptions", - "jsonName": "openapiv2Field" - } - ], - "options": { - "goPackage": "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 43, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 50 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 4, - 0, - 42 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 5, - 0, - 54 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 7, - 0, - 93 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 7, - 0, - 93 - ] - }, - { - "path": [ - 7 - ], - "span": [ - 9, - 0, - 15, - 1 - ] - }, - { - "path": [ - 7, - 0 - ], - "span": [ - 14, - 2, - 35 - ], - "leadingComments": " ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.\n\n All IDs are the same, as assigned. It is okay that they are the same, as they extend\n different descriptor messages.\n" - }, - { - "path": [ - 7, - 0, - 2 - ], - "span": [ - 9, - 7, - 34 - ] - }, - { - "path": [ - 7, - 0, - 6 - ], - "span": [ - 14, - 2, - 9 - ] - }, - { - "path": [ - 7, - 0, - 1 - ], - "span": [ - 14, - 10, - 27 - ] - }, - { - "path": [ - 7, - 0, - 3 - ], - "span": [ - 14, - 30, - 34 - ] - }, - { - "path": [ - 7 - ], - "span": [ - 16, - 0, - 22, - 1 - ] - }, - { - "path": [ - 7, - 1 - ], - "span": [ - 21, - 2, - 39 - ], - "leadingComments": " ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.\n\n All IDs are the same, as assigned. It is okay that they are the same, as they extend\n different descriptor messages.\n" - }, - { - "path": [ - 7, - 1, - 2 - ], - "span": [ - 16, - 7, - 36 - ] - }, - { - "path": [ - 7, - 1, - 6 - ], - "span": [ - 21, - 2, - 11 - ] - }, - { - "path": [ - 7, - 1, - 1 - ], - "span": [ - 21, - 12, - 31 - ] - }, - { - "path": [ - 7, - 1, - 3 - ], - "span": [ - 21, - 34, - 38 - ] - }, - { - "path": [ - 7 - ], - "span": [ - 23, - 0, - 29, - 1 - ] - }, - { - "path": [ - 7, - 2 - ], - "span": [ - 28, - 2, - 33 - ], - "leadingComments": " ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.\n\n All IDs are the same, as assigned. It is okay that they are the same, as they extend\n different descriptor messages.\n" - }, - { - "path": [ - 7, - 2, - 2 - ], - "span": [ - 23, - 7, - 37 - ] - }, - { - "path": [ - 7, - 2, - 6 - ], - "span": [ - 28, - 2, - 8 - ] - }, - { - "path": [ - 7, - 2, - 1 - ], - "span": [ - 28, - 9, - 25 - ] - }, - { - "path": [ - 7, - 2, - 3 - ], - "span": [ - 28, - 28, - 32 - ] - }, - { - "path": [ - 7 - ], - "span": [ - 30, - 0, - 36, - 1 - ] - }, - { - "path": [ - 7, - 3 - ], - "span": [ - 35, - 2, - 27 - ], - "leadingComments": " ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.\n\n All IDs are the same, as assigned. It is okay that they are the same, as they extend\n different descriptor messages.\n" - }, - { - "path": [ - 7, - 3, - 2 - ], - "span": [ - 30, - 7, - 37 - ] - }, - { - "path": [ - 7, - 3, - 6 - ], - "span": [ - 35, - 2, - 5 - ] - }, - { - "path": [ - 7, - 3, - 1 - ], - "span": [ - 35, - 6, - 19 - ] - }, - { - "path": [ - 7, - 3, - 3 - ], - "span": [ - 35, - 22, - 26 - ] - }, - { - "path": [ - 7 - ], - "span": [ - 37, - 0, - 43, - 1 - ] - }, - { - "path": [ - 7, - 4 - ], - "span": [ - 42, - 2, - 36 - ], - "leadingComments": " ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.\n\n All IDs are the same, as assigned. It is okay that they are the same, as they extend\n different descriptor messages.\n" - }, - { - "path": [ - 7, - 4, - 2 - ], - "span": [ - 37, - 7, - 35 - ] - }, - { - "path": [ - 7, - 4, - 6 - ], - "span": [ - 42, - 2, - 12 - ] - }, - { - "path": [ - 7, - 4, - 1 - ], - "span": [ - 42, - 13, - 28 - ] - }, - { - "path": [ - 7, - 4, - 3 - ], - "span": [ - 42, - 31, - 35 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": true, - "moduleInfo": { - "name": { - "remote": "buf.build", - "owner": "grpc-ecosystem", - "repository": "grpc-gateway" - }, - "commit": "b98ae2f8ce63452e97e6bae65c5add1b" - }, - "isSyntaxUnspecified": false - } - }, - { - "name": "grpc_web/v1/grpc_api.proto", - "package": "grpc_web.v1", - "dependency": [ - "google/api/annotations.proto", - "google/api/field_behavior.proto", - "google/protobuf/empty.proto", - "domain/link/v1/link.proto", - "protoc-gen-openapiv2/options/annotations.proto" - ], - "messageType": [ - { - "name": "GetLinksRequest", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link", - "options": { - "[google.api.field_behavior]": [ - "REQUIRED" - ], - "[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]": { - "description": "Link hash", - "example": "{\"hash\": \"1234567890\"}" - } - } - }, - { - "name": "filter", - "number": 2, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "filter", - "options": { - "[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]": { - "description": "Filter by link" - } - } - } - ] - }, - { - "name": "GetLinksResponse", - "field": [ - { - "name": "links", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "links", - "options": { - "[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]": { - "description": "Links" - } - } - } - ] - }, - { - "name": "GetLinkRequest", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link", - "options": { - "[google.api.field_behavior]": [ - "REQUIRED" - ], - "[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]": { - "description": "Link hash", - "example": "{\"hash\": \"1234567890\"}" - } - } - } - ] - }, - { - "name": "GetLinkResponse", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link", - "options": { - "[google.api.field_behavior]": [ - "REQUIRED" - ], - "[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]": { - "description": "Link hash", - "example": "{\"hash\": \"1234567890\"}" - } - } - } - ] - }, - { - "name": "CreateLinkRequest", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link", - "options": { - "[google.api.field_behavior]": [ - "REQUIRED" - ], - "[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]": { - "description": "Link hash", - "example": "{\"hash\": \"1234567890\"}" - } - } - } - ] - }, - { - "name": "CreateLinkResponse", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link", - "options": { - "[google.api.field_behavior]": [ - "REQUIRED" - ], - "[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]": { - "description": "Link hash", - "example": "{\"hash\": \"1234567890\"}" - } - } - } - ] - }, - { - "name": "DeleteLinkRequest", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link", - "options": { - "[google.api.field_behavior]": [ - "REQUIRED" - ], - "[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]": { - "description": "Link hash", - "example": "{\"hash\": \"1234567890\"}" - } - } - } - ] - } - ], - "service": [ - { - "name": "LinkService", - "method": [ - { - "name": "GetLinks", - "inputType": ".grpc_web.v1.GetLinksRequest", - "outputType": ".grpc_web.v1.GetLinksResponse", - "options": { - "[google.api.http]": { - "get": "/api/links" - } - } - }, - { - "name": "GetLink", - "inputType": ".grpc_web.v1.GetLinkRequest", - "outputType": ".grpc_web.v1.GetLinkResponse", - "options": { - "[google.api.http]": { - "get": "/api/link/{link.hash}" - } - } - }, - { - "name": "CreateLink", - "inputType": ".grpc_web.v1.CreateLinkRequest", - "outputType": ".grpc_web.v1.CreateLinkResponse", - "options": { - "[google.api.http]": { - "post": "/api", - "body": "*" - } - } - }, - { - "name": "DeleteLink", - "inputType": ".grpc_web.v1.DeleteLinkRequest", - "outputType": ".google.protobuf.Empty", - "options": { - "[google.api.http]": { - "delete": "/api/{link.hash}" - } - } - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/api/application/grpc_web/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 108, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 3, - 0, - 20 - ], - "leadingComments": " buf:lint:ignore\n" - }, - { - "path": [ - 8 - ], - "span": [ - 5, - 0, - 97 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 5, - 0, - 97 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 7, - 0, - 38 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 8, - 0, - 41 - ] - }, - { - "path": [ - 3, - 2 - ], - "span": [ - 9, - 0, - 37 - ] - }, - { - "path": [ - 3, - 3 - ], - "span": [ - 10, - 0, - 35 - ] - }, - { - "path": [ - 3, - 4 - ], - "span": [ - 11, - 0, - 56 - ] - }, - { - "path": [ - 6, - 0 - ], - "span": [ - 13, - 0, - 38, - 1 - ] - }, - { - "path": [ - 6, - 0, - 1 - ], - "span": [ - 13, - 8, - 19 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0 - ], - "span": [ - 14, - 2, - 18, - 5 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 1 - ], - "span": [ - 14, - 6, - 14 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 2 - ], - "span": [ - 14, - 15, - 30 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 3 - ], - "span": [ - 14, - 41, - 57 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 4 - ], - "span": [ - 15, - 4, - 17, - 8 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 4, - 72295728 - ], - "span": [ - 15, - 4, - 17, - 8 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1 - ], - "span": [ - 20, - 4, - 24, - 5 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 1 - ], - "span": [ - 20, - 8, - 15 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 2 - ], - "span": [ - 20, - 16, - 30 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 3 - ], - "span": [ - 20, - 41, - 56 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 4 - ], - "span": [ - 21, - 8, - 23, - 8 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 4, - 72295728 - ], - "span": [ - 21, - 8, - 23, - 8 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2 - ], - "span": [ - 26, - 4, - 31, - 5 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 1 - ], - "span": [ - 26, - 8, - 18 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 2 - ], - "span": [ - 26, - 19, - 36 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 3 - ], - "span": [ - 26, - 47, - 65 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 4 - ], - "span": [ - 27, - 8, - 30, - 8 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 4, - 72295728 - ], - "span": [ - 27, - 8, - 30, - 8 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3 - ], - "span": [ - 33, - 4, - 37, - 5 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 1 - ], - "span": [ - 33, - 8, - 18 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 2 - ], - "span": [ - 33, - 19, - 36 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 3 - ], - "span": [ - 33, - 47, - 68 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 4 - ], - "span": [ - 34, - 8, - 36, - 8 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 4, - 72295728 - ], - "span": [ - 34, - 8, - 36, - 8 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 40, - 0, - 52, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 40, - 8, - 23 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 41, - 2, - 47, - 4 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 41, - 2, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 41, - 22, - 26 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 41, - 29, - 30 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 8 - ], - "span": [ - 41, - 31, - 47, - 3 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 8, - 1042 - ], - "span": [ - 42, - 4, - 45, - 5 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 8, - 1052, - 0 - ], - "span": [ - 46, - 4, - 42 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1 - ], - "span": [ - 49, - 2, - 51, - 5 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 5 - ], - "span": [ - 49, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 1 - ], - "span": [ - 49, - 9, - 15 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 3 - ], - "span": [ - 49, - 18, - 19 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 8 - ], - "span": [ - 49, - 20, - 51, - 4 - ] - }, - { - "path": [ - 4, - 0, - 2, - 1, - 8, - 1042 - ], - "span": [ - 49, - 21, - 51, - 3 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 54, - 0, - 58, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 54, - 8, - 24 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 55, - 2, - 57, - 5 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 4 - ], - "span": [ - 55, - 2, - 10 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 55, - 11, - 30 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 55, - 31, - 36 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 55, - 39, - 40 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 8 - ], - "span": [ - 55, - 41, - 57, - 4 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 8, - 1042 - ], - "span": [ - 55, - 42, - 57, - 3 - ] - }, - { - "path": [ - 4, - 2 - ], - "span": [ - 60, - 0, - 68, - 1 - ] - }, - { - "path": [ - 4, - 2, - 1 - ], - "span": [ - 60, - 8, - 22 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0 - ], - "span": [ - 61, - 2, - 67, - 4 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 6 - ], - "span": [ - 61, - 2, - 21 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 1 - ], - "span": [ - 61, - 22, - 26 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 3 - ], - "span": [ - 61, - 29, - 30 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 8 - ], - "span": [ - 61, - 31, - 67, - 3 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 8, - 1042 - ], - "span": [ - 62, - 4, - 65, - 5 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 8, - 1052, - 0 - ], - "span": [ - 66, - 4, - 42 - ] - }, - { - "path": [ - 4, - 3 - ], - "span": [ - 70, - 0, - 78, - 1 - ] - }, - { - "path": [ - 4, - 3, - 1 - ], - "span": [ - 70, - 8, - 23 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0 - ], - "span": [ - 71, - 2, - 77, - 4 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 6 - ], - "span": [ - 71, - 2, - 21 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 1 - ], - "span": [ - 71, - 22, - 26 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 3 - ], - "span": [ - 71, - 29, - 30 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 8 - ], - "span": [ - 71, - 31, - 77, - 3 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 8, - 1042 - ], - "span": [ - 72, - 4, - 75, - 5 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 8, - 1052, - 0 - ], - "span": [ - 76, - 4, - 42 - ] - }, - { - "path": [ - 4, - 4 - ], - "span": [ - 80, - 0, - 88, - 1 - ] - }, - { - "path": [ - 4, - 4, - 1 - ], - "span": [ - 80, - 8, - 25 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0 - ], - "span": [ - 81, - 2, - 87, - 4 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 6 - ], - "span": [ - 81, - 2, - 21 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 1 - ], - "span": [ - 81, - 22, - 26 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 3 - ], - "span": [ - 81, - 29, - 30 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 8 - ], - "span": [ - 81, - 31, - 87, - 3 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 8, - 1042 - ], - "span": [ - 82, - 4, - 85, - 5 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 8, - 1052, - 0 - ], - "span": [ - 86, - 4, - 42 - ] - }, - { - "path": [ - 4, - 5 - ], - "span": [ - 90, - 0, - 98, - 1 - ] - }, - { - "path": [ - 4, - 5, - 1 - ], - "span": [ - 90, - 8, - 26 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0 - ], - "span": [ - 91, - 2, - 97, - 4 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 6 - ], - "span": [ - 91, - 2, - 21 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 1 - ], - "span": [ - 91, - 22, - 26 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 3 - ], - "span": [ - 91, - 29, - 30 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 8 - ], - "span": [ - 91, - 31, - 97, - 3 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 8, - 1042 - ], - "span": [ - 92, - 4, - 95, - 5 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 8, - 1052, - 0 - ], - "span": [ - 96, - 4, - 42 - ] - }, - { - "path": [ - 4, - 6 - ], - "span": [ - 100, - 0, - 108, - 1 - ] - }, - { - "path": [ - 4, - 6, - 1 - ], - "span": [ - 100, - 8, - 25 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0 - ], - "span": [ - 101, - 2, - 107, - 4 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 6 - ], - "span": [ - 101, - 2, - 21 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 1 - ], - "span": [ - 101, - 22, - 26 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 3 - ], - "span": [ - 101, - 29, - 30 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 8 - ], - "span": [ - 101, - 31, - 107, - 3 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 8, - 1042 - ], - "span": [ - 102, - 4, - 105, - 5 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 8, - 1052, - 0 - ], - "span": [ - 106, - 4, - 42 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "infrastructure/api/rpc/order/v1/order_rpc.proto", - "package": "infrastructure.api.rpc.order.v1", - "dependency": [ - "google/protobuf/empty.proto", - "domain/billing/order/v1/order.proto" - ], - "messageType": [ - { - "name": "OrderHistoryResponse", - "field": [ - { - "name": "list", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.order.v1.Order", - "jsonName": "list" - } - ] - }, - { - "name": "OrderCreateRequest", - "field": [ - { - "name": "order", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.order.v1.Order", - "jsonName": "order" - } - ] - }, - { - "name": "OrderCreateResponse", - "field": [ - { - "name": "order", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.order.v1.Order", - "jsonName": "order" - } - ] - }, - { - "name": "OrderUpdateRequest", - "field": [ - { - "name": "order", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.order.v1.Order", - "jsonName": "order" - } - ] - }, - { - "name": "OrderUpdateResponse", - "field": [ - { - "name": "order", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.order.v1.Order", - "jsonName": "order" - } - ] - }, - { - "name": "OrderCloseRequest", - "field": [ - { - "name": "order", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.order.v1.Order", - "jsonName": "order" - } - ] - }, - { - "name": "OrderCloseResponse", - "field": [ - { - "name": "order", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.order.v1.Order", - "jsonName": "order" - } - ] - }, - { - "name": "OrderApproveRequest", - "field": [ - { - "name": "order", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.order.v1.Order", - "jsonName": "order" - } - ] - }, - { - "name": "OrderApproveResponse", - "field": [ - { - "name": "order", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.order.v1.Order", - "jsonName": "order" - } - ] - } - ], - "service": [ - { - "name": "OrderService", - "method": [ - { - "name": "OrderHistory", - "inputType": ".google.protobuf.Empty", - "outputType": ".infrastructure.api.rpc.order.v1.OrderHistoryResponse", - "options": {} - }, - { - "name": "OrderCreate", - "inputType": ".infrastructure.api.rpc.order.v1.OrderCreateRequest", - "outputType": ".infrastructure.api.rpc.order.v1.OrderCreateResponse", - "options": {} - }, - { - "name": "OrderUpdate", - "inputType": ".infrastructure.api.rpc.order.v1.OrderUpdateRequest", - "outputType": ".infrastructure.api.rpc.order.v1.OrderUpdateResponse", - "options": {} - }, - { - "name": "OrderClose", - "inputType": ".infrastructure.api.rpc.order.v1.OrderCloseRequest", - "outputType": ".infrastructure.api.rpc.order.v1.OrderCloseResponse", - "options": {} - }, - { - "name": "OrderApprove", - "inputType": ".infrastructure.api.rpc.order.v1.OrderApproveRequest", - "outputType": ".infrastructure.api.rpc.order.v1.OrderApproveResponse", - "options": {} - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/billing/infrastructure/order_rpc" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 51, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 40 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 93 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 93 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 37 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 7, - 0, - 45 - ] - }, - { - "path": [ - 6, - 0 - ], - "span": [ - 9, - 0, - 15, - 1 - ] - }, - { - "path": [ - 6, - 0, - 1 - ], - "span": [ - 9, - 8, - 20 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0 - ], - "span": [ - 10, - 2, - 74 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 1 - ], - "span": [ - 10, - 6, - 18 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 2 - ], - "span": [ - 10, - 19, - 40 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 3 - ], - "span": [ - 10, - 50, - 70 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1 - ], - "span": [ - 11, - 2, - 69 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 1 - ], - "span": [ - 11, - 6, - 17 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 2 - ], - "span": [ - 11, - 18, - 36 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 3 - ], - "span": [ - 11, - 46, - 65 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2 - ], - "span": [ - 12, - 2, - 69 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 1 - ], - "span": [ - 12, - 6, - 17 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 2 - ], - "span": [ - 12, - 18, - 36 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 3 - ], - "span": [ - 12, - 46, - 65 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3 - ], - "span": [ - 13, - 2, - 66 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 1 - ], - "span": [ - 13, - 6, - 16 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 2 - ], - "span": [ - 13, - 17, - 34 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 3 - ], - "span": [ - 13, - 44, - 62 - ] - }, - { - "path": [ - 6, - 0, - 2, - 4 - ], - "span": [ - 14, - 2, - 72 - ] - }, - { - "path": [ - 6, - 0, - 2, - 4, - 1 - ], - "span": [ - 14, - 6, - 18 - ] - }, - { - "path": [ - 6, - 0, - 2, - 4, - 2 - ], - "span": [ - 14, - 19, - 38 - ] - }, - { - "path": [ - 6, - 0, - 2, - 4, - 3 - ], - "span": [ - 14, - 48, - 68 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 17, - 0, - 19, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 17, - 8, - 28 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 18, - 2, - 50 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 4 - ], - "span": [ - 18, - 2, - 10 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 18, - 11, - 40 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 18, - 41, - 45 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 18, - 48, - 49 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 21, - 0, - 23, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 21, - 8, - 26 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 22, - 2, - 42 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 22, - 2, - 31 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 22, - 32, - 37 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 22, - 40, - 41 - ] - }, - { - "path": [ - 4, - 2 - ], - "span": [ - 25, - 0, - 27, - 1 - ] - }, - { - "path": [ - 4, - 2, - 1 - ], - "span": [ - 25, - 8, - 27 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0 - ], - "span": [ - 26, - 2, - 42 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 6 - ], - "span": [ - 26, - 2, - 31 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 1 - ], - "span": [ - 26, - 32, - 37 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 3 - ], - "span": [ - 26, - 40, - 41 - ] - }, - { - "path": [ - 4, - 3 - ], - "span": [ - 29, - 0, - 31, - 1 - ] - }, - { - "path": [ - 4, - 3, - 1 - ], - "span": [ - 29, - 8, - 26 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0 - ], - "span": [ - 30, - 2, - 42 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 6 - ], - "span": [ - 30, - 2, - 31 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 1 - ], - "span": [ - 30, - 32, - 37 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 3 - ], - "span": [ - 30, - 40, - 41 - ] - }, - { - "path": [ - 4, - 4 - ], - "span": [ - 33, - 0, - 35, - 1 - ] - }, - { - "path": [ - 4, - 4, - 1 - ], - "span": [ - 33, - 8, - 27 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0 - ], - "span": [ - 34, - 2, - 42 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 6 - ], - "span": [ - 34, - 2, - 31 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 1 - ], - "span": [ - 34, - 32, - 37 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 3 - ], - "span": [ - 34, - 40, - 41 - ] - }, - { - "path": [ - 4, - 5 - ], - "span": [ - 37, - 0, - 39, - 1 - ] - }, - { - "path": [ - 4, - 5, - 1 - ], - "span": [ - 37, - 8, - 25 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0 - ], - "span": [ - 38, - 2, - 42 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 6 - ], - "span": [ - 38, - 2, - 31 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 1 - ], - "span": [ - 38, - 32, - 37 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 3 - ], - "span": [ - 38, - 40, - 41 - ] - }, - { - "path": [ - 4, - 6 - ], - "span": [ - 41, - 0, - 43, - 1 - ] - }, - { - "path": [ - 4, - 6, - 1 - ], - "span": [ - 41, - 8, - 26 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0 - ], - "span": [ - 42, - 2, - 42 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 6 - ], - "span": [ - 42, - 2, - 31 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 1 - ], - "span": [ - 42, - 32, - 37 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 3 - ], - "span": [ - 42, - 40, - 41 - ] - }, - { - "path": [ - 4, - 7 - ], - "span": [ - 45, - 0, - 47, - 1 - ] - }, - { - "path": [ - 4, - 7, - 1 - ], - "span": [ - 45, - 8, - 27 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0 - ], - "span": [ - 46, - 2, - 42 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 6 - ], - "span": [ - 46, - 2, - 31 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 1 - ], - "span": [ - 46, - 32, - 37 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 3 - ], - "span": [ - 46, - 40, - 41 - ] - }, - { - "path": [ - 4, - 8 - ], - "span": [ - 49, - 0, - 51, - 1 - ] - }, - { - "path": [ - 4, - 8, - 1 - ], - "span": [ - 49, - 8, - 28 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0 - ], - "span": [ - 50, - 2, - 42 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 6 - ], - "span": [ - 50, - 2, - 31 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 1 - ], - "span": [ - 50, - 32, - 37 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 3 - ], - "span": [ - 50, - 40, - 41 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "infrastructure/api/rpc/payment/v1/billing_rpc.proto", - "package": "infrastructure.api.rpc.payment.v1", - "dependency": [ - "google/protobuf/empty.proto", - "domain/billing/payment/v1/payment.proto" - ], - "messageType": [ - { - "name": "PaymentRequest", - "field": [ - { - "name": "payment", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.payment.v1.Payment", - "jsonName": "payment" - } - ] - }, - { - "name": "PaymentResponse", - "field": [ - { - "name": "payment", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.payment.v1.Payment", - "jsonName": "payment" - } - ] - }, - { - "name": "PaymentsResponse", - "field": [ - { - "name": "list", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.payment.v1.Payment", - "jsonName": "list" - } - ] - }, - { - "name": "PaymentCreateRequest", - "field": [ - { - "name": "payment", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.payment.v1.Payment", - "jsonName": "payment" - } - ] - }, - { - "name": "PaymentCreateResponse", - "field": [ - { - "name": "payment", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.payment.v1.Payment", - "jsonName": "payment" - } - ] - }, - { - "name": "PaymentCloseRequest", - "field": [ - { - "name": "payment", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.payment.v1.Payment", - "jsonName": "payment" - } - ] - }, - { - "name": "PaymentCloseResponse", - "field": [ - { - "name": "payment", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.payment.v1.Payment", - "jsonName": "payment" - } - ] - } - ], - "service": [ - { - "name": "PaymentService", - "method": [ - { - "name": "Payment", - "inputType": ".infrastructure.api.rpc.payment.v1.PaymentRequest", - "outputType": ".infrastructure.api.rpc.payment.v1.PaymentResponse", - "options": {} - }, - { - "name": "Payments", - "inputType": ".google.protobuf.Empty", - "outputType": ".infrastructure.api.rpc.payment.v1.PaymentsResponse", - "options": {} - }, - { - "name": "PaymentCreate", - "inputType": ".infrastructure.api.rpc.payment.v1.PaymentCreateRequest", - "outputType": ".infrastructure.api.rpc.payment.v1.PaymentCreateResponse", - "options": {} - }, - { - "name": "PaymentClose", - "inputType": ".infrastructure.api.rpc.payment.v1.PaymentCloseRequest", - "outputType": ".infrastructure.api.rpc.payment.v1.PaymentCloseResponse", - "options": {} - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/billing/infrastructure/payment_rpc" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 42, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 42 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 95 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 95 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 37 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 7, - 0, - 49 - ] - }, - { - "path": [ - 6, - 0 - ], - "span": [ - 9, - 0, - 14, - 1 - ] - }, - { - "path": [ - 6, - 0, - 1 - ], - "span": [ - 9, - 8, - 22 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0 - ], - "span": [ - 10, - 2, - 57 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 1 - ], - "span": [ - 10, - 6, - 13 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 2 - ], - "span": [ - 10, - 14, - 28 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 3 - ], - "span": [ - 10, - 38, - 53 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1 - ], - "span": [ - 11, - 2, - 66 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 1 - ], - "span": [ - 11, - 6, - 14 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 2 - ], - "span": [ - 11, - 15, - 36 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 3 - ], - "span": [ - 11, - 46, - 62 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2 - ], - "span": [ - 12, - 2, - 75 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 1 - ], - "span": [ - 12, - 6, - 19 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 2 - ], - "span": [ - 12, - 20, - 40 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 3 - ], - "span": [ - 12, - 50, - 71 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3 - ], - "span": [ - 13, - 2, - 72 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 1 - ], - "span": [ - 13, - 6, - 18 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 2 - ], - "span": [ - 13, - 19, - 38 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 3 - ], - "span": [ - 13, - 48, - 68 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 16, - 0, - 18, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 16, - 8, - 22 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 17, - 2, - 48 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 17, - 2, - 35 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 17, - 36, - 43 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 17, - 46, - 47 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 20, - 0, - 22, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 20, - 8, - 23 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 21, - 2, - 48 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 21, - 2, - 35 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 21, - 36, - 43 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 21, - 46, - 47 - ] - }, - { - "path": [ - 4, - 2 - ], - "span": [ - 24, - 0, - 26, - 1 - ] - }, - { - "path": [ - 4, - 2, - 1 - ], - "span": [ - 24, - 8, - 24 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0 - ], - "span": [ - 25, - 2, - 54 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 4 - ], - "span": [ - 25, - 2, - 10 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 6 - ], - "span": [ - 25, - 11, - 44 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 1 - ], - "span": [ - 25, - 45, - 49 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 3 - ], - "span": [ - 25, - 52, - 53 - ] - }, - { - "path": [ - 4, - 3 - ], - "span": [ - 28, - 0, - 30, - 1 - ] - }, - { - "path": [ - 4, - 3, - 1 - ], - "span": [ - 28, - 8, - 28 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0 - ], - "span": [ - 29, - 2, - 48 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 6 - ], - "span": [ - 29, - 2, - 35 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 1 - ], - "span": [ - 29, - 36, - 43 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 3 - ], - "span": [ - 29, - 46, - 47 - ] - }, - { - "path": [ - 4, - 4 - ], - "span": [ - 32, - 0, - 34, - 1 - ] - }, - { - "path": [ - 4, - 4, - 1 - ], - "span": [ - 32, - 8, - 29 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0 - ], - "span": [ - 33, - 2, - 48 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 6 - ], - "span": [ - 33, - 2, - 35 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 1 - ], - "span": [ - 33, - 36, - 43 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 3 - ], - "span": [ - 33, - 46, - 47 - ] - }, - { - "path": [ - 4, - 5 - ], - "span": [ - 36, - 0, - 38, - 1 - ] - }, - { - "path": [ - 4, - 5, - 1 - ], - "span": [ - 36, - 8, - 27 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0 - ], - "span": [ - 37, - 2, - 48 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 6 - ], - "span": [ - 37, - 2, - 35 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 1 - ], - "span": [ - 37, - 36, - 43 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 3 - ], - "span": [ - 37, - 46, - 47 - ] - }, - { - "path": [ - 4, - 6 - ], - "span": [ - 40, - 0, - 42, - 1 - ] - }, - { - "path": [ - 4, - 6, - 1 - ], - "span": [ - 40, - 8, - 28 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0 - ], - "span": [ - 41, - 2, - 48 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 6 - ], - "span": [ - 41, - 2, - 35 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 1 - ], - "span": [ - 41, - 36, - 43 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 3 - ], - "span": [ - 41, - 46, - 47 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "infrastructure/api/rpc/tariff/v1/tariff_rpc.proto", - "package": "infrastructure.api.rpc.tariff.v1", - "dependency": [ - "google/protobuf/empty.proto", - "domain/billing/tariff/v1/tariff.proto" - ], - "messageType": [ - { - "name": "TariffRequest", - "field": [ - { - "name": "tariff", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.tariff.v1.Tariff", - "jsonName": "tariff" - } - ] - }, - { - "name": "TariffResponse", - "field": [ - { - "name": "tariff", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.tariff.v1.Tariff", - "jsonName": "tariff" - } - ] - }, - { - "name": "TariffsResponse", - "field": [ - { - "name": "list", - "number": 1, - "label": "LABEL_REPEATED", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.tariff.v1.Tariff", - "jsonName": "list" - } - ] - }, - { - "name": "TariffCreateRequest", - "field": [ - { - "name": "tariff", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.tariff.v1.Tariff", - "jsonName": "tariff" - } - ] - }, - { - "name": "TariffCreateResponse", - "field": [ - { - "name": "tariff", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.tariff.v1.Tariff", - "jsonName": "tariff" - } - ] - }, - { - "name": "TariffUpdateRequest", - "field": [ - { - "name": "tariff", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.tariff.v1.Tariff", - "jsonName": "tariff" - } - ] - }, - { - "name": "TariffUpdateResponse", - "field": [ - { - "name": "tariff", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.tariff.v1.Tariff", - "jsonName": "tariff" - } - ] - }, - { - "name": "TariffCloseRequest", - "field": [ - { - "name": "tariff", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.tariff.v1.Tariff", - "jsonName": "tariff" - } - ] - }, - { - "name": "TariffCloseResponse", - "field": [ - { - "name": "tariff", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.billing.tariff.v1.Tariff", - "jsonName": "tariff" - } - ] - } - ], - "service": [ - { - "name": "TariffService", - "method": [ - { - "name": "Tariff", - "inputType": ".infrastructure.api.rpc.tariff.v1.TariffRequest", - "outputType": ".infrastructure.api.rpc.tariff.v1.TariffResponse", - "options": {} - }, - { - "name": "Tariffs", - "inputType": ".google.protobuf.Empty", - "outputType": ".infrastructure.api.rpc.tariff.v1.TariffsResponse", - "options": {} - }, - { - "name": "TariffCreate", - "inputType": ".infrastructure.api.rpc.tariff.v1.TariffCreateRequest", - "outputType": ".infrastructure.api.rpc.tariff.v1.TariffCreateResponse", - "options": {} - }, - { - "name": "TariffUpdate", - "inputType": ".infrastructure.api.rpc.tariff.v1.TariffUpdateRequest", - "outputType": ".infrastructure.api.rpc.tariff.v1.TariffUpdateResponse", - "options": {} - }, - { - "name": "TariffClose", - "inputType": ".infrastructure.api.rpc.tariff.v1.TariffCloseRequest", - "outputType": ".infrastructure.api.rpc.tariff.v1.TariffCloseResponse", - "options": {} - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/billing/infrastructure/tariff_rpc" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 51, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 41 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 94 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 94 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 37 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 7, - 0, - 47 - ] - }, - { - "path": [ - 6, - 0 - ], - "span": [ - 9, - 0, - 15, - 1 - ] - }, - { - "path": [ - 6, - 0, - 1 - ], - "span": [ - 9, - 8, - 21 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0 - ], - "span": [ - 10, - 2, - 54 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 1 - ], - "span": [ - 10, - 6, - 12 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 2 - ], - "span": [ - 10, - 13, - 26 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 3 - ], - "span": [ - 10, - 36, - 50 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1 - ], - "span": [ - 11, - 2, - 64 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 1 - ], - "span": [ - 11, - 6, - 13 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 2 - ], - "span": [ - 11, - 14, - 35 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 3 - ], - "span": [ - 11, - 45, - 60 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2 - ], - "span": [ - 12, - 2, - 72 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 1 - ], - "span": [ - 12, - 6, - 18 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 2 - ], - "span": [ - 12, - 19, - 38 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 3 - ], - "span": [ - 12, - 48, - 68 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3 - ], - "span": [ - 13, - 2, - 72 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 1 - ], - "span": [ - 13, - 6, - 18 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 2 - ], - "span": [ - 13, - 19, - 38 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 3 - ], - "span": [ - 13, - 48, - 68 - ] - }, - { - "path": [ - 6, - 0, - 2, - 4 - ], - "span": [ - 14, - 2, - 69 - ] - }, - { - "path": [ - 6, - 0, - 2, - 4, - 1 - ], - "span": [ - 14, - 6, - 17 - ] - }, - { - "path": [ - 6, - 0, - 2, - 4, - 2 - ], - "span": [ - 14, - 18, - 36 - ] - }, - { - "path": [ - 6, - 0, - 2, - 4, - 3 - ], - "span": [ - 14, - 46, - 65 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 17, - 0, - 19, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 17, - 8, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 18, - 2, - 45 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 18, - 2, - 33 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 18, - 34, - 40 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 18, - 43, - 44 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 21, - 0, - 23, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 21, - 8, - 22 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 22, - 2, - 45 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 22, - 2, - 33 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 22, - 34, - 40 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 22, - 43, - 44 - ] - }, - { - "path": [ - 4, - 2 - ], - "span": [ - 25, - 0, - 27, - 1 - ] - }, - { - "path": [ - 4, - 2, - 1 - ], - "span": [ - 25, - 8, - 23 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0 - ], - "span": [ - 26, - 2, - 52 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 4 - ], - "span": [ - 26, - 2, - 10 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 6 - ], - "span": [ - 26, - 11, - 42 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 1 - ], - "span": [ - 26, - 43, - 47 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 3 - ], - "span": [ - 26, - 50, - 51 - ] - }, - { - "path": [ - 4, - 3 - ], - "span": [ - 29, - 0, - 31, - 1 - ] - }, - { - "path": [ - 4, - 3, - 1 - ], - "span": [ - 29, - 8, - 27 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0 - ], - "span": [ - 30, - 2, - 45 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 6 - ], - "span": [ - 30, - 2, - 33 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 1 - ], - "span": [ - 30, - 34, - 40 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 3 - ], - "span": [ - 30, - 43, - 44 - ] - }, - { - "path": [ - 4, - 4 - ], - "span": [ - 33, - 0, - 35, - 1 - ] - }, - { - "path": [ - 4, - 4, - 1 - ], - "span": [ - 33, - 8, - 28 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0 - ], - "span": [ - 34, - 2, - 45 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 6 - ], - "span": [ - 34, - 2, - 33 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 1 - ], - "span": [ - 34, - 34, - 40 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 3 - ], - "span": [ - 34, - 43, - 44 - ] - }, - { - "path": [ - 4, - 5 - ], - "span": [ - 37, - 0, - 39, - 1 - ] - }, - { - "path": [ - 4, - 5, - 1 - ], - "span": [ - 37, - 8, - 27 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0 - ], - "span": [ - 38, - 2, - 45 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 6 - ], - "span": [ - 38, - 2, - 33 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 1 - ], - "span": [ - 38, - 34, - 40 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 3 - ], - "span": [ - 38, - 43, - 44 - ] - }, - { - "path": [ - 4, - 6 - ], - "span": [ - 41, - 0, - 43, - 1 - ] - }, - { - "path": [ - 4, - 6, - 1 - ], - "span": [ - 41, - 8, - 28 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0 - ], - "span": [ - 42, - 2, - 45 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 6 - ], - "span": [ - 42, - 2, - 33 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 1 - ], - "span": [ - 42, - 34, - 40 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 3 - ], - "span": [ - 42, - 43, - 44 - ] - }, - { - "path": [ - 4, - 7 - ], - "span": [ - 45, - 0, - 47, - 1 - ] - }, - { - "path": [ - 4, - 7, - 1 - ], - "span": [ - 45, - 8, - 26 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0 - ], - "span": [ - 46, - 2, - 45 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 6 - ], - "span": [ - 46, - 2, - 33 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 1 - ], - "span": [ - 46, - 34, - 40 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 3 - ], - "span": [ - 46, - 43, - 44 - ] - }, - { - "path": [ - 4, - 8 - ], - "span": [ - 49, - 0, - 51, - 1 - ] - }, - { - "path": [ - 4, - 8, - 1 - ], - "span": [ - 49, - 8, - 27 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0 - ], - "span": [ - 50, - 2, - 45 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 6 - ], - "span": [ - 50, - 2, - 33 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 1 - ], - "span": [ - 50, - 34, - 40 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 3 - ], - "span": [ - 50, - 43, - 44 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "infrastructure/rpc/cqrs/link/v1/link_command.proto", - "package": "infrastructure.rpc.cqrs.link.v1", - "dependency": [ - "google/protobuf/empty.proto", - "domain/link/v1/link.proto" - ], - "messageType": [ - { - "name": "AddRequest", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link" - } - ] - }, - { - "name": "AddResponse", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link" - } - ] - }, - { - "name": "UpdateRequest", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link" - } - ] - }, - { - "name": "UpdateResponse", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link" - } - ] - }, - { - "name": "DeleteRequest", - "field": [ - { - "name": "hash", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "hash" - } - ] - } - ], - "service": [ - { - "name": "LinkCommandService", - "method": [ - { - "name": "Add", - "inputType": ".infrastructure.rpc.cqrs.link.v1.AddRequest", - "outputType": ".infrastructure.rpc.cqrs.link.v1.AddResponse", - "options": {} - }, - { - "name": "Update", - "inputType": ".infrastructure.rpc.cqrs.link.v1.UpdateRequest", - "outputType": ".infrastructure.rpc.cqrs.link.v1.UpdateResponse", - "options": {} - }, - { - "name": "Delete", - "inputType": ".infrastructure.rpc.cqrs.link.v1.DeleteRequest", - "outputType": ".google.protobuf.Empty", - "options": {} - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/link/infrastructure/rpc/link/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 33, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 40 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 101 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 101 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 37 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 7, - 0, - 35 - ] - }, - { - "path": [ - 6, - 0 - ], - "span": [ - 9, - 0, - 13, - 1 - ] - }, - { - "path": [ - 6, - 0, - 1 - ], - "span": [ - 9, - 8, - 26 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0 - ], - "span": [ - 10, - 2, - 45 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 1 - ], - "span": [ - 10, - 6, - 9 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 2 - ], - "span": [ - 10, - 10, - 20 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 3 - ], - "span": [ - 10, - 30, - 41 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1 - ], - "span": [ - 11, - 2, - 54 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 1 - ], - "span": [ - 11, - 6, - 12 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 2 - ], - "span": [ - 11, - 13, - 26 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 3 - ], - "span": [ - 11, - 36, - 50 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2 - ], - "span": [ - 12, - 2, - 61 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 1 - ], - "span": [ - 12, - 6, - 12 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 2 - ], - "span": [ - 12, - 13, - 26 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 3 - ], - "span": [ - 12, - 36, - 57 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 15, - 0, - 17, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 15, - 8, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 16, - 2, - 31 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 6 - ], - "span": [ - 16, - 2, - 21 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 16, - 22, - 26 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 16, - 29, - 30 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 19, - 0, - 21, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 19, - 8, - 19 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 20, - 2, - 31 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 20, - 2, - 21 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 20, - 22, - 26 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 20, - 29, - 30 - ] - }, - { - "path": [ - 4, - 2 - ], - "span": [ - 23, - 0, - 25, - 1 - ] - }, - { - "path": [ - 4, - 2, - 1 - ], - "span": [ - 23, - 8, - 21 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0 - ], - "span": [ - 24, - 2, - 31 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 6 - ], - "span": [ - 24, - 2, - 21 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 1 - ], - "span": [ - 24, - 22, - 26 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 3 - ], - "span": [ - 24, - 29, - 30 - ] - }, - { - "path": [ - 4, - 3 - ], - "span": [ - 27, - 0, - 29, - 1 - ] - }, - { - "path": [ - 4, - 3, - 1 - ], - "span": [ - 27, - 8, - 22 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0 - ], - "span": [ - 28, - 2, - 31 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 6 - ], - "span": [ - 28, - 2, - 21 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 1 - ], - "span": [ - 28, - 22, - 26 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 3 - ], - "span": [ - 28, - 29, - 30 - ] - }, - { - "path": [ - 4, - 4 - ], - "span": [ - 31, - 0, - 33, - 1 - ] - }, - { - "path": [ - 4, - 4, - 1 - ], - "span": [ - 31, - 8, - 21 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0 - ], - "span": [ - 32, - 2, - 18 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 5 - ], - "span": [ - 32, - 2, - 8 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 1 - ], - "span": [ - 32, - 9, - 13 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 3 - ], - "span": [ - 32, - 16, - 17 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "infrastructure/rpc/cqrs/link/v1/link_query.proto", - "package": "infrastructure.rpc.cqrs.link.v1", - "dependency": [ - "domain/link_cqrs/v1/link.proto" - ], - "messageType": [ - { - "name": "GetRequest", - "field": [ - { - "name": "hash", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "hash" - } - ] - }, - { - "name": "GetResponse", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link_cqrs.v1.LinkView", - "jsonName": "link" - } - ] - }, - { - "name": "ListRequest", - "field": [ - { - "name": "filter", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "filter" - } - ] - }, - { - "name": "ListResponse", - "field": [ - { - "name": "links", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link_cqrs.v1.LinksView", - "jsonName": "links" - } - ] - } - ], - "service": [ - { - "name": "LinkQueryService", - "method": [ - { - "name": "Get", - "inputType": ".infrastructure.rpc.cqrs.link.v1.GetRequest", - "outputType": ".infrastructure.rpc.cqrs.link.v1.GetResponse", - "options": {} - }, - { - "name": "List", - "inputType": ".infrastructure.rpc.cqrs.link.v1.ListRequest", - "outputType": ".infrastructure.rpc.cqrs.link.v1.ListResponse", - "options": {} - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/link/infrastructure/rpc/link/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 27, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 40 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 101 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 101 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 40 - ] - }, - { - "path": [ - 6, - 0 - ], - "span": [ - 8, - 0, - 11, - 1 - ] - }, - { - "path": [ - 6, - 0, - 1 - ], - "span": [ - 8, - 8, - 24 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0 - ], - "span": [ - 9, - 2, - 45 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 1 - ], - "span": [ - 9, - 6, - 9 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 2 - ], - "span": [ - 9, - 10, - 20 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 3 - ], - "span": [ - 9, - 30, - 41 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1 - ], - "span": [ - 10, - 2, - 48 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 1 - ], - "span": [ - 10, - 6, - 10 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 2 - ], - "span": [ - 10, - 11, - 22 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 3 - ], - "span": [ - 10, - 32, - 44 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 13, - 0, - 15, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 13, - 8, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 14, - 2, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 5 - ], - "span": [ - 14, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 14, - 9, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 14, - 16, - 17 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 17, - 0, - 19, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 17, - 8, - 19 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 18, - 2, - 40 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 18, - 2, - 30 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 18, - 31, - 35 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 18, - 38, - 39 - ] - }, - { - "path": [ - 4, - 2 - ], - "span": [ - 21, - 0, - 23, - 1 - ] - }, - { - "path": [ - 4, - 2, - 1 - ], - "span": [ - 21, - 8, - 19 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0 - ], - "span": [ - 22, - 2, - 20 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 5 - ], - "span": [ - 22, - 2, - 8 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 1 - ], - "span": [ - 22, - 9, - 15 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 3 - ], - "span": [ - 22, - 18, - 19 - ] - }, - { - "path": [ - 4, - 3 - ], - "span": [ - 25, - 0, - 27, - 1 - ] - }, - { - "path": [ - 4, - 3, - 1 - ], - "span": [ - 25, - 8, - 20 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0 - ], - "span": [ - 26, - 2, - 42 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 6 - ], - "span": [ - 26, - 2, - 31 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 1 - ], - "span": [ - 26, - 32, - 37 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 3 - ], - "span": [ - 26, - 40, - 41 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "infrastructure/rpc/link/v1/link.proto", - "package": "infrastructure.rpc.link.v1", - "dependency": [ - "google/protobuf/empty.proto", - "domain/link/v1/link.proto" - ], - "messageType": [ - { - "name": "GetRequest", - "field": [ - { - "name": "hash", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "hash" - } - ] - }, - { - "name": "GetResponse", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link" - } - ] - }, - { - "name": "ListRequest", - "field": [ - { - "name": "filter", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "filter" - } - ] - }, - { - "name": "ListResponse", - "field": [ - { - "name": "links", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Links", - "jsonName": "links" - } - ] - }, - { - "name": "AddRequest", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link" - } - ] - }, - { - "name": "AddResponse", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link" - } - ] - }, - { - "name": "UpdateRequest", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link" - } - ] - }, - { - "name": "UpdateResponse", - "field": [ - { - "name": "link", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.link.v1.Link", - "jsonName": "link" - } - ] - }, - { - "name": "DeleteRequest", - "field": [ - { - "name": "hash", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "hash" - } - ] - } - ], - "service": [ - { - "name": "LinkService", - "method": [ - { - "name": "Get", - "inputType": ".infrastructure.rpc.link.v1.GetRequest", - "outputType": ".infrastructure.rpc.link.v1.GetResponse", - "options": {} - }, - { - "name": "List", - "inputType": ".infrastructure.rpc.link.v1.ListRequest", - "outputType": ".infrastructure.rpc.link.v1.ListResponse", - "options": {} - }, - { - "name": "Add", - "inputType": ".infrastructure.rpc.link.v1.AddRequest", - "outputType": ".infrastructure.rpc.link.v1.AddResponse", - "options": {} - }, - { - "name": "Update", - "inputType": ".infrastructure.rpc.link.v1.UpdateRequest", - "outputType": ".infrastructure.rpc.link.v1.UpdateResponse", - "options": {} - }, - { - "name": "Delete", - "inputType": ".infrastructure.rpc.link.v1.DeleteRequest", - "outputType": ".google.protobuf.Empty", - "options": {} - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/link/infrastructure/rpc/link/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 52, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 35 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 101 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 101 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 37 - ] - }, - { - "path": [ - 3, - 1 - ], - "span": [ - 7, - 0, - 35 - ] - }, - { - "path": [ - 6, - 0 - ], - "span": [ - 9, - 0, - 16, - 1 - ] - }, - { - "path": [ - 6, - 0, - 1 - ], - "span": [ - 9, - 8, - 19 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0 - ], - "span": [ - 10, - 2, - 45 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 1 - ], - "span": [ - 10, - 6, - 9 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 2 - ], - "span": [ - 10, - 10, - 20 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 3 - ], - "span": [ - 10, - 30, - 41 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1 - ], - "span": [ - 11, - 2, - 48 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 1 - ], - "span": [ - 11, - 6, - 10 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 2 - ], - "span": [ - 11, - 11, - 22 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 3 - ], - "span": [ - 11, - 32, - 44 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2 - ], - "span": [ - 13, - 2, - 45 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 1 - ], - "span": [ - 13, - 6, - 9 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 2 - ], - "span": [ - 13, - 10, - 20 - ] - }, - { - "path": [ - 6, - 0, - 2, - 2, - 3 - ], - "span": [ - 13, - 30, - 41 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3 - ], - "span": [ - 14, - 2, - 54 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 1 - ], - "span": [ - 14, - 6, - 12 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 2 - ], - "span": [ - 14, - 13, - 26 - ] - }, - { - "path": [ - 6, - 0, - 2, - 3, - 3 - ], - "span": [ - 14, - 36, - 50 - ] - }, - { - "path": [ - 6, - 0, - 2, - 4 - ], - "span": [ - 15, - 2, - 61 - ] - }, - { - "path": [ - 6, - 0, - 2, - 4, - 1 - ], - "span": [ - 15, - 6, - 12 - ] - }, - { - "path": [ - 6, - 0, - 2, - 4, - 2 - ], - "span": [ - 15, - 13, - 26 - ] - }, - { - "path": [ - 6, - 0, - 2, - 4, - 3 - ], - "span": [ - 15, - 36, - 57 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 18, - 0, - 20, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 18, - 8, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 19, - 2, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 5 - ], - "span": [ - 19, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 19, - 9, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 19, - 16, - 17 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 22, - 0, - 24, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 22, - 8, - 19 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 23, - 2, - 31 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 23, - 2, - 21 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 23, - 22, - 26 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 23, - 29, - 30 - ] - }, - { - "path": [ - 4, - 2 - ], - "span": [ - 26, - 0, - 28, - 1 - ] - }, - { - "path": [ - 4, - 2, - 1 - ], - "span": [ - 26, - 8, - 19 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0 - ], - "span": [ - 27, - 2, - 20 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 5 - ], - "span": [ - 27, - 2, - 8 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 1 - ], - "span": [ - 27, - 9, - 15 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 3 - ], - "span": [ - 27, - 18, - 19 - ] - }, - { - "path": [ - 4, - 3 - ], - "span": [ - 30, - 0, - 32, - 1 - ] - }, - { - "path": [ - 4, - 3, - 1 - ], - "span": [ - 30, - 8, - 20 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0 - ], - "span": [ - 31, - 2, - 33 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 6 - ], - "span": [ - 31, - 2, - 22 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 1 - ], - "span": [ - 31, - 23, - 28 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 3 - ], - "span": [ - 31, - 31, - 32 - ] - }, - { - "path": [ - 4, - 4 - ], - "span": [ - 34, - 0, - 36, - 1 - ] - }, - { - "path": [ - 4, - 4, - 1 - ], - "span": [ - 34, - 8, - 18 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0 - ], - "span": [ - 35, - 2, - 31 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 6 - ], - "span": [ - 35, - 2, - 21 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 1 - ], - "span": [ - 35, - 22, - 26 - ] - }, - { - "path": [ - 4, - 4, - 2, - 0, - 3 - ], - "span": [ - 35, - 29, - 30 - ] - }, - { - "path": [ - 4, - 5 - ], - "span": [ - 38, - 0, - 40, - 1 - ] - }, - { - "path": [ - 4, - 5, - 1 - ], - "span": [ - 38, - 8, - 19 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0 - ], - "span": [ - 39, - 2, - 31 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 6 - ], - "span": [ - 39, - 2, - 21 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 1 - ], - "span": [ - 39, - 22, - 26 - ] - }, - { - "path": [ - 4, - 5, - 2, - 0, - 3 - ], - "span": [ - 39, - 29, - 30 - ] - }, - { - "path": [ - 4, - 6 - ], - "span": [ - 42, - 0, - 44, - 1 - ] - }, - { - "path": [ - 4, - 6, - 1 - ], - "span": [ - 42, - 8, - 21 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0 - ], - "span": [ - 43, - 2, - 31 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 6 - ], - "span": [ - 43, - 2, - 21 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 1 - ], - "span": [ - 43, - 22, - 26 - ] - }, - { - "path": [ - 4, - 6, - 2, - 0, - 3 - ], - "span": [ - 43, - 29, - 30 - ] - }, - { - "path": [ - 4, - 7 - ], - "span": [ - 46, - 0, - 48, - 1 - ] - }, - { - "path": [ - 4, - 7, - 1 - ], - "span": [ - 46, - 8, - 22 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0 - ], - "span": [ - 47, - 2, - 31 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 6 - ], - "span": [ - 47, - 2, - 21 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 1 - ], - "span": [ - 47, - 22, - 26 - ] - }, - { - "path": [ - 4, - 7, - 2, - 0, - 3 - ], - "span": [ - 47, - 29, - 30 - ] - }, - { - "path": [ - 4, - 8 - ], - "span": [ - 50, - 0, - 52, - 1 - ] - }, - { - "path": [ - 4, - 8, - 1 - ], - "span": [ - 50, - 8, - 21 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0 - ], - "span": [ - 51, - 2, - 18 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 5 - ], - "span": [ - 51, - 2, - 8 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 1 - ], - "span": [ - 51, - 9, - 13 - ] - }, - { - "path": [ - 4, - 8, - 2, - 0, - 3 - ], - "span": [ - 51, - 16, - 17 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "infrastructure/rpc/metadata/v1/metadata_rpc.proto", - "package": "infrastructure.rpc.metadata.v1", - "dependency": [ - "domain/metadata/v1/meta.proto" - ], - "messageType": [ - { - "name": "MetadataServiceGetRequest", - "field": [ - { - "name": "id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - } - ] - }, - { - "name": "MetadataServiceGetResponse", - "field": [ - { - "name": "meta", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.metadata.v1.Meta", - "jsonName": "meta" - } - ] - }, - { - "name": "MetadataServiceSetRequest", - "field": [ - { - "name": "id", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "id" - } - ] - }, - { - "name": "MetadataServiceSetResponse", - "field": [ - { - "name": "meta", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.metadata.v1.Meta", - "jsonName": "meta" - } - ] - } - ], - "service": [ - { - "name": "MetadataService", - "method": [ - { - "name": "Get", - "inputType": ".infrastructure.rpc.metadata.v1.MetadataServiceGetRequest", - "outputType": ".infrastructure.rpc.metadata.v1.MetadataServiceGetResponse", - "options": {} - }, - { - "name": "Set", - "inputType": ".infrastructure.rpc.metadata.v1.MetadataServiceSetRequest", - "outputType": ".infrastructure.rpc.metadata.v1.MetadataServiceSetResponse", - "options": {} - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/metadata/infrastructure/rpc/metadata/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 27, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 39 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 100 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 100 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 39 - ] - }, - { - "path": [ - 6, - 0 - ], - "span": [ - 8, - 0, - 11, - 1 - ] - }, - { - "path": [ - 6, - 0, - 1 - ], - "span": [ - 8, - 8, - 23 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0 - ], - "span": [ - 9, - 2, - 75 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 1 - ], - "span": [ - 9, - 6, - 9 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 2 - ], - "span": [ - 9, - 10, - 35 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 3 - ], - "span": [ - 9, - 45, - 71 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1 - ], - "span": [ - 10, - 2, - 75 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 1 - ], - "span": [ - 10, - 6, - 9 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 2 - ], - "span": [ - 10, - 10, - 35 - ] - }, - { - "path": [ - 6, - 0, - 2, - 1, - 3 - ], - "span": [ - 10, - 45, - 71 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 13, - 0, - 15, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 13, - 8, - 33 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 14, - 2, - 16 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 5 - ], - "span": [ - 14, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 14, - 9, - 11 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 14, - 14, - 15 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 17, - 0, - 19, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 17, - 8, - 34 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 18, - 2, - 35 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 18, - 2, - 25 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 18, - 26, - 30 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 18, - 33, - 34 - ] - }, - { - "path": [ - 4, - 2 - ], - "span": [ - 21, - 0, - 23, - 1 - ] - }, - { - "path": [ - 4, - 2, - 1 - ], - "span": [ - 21, - 8, - 33 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0 - ], - "span": [ - 22, - 2, - 16 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 5 - ], - "span": [ - 22, - 2, - 8 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 1 - ], - "span": [ - 22, - 9, - 11 - ] - }, - { - "path": [ - 4, - 2, - 2, - 0, - 3 - ], - "span": [ - 22, - 14, - 15 - ] - }, - { - "path": [ - 4, - 3 - ], - "span": [ - 25, - 0, - 27, - 1 - ] - }, - { - "path": [ - 4, - 3, - 1 - ], - "span": [ - 25, - 8, - 34 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0 - ], - "span": [ - 26, - 2, - 35 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 6 - ], - "span": [ - 26, - 2, - 25 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 1 - ], - "span": [ - 26, - 26, - 30 - ] - }, - { - "path": [ - 4, - 3, - 2, - 0, - 3 - ], - "span": [ - 26, - 33, - 34 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "infrastructure/rpc/proxy/v1/proxy.proto", - "package": "infrastructure.rpc.proxy.v1", - "dependency": [ - "domain/proxy/v1/proxy.proto" - ], - "messageType": [ - { - "name": "StatsRequest", - "field": [ - { - "name": "hash", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "hash" - } - ] - }, - { - "name": "StatsResponse", - "field": [ - { - "name": "stats", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_MESSAGE", - "typeName": ".domain.proxy.v1.Stats", - "jsonName": "stats" - } - ] - } - ], - "service": [ - { - "name": "StatsService", - "method": [ - { - "name": "Stats", - "inputType": ".infrastructure.rpc.proxy.v1.StatsRequest", - "outputType": ".infrastructure.rpc.proxy.v1.StatsResponse", - "options": {} - } - ] - } - ], - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 16, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 36 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 4, - 0, - 37 - ] - }, - { - "path": [ - 6, - 0 - ], - "span": [ - 6, - 0, - 8, - 1 - ] - }, - { - "path": [ - 6, - 0, - 1 - ], - "span": [ - 6, - 8, - 20 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0 - ], - "span": [ - 7, - 2, - 52 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 1 - ], - "span": [ - 7, - 6, - 11 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 2 - ], - "span": [ - 7, - 12, - 24 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 3 - ], - "span": [ - 7, - 35, - 48 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 10, - 0, - 12, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 10, - 8, - 20 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 11, - 2, - 18 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 5 - ], - "span": [ - 11, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 11, - 9, - 13 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 11, - 16, - 17 - ] - }, - { - "path": [ - 4, - 1 - ], - "span": [ - 14, - 0, - 16, - 1 - ] - }, - { - "path": [ - 4, - 1, - 1 - ], - "span": [ - 14, - 8, - 21 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0 - ], - "span": [ - 15, - 2, - 34 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 6 - ], - "span": [ - 15, - 2, - 23 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 1 - ], - "span": [ - 15, - 24, - 29 - ] - }, - { - "path": [ - 4, - 1, - 2, - 0, - 3 - ], - "span": [ - 15, - 32, - 33 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - }, - { - "name": "infrastructure/rpc/sitemap/v1/sitemap.proto", - "package": "infrastructure.rpc.sitemap.v1", - "dependency": [ - "google/protobuf/empty.proto" - ], - "messageType": [ - { - "name": "ParseRequest", - "field": [ - { - "name": "url", - "number": 1, - "label": "LABEL_OPTIONAL", - "type": "TYPE_STRING", - "jsonName": "url" - } - ] - } - ], - "service": [ - { - "name": "SitemapService", - "method": [ - { - "name": "Parse", - "inputType": ".infrastructure.rpc.sitemap.v1.ParseRequest", - "outputType": ".google.protobuf.Empty", - "options": {} - } - ] - } - ], - "options": { - "goPackage": "github.com/shortlink-org/shortlink/internal/services/link/infrastructure/rpc/sitemap/v1" - }, - "sourceCodeInfo": { - "location": [ - { - "span": [ - 0, - 0, - 14, - 1 - ] - }, - { - "path": [ - 12 - ], - "span": [ - 0, - 0, - 18 - ] - }, - { - "path": [ - 2 - ], - "span": [ - 2, - 0, - 38 - ] - }, - { - "path": [ - 8 - ], - "span": [ - 4, - 0, - 104 - ] - }, - { - "path": [ - 8, - 11 - ], - "span": [ - 4, - 0, - 104 - ] - }, - { - "path": [ - 3, - 0 - ], - "span": [ - 6, - 0, - 37 - ] - }, - { - "path": [ - 6, - 0 - ], - "span": [ - 8, - 0, - 10, - 1 - ] - }, - { - "path": [ - 6, - 0, - 1 - ], - "span": [ - 8, - 8, - 22 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0 - ], - "span": [ - 9, - 2, - 59 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 1 - ], - "span": [ - 9, - 6, - 11 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 2 - ], - "span": [ - 9, - 12, - 24 - ] - }, - { - "path": [ - 6, - 0, - 2, - 0, - 3 - ], - "span": [ - 9, - 34, - 55 - ] - }, - { - "path": [ - 4, - 0 - ], - "span": [ - 12, - 0, - 14, - 1 - ] - }, - { - "path": [ - 4, - 0, - 1 - ], - "span": [ - 12, - 8, - 20 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0 - ], - "span": [ - 13, - 2, - 17 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 5 - ], - "span": [ - 13, - 2, - 8 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 1 - ], - "span": [ - 13, - 9, - 12 - ] - }, - { - "path": [ - 4, - 0, - 2, - 0, - 3 - ], - "span": [ - 13, - 15, - 16 - ] - } - ] - }, - "syntax": "proto3", - "bufExtension": { - "isImport": false, - "isSyntaxUnspecified": false - } - } - ] -} +{"file":[{"name":"google/protobuf/field_mask.proto","package":"google.protobuf","messageType":[{"name":"FieldMask","field":[{"name":"paths","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"paths"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"FieldMaskProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/fieldmaskpb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[30,0,244,1]},{"path":[12],"span":[30,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"]},{"path":[2],"span":[32,0,24]},{"path":[8],"span":[34,0,59]},{"path":[8,37],"span":[34,0,59]},{"path":[8],"span":[35,0,44]},{"path":[8,1],"span":[35,0,44]},{"path":[8],"span":[36,0,47]},{"path":[8,8],"span":[36,0,47]},{"path":[8],"span":[37,0,34]},{"path":[8,10],"span":[37,0,34]},{"path":[8],"span":[38,0,33]},{"path":[8,36],"span":[38,0,33]},{"path":[8],"span":[39,0,73]},{"path":[8,11],"span":[39,0,73]},{"path":[8],"span":[40,0,31]},{"path":[8,31],"span":[40,0,31]},{"path":[4,0],"span":[241,0,244,1],"leadingComments":" `FieldMask` represents a set of symbolic field paths, for example:\n\n paths: \"f.a\"\n paths: \"f.b.d\"\n\n Here `f` represents a field in some root message, `a` and `b`\n fields in the message found in `f`, and `d` a field found in the\n message in `f.b`.\n\n Field masks are used to specify a subset of fields that should be\n returned by a get operation or modified by an update operation.\n Field masks also have a custom JSON encoding (see below).\n\n # Field Masks in Projections\n\n When used in the context of a projection, a response message or\n sub-message is filtered by the API to only contain those fields as\n specified in the mask. For example, if the mask in the previous\n example is applied to a response message as follows:\n\n f {\n a : 22\n b {\n d : 1\n x : 2\n }\n y : 13\n }\n z: 8\n\n The result will not contain specific values for fields x,y and z\n (their value will be set to the default, and omitted in proto text\n output):\n\n\n f {\n a : 22\n b {\n d : 1\n }\n }\n\n A repeated field is not allowed except at the last position of a\n paths string.\n\n If a FieldMask object is not present in a get operation, the\n operation applies to all fields (as if a FieldMask of all fields\n had been specified).\n\n Note that a field mask does not necessarily apply to the\n top-level response message. In case of a REST get operation, the\n field mask applies directly to the response, but in case of a REST\n list operation, the mask instead applies to each individual message\n in the returned resource list. In case of a REST custom method,\n other definitions may be used. Where the mask applies will be\n clearly documented together with its declaration in the API. In\n any case, the effect on the returned resource/resources is required\n behavior for APIs.\n\n # Field Masks in Update Operations\n\n A field mask in update operations specifies which fields of the\n targeted resource are going to be updated. The API is required\n to only change the values of the fields as specified in the mask\n and leave the others untouched. If a resource is passed in to\n describe the updated values, the API ignores the values of all\n fields not covered by the mask.\n\n If a repeated field is specified for an update operation, new values will\n be appended to the existing repeated field in the target resource. Note that\n a repeated field is only allowed in the last position of a `paths` string.\n\n If a sub-message is specified in the last position of the field mask for an\n update operation, then new value will be merged into the existing sub-message\n in the target resource.\n\n For example, given the target message:\n\n f {\n b {\n d: 1\n x: 2\n }\n c: [1]\n }\n\n And an update message:\n\n f {\n b {\n d: 10\n }\n c: [2]\n }\n\n then if the field mask is:\n\n paths: [\"f.b\", \"f.c\"]\n\n then the result will be:\n\n f {\n b {\n d: 10\n x: 2\n }\n c: [1, 2]\n }\n\n An implementation may provide options to override this default behavior for\n repeated and message fields.\n\n In order to reset a field's value to the default, the field must\n be in the mask and set to the default value in the provided resource.\n Hence, in order to reset all fields of a resource, provide a default\n instance of the resource and set all fields in the mask, or do\n not provide a mask as described below.\n\n If a field mask is not present on update, the operation applies to\n all fields (as if a field mask of all fields has been specified).\n Note that in the presence of schema evolution, this may mean that\n fields the client does not know and has therefore not filled into\n the request will be reset to their default. If this is unwanted\n behavior, a specific service may require a client to always specify\n a field mask, producing an error if not.\n\n As with get operations, the location of the resource which\n describes the updated values in the request message depends on the\n operation kind. In any case, the effect of the field mask is\n required to be honored by the API.\n\n ## Considerations for HTTP REST\n\n The HTTP kind of an update operation which uses a field mask must\n be set to PATCH instead of PUT in order to satisfy HTTP semantics\n (PUT must only be used for full updates).\n\n # JSON Encoding of Field Masks\n\n In JSON, a field mask is encoded as a single string where paths are\n separated by a comma. Fields name in each path are converted\n to/from lower-camel naming conventions.\n\n As an example, consider the following message declarations:\n\n message Profile {\n User user = 1;\n Photo photo = 2;\n }\n message User {\n string display_name = 1;\n string address = 2;\n }\n\n In proto a field mask for `Profile` may look as such:\n\n mask {\n paths: \"user.display_name\"\n paths: \"photo\"\n }\n\n In JSON, the same mask is represented as below:\n\n {\n mask: \"user.displayName,photo\"\n }\n\n # Field Masks and Oneof Fields\n\n Field masks treat fields in oneofs just as regular fields. Consider the\n following message:\n\n message SampleMessage {\n oneof test_oneof {\n string name = 4;\n SubMessage sub_message = 9;\n }\n }\n\n The field mask can be:\n\n mask {\n paths: \"name\"\n }\n\n Or:\n\n mask {\n paths: \"sub_message\"\n }\n\n Note that oneof type names (\"test_oneof\" in this case) cannot be used in\n paths.\n\n ## Field Mask Verification\n\n The implementation of any API method which has a FieldMask type field in the\n request should verify the included field paths, and return an\n `INVALID_ARGUMENT` error if any path is unmappable.\n"},{"path":[4,0,1],"span":[241,8,17]},{"path":[4,0,2,0],"span":[243,2,28],"leadingComments":" The set of field mask paths.\n"},{"path":[4,0,2,0,4],"span":[243,2,10]},{"path":[4,0,2,0,5],"span":[243,11,17]},{"path":[4,0,2,0,1],"span":[243,18,23]},{"path":[4,0,2,0,3],"span":[243,26,27]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"domain/billing/account/v1/account.proto","package":"domain.billing.account.v1","dependency":["google/protobuf/field_mask.proto"],"messageType":[{"name":"Account","field":[{"name":"field_mask","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldMask","jsonName":"fieldMask"},{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"user_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"tariff_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"tariffId"}]},{"name":"Accounts","field":[{"name":"list","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".domain.billing.account.v1.Account","jsonName":"list"}]}],"enumType":[{"name":"Event","value":[{"name":"EVENT_UNSPECIFIED","number":0},{"name":"EVENT_ACCOUNT_NEW","number":1},{"name":"EVENT_ACCOUNT_DELETE","number":2}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/billing/domain/billing/account/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,25,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,109]},{"path":[8,11],"span":[4,0,109]},{"path":[3,0],"span":[6,0,42]},{"path":[4,0],"span":[8,0,14,1]},{"path":[4,0,1],"span":[8,8,15]},{"path":[4,0,2,0],"span":[9,2,43]},{"path":[4,0,2,0,6],"span":[9,2,27]},{"path":[4,0,2,0,1],"span":[9,28,38]},{"path":[4,0,2,0,3],"span":[9,41,42]},{"path":[4,0,2,1],"span":[11,2,16]},{"path":[4,0,2,1,5],"span":[11,2,8]},{"path":[4,0,2,1,1],"span":[11,9,11]},{"path":[4,0,2,1,3],"span":[11,14,15]},{"path":[4,0,2,2],"span":[12,2,21]},{"path":[4,0,2,2,5],"span":[12,2,8]},{"path":[4,0,2,2,1],"span":[12,9,16]},{"path":[4,0,2,2,3],"span":[12,19,20]},{"path":[4,0,2,3],"span":[13,2,23]},{"path":[4,0,2,3,5],"span":[13,2,8]},{"path":[4,0,2,3,1],"span":[13,9,18]},{"path":[4,0,2,3,3],"span":[13,21,22]},{"path":[4,1],"span":[16,0,18,1]},{"path":[4,1,1],"span":[16,8,16]},{"path":[4,1,2,0],"span":[17,2,28]},{"path":[4,1,2,0,4],"span":[17,2,10]},{"path":[4,1,2,0,6],"span":[17,11,18]},{"path":[4,1,2,0,1],"span":[17,19,23]},{"path":[4,1,2,0,3],"span":[17,26,27]},{"path":[5,0],"span":[20,0,25,1]},{"path":[5,0,1],"span":[20,5,10]},{"path":[5,0,2,0],"span":[21,2,24]},{"path":[5,0,2,0,1],"span":[21,2,19]},{"path":[5,0,2,0,2],"span":[21,22,23]},{"path":[5,0,2,1],"span":[23,2,24]},{"path":[5,0,2,1,1],"span":[23,2,19]},{"path":[5,0,2,1,2],"span":[23,22,23]},{"path":[5,0,2,2],"span":[24,2,27]},{"path":[5,0,2,2,1],"span":[24,2,22]},{"path":[5,0,2,2,2],"span":[24,25,26]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"domain/billing/order/v1/order.proto","package":"domain.billing.order.v1","dependency":["google/protobuf/field_mask.proto"],"messageType":[{"name":"Order","field":[{"name":"field_mask","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldMask","jsonName":"fieldMask"},{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"user_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"tariff_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"tariffId"},{"name":"status","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".domain.billing.order.v1.StatusOrder","jsonName":"status"}]},{"name":"Orders","field":[{"name":"list","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".domain.billing.order.v1.Order","jsonName":"list"}]}],"enumType":[{"name":"StatusOrder","value":[{"name":"STATUS_ORDER_UNSPECIFIED","number":0},{"name":"STATUS_ORDER_CREATE","number":1},{"name":"STATUS_ORDER_PENDING","number":2},{"name":"STATUS_ORDER_APPROVE","number":3},{"name":"STATUS_ORDER_PAID","number":4},{"name":"STATUS_ORDER_CLOSE","number":5},{"name":"STATUS_ORDER_REJECT","number":6}]},{"name":"Event","value":[{"name":"EVENT_UNSPECIFIED","number":0},{"name":"EVENT_ORDER_NEW","number":1},{"name":"EVENT_ORDER_UPDATE","number":2},{"name":"EVENT_ORDER_APPROVED","number":3},{"name":"EVENT_ORDER_PAID","number":4},{"name":"EVENT_ORDER_CLOSE","number":5},{"name":"EVENT_ORDER_REJECT","number":6}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/billing/domain/billing/order/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,41,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,32]},{"path":[8],"span":[4,0,107]},{"path":[8,11],"span":[4,0,107]},{"path":[3,0],"span":[6,0,42]},{"path":[5,0],"span":[8,0,17,1]},{"path":[5,0,1],"span":[8,5,16]},{"path":[5,0,2,0],"span":[9,2,31]},{"path":[5,0,2,0,1],"span":[9,2,26]},{"path":[5,0,2,0,2],"span":[9,29,30]},{"path":[5,0,2,1],"span":[11,2,26]},{"path":[5,0,2,1,1],"span":[11,2,21]},{"path":[5,0,2,1,2],"span":[11,24,25]},{"path":[5,0,2,2],"span":[12,2,27]},{"path":[5,0,2,2,1],"span":[12,2,22]},{"path":[5,0,2,2,2],"span":[12,25,26]},{"path":[5,0,2,3],"span":[13,2,27]},{"path":[5,0,2,3,1],"span":[13,2,22]},{"path":[5,0,2,3,2],"span":[13,25,26]},{"path":[5,0,2,4],"span":[14,2,24]},{"path":[5,0,2,4,1],"span":[14,2,19]},{"path":[5,0,2,4,2],"span":[14,22,23]},{"path":[5,0,2,5],"span":[15,2,25]},{"path":[5,0,2,5,1],"span":[15,2,20]},{"path":[5,0,2,5,2],"span":[15,23,24]},{"path":[5,0,2,6],"span":[16,2,26]},{"path":[5,0,2,6,1],"span":[16,2,21]},{"path":[5,0,2,6,2],"span":[16,24,25]},{"path":[4,0],"span":[19,0,26,1]},{"path":[4,0,1],"span":[19,8,13]},{"path":[4,0,2,0],"span":[20,2,43]},{"path":[4,0,2,0,6],"span":[20,2,27]},{"path":[4,0,2,0,1],"span":[20,28,38]},{"path":[4,0,2,0,3],"span":[20,41,42]},{"path":[4,0,2,1],"span":[22,2,16]},{"path":[4,0,2,1,5],"span":[22,2,8]},{"path":[4,0,2,1,1],"span":[22,9,11]},{"path":[4,0,2,1,3],"span":[22,14,15]},{"path":[4,0,2,2],"span":[23,2,21]},{"path":[4,0,2,2,5],"span":[23,2,8]},{"path":[4,0,2,2,1],"span":[23,9,16]},{"path":[4,0,2,2,3],"span":[23,19,20]},{"path":[4,0,2,3],"span":[24,2,23]},{"path":[4,0,2,3,5],"span":[24,2,8]},{"path":[4,0,2,3,1],"span":[24,9,18]},{"path":[4,0,2,3,3],"span":[24,21,22]},{"path":[4,0,2,4],"span":[25,2,25]},{"path":[4,0,2,4,6],"span":[25,2,13]},{"path":[4,0,2,4,1],"span":[25,14,20]},{"path":[4,0,2,4,3],"span":[25,23,24]},{"path":[4,1],"span":[28,0,30,1]},{"path":[4,1,1],"span":[28,8,14]},{"path":[4,1,2,0],"span":[29,2,26]},{"path":[4,1,2,0,4],"span":[29,2,10]},{"path":[4,1,2,0,6],"span":[29,11,16]},{"path":[4,1,2,0,1],"span":[29,17,21]},{"path":[4,1,2,0,3],"span":[29,24,25]},{"path":[5,1],"span":[32,0,41,1]},{"path":[5,1,1],"span":[32,5,10]},{"path":[5,1,2,0],"span":[33,2,24]},{"path":[5,1,2,0,1],"span":[33,2,19]},{"path":[5,1,2,0,2],"span":[33,22,23]},{"path":[5,1,2,1],"span":[35,2,22]},{"path":[5,1,2,1,1],"span":[35,2,17]},{"path":[5,1,2,1,2],"span":[35,20,21]},{"path":[5,1,2,2],"span":[36,2,25]},{"path":[5,1,2,2,1],"span":[36,2,20]},{"path":[5,1,2,2,2],"span":[36,23,24]},{"path":[5,1,2,3],"span":[37,2,27]},{"path":[5,1,2,3,1],"span":[37,2,22]},{"path":[5,1,2,3,2],"span":[37,25,26]},{"path":[5,1,2,4],"span":[38,2,23]},{"path":[5,1,2,4,1],"span":[38,2,18]},{"path":[5,1,2,4,2],"span":[38,21,22]},{"path":[5,1,2,5],"span":[39,2,24]},{"path":[5,1,2,5,1],"span":[39,2,19]},{"path":[5,1,2,5,2],"span":[39,22,23]},{"path":[5,1,2,6],"span":[40,2,25]},{"path":[5,1,2,6,1],"span":[40,2,20]},{"path":[5,1,2,6,2],"span":[40,23,24]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"domain/billing/payment/v1/command.proto","package":"domain.billing.payment.v1","enumType":[{"name":"Command","value":[{"name":"COMMAND_UNSPECIFIED","number":0},{"name":"COMMAND_PAYMENT_CREATE","number":1},{"name":"COMMAND_PAYMENT_APPROVE","number":2},{"name":"COMMAND_PAYMENT_CLOSE","number":3},{"name":"COMMAND_PAYMENT_REJECT","number":4},{"name":"COMMAND_BALANCE_UPDATE","number":5}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/billing/domain/billing/payment/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,15,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,109]},{"path":[8,11],"span":[4,0,109]},{"path":[5,0],"span":[6,0,15,1]},{"path":[5,0,1],"span":[6,5,12]},{"path":[5,0,2,0],"span":[7,2,26]},{"path":[5,0,2,0,1],"span":[7,2,21]},{"path":[5,0,2,0,2],"span":[7,24,25]},{"path":[5,0,2,1],"span":[9,2,29]},{"path":[5,0,2,1,1],"span":[9,2,24]},{"path":[5,0,2,1,2],"span":[9,27,28]},{"path":[5,0,2,2],"span":[10,2,30]},{"path":[5,0,2,2,1],"span":[10,2,25]},{"path":[5,0,2,2,2],"span":[10,28,29]},{"path":[5,0,2,3],"span":[11,2,28]},{"path":[5,0,2,3,1],"span":[11,2,23]},{"path":[5,0,2,3,2],"span":[11,26,27]},{"path":[5,0,2,4],"span":[12,2,29]},{"path":[5,0,2,4,1],"span":[12,2,24]},{"path":[5,0,2,4,2],"span":[12,27,28]},{"path":[5,0,2,5],"span":[14,2,29]},{"path":[5,0,2,5,1],"span":[14,2,24]},{"path":[5,0,2,5,2],"span":[14,27,28]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"domain/billing/payment/v1/payment.proto","package":"domain.billing.payment.v1","dependency":["google/protobuf/field_mask.proto"],"messageType":[{"name":"Payment","field":[{"name":"field_mask","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldMask","jsonName":"fieldMask"},{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"status","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".domain.billing.payment.v1.StatusPayment","jsonName":"status"},{"name":"user_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"},{"name":"amount","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"amount"}]},{"name":"Payments","field":[{"name":"list","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".domain.billing.payment.v1.Payment","jsonName":"list"}]}],"enumType":[{"name":"StatusPayment","value":[{"name":"STATUS_PAYMENT_UNSPECIFIED","number":0},{"name":"STATUS_PAYMENT_NEW","number":1},{"name":"STATUS_PAYMENT_PENDING","number":2},{"name":"STATUS_PAYMENT_APPROVE","number":3},{"name":"STATUS_PAYMENT_CLOSE","number":4},{"name":"STATUS_PAYMENT_REJECT","number":5}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/billing/domain/billing/payment/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,30,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,109]},{"path":[8,11],"span":[4,0,109]},{"path":[3,0],"span":[6,0,42]},{"path":[5,0],"span":[8,0,16,1]},{"path":[5,0,1],"span":[8,5,18]},{"path":[5,0,2,0],"span":[9,2,33]},{"path":[5,0,2,0,1],"span":[9,2,28]},{"path":[5,0,2,0,2],"span":[9,31,32]},{"path":[5,0,2,1],"span":[11,2,25]},{"path":[5,0,2,1,1],"span":[11,2,20]},{"path":[5,0,2,1,2],"span":[11,23,24]},{"path":[5,0,2,2],"span":[12,2,29]},{"path":[5,0,2,2,1],"span":[12,2,24]},{"path":[5,0,2,2,2],"span":[12,27,28]},{"path":[5,0,2,3],"span":[13,2,29]},{"path":[5,0,2,3,1],"span":[13,2,24]},{"path":[5,0,2,3,2],"span":[13,27,28]},{"path":[5,0,2,4],"span":[14,2,27]},{"path":[5,0,2,4,1],"span":[14,2,22]},{"path":[5,0,2,4,2],"span":[14,25,26]},{"path":[5,0,2,5],"span":[15,2,28]},{"path":[5,0,2,5,1],"span":[15,2,23]},{"path":[5,0,2,5,2],"span":[15,26,27]},{"path":[4,0],"span":[18,0,26,1]},{"path":[4,0,1],"span":[18,8,15]},{"path":[4,0,2,0],"span":[19,2,43]},{"path":[4,0,2,0,6],"span":[19,2,27]},{"path":[4,0,2,0,1],"span":[19,28,38]},{"path":[4,0,2,0,3],"span":[19,41,42]},{"path":[4,0,2,1],"span":[21,2,16]},{"path":[4,0,2,1,5],"span":[21,2,8]},{"path":[4,0,2,1,1],"span":[21,9,11]},{"path":[4,0,2,1,3],"span":[21,14,15]},{"path":[4,0,2,2],"span":[22,2,18]},{"path":[4,0,2,2,5],"span":[22,2,8]},{"path":[4,0,2,2,1],"span":[22,9,13]},{"path":[4,0,2,2,3],"span":[22,16,17]},{"path":[4,0,2,3],"span":[23,2,27]},{"path":[4,0,2,3,6],"span":[23,2,15]},{"path":[4,0,2,3,1],"span":[23,16,22]},{"path":[4,0,2,3,3],"span":[23,25,26]},{"path":[4,0,2,4],"span":[24,2,21]},{"path":[4,0,2,4,5],"span":[24,2,8]},{"path":[4,0,2,4,1],"span":[24,9,16]},{"path":[4,0,2,4,3],"span":[24,19,20]},{"path":[4,0,2,5],"span":[25,2,19]},{"path":[4,0,2,5,5],"span":[25,2,7]},{"path":[4,0,2,5,1],"span":[25,8,14]},{"path":[4,0,2,5,3],"span":[25,17,18]},{"path":[4,1],"span":[28,0,30,1]},{"path":[4,1,1],"span":[28,8,16]},{"path":[4,1,2,0],"span":[29,2,28]},{"path":[4,1,2,0,4],"span":[29,2,10]},{"path":[4,1,2,0,6],"span":[29,11,18]},{"path":[4,1,2,0,1],"span":[29,19,23]},{"path":[4,1,2,0,3],"span":[29,26,27]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"domain/billing/payment/v1/event.proto","package":"domain.billing.payment.v1","dependency":["domain/billing/payment/v1/payment.proto"],"messageType":[{"name":"EventPaymentCreated","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"status","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".domain.billing.payment.v1.StatusPayment","jsonName":"status"},{"name":"user_id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"userId"}]},{"name":"EventPaymentApproved","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"status","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".domain.billing.payment.v1.StatusPayment","jsonName":"status"}]},{"name":"EventPaymentRejected","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"status","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".domain.billing.payment.v1.StatusPayment","jsonName":"status"}]},{"name":"EventPaymentClosed","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"status","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".domain.billing.payment.v1.StatusPayment","jsonName":"status"}]},{"name":"EventBalanceUpdated","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"amount","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"amount"}]}],"enumType":[{"name":"Event","value":[{"name":"EVENT_UNSPECIFIED","number":0},{"name":"EVENT_PAYMENT_CREATED","number":1},{"name":"EVENT_PAYMENT_APPROVED","number":2},{"name":"EVENT_PAYMENT_CLOSED","number":3},{"name":"EVENT_PAYMENT_REJECTED","number":4},{"name":"EVENT_BALANCE_UPDATED","number":5}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/billing/domain/billing/payment/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,48,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,34]},{"path":[8],"span":[4,0,109]},{"path":[8,11],"span":[4,0,109]},{"path":[3,0],"span":[6,0,49]},{"path":[5,0],"span":[8,0,17,1]},{"path":[5,0,1],"span":[8,5,10]},{"path":[5,0,2,0],"span":[9,2,24]},{"path":[5,0,2,0,1],"span":[9,2,19]},{"path":[5,0,2,0,2],"span":[9,22,23]},{"path":[5,0,2,1],"span":[11,2,28]},{"path":[5,0,2,1,1],"span":[11,2,23]},{"path":[5,0,2,1,2],"span":[11,26,27]},{"path":[5,0,2,2],"span":[12,2,29]},{"path":[5,0,2,2,1],"span":[12,2,24]},{"path":[5,0,2,2,2],"span":[12,27,28]},{"path":[5,0,2,3],"span":[13,2,27]},{"path":[5,0,2,3,1],"span":[13,2,22]},{"path":[5,0,2,3,2],"span":[13,25,26]},{"path":[5,0,2,4],"span":[14,2,29]},{"path":[5,0,2,4,1],"span":[14,2,24]},{"path":[5,0,2,4,2],"span":[14,27,28]},{"path":[5,0,2,5],"span":[16,2,28]},{"path":[5,0,2,5,1],"span":[16,2,23]},{"path":[5,0,2,5,2],"span":[16,26,27]},{"path":[4,0],"span":[21,0,26,1],"leadingDetachedComments":[" PAYMENT =============================================================================================================\n"]},{"path":[4,0,1],"span":[21,8,27]},{"path":[4,0,2,0],"span":[22,2,16]},{"path":[4,0,2,0,5],"span":[22,2,8]},{"path":[4,0,2,0,1],"span":[22,9,11]},{"path":[4,0,2,0,3],"span":[22,14,15]},{"path":[4,0,2,1],"span":[23,2,18]},{"path":[4,0,2,1,5],"span":[23,2,8]},{"path":[4,0,2,1,1],"span":[23,9,13]},{"path":[4,0,2,1,3],"span":[23,16,17]},{"path":[4,0,2,2],"span":[24,2,27]},{"path":[4,0,2,2,6],"span":[24,2,15]},{"path":[4,0,2,2,1],"span":[24,16,22]},{"path":[4,0,2,2,3],"span":[24,25,26]},{"path":[4,0,2,3],"span":[25,2,21]},{"path":[4,0,2,3,5],"span":[25,2,8]},{"path":[4,0,2,3,1],"span":[25,9,16]},{"path":[4,0,2,3,3],"span":[25,19,20]},{"path":[4,1],"span":[28,0,31,1]},{"path":[4,1,1],"span":[28,8,28]},{"path":[4,1,2,0],"span":[29,2,16]},{"path":[4,1,2,0,5],"span":[29,2,8]},{"path":[4,1,2,0,1],"span":[29,9,11]},{"path":[4,1,2,0,3],"span":[29,14,15]},{"path":[4,1,2,1],"span":[30,2,27]},{"path":[4,1,2,1,6],"span":[30,2,15]},{"path":[4,1,2,1,1],"span":[30,16,22]},{"path":[4,1,2,1,3],"span":[30,25,26]},{"path":[4,2],"span":[33,0,36,1]},{"path":[4,2,1],"span":[33,8,28]},{"path":[4,2,2,0],"span":[34,2,16]},{"path":[4,2,2,0,5],"span":[34,2,8]},{"path":[4,2,2,0,1],"span":[34,9,11]},{"path":[4,2,2,0,3],"span":[34,14,15]},{"path":[4,2,2,1],"span":[35,2,27]},{"path":[4,2,2,1,6],"span":[35,2,15]},{"path":[4,2,2,1,1],"span":[35,16,22]},{"path":[4,2,2,1,3],"span":[35,25,26]},{"path":[4,3],"span":[38,0,41,1]},{"path":[4,3,1],"span":[38,8,26]},{"path":[4,3,2,0],"span":[39,2,16]},{"path":[4,3,2,0,5],"span":[39,2,8]},{"path":[4,3,2,0,1],"span":[39,9,11]},{"path":[4,3,2,0,3],"span":[39,14,15]},{"path":[4,3,2,1],"span":[40,2,27]},{"path":[4,3,2,1,6],"span":[40,2,15]},{"path":[4,3,2,1,1],"span":[40,16,22]},{"path":[4,3,2,1,3],"span":[40,25,26]},{"path":[4,4],"span":[45,0,48,1],"leadingDetachedComments":[" BALANCE =============================================================================================================\n"]},{"path":[4,4,1],"span":[45,8,27]},{"path":[4,4,2,0],"span":[46,2,16]},{"path":[4,4,2,0,5],"span":[46,2,8]},{"path":[4,4,2,0,1],"span":[46,9,11]},{"path":[4,4,2,0,3],"span":[46,14,15]},{"path":[4,4,2,1],"span":[47,2,19]},{"path":[4,4,2,1,5],"span":[47,2,7]},{"path":[4,4,2,1,1],"span":[47,8,14]},{"path":[4,4,2,1,3],"span":[47,17,18]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"domain/billing/tariff/v1/tariff.proto","package":"domain.billing.tariff.v1","dependency":["google/protobuf/field_mask.proto"],"messageType":[{"name":"Tariff","field":[{"name":"field_mask","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldMask","jsonName":"fieldMask"},{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"payload","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"payload"}]},{"name":"Tariffs","field":[{"name":"list","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".domain.billing.tariff.v1.Tariff","jsonName":"list"}]}],"enumType":[{"name":"Event","value":[{"name":"EVENT_UNSPECIFIED","number":0},{"name":"EVENT_TARIFF_NEW","number":1},{"name":"EVENT_TARIFF_UPDATE","number":2},{"name":"EVENT_TARIFF_CLOSE","number":3}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/billing/domain/billing/tariff/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,26,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,33]},{"path":[8],"span":[4,0,108]},{"path":[8,11],"span":[4,0,108]},{"path":[3,0],"span":[6,0,42]},{"path":[5,0],"span":[8,0,14,1]},{"path":[5,0,1],"span":[8,5,10]},{"path":[5,0,2,0],"span":[9,2,24]},{"path":[5,0,2,0,1],"span":[9,2,19]},{"path":[5,0,2,0,2],"span":[9,22,23]},{"path":[5,0,2,1],"span":[11,2,23]},{"path":[5,0,2,1,1],"span":[11,2,18]},{"path":[5,0,2,1,2],"span":[11,21,22]},{"path":[5,0,2,2],"span":[12,2,26]},{"path":[5,0,2,2,1],"span":[12,2,21]},{"path":[5,0,2,2,2],"span":[12,24,25]},{"path":[5,0,2,3],"span":[13,2,25]},{"path":[5,0,2,3,1],"span":[13,2,20]},{"path":[5,0,2,3,2],"span":[13,23,24]},{"path":[4,0],"span":[16,0,22,1]},{"path":[4,0,1],"span":[16,8,14]},{"path":[4,0,2,0],"span":[17,2,43]},{"path":[4,0,2,0,6],"span":[17,2,27]},{"path":[4,0,2,0,1],"span":[17,28,38]},{"path":[4,0,2,0,3],"span":[17,41,42]},{"path":[4,0,2,1],"span":[19,2,16]},{"path":[4,0,2,1,5],"span":[19,2,8]},{"path":[4,0,2,1,1],"span":[19,9,11]},{"path":[4,0,2,1,3],"span":[19,14,15]},{"path":[4,0,2,2],"span":[20,2,18]},{"path":[4,0,2,2,5],"span":[20,2,8]},{"path":[4,0,2,2,1],"span":[20,9,13]},{"path":[4,0,2,2,3],"span":[20,16,17]},{"path":[4,0,2,3],"span":[21,2,21]},{"path":[4,0,2,3,5],"span":[21,2,8]},{"path":[4,0,2,3,1],"span":[21,9,16]},{"path":[4,0,2,3,3],"span":[21,19,20]},{"path":[4,1],"span":[24,0,26,1]},{"path":[4,1,1],"span":[24,8,15]},{"path":[4,1,2,0],"span":[25,2,27]},{"path":[4,1,2,0,4],"span":[25,2,10]},{"path":[4,1,2,0,6],"span":[25,11,17]},{"path":[4,1,2,0,1],"span":[25,18,22]},{"path":[4,1,2,0,3],"span":[25,25,26]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"google/protobuf/timestamp.proto","package":"google.protobuf","messageType":[{"name":"Timestamp","field":[{"name":"seconds","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"seconds"},{"name":"nanos","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"nanos"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"TimestampProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/timestamppb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[30,0,146,1]},{"path":[12],"span":[30,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"]},{"path":[2],"span":[32,0,24]},{"path":[8],"span":[34,0,59]},{"path":[8,37],"span":[34,0,59]},{"path":[8],"span":[35,0,31]},{"path":[8,31],"span":[35,0,31]},{"path":[8],"span":[36,0,73]},{"path":[8,11],"span":[36,0,73]},{"path":[8],"span":[37,0,44]},{"path":[8,1],"span":[37,0,44]},{"path":[8],"span":[38,0,47]},{"path":[8,8],"span":[38,0,47]},{"path":[8],"span":[39,0,34]},{"path":[8,10],"span":[39,0,34]},{"path":[8],"span":[40,0,33]},{"path":[8,36],"span":[40,0,33]},{"path":[4,0],"span":[135,0,146,1],"leadingComments":" A Timestamp represents a point in time independent of any time zone or local\n calendar, encoded as a count of seconds and fractions of seconds at\n nanosecond resolution. The count is relative to an epoch at UTC midnight on\n January 1, 1970, in the proleptic Gregorian calendar which extends the\n Gregorian calendar backwards to year one.\n\n All minutes are 60 seconds long. Leap seconds are \"smeared\" so that no leap\n second table is needed for interpretation, using a [24-hour linear\n smear](https://developers.google.com/time/smear).\n\n The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By\n restricting to that range, we ensure that we can convert to and from [RFC\n 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.\n\n # Examples\n\n Example 1: Compute Timestamp from POSIX `time()`.\n\n Timestamp timestamp;\n timestamp.set_seconds(time(NULL));\n timestamp.set_nanos(0);\n\n Example 2: Compute Timestamp from POSIX `gettimeofday()`.\n\n struct timeval tv;\n gettimeofday(&tv, NULL);\n\n Timestamp timestamp;\n timestamp.set_seconds(tv.tv_sec);\n timestamp.set_nanos(tv.tv_usec * 1000);\n\n Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.\n\n FILETIME ft;\n GetSystemTimeAsFileTime(&ft);\n UINT64 ticks = (((UINT64)ft.dwHighDateTime) << 32) | ft.dwLowDateTime;\n\n // A Windows tick is 100 nanoseconds. Windows epoch 1601-01-01T00:00:00Z\n // is 11644473600 seconds before Unix epoch 1970-01-01T00:00:00Z.\n Timestamp timestamp;\n timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));\n timestamp.set_nanos((INT32) ((ticks % 10000000) * 100));\n\n Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.\n\n long millis = System.currentTimeMillis();\n\n Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)\n .setNanos((int) ((millis % 1000) * 1000000)).build();\n\n\n Example 5: Compute Timestamp from Java `Instant.now()`.\n\n Instant now = Instant.now();\n\n Timestamp timestamp =\n Timestamp.newBuilder().setSeconds(now.getEpochSecond())\n .setNanos(now.getNano()).build();\n\n\n Example 6: Compute Timestamp from current time in Python.\n\n timestamp = Timestamp()\n timestamp.GetCurrentTime()\n\n # JSON Mapping\n\n In JSON format, the Timestamp type is encoded as a string in the\n [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. That is, the\n format is \"{year}-{month}-{day}T{hour}:{min}:{sec}[.{frac_sec}]Z\"\n where {year} is always expressed using four digits while {month}, {day},\n {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional\n seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),\n are optional. The \"Z\" suffix indicates the timezone (\"UTC\"); the timezone\n is required. A proto3 JSON serializer should always use UTC (as indicated by\n \"Z\") when printing the Timestamp type and a proto3 JSON parser should be\n able to accept both UTC and other timezones (as indicated by an offset).\n\n For example, \"2017-01-15T01:30:15.01Z\" encodes 15.01 seconds past\n 01:30 UTC on January 15, 2017.\n\n In JavaScript, one can convert a Date object to this format using the\n standard\n [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)\n method. In Python, a standard `datetime.datetime` object can be converted\n to this format using\n [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with\n the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use\n the Joda Time's [`ISODateTimeFormat.dateTime()`](\n http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D\n ) to obtain a formatter capable of generating timestamps in this format.\n\n\n"},{"path":[4,0,1],"span":[135,8,17]},{"path":[4,0,2,0],"span":[139,2,20],"leadingComments":" Represents seconds of UTC time since Unix epoch\n 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to\n 9999-12-31T23:59:59Z inclusive.\n"},{"path":[4,0,2,0,5],"span":[139,2,7]},{"path":[4,0,2,0,1],"span":[139,8,15]},{"path":[4,0,2,0,3],"span":[139,18,19]},{"path":[4,0,2,1],"span":[145,2,18],"leadingComments":" Non-negative fractions of a second at nanosecond resolution. Negative\n second values with fractions must still have non-negative nanos values\n that count forward in time. Must be from 0 to 999,999,999\n inclusive.\n"},{"path":[4,0,2,1,5],"span":[145,2,7]},{"path":[4,0,2,1,1],"span":[145,8,13]},{"path":[4,0,2,1,3],"span":[145,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"domain/link/v1/link.proto","package":"domain.link.v1","dependency":["google/protobuf/field_mask.proto","google/protobuf/timestamp.proto"],"messageType":[{"name":"Link","field":[{"name":"field_mask","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldMask","jsonName":"fieldMask"},{"name":"url","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"url"},{"name":"hash","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"hash"},{"name":"describe","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"describe"},{"name":"created_at","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"createdAt"},{"name":"updated_at","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"updatedAt"}]},{"name":"Links","field":[{"name":"link","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link"}]}],"enumType":[{"name":"LinkEvent","value":[{"name":"LINK_EVENT_UNSPECIFIED","number":0},{"name":"LINK_EVENT_ADD","number":1},{"name":"LINK_EVENT_GET","number":2},{"name":"LINK_EVENT_LIST","number":3},{"name":"LINK_EVENT_UPDATE","number":4},{"name":"LINK_EVENT_DELETE","number":5}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/link/domain/link/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,37,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,23]},{"path":[8],"span":[4,0,95]},{"path":[8,11],"span":[4,0,95]},{"path":[3,0],"span":[6,0,42]},{"path":[3,1],"span":[7,0,41]},{"path":[5,0],"span":[9,0,17,1]},{"path":[5,0,1],"span":[9,5,14]},{"path":[5,0,2,0],"span":[10,2,29]},{"path":[5,0,2,0,1],"span":[10,2,24]},{"path":[5,0,2,0,2],"span":[10,27,28]},{"path":[5,0,2,1],"span":[12,2,21]},{"path":[5,0,2,1,1],"span":[12,2,16]},{"path":[5,0,2,1,2],"span":[12,19,20]},{"path":[5,0,2,2],"span":[13,2,21]},{"path":[5,0,2,2,1],"span":[13,2,16]},{"path":[5,0,2,2,2],"span":[13,19,20]},{"path":[5,0,2,3],"span":[14,2,22]},{"path":[5,0,2,3,1],"span":[14,2,17]},{"path":[5,0,2,3,2],"span":[14,20,21]},{"path":[5,0,2,4],"span":[15,2,24]},{"path":[5,0,2,4,1],"span":[15,2,19]},{"path":[5,0,2,4,2],"span":[15,22,23]},{"path":[5,0,2,5],"span":[16,2,24]},{"path":[5,0,2,5,1],"span":[16,2,19]},{"path":[5,0,2,5,2],"span":[16,22,23]},{"path":[4,0],"span":[19,0,33,1]},{"path":[4,0,1],"span":[19,8,12]},{"path":[4,0,2,0],"span":[20,2,43]},{"path":[4,0,2,0,6],"span":[20,2,27]},{"path":[4,0,2,0,1],"span":[20,28,38]},{"path":[4,0,2,0,3],"span":[20,41,42]},{"path":[4,0,2,1],"span":[23,2,17],"leadingComments":" URL\n"},{"path":[4,0,2,1,5],"span":[23,2,8]},{"path":[4,0,2,1,1],"span":[23,9,12]},{"path":[4,0,2,1,3],"span":[23,15,16]},{"path":[4,0,2,2],"span":[25,2,18],"leadingComments":" Hash by URL + salt\n"},{"path":[4,0,2,2,5],"span":[25,2,8]},{"path":[4,0,2,2,1],"span":[25,9,13]},{"path":[4,0,2,2,3],"span":[25,16,17]},{"path":[4,0,2,3],"span":[27,2,22],"leadingComments":" Describe of link\n"},{"path":[4,0,2,3,5],"span":[27,2,8]},{"path":[4,0,2,3,1],"span":[27,9,17]},{"path":[4,0,2,3,3],"span":[27,20,21]},{"path":[4,0,2,4],"span":[30,2,43],"leadingComments":" Create at\n"},{"path":[4,0,2,4,6],"span":[30,2,27]},{"path":[4,0,2,4,1],"span":[30,28,38]},{"path":[4,0,2,4,3],"span":[30,41,42]},{"path":[4,0,2,5],"span":[32,2,43],"leadingComments":" Update at\n"},{"path":[4,0,2,5,6],"span":[32,2,27]},{"path":[4,0,2,5,1],"span":[32,28,38]},{"path":[4,0,2,5,3],"span":[32,41,42]},{"path":[4,1],"span":[35,0,37,1]},{"path":[4,1,1],"span":[35,8,13]},{"path":[4,1,2,0],"span":[36,4,27]},{"path":[4,1,2,0,4],"span":[36,4,12]},{"path":[4,1,2,0,6],"span":[36,13,17]},{"path":[4,1,2,0,1],"span":[36,18,22]},{"path":[4,1,2,0,3],"span":[36,25,26]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"domain/link_cqrs/v1/link.proto","package":"domain.link_cqrs.v1","dependency":["google/protobuf/field_mask.proto","google/protobuf/timestamp.proto"],"messageType":[{"name":"LinkView","field":[{"name":"field_mask","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldMask","jsonName":"fieldMask"},{"name":"url","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"url"},{"name":"hash","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"hash"},{"name":"describe","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"describe"},{"name":"image_url","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"},{"name":"meta_description","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"metaDescription"},{"name":"meta_keywords","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"metaKeywords"},{"name":"created_at","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"createdAt"},{"name":"updated_at","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"updatedAt"}]},{"name":"LinksView","field":[{"name":"links","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".domain.link_cqrs.v1.LinkView","jsonName":"links"}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/link/domain/link_cqrs/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,32,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,28]},{"path":[8],"span":[4,0,100]},{"path":[8,11],"span":[4,0,100]},{"path":[3,0],"span":[6,0,42]},{"path":[3,1],"span":[7,0,41]},{"path":[4,0],"span":[9,0,28,1]},{"path":[4,0,1],"span":[9,8,16]},{"path":[4,0,2,0],"span":[10,2,43]},{"path":[4,0,2,0,6],"span":[10,2,27]},{"path":[4,0,2,0,1],"span":[10,28,38]},{"path":[4,0,2,0,3],"span":[10,41,42]},{"path":[4,0,2,1],"span":[13,2,17],"leadingComments":" URL\n"},{"path":[4,0,2,1,5],"span":[13,2,8]},{"path":[4,0,2,1,1],"span":[13,9,12]},{"path":[4,0,2,1,3],"span":[13,15,16]},{"path":[4,0,2,2],"span":[15,2,18],"leadingComments":" Hash by URL + salt\n"},{"path":[4,0,2,2,5],"span":[15,2,8]},{"path":[4,0,2,2,1],"span":[15,9,13]},{"path":[4,0,2,2,3],"span":[15,16,17]},{"path":[4,0,2,3],"span":[17,2,22],"leadingComments":" Describe of link\n"},{"path":[4,0,2,3,5],"span":[17,2,8]},{"path":[4,0,2,3,1],"span":[17,9,17]},{"path":[4,0,2,3,3],"span":[17,20,21]},{"path":[4,0,2,4],"span":[20,2,23],"leadingComments":" Metadata\n"},{"path":[4,0,2,4,5],"span":[20,2,8]},{"path":[4,0,2,4,1],"span":[20,9,18]},{"path":[4,0,2,4,3],"span":[20,21,22]},{"path":[4,0,2,5],"span":[21,4,32]},{"path":[4,0,2,5,5],"span":[21,4,10]},{"path":[4,0,2,5,1],"span":[21,11,27]},{"path":[4,0,2,5,3],"span":[21,30,31]},{"path":[4,0,2,6],"span":[22,4,29]},{"path":[4,0,2,6,5],"span":[22,4,10]},{"path":[4,0,2,6,1],"span":[22,11,24]},{"path":[4,0,2,6,3],"span":[22,27,28]},{"path":[4,0,2,7],"span":[25,4,45],"leadingComments":" Create at\n"},{"path":[4,0,2,7,6],"span":[25,4,29]},{"path":[4,0,2,7,1],"span":[25,30,40]},{"path":[4,0,2,7,3],"span":[25,43,44]},{"path":[4,0,2,8],"span":[27,4,45],"leadingComments":" Update at\n"},{"path":[4,0,2,8,6],"span":[27,4,29]},{"path":[4,0,2,8,1],"span":[27,30,40]},{"path":[4,0,2,8,3],"span":[27,43,44]},{"path":[4,1],"span":[30,0,32,1]},{"path":[4,1,1],"span":[30,8,17]},{"path":[4,1,2,0],"span":[31,4,32]},{"path":[4,1,2,0,4],"span":[31,4,12]},{"path":[4,1,2,0,6],"span":[31,13,21]},{"path":[4,1,2,0,1],"span":[31,22,27]},{"path":[4,1,2,0,3],"span":[31,30,31]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"domain/metadata/v1/meta.proto","package":"domain.metadata.v1","dependency":["google/protobuf/field_mask.proto"],"messageType":[{"name":"Meta","field":[{"name":"field_mask","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldMask","jsonName":"fieldMask"},{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"image_url","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"imageUrl"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"keywords","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"keywords"}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/metadata/domain/metadata/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,15,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,27]},{"path":[8],"span":[4,0,103]},{"path":[8,11],"span":[4,0,103]},{"path":[3,0],"span":[6,0,42]},{"path":[4,0],"span":[8,0,15,1]},{"path":[4,0,1],"span":[8,8,12]},{"path":[4,0,2,0],"span":[9,2,43]},{"path":[4,0,2,0,6],"span":[9,2,27]},{"path":[4,0,2,0,1],"span":[9,28,38]},{"path":[4,0,2,0,3],"span":[9,41,42]},{"path":[4,0,2,1],"span":[11,2,16]},{"path":[4,0,2,1,5],"span":[11,2,8]},{"path":[4,0,2,1,1],"span":[11,9,11]},{"path":[4,0,2,1,3],"span":[11,14,15]},{"path":[4,0,2,2],"span":[12,2,23]},{"path":[4,0,2,2,5],"span":[12,2,8]},{"path":[4,0,2,2,1],"span":[12,9,18]},{"path":[4,0,2,2,3],"span":[12,21,22]},{"path":[4,0,2,3],"span":[13,2,25]},{"path":[4,0,2,3,5],"span":[13,2,8]},{"path":[4,0,2,3,1],"span":[13,9,20]},{"path":[4,0,2,3,3],"span":[13,23,24]},{"path":[4,0,2,4],"span":[14,2,22]},{"path":[4,0,2,4,5],"span":[14,2,8]},{"path":[4,0,2,4,1],"span":[14,9,17]},{"path":[4,0,2,4,3],"span":[14,20,21]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"google/protobuf/empty.proto","package":"google.protobuf","messageType":[{"name":"Empty"}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"EmptyProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/emptypb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[30,0,50,16]},{"path":[12],"span":[30,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"]},{"path":[2],"span":[32,0,24]},{"path":[8],"span":[34,0,59]},{"path":[8,37],"span":[34,0,59]},{"path":[8],"span":[35,0,69]},{"path":[8,11],"span":[35,0,69]},{"path":[8],"span":[36,0,44]},{"path":[8,1],"span":[36,0,44]},{"path":[8],"span":[37,0,43]},{"path":[8,8],"span":[37,0,43]},{"path":[8],"span":[38,0,34]},{"path":[8,10],"span":[38,0,34]},{"path":[8],"span":[39,0,33]},{"path":[8,36],"span":[39,0,33]},{"path":[8],"span":[40,0,31]},{"path":[8,31],"span":[40,0,31]},{"path":[4,0],"span":[50,0,16],"leadingComments":" A generic empty message that you can re-use to avoid defining duplicated\n empty messages in your APIs. A typical example is to use it as the request\n or the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\n"},{"path":[4,0,1],"span":[50,8,13]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"domain/newsletter/v1/newsletter.proto","package":"domain.newsletter.v1","dependency":["google/protobuf/field_mask.proto"],"messageType":[{"name":"Newsletter","field":[{"name":"field_mask","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldMask","jsonName":"fieldMask"},{"name":"email","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"},{"name":"active","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"active"}]},{"name":"Newsletters","field":[{"name":"list","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".domain.newsletter.v1.Newsletter","jsonName":"list"}]}],"sourceCodeInfo":{"location":[{"span":[0,0,16,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,29]},{"path":[3,0],"span":[4,0,42]},{"path":[4,0],"span":[7,0,12,1],"leadingComments":" Newsletter\n"},{"path":[4,0,1],"span":[7,8,18]},{"path":[4,0,2,0],"span":[8,2,43]},{"path":[4,0,2,0,6],"span":[8,2,27]},{"path":[4,0,2,0,1],"span":[8,28,38]},{"path":[4,0,2,0,3],"span":[8,41,42]},{"path":[4,0,2,1],"span":[10,2,19]},{"path":[4,0,2,1,5],"span":[10,2,8]},{"path":[4,0,2,1,1],"span":[10,9,14]},{"path":[4,0,2,1,3],"span":[10,17,18]},{"path":[4,0,2,2],"span":[11,2,18]},{"path":[4,0,2,2,5],"span":[11,2,6]},{"path":[4,0,2,2,1],"span":[11,7,13]},{"path":[4,0,2,2,3],"span":[11,16,17]},{"path":[4,1],"span":[14,0,16,1]},{"path":[4,1,1],"span":[14,8,19]},{"path":[4,1,2,0],"span":[15,2,31]},{"path":[4,1,2,0,4],"span":[15,2,10]},{"path":[4,1,2,0,6],"span":[15,11,21]},{"path":[4,1,2,0,1],"span":[15,22,26]},{"path":[4,1,2,0,3],"span":[15,29,30]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"domain/newsletter/v1/api.proto","package":"domain.newsletter.v1","dependency":["google/protobuf/empty.proto","domain/newsletter/v1/newsletter.proto"],"messageType":[{"name":"GetResponse"},{"name":"SubscribeRequest"},{"name":"SubscribeResponse"},{"name":"UnSubscribeRequest"},{"name":"UnSubscribeResponse"}],"service":[{"name":"NewsletterService","method":[{"name":"Get","inputType":".google.protobuf.Empty","outputType":".domain.newsletter.v1.GetResponse","options":{}},{"name":"Subscribe","inputType":".domain.newsletter.v1.SubscribeRequest","outputType":".domain.newsletter.v1.SubscribeResponse","options":{}},{"name":"UnSubscribe","inputType":".domain.newsletter.v1.UnSubscribeRequest","outputType":".domain.newsletter.v1.UnSubscribeResponse","options":{}}]}],"sourceCodeInfo":{"location":[{"span":[0,0,17,30]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,29]},{"path":[3,0],"span":[4,0,37]},{"path":[3,1],"span":[5,0,47]},{"path":[6,0],"span":[7,0,11,1]},{"path":[6,0,1],"span":[7,8,25]},{"path":[6,0,2,0],"span":[8,2,57]},{"path":[6,0,2,0,1],"span":[8,6,9]},{"path":[6,0,2,0,2],"span":[8,10,31]},{"path":[6,0,2,0,3],"span":[8,42,53]},{"path":[6,0,2,1],"span":[9,2,64]},{"path":[6,0,2,1,1],"span":[9,6,15]},{"path":[6,0,2,1,2],"span":[9,16,32]},{"path":[6,0,2,1,3],"span":[9,43,60]},{"path":[6,0,2,2],"span":[10,2,70]},{"path":[6,0,2,2,1],"span":[10,6,17]},{"path":[6,0,2,2,2],"span":[10,18,36]},{"path":[6,0,2,2,3],"span":[10,47,66]},{"path":[4,0],"span":[13,0,22]},{"path":[4,0,1],"span":[13,8,19]},{"path":[4,1],"span":[14,0,27]},{"path":[4,1,1],"span":[14,8,24]},{"path":[4,2],"span":[15,0,28]},{"path":[4,2,1],"span":[15,8,25]},{"path":[4,3],"span":[16,0,29]},{"path":[4,3,1],"span":[16,8,26]},{"path":[4,4],"span":[17,0,30]},{"path":[4,4,1],"span":[17,8,27]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false,"unusedDependency":[1]}},{"name":"domain/proxy/v1/proxy.proto","package":"domain.proxy.v1","dependency":["google/protobuf/field_mask.proto","google/protobuf/timestamp.proto"],"messageType":[{"name":"Stats","field":[{"name":"field_mask","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldMask","jsonName":"fieldMask"},{"name":"hash","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"hash"},{"name":"count_redirect","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_UINT64","jsonName":"countRedirect"},{"name":"updated_at","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"updatedAt"}]}],"sourceCodeInfo":{"location":[{"span":[0,0,15,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,24]},{"path":[3,0],"span":[4,0,42]},{"path":[3,1],"span":[5,0,41]},{"path":[4,0],"span":[7,0,15,1]},{"path":[4,0,1],"span":[7,8,13]},{"path":[4,0,2,0],"span":[8,2,43]},{"path":[4,0,2,0,6],"span":[8,2,27]},{"path":[4,0,2,0,1],"span":[8,28,38]},{"path":[4,0,2,0,3],"span":[8,41,42]},{"path":[4,0,2,1],"span":[10,2,18]},{"path":[4,0,2,1,5],"span":[10,2,8]},{"path":[4,0,2,1,1],"span":[10,9,13]},{"path":[4,0,2,1,3],"span":[10,16,17]},{"path":[4,0,2,2],"span":[11,2,28]},{"path":[4,0,2,2,5],"span":[11,2,8]},{"path":[4,0,2,2,1],"span":[11,9,23]},{"path":[4,0,2,2,3],"span":[11,26,27]},{"path":[4,0,2,3],"span":[14,2,43],"leadingComments":" Update at\n"},{"path":[4,0,2,3,6],"span":[14,2,27]},{"path":[4,0,2,3,1],"span":[14,28,38]},{"path":[4,0,2,3,3],"span":[14,41,42]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"domain/raft/v1/raft.proto","package":"domain.raft.v1","dependency":["google/protobuf/field_mask.proto","google/protobuf/timestamp.proto"],"messageType":[{"name":"Raft","field":[{"name":"field_mask","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldMask","jsonName":"fieldMask"},{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"peer_ids","number":2,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"peerIds"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"address","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"address"},{"name":"status","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".domain.raft.v1.RaftStatus","jsonName":"status"},{"name":"last_heartbeat","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"lastHeartbeat"},{"name":"weight","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"weight"}]}],"enumType":[{"name":"RaftStatus","value":[{"name":"RAFT_STATUS_UNSPECIFIED","number":0},{"name":"RAFT_STATUS_LEADER","number":1},{"name":"RAFT_STATUS_FOLLOWER","number":2},{"name":"RAFT_STATUS_CANDIDATE","number":3},{"name":"RAFT_STATUS_STOPPED","number":4}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/pkg/raft/domain/raft/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,35,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,23]},{"path":[8],"span":[4,0,81]},{"path":[8,11],"span":[4,0,81]},{"path":[3,0],"span":[6,0,42]},{"path":[3,1],"span":[7,0,41]},{"path":[5,0],"span":[9,0,16,1]},{"path":[5,0,1],"span":[9,5,15]},{"path":[5,0,2,0],"span":[10,2,30]},{"path":[5,0,2,0,1],"span":[10,2,25]},{"path":[5,0,2,0,2],"span":[10,28,29]},{"path":[5,0,2,1],"span":[12,2,25]},{"path":[5,0,2,1,1],"span":[12,2,20]},{"path":[5,0,2,1,2],"span":[12,23,24]},{"path":[5,0,2,2],"span":[13,2,27]},{"path":[5,0,2,2,1],"span":[13,2,22]},{"path":[5,0,2,2,2],"span":[13,25,26]},{"path":[5,0,2,3],"span":[14,2,28]},{"path":[5,0,2,3,1],"span":[14,2,23]},{"path":[5,0,2,3,2],"span":[14,26,27]},{"path":[5,0,2,4],"span":[15,2,26]},{"path":[5,0,2,4,1],"span":[15,2,21]},{"path":[5,0,2,4,2],"span":[15,24,25]},{"path":[4,0],"span":[18,0,35,1]},{"path":[4,0,1],"span":[18,8,12]},{"path":[4,0,2,0],"span":[19,2,43]},{"path":[4,0,2,0,6],"span":[19,2,27]},{"path":[4,0,2,0,1],"span":[19,28,38]},{"path":[4,0,2,0,3],"span":[19,41,42]},{"path":[4,0,2,1],"span":[22,2,16],"leadingComments":" id is the unique identifier of the raft node.\n"},{"path":[4,0,2,1,5],"span":[22,2,8]},{"path":[4,0,2,1,1],"span":[22,9,11]},{"path":[4,0,2,1,3],"span":[22,14,15]},{"path":[4,0,2,2],"span":[24,2,31],"leadingComments":" peerIds is the list of peer IDs.\n"},{"path":[4,0,2,2,4],"span":[24,2,10]},{"path":[4,0,2,2,5],"span":[24,11,17]},{"path":[4,0,2,2,1],"span":[24,18,26]},{"path":[4,0,2,2,3],"span":[24,29,30]},{"path":[4,0,2,3],"span":[26,2,18],"leadingComments":" name is the human-readable name of the raft node.\n"},{"path":[4,0,2,3,5],"span":[26,2,8]},{"path":[4,0,2,3,1],"span":[26,9,13]},{"path":[4,0,2,3,3],"span":[26,16,17]},{"path":[4,0,2,4],"span":[28,2,21],"leadingComments":" address is the address of the raft node.\n"},{"path":[4,0,2,4,5],"span":[28,2,8]},{"path":[4,0,2,4,1],"span":[28,9,16]},{"path":[4,0,2,4,3],"span":[28,19,20]},{"path":[4,0,2,5],"span":[30,2,24],"leadingComments":" status is the status of the raft node.\n"},{"path":[4,0,2,5,6],"span":[30,2,12]},{"path":[4,0,2,5,1],"span":[30,13,19]},{"path":[4,0,2,5,3],"span":[30,22,23]},{"path":[4,0,2,6],"span":[32,2,47],"leadingComments":" last_heartbeat is the last time the raft node sent a heartbeat.\n"},{"path":[4,0,2,6,6],"span":[32,2,27]},{"path":[4,0,2,6,1],"span":[32,28,42]},{"path":[4,0,2,6,3],"span":[32,45,46]},{"path":[4,0,2,7],"span":[34,2,19],"leadingComments":" weight is the voting weight of the raft node.\n"},{"path":[4,0,2,7,5],"span":[34,2,7]},{"path":[4,0,2,7,1],"span":[34,8,14]},{"path":[4,0,2,7,3],"span":[34,17,18]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"google/protobuf/descriptor.proto","package":"google.protobuf","messageType":[{"name":"FileDescriptorSet","field":[{"name":"file","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.FileDescriptorProto","jsonName":"file"}]},{"name":"FileDescriptorProto","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"package","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"package"},{"name":"dependency","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"dependency"},{"name":"public_dependency","number":10,"label":"LABEL_REPEATED","type":"TYPE_INT32","jsonName":"publicDependency"},{"name":"weak_dependency","number":11,"label":"LABEL_REPEATED","type":"TYPE_INT32","jsonName":"weakDependency"},{"name":"message_type","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.DescriptorProto","jsonName":"messageType"},{"name":"enum_type","number":5,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.EnumDescriptorProto","jsonName":"enumType"},{"name":"service","number":6,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.ServiceDescriptorProto","jsonName":"service"},{"name":"extension","number":7,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldDescriptorProto","jsonName":"extension"},{"name":"options","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.FileOptions","jsonName":"options"},{"name":"source_code_info","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.SourceCodeInfo","jsonName":"sourceCodeInfo"},{"name":"syntax","number":12,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"syntax"}]},{"name":"DescriptorProto","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"field","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldDescriptorProto","jsonName":"field"},{"name":"extension","number":6,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldDescriptorProto","jsonName":"extension"},{"name":"nested_type","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.DescriptorProto","jsonName":"nestedType"},{"name":"enum_type","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.EnumDescriptorProto","jsonName":"enumType"},{"name":"extension_range","number":5,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.DescriptorProto.ExtensionRange","jsonName":"extensionRange"},{"name":"oneof_decl","number":8,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.OneofDescriptorProto","jsonName":"oneofDecl"},{"name":"options","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.MessageOptions","jsonName":"options"},{"name":"reserved_range","number":9,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.DescriptorProto.ReservedRange","jsonName":"reservedRange"},{"name":"reserved_name","number":10,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"reservedName"}],"nestedType":[{"name":"ExtensionRange","field":[{"name":"start","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"start"},{"name":"end","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"end"},{"name":"options","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.ExtensionRangeOptions","jsonName":"options"}]},{"name":"ReservedRange","field":[{"name":"start","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"start"},{"name":"end","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"end"}]}]},{"name":"ExtensionRangeOptions","field":[{"name":"uninterpreted_option","number":999,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.UninterpretedOption","jsonName":"uninterpretedOption"}],"extensionRange":[{"start":1000,"end":536870912}]},{"name":"FieldDescriptorProto","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"number","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"number"},{"name":"label","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".google.protobuf.FieldDescriptorProto.Label","jsonName":"label"},{"name":"type","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".google.protobuf.FieldDescriptorProto.Type","jsonName":"type"},{"name":"type_name","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"typeName"},{"name":"extendee","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"extendee"},{"name":"default_value","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"defaultValue"},{"name":"oneof_index","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"oneofIndex"},{"name":"json_name","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"jsonName"},{"name":"options","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldOptions","jsonName":"options"},{"name":"proto3_optional","number":17,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"proto3Optional"}],"enumType":[{"name":"Type","value":[{"name":"TYPE_DOUBLE","number":1},{"name":"TYPE_FLOAT","number":2},{"name":"TYPE_INT64","number":3},{"name":"TYPE_UINT64","number":4},{"name":"TYPE_INT32","number":5},{"name":"TYPE_FIXED64","number":6},{"name":"TYPE_FIXED32","number":7},{"name":"TYPE_BOOL","number":8},{"name":"TYPE_STRING","number":9},{"name":"TYPE_GROUP","number":10},{"name":"TYPE_MESSAGE","number":11},{"name":"TYPE_BYTES","number":12},{"name":"TYPE_UINT32","number":13},{"name":"TYPE_ENUM","number":14},{"name":"TYPE_SFIXED32","number":15},{"name":"TYPE_SFIXED64","number":16},{"name":"TYPE_SINT32","number":17},{"name":"TYPE_SINT64","number":18}]},{"name":"Label","value":[{"name":"LABEL_OPTIONAL","number":1},{"name":"LABEL_REQUIRED","number":2},{"name":"LABEL_REPEATED","number":3}]}]},{"name":"OneofDescriptorProto","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"options","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.OneofOptions","jsonName":"options"}]},{"name":"EnumDescriptorProto","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"value","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.EnumValueDescriptorProto","jsonName":"value"},{"name":"options","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.EnumOptions","jsonName":"options"},{"name":"reserved_range","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.EnumDescriptorProto.EnumReservedRange","jsonName":"reservedRange"},{"name":"reserved_name","number":5,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"reservedName"}],"nestedType":[{"name":"EnumReservedRange","field":[{"name":"start","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"start"},{"name":"end","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"end"}]}]},{"name":"EnumValueDescriptorProto","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"number","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"number"},{"name":"options","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.EnumValueOptions","jsonName":"options"}]},{"name":"ServiceDescriptorProto","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"method","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.MethodDescriptorProto","jsonName":"method"},{"name":"options","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.ServiceOptions","jsonName":"options"}]},{"name":"MethodDescriptorProto","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"input_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"inputType"},{"name":"output_type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"outputType"},{"name":"options","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.MethodOptions","jsonName":"options"},{"name":"client_streaming","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"clientStreaming"},{"name":"server_streaming","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"serverStreaming"}]},{"name":"FileOptions","field":[{"name":"java_package","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"javaPackage"},{"name":"java_outer_classname","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"javaOuterClassname"},{"name":"java_multiple_files","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"javaMultipleFiles"},{"name":"java_generate_equals_and_hash","number":20,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"javaGenerateEqualsAndHash","options":{"deprecated":true}},{"name":"java_string_check_utf8","number":27,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"javaStringCheckUtf8"},{"name":"optimize_for","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".google.protobuf.FileOptions.OptimizeMode","defaultValue":"SPEED","jsonName":"optimizeFor"},{"name":"go_package","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"goPackage"},{"name":"cc_generic_services","number":16,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"ccGenericServices"},{"name":"java_generic_services","number":17,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"javaGenericServices"},{"name":"py_generic_services","number":18,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"pyGenericServices"},{"name":"php_generic_services","number":42,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"phpGenericServices"},{"name":"deprecated","number":23,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"deprecated"},{"name":"cc_enable_arenas","number":31,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"true","jsonName":"ccEnableArenas"},{"name":"objc_class_prefix","number":36,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"objcClassPrefix"},{"name":"csharp_namespace","number":37,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"csharpNamespace"},{"name":"swift_prefix","number":39,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"swiftPrefix"},{"name":"php_class_prefix","number":40,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"phpClassPrefix"},{"name":"php_namespace","number":41,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"phpNamespace"},{"name":"php_metadata_namespace","number":44,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"phpMetadataNamespace"},{"name":"ruby_package","number":45,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"rubyPackage"},{"name":"uninterpreted_option","number":999,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.UninterpretedOption","jsonName":"uninterpretedOption"}],"enumType":[{"name":"OptimizeMode","value":[{"name":"SPEED","number":1},{"name":"CODE_SIZE","number":2},{"name":"LITE_RUNTIME","number":3}]}],"extensionRange":[{"start":1000,"end":536870912}],"reservedRange":[{"start":38,"end":39}]},{"name":"MessageOptions","field":[{"name":"message_set_wire_format","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"messageSetWireFormat"},{"name":"no_standard_descriptor_accessor","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"noStandardDescriptorAccessor"},{"name":"deprecated","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"deprecated"},{"name":"map_entry","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"mapEntry"},{"name":"uninterpreted_option","number":999,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.UninterpretedOption","jsonName":"uninterpretedOption"}],"extensionRange":[{"start":1000,"end":536870912}],"reservedRange":[{"start":4,"end":5},{"start":5,"end":6},{"start":6,"end":7},{"start":8,"end":9},{"start":9,"end":10}]},{"name":"FieldOptions","field":[{"name":"ctype","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".google.protobuf.FieldOptions.CType","defaultValue":"STRING","jsonName":"ctype"},{"name":"packed","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"packed"},{"name":"jstype","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".google.protobuf.FieldOptions.JSType","defaultValue":"JS_NORMAL","jsonName":"jstype"},{"name":"lazy","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"lazy"},{"name":"unverified_lazy","number":15,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"unverifiedLazy"},{"name":"deprecated","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"deprecated"},{"name":"weak","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"weak"},{"name":"uninterpreted_option","number":999,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.UninterpretedOption","jsonName":"uninterpretedOption"}],"enumType":[{"name":"CType","value":[{"name":"STRING","number":0},{"name":"CORD","number":1},{"name":"STRING_PIECE","number":2}]},{"name":"JSType","value":[{"name":"JS_NORMAL","number":0},{"name":"JS_STRING","number":1},{"name":"JS_NUMBER","number":2}]}],"extensionRange":[{"start":1000,"end":536870912}],"reservedRange":[{"start":4,"end":5}]},{"name":"OneofOptions","field":[{"name":"uninterpreted_option","number":999,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.UninterpretedOption","jsonName":"uninterpretedOption"}],"extensionRange":[{"start":1000,"end":536870912}]},{"name":"EnumOptions","field":[{"name":"allow_alias","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"allowAlias"},{"name":"deprecated","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"deprecated"},{"name":"uninterpreted_option","number":999,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.UninterpretedOption","jsonName":"uninterpretedOption"}],"extensionRange":[{"start":1000,"end":536870912}],"reservedRange":[{"start":5,"end":6}]},{"name":"EnumValueOptions","field":[{"name":"deprecated","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"deprecated"},{"name":"uninterpreted_option","number":999,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.UninterpretedOption","jsonName":"uninterpretedOption"}],"extensionRange":[{"start":1000,"end":536870912}]},{"name":"ServiceOptions","field":[{"name":"deprecated","number":33,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"deprecated"},{"name":"uninterpreted_option","number":999,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.UninterpretedOption","jsonName":"uninterpretedOption"}],"extensionRange":[{"start":1000,"end":536870912}]},{"name":"MethodOptions","field":[{"name":"deprecated","number":33,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","defaultValue":"false","jsonName":"deprecated"},{"name":"idempotency_level","number":34,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".google.protobuf.MethodOptions.IdempotencyLevel","defaultValue":"IDEMPOTENCY_UNKNOWN","jsonName":"idempotencyLevel"},{"name":"uninterpreted_option","number":999,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.UninterpretedOption","jsonName":"uninterpretedOption"}],"enumType":[{"name":"IdempotencyLevel","value":[{"name":"IDEMPOTENCY_UNKNOWN","number":0},{"name":"NO_SIDE_EFFECTS","number":1},{"name":"IDEMPOTENT","number":2}]}],"extensionRange":[{"start":1000,"end":536870912}]},{"name":"UninterpretedOption","field":[{"name":"name","number":2,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.UninterpretedOption.NamePart","jsonName":"name"},{"name":"identifier_value","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"identifierValue"},{"name":"positive_int_value","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_UINT64","jsonName":"positiveIntValue"},{"name":"negative_int_value","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"negativeIntValue"},{"name":"double_value","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_DOUBLE","jsonName":"doubleValue"},{"name":"string_value","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"stringValue"},{"name":"aggregate_value","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"aggregateValue"}],"nestedType":[{"name":"NamePart","field":[{"name":"name_part","number":1,"label":"LABEL_REQUIRED","type":"TYPE_STRING","jsonName":"namePart"},{"name":"is_extension","number":2,"label":"LABEL_REQUIRED","type":"TYPE_BOOL","jsonName":"isExtension"}]}]},{"name":"SourceCodeInfo","field":[{"name":"location","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.SourceCodeInfo.Location","jsonName":"location"}],"nestedType":[{"name":"Location","field":[{"name":"path","number":1,"label":"LABEL_REPEATED","type":"TYPE_INT32","jsonName":"path","options":{"packed":true}},{"name":"span","number":2,"label":"LABEL_REPEATED","type":"TYPE_INT32","jsonName":"span","options":{"packed":true}},{"name":"leading_comments","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"leadingComments"},{"name":"trailing_comments","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"trailingComments"},{"name":"leading_detached_comments","number":6,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"leadingDetachedComments"}]}]},{"name":"GeneratedCodeInfo","field":[{"name":"annotation","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.GeneratedCodeInfo.Annotation","jsonName":"annotation"}],"nestedType":[{"name":"Annotation","field":[{"name":"path","number":1,"label":"LABEL_REPEATED","type":"TYPE_INT32","jsonName":"path","options":{"packed":true}},{"name":"source_file","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sourceFile"},{"name":"begin","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"begin"},{"name":"end","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"end"}]}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"DescriptorProtos","optimizeFor":"SPEED","goPackage":"google.golang.org/protobuf/types/descriptorpb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.Reflection"},"sourceCodeInfo":{"location":[{"span":[39,0,920,1]},{"path":[12],"span":[39,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"," Author: kenton@google.com (Kenton Varda)\n Based on original Protocol Buffers design by\n Sanjay Ghemawat, Jeff Dean, and others.\n\n The messages in this file describe the definitions found in .proto files.\n A valid .proto file can be translated directly to a FileDescriptorProto\n without any other information (e.g. without reading its imports).\n"]},{"path":[2],"span":[41,0,24]},{"path":[8],"span":[43,0,68]},{"path":[8,11],"span":[43,0,68]},{"path":[8],"span":[44,0,44]},{"path":[8,1],"span":[44,0,44]},{"path":[8],"span":[45,0,49]},{"path":[8,8],"span":[45,0,49]},{"path":[8],"span":[46,0,55]},{"path":[8,37],"span":[46,0,55]},{"path":[8],"span":[47,0,33]},{"path":[8,36],"span":[47,0,33]},{"path":[8],"span":[48,0,31]},{"path":[8,31],"span":[48,0,31]},{"path":[8],"span":[52,0,28]},{"path":[8,9],"span":[52,0,28],"leadingComments":" descriptor.proto must be optimized for speed because reflection-based\n algorithms don't work during bootstrapping.\n"},{"path":[4,0],"span":[56,0,58,1],"leadingComments":" The protocol compiler can output a FileDescriptorSet containing the .proto\n files it parses.\n"},{"path":[4,0,1],"span":[56,8,25]},{"path":[4,0,2,0],"span":[57,2,40]},{"path":[4,0,2,0,4],"span":[57,2,10]},{"path":[4,0,2,0,6],"span":[57,11,30]},{"path":[4,0,2,0,1],"span":[57,31,35]},{"path":[4,0,2,0,3],"span":[57,38,39]},{"path":[4,1],"span":[61,0,90,1],"leadingComments":" Describes a complete .proto file.\n"},{"path":[4,1,1],"span":[61,8,27]},{"path":[4,1,2,0],"span":[62,2,27],"trailingComments":" file name, relative to root of source tree\n"},{"path":[4,1,2,0,4],"span":[62,2,10]},{"path":[4,1,2,0,5],"span":[62,11,17]},{"path":[4,1,2,0,1],"span":[62,18,22]},{"path":[4,1,2,0,3],"span":[62,25,26]},{"path":[4,1,2,1],"span":[63,2,30],"trailingComments":" e.g. \"foo\", \"foo.bar\", etc.\n"},{"path":[4,1,2,1,4],"span":[63,2,10]},{"path":[4,1,2,1,5],"span":[63,11,17]},{"path":[4,1,2,1,1],"span":[63,18,25]},{"path":[4,1,2,1,3],"span":[63,28,29]},{"path":[4,1,2,2],"span":[66,2,33],"leadingComments":" Names of files imported by this file.\n"},{"path":[4,1,2,2,4],"span":[66,2,10]},{"path":[4,1,2,2,5],"span":[66,11,17]},{"path":[4,1,2,2,1],"span":[66,18,28]},{"path":[4,1,2,2,3],"span":[66,31,32]},{"path":[4,1,2,3],"span":[68,2,40],"leadingComments":" Indexes of the public imported files in the dependency list above.\n"},{"path":[4,1,2,3,4],"span":[68,2,10]},{"path":[4,1,2,3,5],"span":[68,11,16]},{"path":[4,1,2,3,1],"span":[68,17,34]},{"path":[4,1,2,3,3],"span":[68,37,39]},{"path":[4,1,2,4],"span":[71,2,38],"leadingComments":" Indexes of the weak imported files in the dependency list.\n For Google-internal migration only. Do not use.\n"},{"path":[4,1,2,4,4],"span":[71,2,10]},{"path":[4,1,2,4,5],"span":[71,11,16]},{"path":[4,1,2,4,1],"span":[71,17,32]},{"path":[4,1,2,4,3],"span":[71,35,37]},{"path":[4,1,2,5],"span":[74,2,44],"leadingComments":" All top-level definitions in this file.\n"},{"path":[4,1,2,5,4],"span":[74,2,10]},{"path":[4,1,2,5,6],"span":[74,11,26]},{"path":[4,1,2,5,1],"span":[74,27,39]},{"path":[4,1,2,5,3],"span":[74,42,43]},{"path":[4,1,2,6],"span":[75,2,45]},{"path":[4,1,2,6,4],"span":[75,2,10]},{"path":[4,1,2,6,6],"span":[75,11,30]},{"path":[4,1,2,6,1],"span":[75,31,40]},{"path":[4,1,2,6,3],"span":[75,43,44]},{"path":[4,1,2,7],"span":[76,2,46]},{"path":[4,1,2,7,4],"span":[76,2,10]},{"path":[4,1,2,7,6],"span":[76,11,33]},{"path":[4,1,2,7,1],"span":[76,34,41]},{"path":[4,1,2,7,3],"span":[76,44,45]},{"path":[4,1,2,8],"span":[77,2,46]},{"path":[4,1,2,8,4],"span":[77,2,10]},{"path":[4,1,2,8,6],"span":[77,11,31]},{"path":[4,1,2,8,1],"span":[77,32,41]},{"path":[4,1,2,8,3],"span":[77,44,45]},{"path":[4,1,2,9],"span":[79,2,35]},{"path":[4,1,2,9,4],"span":[79,2,10]},{"path":[4,1,2,9,6],"span":[79,11,22]},{"path":[4,1,2,9,1],"span":[79,23,30]},{"path":[4,1,2,9,3],"span":[79,33,34]},{"path":[4,1,2,10],"span":[85,2,47],"leadingComments":" This field contains optional information about the original source code.\n You may safely remove this entire field without harming runtime\n functionality of the descriptors -- the information is needed only by\n development tools.\n"},{"path":[4,1,2,10,4],"span":[85,2,10]},{"path":[4,1,2,10,6],"span":[85,11,25]},{"path":[4,1,2,10,1],"span":[85,26,42]},{"path":[4,1,2,10,3],"span":[85,45,46]},{"path":[4,1,2,11],"span":[89,2,30],"leadingComments":" The syntax of the proto file.\n The supported values are \"proto2\" and \"proto3\".\n"},{"path":[4,1,2,11,4],"span":[89,2,10]},{"path":[4,1,2,11,5],"span":[89,11,17]},{"path":[4,1,2,11,1],"span":[89,18,24]},{"path":[4,1,2,11,3],"span":[89,27,29]},{"path":[4,2],"span":[93,0,125,1],"leadingComments":" Describes a message type.\n"},{"path":[4,2,1],"span":[93,8,23]},{"path":[4,2,2,0],"span":[94,2,27]},{"path":[4,2,2,0,4],"span":[94,2,10]},{"path":[4,2,2,0,5],"span":[94,11,17]},{"path":[4,2,2,0,1],"span":[94,18,22]},{"path":[4,2,2,0,3],"span":[94,25,26]},{"path":[4,2,2,1],"span":[96,2,42]},{"path":[4,2,2,1,4],"span":[96,2,10]},{"path":[4,2,2,1,6],"span":[96,11,31]},{"path":[4,2,2,1,1],"span":[96,32,37]},{"path":[4,2,2,1,3],"span":[96,40,41]},{"path":[4,2,2,2],"span":[97,2,46]},{"path":[4,2,2,2,4],"span":[97,2,10]},{"path":[4,2,2,2,6],"span":[97,11,31]},{"path":[4,2,2,2,1],"span":[97,32,41]},{"path":[4,2,2,2,3],"span":[97,44,45]},{"path":[4,2,2,3],"span":[99,2,43]},{"path":[4,2,2,3,4],"span":[99,2,10]},{"path":[4,2,2,3,6],"span":[99,11,26]},{"path":[4,2,2,3,1],"span":[99,27,38]},{"path":[4,2,2,3,3],"span":[99,41,42]},{"path":[4,2,2,4],"span":[100,2,45]},{"path":[4,2,2,4,4],"span":[100,2,10]},{"path":[4,2,2,4,6],"span":[100,11,30]},{"path":[4,2,2,4,1],"span":[100,31,40]},{"path":[4,2,2,4,3],"span":[100,43,44]},{"path":[4,2,3,0],"span":[102,2,107,3]},{"path":[4,2,3,0,1],"span":[102,10,24]},{"path":[4,2,3,0,2,0],"span":[103,4,29],"trailingComments":" Inclusive.\n"},{"path":[4,2,3,0,2,0,4],"span":[103,4,12]},{"path":[4,2,3,0,2,0,5],"span":[103,13,18]},{"path":[4,2,3,0,2,0,1],"span":[103,19,24]},{"path":[4,2,3,0,2,0,3],"span":[103,27,28]},{"path":[4,2,3,0,2,1],"span":[104,4,27],"trailingComments":" Exclusive.\n"},{"path":[4,2,3,0,2,1,4],"span":[104,4,12]},{"path":[4,2,3,0,2,1,5],"span":[104,13,18]},{"path":[4,2,3,0,2,1,1],"span":[104,19,22]},{"path":[4,2,3,0,2,1,3],"span":[104,25,26]},{"path":[4,2,3,0,2,2],"span":[106,4,47]},{"path":[4,2,3,0,2,2,4],"span":[106,4,12]},{"path":[4,2,3,0,2,2,6],"span":[106,13,34]},{"path":[4,2,3,0,2,2,1],"span":[106,35,42]},{"path":[4,2,3,0,2,2,3],"span":[106,45,46]},{"path":[4,2,2,5],"span":[108,2,46]},{"path":[4,2,2,5,4],"span":[108,2,10]},{"path":[4,2,2,5,6],"span":[108,11,25]},{"path":[4,2,2,5,1],"span":[108,26,41]},{"path":[4,2,2,5,3],"span":[108,44,45]},{"path":[4,2,2,6],"span":[110,2,47]},{"path":[4,2,2,6,4],"span":[110,2,10]},{"path":[4,2,2,6,6],"span":[110,11,31]},{"path":[4,2,2,6,1],"span":[110,32,42]},{"path":[4,2,2,6,3],"span":[110,45,46]},{"path":[4,2,2,7],"span":[112,2,38]},{"path":[4,2,2,7,4],"span":[112,2,10]},{"path":[4,2,2,7,6],"span":[112,11,25]},{"path":[4,2,2,7,1],"span":[112,26,33]},{"path":[4,2,2,7,3],"span":[112,36,37]},{"path":[4,2,3,1],"span":[117,2,120,3],"leadingComments":" Range of reserved tag numbers. Reserved tag numbers may not be used by\n fields or extension ranges in the same message. Reserved ranges may\n not overlap.\n"},{"path":[4,2,3,1,1],"span":[117,10,23]},{"path":[4,2,3,1,2,0],"span":[118,4,29],"trailingComments":" Inclusive.\n"},{"path":[4,2,3,1,2,0,4],"span":[118,4,12]},{"path":[4,2,3,1,2,0,5],"span":[118,13,18]},{"path":[4,2,3,1,2,0,1],"span":[118,19,24]},{"path":[4,2,3,1,2,0,3],"span":[118,27,28]},{"path":[4,2,3,1,2,1],"span":[119,4,27],"trailingComments":" Exclusive.\n"},{"path":[4,2,3,1,2,1,4],"span":[119,4,12]},{"path":[4,2,3,1,2,1,5],"span":[119,13,18]},{"path":[4,2,3,1,2,1,1],"span":[119,19,22]},{"path":[4,2,3,1,2,1,3],"span":[119,25,26]},{"path":[4,2,2,8],"span":[121,2,44]},{"path":[4,2,2,8,4],"span":[121,2,10]},{"path":[4,2,2,8,6],"span":[121,11,24]},{"path":[4,2,2,8,1],"span":[121,25,39]},{"path":[4,2,2,8,3],"span":[121,42,43]},{"path":[4,2,2,9],"span":[124,2,37],"leadingComments":" Reserved field names, which may not be used by fields in the same message.\n A given name may only be reserved once.\n"},{"path":[4,2,2,9,4],"span":[124,2,10]},{"path":[4,2,2,9,5],"span":[124,11,17]},{"path":[4,2,2,9,1],"span":[124,18,31]},{"path":[4,2,2,9,3],"span":[124,34,36]},{"path":[4,3],"span":[127,0,134,1]},{"path":[4,3,1],"span":[127,8,29]},{"path":[4,3,2,0],"span":[129,2,58],"leadingComments":" The parser stores options it doesn't recognize here. See above.\n"},{"path":[4,3,2,0,4],"span":[129,2,10]},{"path":[4,3,2,0,6],"span":[129,11,30]},{"path":[4,3,2,0,1],"span":[129,31,51]},{"path":[4,3,2,0,3],"span":[129,54,57]},{"path":[4,3,5],"span":[133,2,25],"leadingComments":" Clients can define custom options in extensions of this message. See above.\n"},{"path":[4,3,5,0],"span":[133,13,24]},{"path":[4,3,5,0,1],"span":[133,13,17]},{"path":[4,3,5,0,2],"span":[133,21,24]},{"path":[4,4],"span":[137,0,237,1],"leadingComments":" Describes a field within a message.\n"},{"path":[4,4,1],"span":[137,8,28]},{"path":[4,4,4,0],"span":[138,2,169,3]},{"path":[4,4,4,0,1],"span":[138,7,11]},{"path":[4,4,4,0,2,0],"span":[141,4,20],"leadingComments":" 0 is reserved for errors.\n Order is weird for historical reasons.\n"},{"path":[4,4,4,0,2,0,1],"span":[141,4,15]},{"path":[4,4,4,0,2,0,2],"span":[141,18,19]},{"path":[4,4,4,0,2,1],"span":[142,4,19]},{"path":[4,4,4,0,2,1,1],"span":[142,4,14]},{"path":[4,4,4,0,2,1,2],"span":[142,17,18]},{"path":[4,4,4,0,2,2],"span":[145,4,19],"leadingComments":" Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if\n negative values are likely.\n"},{"path":[4,4,4,0,2,2,1],"span":[145,4,14]},{"path":[4,4,4,0,2,2,2],"span":[145,17,18]},{"path":[4,4,4,0,2,3],"span":[146,4,20]},{"path":[4,4,4,0,2,3,1],"span":[146,4,15]},{"path":[4,4,4,0,2,3,2],"span":[146,18,19]},{"path":[4,4,4,0,2,4],"span":[149,4,19],"leadingComments":" Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if\n negative values are likely.\n"},{"path":[4,4,4,0,2,4,1],"span":[149,4,14]},{"path":[4,4,4,0,2,4,2],"span":[149,17,18]},{"path":[4,4,4,0,2,5],"span":[150,4,21]},{"path":[4,4,4,0,2,5,1],"span":[150,4,16]},{"path":[4,4,4,0,2,5,2],"span":[150,19,20]},{"path":[4,4,4,0,2,6],"span":[151,4,21]},{"path":[4,4,4,0,2,6,1],"span":[151,4,16]},{"path":[4,4,4,0,2,6,2],"span":[151,19,20]},{"path":[4,4,4,0,2,7],"span":[152,4,18]},{"path":[4,4,4,0,2,7,1],"span":[152,4,13]},{"path":[4,4,4,0,2,7,2],"span":[152,16,17]},{"path":[4,4,4,0,2,8],"span":[153,4,20]},{"path":[4,4,4,0,2,8,1],"span":[153,4,15]},{"path":[4,4,4,0,2,8,2],"span":[153,18,19]},{"path":[4,4,4,0,2,9],"span":[158,4,20],"leadingComments":" Tag-delimited aggregate.\n Group type is deprecated and not supported in proto3. However, Proto3\n implementations should still be able to parse the group wire format and\n treat group fields as unknown fields.\n"},{"path":[4,4,4,0,2,9,1],"span":[158,4,14]},{"path":[4,4,4,0,2,9,2],"span":[158,17,19]},{"path":[4,4,4,0,2,10],"span":[159,4,22],"trailingComments":" Length-delimited aggregate.\n"},{"path":[4,4,4,0,2,10,1],"span":[159,4,16]},{"path":[4,4,4,0,2,10,2],"span":[159,19,21]},{"path":[4,4,4,0,2,11],"span":[162,4,20],"leadingComments":" New in version 2.\n"},{"path":[4,4,4,0,2,11,1],"span":[162,4,14]},{"path":[4,4,4,0,2,11,2],"span":[162,17,19]},{"path":[4,4,4,0,2,12],"span":[163,4,21]},{"path":[4,4,4,0,2,12,1],"span":[163,4,15]},{"path":[4,4,4,0,2,12,2],"span":[163,18,20]},{"path":[4,4,4,0,2,13],"span":[164,4,19]},{"path":[4,4,4,0,2,13,1],"span":[164,4,13]},{"path":[4,4,4,0,2,13,2],"span":[164,16,18]},{"path":[4,4,4,0,2,14],"span":[165,4,23]},{"path":[4,4,4,0,2,14,1],"span":[165,4,17]},{"path":[4,4,4,0,2,14,2],"span":[165,20,22]},{"path":[4,4,4,0,2,15],"span":[166,4,23]},{"path":[4,4,4,0,2,15,1],"span":[166,4,17]},{"path":[4,4,4,0,2,15,2],"span":[166,20,22]},{"path":[4,4,4,0,2,16],"span":[167,4,21],"trailingComments":" Uses ZigZag encoding.\n"},{"path":[4,4,4,0,2,16,1],"span":[167,4,15]},{"path":[4,4,4,0,2,16,2],"span":[167,18,20]},{"path":[4,4,4,0,2,17],"span":[168,4,21],"trailingComments":" Uses ZigZag encoding.\n"},{"path":[4,4,4,0,2,17,1],"span":[168,4,15]},{"path":[4,4,4,0,2,17,2],"span":[168,18,20]},{"path":[4,4,4,1],"span":[171,2,176,3]},{"path":[4,4,4,1,1],"span":[171,7,12]},{"path":[4,4,4,1,2,0],"span":[173,4,23],"leadingComments":" 0 is reserved for errors\n"},{"path":[4,4,4,1,2,0,1],"span":[173,4,18]},{"path":[4,4,4,1,2,0,2],"span":[173,21,22]},{"path":[4,4,4,1,2,1],"span":[174,4,23]},{"path":[4,4,4,1,2,1,1],"span":[174,4,18]},{"path":[4,4,4,1,2,1,2],"span":[174,21,22]},{"path":[4,4,4,1,2,2],"span":[175,4,23]},{"path":[4,4,4,1,2,2,1],"span":[175,4,18]},{"path":[4,4,4,1,2,2,2],"span":[175,21,22]},{"path":[4,4,2,0],"span":[178,2,27]},{"path":[4,4,2,0,4],"span":[178,2,10]},{"path":[4,4,2,0,5],"span":[178,11,17]},{"path":[4,4,2,0,1],"span":[178,18,22]},{"path":[4,4,2,0,3],"span":[178,25,26]},{"path":[4,4,2,1],"span":[179,2,28]},{"path":[4,4,2,1,4],"span":[179,2,10]},{"path":[4,4,2,1,5],"span":[179,11,16]},{"path":[4,4,2,1,1],"span":[179,17,23]},{"path":[4,4,2,1,3],"span":[179,26,27]},{"path":[4,4,2,2],"span":[180,2,27]},{"path":[4,4,2,2,4],"span":[180,2,10]},{"path":[4,4,2,2,6],"span":[180,11,16]},{"path":[4,4,2,2,1],"span":[180,17,22]},{"path":[4,4,2,2,3],"span":[180,25,26]},{"path":[4,4,2,3],"span":[184,2,25],"leadingComments":" If type_name is set, this need not be set. If both this and type_name\n are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP.\n"},{"path":[4,4,2,3,4],"span":[184,2,10]},{"path":[4,4,2,3,6],"span":[184,11,15]},{"path":[4,4,2,3,1],"span":[184,16,20]},{"path":[4,4,2,3,3],"span":[184,23,24]},{"path":[4,4,2,4],"span":[191,2,32],"leadingComments":" For message and enum types, this is the name of the type. If the name\n starts with a '.', it is fully-qualified. Otherwise, C++-like scoping\n rules are used to find the type (i.e. first the nested types within this\n message are searched, then within the parent, on up to the root\n namespace).\n"},{"path":[4,4,2,4,4],"span":[191,2,10]},{"path":[4,4,2,4,5],"span":[191,11,17]},{"path":[4,4,2,4,1],"span":[191,18,27]},{"path":[4,4,2,4,3],"span":[191,30,31]},{"path":[4,4,2,5],"span":[195,2,31],"leadingComments":" For extensions, this is the name of the type being extended. It is\n resolved in the same manner as type_name.\n"},{"path":[4,4,2,5,4],"span":[195,2,10]},{"path":[4,4,2,5,5],"span":[195,11,17]},{"path":[4,4,2,5,1],"span":[195,18,26]},{"path":[4,4,2,5,3],"span":[195,29,30]},{"path":[4,4,2,6],"span":[201,2,36],"leadingComments":" For numeric types, contains the original text representation of the value.\n For booleans, \"true\" or \"false\".\n For strings, contains the default text contents (not escaped in any way).\n For bytes, contains the C escaped value. All bytes >= 128 are escaped.\n"},{"path":[4,4,2,6,4],"span":[201,2,10]},{"path":[4,4,2,6,5],"span":[201,11,17]},{"path":[4,4,2,6,1],"span":[201,18,31]},{"path":[4,4,2,6,3],"span":[201,34,35]},{"path":[4,4,2,7],"span":[205,2,33],"leadingComments":" If set, gives the index of a oneof in the containing type's oneof_decl\n list. This field is a member of that oneof.\n"},{"path":[4,4,2,7,4],"span":[205,2,10]},{"path":[4,4,2,7,5],"span":[205,11,16]},{"path":[4,4,2,7,1],"span":[205,17,28]},{"path":[4,4,2,7,3],"span":[205,31,32]},{"path":[4,4,2,8],"span":[211,2,33],"leadingComments":" JSON name of this field. The value is set by protocol compiler. If the\n user has set a \"json_name\" option on this field, that option's value\n will be used. Otherwise, it's deduced from the field's name by converting\n it to camelCase.\n"},{"path":[4,4,2,8,4],"span":[211,2,10]},{"path":[4,4,2,8,5],"span":[211,11,17]},{"path":[4,4,2,8,1],"span":[211,18,27]},{"path":[4,4,2,8,3],"span":[211,30,32]},{"path":[4,4,2,9],"span":[213,2,36]},{"path":[4,4,2,9,4],"span":[213,2,10]},{"path":[4,4,2,9,6],"span":[213,11,23]},{"path":[4,4,2,9,1],"span":[213,24,31]},{"path":[4,4,2,9,3],"span":[213,34,35]},{"path":[4,4,2,10],"span":[236,2,37],"leadingComments":" If true, this is a proto3 \"optional\". When a proto3 field is optional, it\n tracks presence regardless of field type.\n\n When proto3_optional is true, this field must be belong to a oneof to\n signal to old proto3 clients that presence is tracked for this field. This\n oneof is known as a \"synthetic\" oneof, and this field must be its sole\n member (each proto3 optional field gets its own synthetic oneof). Synthetic\n oneofs exist in the descriptor only, and do not generate any API. Synthetic\n oneofs must be ordered after all \"real\" oneofs.\n\n For message fields, proto3_optional doesn't create any semantic change,\n since non-repeated message fields always track presence. However it still\n indicates the semantic detail of whether the user wrote \"optional\" or not.\n This can be useful for round-tripping the .proto file. For consistency we\n give message fields a synthetic oneof also, even though it is not required\n to track presence. This is especially important because the parser can't\n tell if a field is a message or an enum, so it must always create a\n synthetic oneof.\n\n Proto2 optional fields do not set this flag, because they already indicate\n optional with `LABEL_OPTIONAL`.\n"},{"path":[4,4,2,10,4],"span":[236,2,10]},{"path":[4,4,2,10,5],"span":[236,11,15]},{"path":[4,4,2,10,1],"span":[236,16,31]},{"path":[4,4,2,10,3],"span":[236,34,36]},{"path":[4,5],"span":[240,0,243,1],"leadingComments":" Describes a oneof.\n"},{"path":[4,5,1],"span":[240,8,28]},{"path":[4,5,2,0],"span":[241,2,27]},{"path":[4,5,2,0,4],"span":[241,2,10]},{"path":[4,5,2,0,5],"span":[241,11,17]},{"path":[4,5,2,0,1],"span":[241,18,22]},{"path":[4,5,2,0,3],"span":[241,25,26]},{"path":[4,5,2,1],"span":[242,2,36]},{"path":[4,5,2,1,4],"span":[242,2,10]},{"path":[4,5,2,1,6],"span":[242,11,23]},{"path":[4,5,2,1,1],"span":[242,24,31]},{"path":[4,5,2,1,3],"span":[242,34,35]},{"path":[4,6],"span":[246,0,272,1],"leadingComments":" Describes an enum type.\n"},{"path":[4,6,1],"span":[246,8,27]},{"path":[4,6,2,0],"span":[247,2,27]},{"path":[4,6,2,0,4],"span":[247,2,10]},{"path":[4,6,2,0,5],"span":[247,11,17]},{"path":[4,6,2,0,1],"span":[247,18,22]},{"path":[4,6,2,0,3],"span":[247,25,26]},{"path":[4,6,2,1],"span":[249,2,46]},{"path":[4,6,2,1,4],"span":[249,2,10]},{"path":[4,6,2,1,6],"span":[249,11,35]},{"path":[4,6,2,1,1],"span":[249,36,41]},{"path":[4,6,2,1,3],"span":[249,44,45]},{"path":[4,6,2,2],"span":[251,2,35]},{"path":[4,6,2,2,4],"span":[251,2,10]},{"path":[4,6,2,2,6],"span":[251,11,22]},{"path":[4,6,2,2,1],"span":[251,23,30]},{"path":[4,6,2,2,3],"span":[251,33,34]},{"path":[4,6,3,0],"span":[259,2,262,3],"leadingComments":" Range of reserved numeric values. Reserved values may not be used by\n entries in the same enum. Reserved ranges may not overlap.\n\n Note that this is distinct from DescriptorProto.ReservedRange in that it\n is inclusive such that it can appropriately represent the entire int32\n domain.\n"},{"path":[4,6,3,0,1],"span":[259,10,27]},{"path":[4,6,3,0,2,0],"span":[260,4,29],"trailingComments":" Inclusive.\n"},{"path":[4,6,3,0,2,0,4],"span":[260,4,12]},{"path":[4,6,3,0,2,0,5],"span":[260,13,18]},{"path":[4,6,3,0,2,0,1],"span":[260,19,24]},{"path":[4,6,3,0,2,0,3],"span":[260,27,28]},{"path":[4,6,3,0,2,1],"span":[261,4,27],"trailingComments":" Inclusive.\n"},{"path":[4,6,3,0,2,1,4],"span":[261,4,12]},{"path":[4,6,3,0,2,1,5],"span":[261,13,18]},{"path":[4,6,3,0,2,1,1],"span":[261,19,22]},{"path":[4,6,3,0,2,1,3],"span":[261,25,26]},{"path":[4,6,2,3],"span":[267,2,48],"leadingComments":" Range of reserved numeric values. Reserved numeric values may not be used\n by enum values in the same enum declaration. Reserved ranges may not\n overlap.\n"},{"path":[4,6,2,3,4],"span":[267,2,10]},{"path":[4,6,2,3,6],"span":[267,11,28]},{"path":[4,6,2,3,1],"span":[267,29,43]},{"path":[4,6,2,3,3],"span":[267,46,47]},{"path":[4,6,2,4],"span":[271,2,36],"leadingComments":" Reserved enum value names, which may not be reused. A given name may only\n be reserved once.\n"},{"path":[4,6,2,4,4],"span":[271,2,10]},{"path":[4,6,2,4,5],"span":[271,11,17]},{"path":[4,6,2,4,1],"span":[271,18,31]},{"path":[4,6,2,4,3],"span":[271,34,35]},{"path":[4,7],"span":[275,0,280,1],"leadingComments":" Describes a value within an enum.\n"},{"path":[4,7,1],"span":[275,8,32]},{"path":[4,7,2,0],"span":[276,2,27]},{"path":[4,7,2,0,4],"span":[276,2,10]},{"path":[4,7,2,0,5],"span":[276,11,17]},{"path":[4,7,2,0,1],"span":[276,18,22]},{"path":[4,7,2,0,3],"span":[276,25,26]},{"path":[4,7,2,1],"span":[277,2,28]},{"path":[4,7,2,1,4],"span":[277,2,10]},{"path":[4,7,2,1,5],"span":[277,11,16]},{"path":[4,7,2,1,1],"span":[277,17,23]},{"path":[4,7,2,1,3],"span":[277,26,27]},{"path":[4,7,2,2],"span":[279,2,40]},{"path":[4,7,2,2,4],"span":[279,2,10]},{"path":[4,7,2,2,6],"span":[279,11,27]},{"path":[4,7,2,2,1],"span":[279,28,35]},{"path":[4,7,2,2,3],"span":[279,38,39]},{"path":[4,8],"span":[283,0,288,1],"leadingComments":" Describes a service.\n"},{"path":[4,8,1],"span":[283,8,30]},{"path":[4,8,2,0],"span":[284,2,27]},{"path":[4,8,2,0,4],"span":[284,2,10]},{"path":[4,8,2,0,5],"span":[284,11,17]},{"path":[4,8,2,0,1],"span":[284,18,22]},{"path":[4,8,2,0,3],"span":[284,25,26]},{"path":[4,8,2,1],"span":[285,2,44]},{"path":[4,8,2,1,4],"span":[285,2,10]},{"path":[4,8,2,1,6],"span":[285,11,32]},{"path":[4,8,2,1,1],"span":[285,33,39]},{"path":[4,8,2,1,3],"span":[285,42,43]},{"path":[4,8,2,2],"span":[287,2,38]},{"path":[4,8,2,2,4],"span":[287,2,10]},{"path":[4,8,2,2,6],"span":[287,11,25]},{"path":[4,8,2,2,1],"span":[287,26,33]},{"path":[4,8,2,2,3],"span":[287,36,37]},{"path":[4,9],"span":[291,0,305,1],"leadingComments":" Describes a method of a service.\n"},{"path":[4,9,1],"span":[291,8,29]},{"path":[4,9,2,0],"span":[292,2,27]},{"path":[4,9,2,0,4],"span":[292,2,10]},{"path":[4,9,2,0,5],"span":[292,11,17]},{"path":[4,9,2,0,1],"span":[292,18,22]},{"path":[4,9,2,0,3],"span":[292,25,26]},{"path":[4,9,2,1],"span":[296,2,33],"leadingComments":" Input and output type names. These are resolved in the same way as\n FieldDescriptorProto.type_name, but must refer to a message type.\n"},{"path":[4,9,2,1,4],"span":[296,2,10]},{"path":[4,9,2,1,5],"span":[296,11,17]},{"path":[4,9,2,1,1],"span":[296,18,28]},{"path":[4,9,2,1,3],"span":[296,31,32]},{"path":[4,9,2,2],"span":[297,2,34]},{"path":[4,9,2,2,4],"span":[297,2,10]},{"path":[4,9,2,2,5],"span":[297,11,17]},{"path":[4,9,2,2,1],"span":[297,18,29]},{"path":[4,9,2,2,3],"span":[297,32,33]},{"path":[4,9,2,3],"span":[299,2,37]},{"path":[4,9,2,3,4],"span":[299,2,10]},{"path":[4,9,2,3,6],"span":[299,11,24]},{"path":[4,9,2,3,1],"span":[299,25,32]},{"path":[4,9,2,3,3],"span":[299,35,36]},{"path":[4,9,2,4],"span":[302,2,55],"leadingComments":" Identifies if client streams multiple client messages\n"},{"path":[4,9,2,4,4],"span":[302,2,10]},{"path":[4,9,2,4,5],"span":[302,11,15]},{"path":[4,9,2,4,1],"span":[302,16,32]},{"path":[4,9,2,4,3],"span":[302,35,36]},{"path":[4,9,2,4,8],"span":[302,37,54]},{"path":[4,9,2,4,7],"span":[302,38,53]},{"path":[4,9,2,5],"span":[304,2,55],"leadingComments":" Identifies if server streams multiple server messages\n"},{"path":[4,9,2,5,4],"span":[304,2,10]},{"path":[4,9,2,5,5],"span":[304,11,15]},{"path":[4,9,2,5,1],"span":[304,16,32]},{"path":[4,9,2,5,3],"span":[304,35,36]},{"path":[4,9,2,5,8],"span":[304,37,54]},{"path":[4,9,2,5,7],"span":[304,38,53]},{"path":[4,10],"span":[340,0,463,1],"leadingDetachedComments":[" ===================================================================\n Options\n"," Each of the definitions above may have \"options\" attached. These are\n just annotations which may cause code to be generated slightly differently\n or may contain hints for code that manipulates protocol messages.\n\n Clients may define custom options as extensions of the *Options messages.\n These extensions may not yet be known at parsing time, so the parser cannot\n store the values in them. Instead it stores them in a field in the *Options\n message called uninterpreted_option. This field must have the same name\n across all *Options messages. We then use this field to populate the\n extensions when we build a descriptor, at which point all protos have been\n parsed and so all extensions are known.\n\n Extension numbers for custom options may be chosen as follows:\n * For options which will only be used within a single application or\n organization, or for experimental options, use field numbers 50000\n through 99999. It is up to you to ensure that you do not use the\n same number for multiple options.\n * For options which will be published and used publicly by multiple\n independent entities, e-mail protobuf-global-extension-registry@google.com\n to reserve extension numbers. Simply provide your project name (e.g.\n Objective-C plugin) and your project website (if available) -- there's no\n need to explain how you intend to use them. Usually you only need one\n extension number. You can declare multiple options with only one extension\n number by putting them in a sub-message. See the Custom Options section of\n the docs for examples:\n https://developers.google.com/protocol-buffers/docs/proto#options\n If this turns out to be popular, a web service will be set up\n to automatically assign option numbers.\n"]},{"path":[4,10,1],"span":[340,8,19]},{"path":[4,10,2,0],"span":[346,2,35],"leadingComments":" Sets the Java package where classes generated from this .proto will be\n placed. By default, the proto package is used, but this is often\n inappropriate because proto packages do not normally start with backwards\n domain names.\n"},{"path":[4,10,2,0,4],"span":[346,2,10]},{"path":[4,10,2,0,5],"span":[346,11,17]},{"path":[4,10,2,0,1],"span":[346,18,30]},{"path":[4,10,2,0,3],"span":[346,33,34]},{"path":[4,10,2,1],"span":[354,2,43],"leadingComments":" Controls the name of the wrapper Java class generated for the .proto file.\n That class will always contain the .proto file's getDescriptor() method as\n well as any top-level extensions defined in the .proto file.\n If java_multiple_files is disabled, then all the other classes from the\n .proto file will be nested inside the single wrapper outer class.\n"},{"path":[4,10,2,1,4],"span":[354,2,10]},{"path":[4,10,2,1,5],"span":[354,11,17]},{"path":[4,10,2,1,1],"span":[354,18,38]},{"path":[4,10,2,1,3],"span":[354,41,42]},{"path":[4,10,2,2],"span":[362,2,59],"leadingComments":" If enabled, then the Java code generator will generate a separate .java\n file for each top-level message, enum, and service defined in the .proto\n file. Thus, these types will *not* be nested inside the wrapper class\n named by java_outer_classname. However, the wrapper class will still be\n generated to contain the file's getDescriptor() method as well as any\n top-level extensions defined in the file.\n"},{"path":[4,10,2,2,4],"span":[362,2,10]},{"path":[4,10,2,2,5],"span":[362,11,15]},{"path":[4,10,2,2,1],"span":[362,16,35]},{"path":[4,10,2,2,3],"span":[362,38,40]},{"path":[4,10,2,2,8],"span":[362,41,58]},{"path":[4,10,2,2,7],"span":[362,42,57]},{"path":[4,10,2,3],"span":[365,2,69],"leadingComments":" This option does nothing.\n"},{"path":[4,10,2,3,4],"span":[365,2,10]},{"path":[4,10,2,3,5],"span":[365,11,15]},{"path":[4,10,2,3,1],"span":[365,16,45]},{"path":[4,10,2,3,3],"span":[365,48,50]},{"path":[4,10,2,3,8],"span":[365,51,68]},{"path":[4,10,2,3,8,3],"span":[365,52,67]},{"path":[4,10,2,4],"span":[373,2,62],"leadingComments":" If set true, then the Java2 code generator will generate code that\n throws an exception whenever an attempt is made to assign a non-UTF-8\n byte sequence to a string field.\n Message reflection will do the same.\n However, an extension field still accepts non-UTF-8 byte sequences.\n This option has no effect on when used with the lite runtime.\n"},{"path":[4,10,2,4,4],"span":[373,2,10]},{"path":[4,10,2,4,5],"span":[373,11,15]},{"path":[4,10,2,4,1],"span":[373,16,38]},{"path":[4,10,2,4,3],"span":[373,41,43]},{"path":[4,10,2,4,8],"span":[373,44,61]},{"path":[4,10,2,4,7],"span":[373,45,60]},{"path":[4,10,4,0],"span":[377,2,382,3],"leadingComments":" Generated classes can be optimized for speed or code size.\n"},{"path":[4,10,4,0,1],"span":[377,7,19]},{"path":[4,10,4,0,2,0],"span":[378,4,14],"trailingComments":" Generate complete code for parsing, serialization,\n"},{"path":[4,10,4,0,2,0,1],"span":[378,4,9]},{"path":[4,10,4,0,2,0,2],"span":[378,12,13]},{"path":[4,10,4,0,2,1],"span":[380,4,18],"leadingComments":" etc.\n","trailingComments":" Use ReflectionOps to implement these methods.\n"},{"path":[4,10,4,0,2,1,1],"span":[380,4,13]},{"path":[4,10,4,0,2,1,2],"span":[380,16,17]},{"path":[4,10,4,0,2,2],"span":[381,4,21],"trailingComments":" Generate code using MessageLite and the lite runtime.\n"},{"path":[4,10,4,0,2,2,1],"span":[381,4,16]},{"path":[4,10,4,0,2,2,2],"span":[381,19,20]},{"path":[4,10,2,5],"span":[383,2,59]},{"path":[4,10,2,5,4],"span":[383,2,10]},{"path":[4,10,2,5,6],"span":[383,11,23]},{"path":[4,10,2,5,1],"span":[383,24,36]},{"path":[4,10,2,5,3],"span":[383,39,40]},{"path":[4,10,2,5,8],"span":[383,41,58]},{"path":[4,10,2,5,7],"span":[383,42,57]},{"path":[4,10,2,6],"span":[390,2,34],"leadingComments":" Sets the Go package where structs generated from this .proto will be\n placed. If omitted, the Go package will be derived from the following:\n - The basename of the package import path, if provided.\n - Otherwise, the package statement in the .proto file, if present.\n - Otherwise, the basename of the .proto file, without extension.\n"},{"path":[4,10,2,6,4],"span":[390,2,10]},{"path":[4,10,2,6,5],"span":[390,11,17]},{"path":[4,10,2,6,1],"span":[390,18,28]},{"path":[4,10,2,6,3],"span":[390,31,33]},{"path":[4,10,2,7],"span":[405,2,59],"leadingComments":" Should generic services be generated in each language? \"Generic\" services\n are not specific to any particular RPC system. They are generated by the\n main code generators in each language (without additional plugins).\n Generic services were the only kind of service generation supported by\n early versions of google.protobuf.\n\n Generic services are now considered deprecated in favor of using plugins\n that generate code specific to your particular RPC system. Therefore,\n these default to false. Old code which depends on generic services should\n explicitly set them to true.\n"},{"path":[4,10,2,7,4],"span":[405,2,10]},{"path":[4,10,2,7,5],"span":[405,11,15]},{"path":[4,10,2,7,1],"span":[405,16,35]},{"path":[4,10,2,7,3],"span":[405,38,40]},{"path":[4,10,2,7,8],"span":[405,41,58]},{"path":[4,10,2,7,7],"span":[405,42,57]},{"path":[4,10,2,8],"span":[406,2,61]},{"path":[4,10,2,8,4],"span":[406,2,10]},{"path":[4,10,2,8,5],"span":[406,11,15]},{"path":[4,10,2,8,1],"span":[406,16,37]},{"path":[4,10,2,8,3],"span":[406,40,42]},{"path":[4,10,2,8,8],"span":[406,43,60]},{"path":[4,10,2,8,7],"span":[406,44,59]},{"path":[4,10,2,9],"span":[407,2,59]},{"path":[4,10,2,9,4],"span":[407,2,10]},{"path":[4,10,2,9,5],"span":[407,11,15]},{"path":[4,10,2,9,1],"span":[407,16,35]},{"path":[4,10,2,9,3],"span":[407,38,40]},{"path":[4,10,2,9,8],"span":[407,41,58]},{"path":[4,10,2,9,7],"span":[407,42,57]},{"path":[4,10,2,10],"span":[408,2,60]},{"path":[4,10,2,10,4],"span":[408,2,10]},{"path":[4,10,2,10,5],"span":[408,11,15]},{"path":[4,10,2,10,1],"span":[408,16,36]},{"path":[4,10,2,10,3],"span":[408,39,41]},{"path":[4,10,2,10,8],"span":[408,42,59]},{"path":[4,10,2,10,7],"span":[408,43,58]},{"path":[4,10,2,11],"span":[414,2,50],"leadingComments":" Is this file deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for everything in the file, or it will be completely ignored; in the very\n least, this is a formalization for deprecating files.\n"},{"path":[4,10,2,11,4],"span":[414,2,10]},{"path":[4,10,2,11,5],"span":[414,11,15]},{"path":[4,10,2,11,1],"span":[414,16,26]},{"path":[4,10,2,11,3],"span":[414,29,31]},{"path":[4,10,2,11,8],"span":[414,32,49]},{"path":[4,10,2,11,7],"span":[414,33,48]},{"path":[4,10,2,12],"span":[418,2,55],"leadingComments":" Enables the use of arenas for the proto messages in this file. This applies\n only to generated classes for C++.\n"},{"path":[4,10,2,12,4],"span":[418,2,10]},{"path":[4,10,2,12,5],"span":[418,11,15]},{"path":[4,10,2,12,1],"span":[418,16,32]},{"path":[4,10,2,12,3],"span":[418,35,37]},{"path":[4,10,2,12,8],"span":[418,38,54]},{"path":[4,10,2,12,7],"span":[418,39,53]},{"path":[4,10,2,13],"span":[423,2,41],"leadingComments":" Sets the objective c class prefix which is prepended to all objective c\n generated classes from this .proto. There is no default.\n"},{"path":[4,10,2,13,4],"span":[423,2,10]},{"path":[4,10,2,13,5],"span":[423,11,17]},{"path":[4,10,2,13,1],"span":[423,18,35]},{"path":[4,10,2,13,3],"span":[423,38,40]},{"path":[4,10,2,14],"span":[426,2,40],"leadingComments":" Namespace for generated classes; defaults to the package.\n"},{"path":[4,10,2,14,4],"span":[426,2,10]},{"path":[4,10,2,14,5],"span":[426,11,17]},{"path":[4,10,2,14,1],"span":[426,18,34]},{"path":[4,10,2,14,3],"span":[426,37,39]},{"path":[4,10,2,15],"span":[432,2,36],"leadingComments":" By default Swift generators will take the proto package and CamelCase it\n replacing '.' with underscore and use that to prefix the types/symbols\n defined. When this options is provided, they will use this value instead\n to prefix the types/symbols defined.\n"},{"path":[4,10,2,15,4],"span":[432,2,10]},{"path":[4,10,2,15,5],"span":[432,11,17]},{"path":[4,10,2,15,1],"span":[432,18,30]},{"path":[4,10,2,15,3],"span":[432,33,35]},{"path":[4,10,2,16],"span":[436,2,40],"leadingComments":" Sets the php class prefix which is prepended to all php generated classes\n from this .proto. Default is empty.\n"},{"path":[4,10,2,16,4],"span":[436,2,10]},{"path":[4,10,2,16,5],"span":[436,11,17]},{"path":[4,10,2,16,1],"span":[436,18,34]},{"path":[4,10,2,16,3],"span":[436,37,39]},{"path":[4,10,2,17],"span":[441,2,37],"leadingComments":" Use this option to change the namespace of php generated classes. Default\n is empty. When this option is empty, the package name will be used for\n determining the namespace.\n"},{"path":[4,10,2,17,4],"span":[441,2,10]},{"path":[4,10,2,17,5],"span":[441,11,17]},{"path":[4,10,2,17,1],"span":[441,18,31]},{"path":[4,10,2,17,3],"span":[441,34,36]},{"path":[4,10,2,18],"span":[446,2,46],"leadingComments":" Use this option to change the namespace of php generated metadata classes.\n Default is empty. When this option is empty, the proto file name will be\n used for determining the namespace.\n"},{"path":[4,10,2,18,4],"span":[446,2,10]},{"path":[4,10,2,18,5],"span":[446,11,17]},{"path":[4,10,2,18,1],"span":[446,18,40]},{"path":[4,10,2,18,3],"span":[446,43,45]},{"path":[4,10,2,19],"span":[451,2,36],"leadingComments":" Use this option to change the package of ruby generated classes. Default\n is empty. When this option is not set, the package name will be used for\n determining the ruby package.\n"},{"path":[4,10,2,19,4],"span":[451,2,10]},{"path":[4,10,2,19,5],"span":[451,11,17]},{"path":[4,10,2,19,1],"span":[451,18,30]},{"path":[4,10,2,19,3],"span":[451,33,35]},{"path":[4,10,2,20],"span":[456,2,58],"leadingComments":" The parser stores options it doesn't recognize here.\n See the documentation for the \"Options\" section above.\n"},{"path":[4,10,2,20,4],"span":[456,2,10]},{"path":[4,10,2,20,6],"span":[456,11,30]},{"path":[4,10,2,20,1],"span":[456,31,51]},{"path":[4,10,2,20,3],"span":[456,54,57]},{"path":[4,10,5],"span":[460,2,25],"leadingComments":" Clients can define custom options in extensions of this message.\n See the documentation for the \"Options\" section above.\n"},{"path":[4,10,5,0],"span":[460,13,24]},{"path":[4,10,5,0,1],"span":[460,13,17]},{"path":[4,10,5,0,2],"span":[460,21,24]},{"path":[4,10,9],"span":[462,2,14]},{"path":[4,10,9,0],"span":[462,11,13]},{"path":[4,10,9,0,1],"span":[462,11,13]},{"path":[4,10,9,0,2],"span":[462,11,13]},{"path":[4,11],"span":[465,0,531,1]},{"path":[4,11,1],"span":[465,8,22]},{"path":[4,11,2,0],"span":[484,2,62],"leadingComments":" Set true to use the old proto1 MessageSet wire format for extensions.\n This is provided for backwards-compatibility with the MessageSet wire\n format. You should not use this for any other reason: It's less\n efficient, has fewer features, and is more complicated.\n\n The message must be defined exactly as follows:\n message Foo {\n option message_set_wire_format = true;\n extensions 4 to max;\n }\n Note that the message cannot have any defined fields; MessageSets only\n have extensions.\n\n All extensions of your type must be singular messages; e.g. they cannot\n be int32s, enums, or repeated messages.\n\n Because this is an option, the above two restrictions are not enforced by\n the protocol compiler.\n"},{"path":[4,11,2,0,4],"span":[484,2,10]},{"path":[4,11,2,0,5],"span":[484,11,15]},{"path":[4,11,2,0,1],"span":[484,16,39]},{"path":[4,11,2,0,3],"span":[484,42,43]},{"path":[4,11,2,0,8],"span":[484,44,61]},{"path":[4,11,2,0,7],"span":[484,45,60]},{"path":[4,11,2,1],"span":[489,2,70],"leadingComments":" Disables the generation of the standard \"descriptor()\" accessor, which can\n conflict with a field of the same name. This is meant to make migration\n from proto1 easier; new code should avoid fields named \"descriptor\".\n"},{"path":[4,11,2,1,4],"span":[489,2,10]},{"path":[4,11,2,1,5],"span":[489,11,15]},{"path":[4,11,2,1,1],"span":[489,16,47]},{"path":[4,11,2,1,3],"span":[489,50,51]},{"path":[4,11,2,1,8],"span":[489,52,69]},{"path":[4,11,2,1,7],"span":[489,53,68]},{"path":[4,11,2,2],"span":[495,2,49],"leadingComments":" Is this message deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the message, or it will be completely ignored; in the very least,\n this is a formalization for deprecating messages.\n"},{"path":[4,11,2,2,4],"span":[495,2,10]},{"path":[4,11,2,2,5],"span":[495,11,15]},{"path":[4,11,2,2,1],"span":[495,16,26]},{"path":[4,11,2,2,3],"span":[495,29,30]},{"path":[4,11,2,2,8],"span":[495,31,48]},{"path":[4,11,2,2,7],"span":[495,32,47]},{"path":[4,11,9],"span":[497,2,19]},{"path":[4,11,9,0],"span":[497,11,12]},{"path":[4,11,9,0,1],"span":[497,11,12]},{"path":[4,11,9,0,2],"span":[497,11,12]},{"path":[4,11,9,1],"span":[497,14,15]},{"path":[4,11,9,1,1],"span":[497,14,15]},{"path":[4,11,9,1,2],"span":[497,14,15]},{"path":[4,11,9,2],"span":[497,17,18]},{"path":[4,11,9,2,1],"span":[497,17,18]},{"path":[4,11,9,2,2],"span":[497,17,18]},{"path":[4,11,2,3],"span":[520,2,30],"leadingComments":" Whether the message is an automatically generated map entry type for the\n maps field.\n\n For maps fields:\n map map_field = 1;\n The parsed descriptor looks like:\n message MapFieldEntry {\n option map_entry = true;\n optional KeyType key = 1;\n optional ValueType value = 2;\n }\n repeated MapFieldEntry map_field = 1;\n\n Implementations may choose not to generate the map_entry=true message, but\n use a native map in the target language to hold the keys and values.\n The reflection APIs in such implementations still need to work as\n if the field is a repeated message field.\n\n NOTE: Do not set the option in .proto files. Always use the maps syntax\n instead. The option should only be implicitly set by the proto compiler\n parser.\n"},{"path":[4,11,2,3,4],"span":[520,2,10]},{"path":[4,11,2,3,5],"span":[520,11,15]},{"path":[4,11,2,3,1],"span":[520,16,25]},{"path":[4,11,2,3,3],"span":[520,28,29]},{"path":[4,11,9],"span":[522,2,13],"trailingComments":" javalite_serializable\n"},{"path":[4,11,9,3],"span":[522,11,12]},{"path":[4,11,9,3,1],"span":[522,11,12]},{"path":[4,11,9,3,2],"span":[522,11,12]},{"path":[4,11,9],"span":[523,2,13],"trailingComments":" javanano_as_lite\n"},{"path":[4,11,9,4],"span":[523,11,12]},{"path":[4,11,9,4,1],"span":[523,11,12]},{"path":[4,11,9,4,2],"span":[523,11,12]},{"path":[4,11,2,4],"span":[527,2,58],"leadingComments":" The parser stores options it doesn't recognize here. See above.\n"},{"path":[4,11,2,4,4],"span":[527,2,10]},{"path":[4,11,2,4,6],"span":[527,11,30]},{"path":[4,11,2,4,1],"span":[527,31,51]},{"path":[4,11,2,4,3],"span":[527,54,57]},{"path":[4,11,5],"span":[530,2,25],"leadingComments":" Clients can define custom options in extensions of this message. See above.\n"},{"path":[4,11,5,0],"span":[530,13,24]},{"path":[4,11,5,0,1],"span":[530,13,17]},{"path":[4,11,5,0,2],"span":[530,21,24]},{"path":[4,12],"span":[533,0,635,1]},{"path":[4,12,1],"span":[533,8,20]},{"path":[4,12,2,0],"span":[538,2,46],"leadingComments":" The ctype option instructs the C++ code generator to use a different\n representation of the field than it normally would. See the specific\n options below. This option is not yet implemented in the open source\n release -- sorry, we'll try to include it in a future version!\n"},{"path":[4,12,2,0,4],"span":[538,2,10]},{"path":[4,12,2,0,6],"span":[538,11,16]},{"path":[4,12,2,0,1],"span":[538,17,22]},{"path":[4,12,2,0,3],"span":[538,25,26]},{"path":[4,12,2,0,8],"span":[538,27,45]},{"path":[4,12,2,0,7],"span":[538,28,44]},{"path":[4,12,4,0],"span":[539,2,546,3]},{"path":[4,12,4,0,1],"span":[539,7,12]},{"path":[4,12,4,0,2,0],"span":[541,4,15],"leadingComments":" Default mode.\n"},{"path":[4,12,4,0,2,0,1],"span":[541,4,10]},{"path":[4,12,4,0,2,0,2],"span":[541,13,14]},{"path":[4,12,4,0,2,1],"span":[543,4,13]},{"path":[4,12,4,0,2,1,1],"span":[543,4,8]},{"path":[4,12,4,0,2,1,2],"span":[543,11,12]},{"path":[4,12,4,0,2,2],"span":[545,4,21]},{"path":[4,12,4,0,2,2,1],"span":[545,4,16]},{"path":[4,12,4,0,2,2,2],"span":[545,19,20]},{"path":[4,12,2,1],"span":[552,2,27],"leadingComments":" The packed option can be enabled for repeated primitive fields to enable\n a more efficient representation on the wire. Rather than repeatedly\n writing the tag and type for each element, the entire array is encoded as\n a single length-delimited blob. In proto3, only explicit setting it to\n false will avoid using packed encoding.\n"},{"path":[4,12,2,1,4],"span":[552,2,10]},{"path":[4,12,2,1,5],"span":[552,11,15]},{"path":[4,12,2,1,1],"span":[552,16,22]},{"path":[4,12,2,1,3],"span":[552,25,26]},{"path":[4,12,2,2],"span":[565,2,51],"leadingComments":" The jstype option determines the JavaScript type used for values of the\n field. The option is permitted only for 64 bit integral and fixed types\n (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING\n is represented as JavaScript string, which avoids loss of precision that\n can happen when a large value is converted to a floating point JavaScript.\n Specifying JS_NUMBER for the jstype causes the generated JavaScript code to\n use the JavaScript \"number\" type. The behavior of the default option\n JS_NORMAL is implementation dependent.\n\n This option is an enum to permit additional types to be added, e.g.\n goog.math.Integer.\n"},{"path":[4,12,2,2,4],"span":[565,2,10]},{"path":[4,12,2,2,6],"span":[565,11,17]},{"path":[4,12,2,2,1],"span":[565,18,24]},{"path":[4,12,2,2,3],"span":[565,27,28]},{"path":[4,12,2,2,8],"span":[565,29,50]},{"path":[4,12,2,2,7],"span":[565,30,49]},{"path":[4,12,4,1],"span":[566,2,575,3]},{"path":[4,12,4,1,1],"span":[566,7,13]},{"path":[4,12,4,1,2,0],"span":[568,4,18],"leadingComments":" Use the default type.\n"},{"path":[4,12,4,1,2,0,1],"span":[568,4,13]},{"path":[4,12,4,1,2,0,2],"span":[568,16,17]},{"path":[4,12,4,1,2,1],"span":[571,4,18],"leadingComments":" Use JavaScript strings.\n"},{"path":[4,12,4,1,2,1,1],"span":[571,4,13]},{"path":[4,12,4,1,2,1,2],"span":[571,16,17]},{"path":[4,12,4,1,2,2],"span":[574,4,18],"leadingComments":" Use JavaScript numbers.\n"},{"path":[4,12,4,1,2,2,1],"span":[574,4,13]},{"path":[4,12,4,1,2,2,2],"span":[574,16,17]},{"path":[4,12,2,3],"span":[611,2,43],"leadingComments":" Should this field be parsed lazily? Lazy applies only to message-type\n fields. It means that when the outer message is initially parsed, the\n inner message's contents will not be parsed but instead stored in encoded\n form. The inner message will actually be parsed when it is first accessed.\n\n This is only a hint. Implementations are free to choose whether to use\n eager or lazy parsing regardless of the value of this option. However,\n setting this option true suggests that the protocol author believes that\n using lazy parsing on this field is worth the additional bookkeeping\n overhead typically needed to implement it.\n\n This option does not affect the public interface of any generated code;\n all method signatures remain the same. Furthermore, thread-safety of the\n interface is not affected by this option; const methods remain safe to\n call from multiple threads concurrently, while non-const methods continue\n to require exclusive access.\n\n\n Note that implementations may choose not to check required fields within\n a lazy sub-message. That is, calling IsInitialized() on the outer message\n may return true even if the inner message has missing required fields.\n This is necessary because otherwise the inner message would have to be\n parsed in order to perform the check, defeating the purpose of lazy\n parsing. An implementation which chooses not to check required fields\n must be consistent about it. That is, for any particular sub-message, the\n implementation must either *always* check its required fields, or *never*\n check its required fields, regardless of whether or not the message has\n been parsed.\n\n As of 2021, lazy does no correctness checks on the byte stream during\n parsing. This may lead to crashes if and when an invalid byte stream is\n finally parsed upon access.\n\n TODO(b/211906113): Enable validation on lazy fields.\n"},{"path":[4,12,2,3,4],"span":[611,2,10]},{"path":[4,12,2,3,5],"span":[611,11,15]},{"path":[4,12,2,3,1],"span":[611,16,20]},{"path":[4,12,2,3,3],"span":[611,23,24]},{"path":[4,12,2,3,8],"span":[611,25,42]},{"path":[4,12,2,3,7],"span":[611,26,41]},{"path":[4,12,2,4],"span":[616,2,55],"leadingComments":" unverified_lazy does no correctness checks on the byte stream. This should\n only be used where lazy with verification is prohibitive for performance\n reasons.\n"},{"path":[4,12,2,4,4],"span":[616,2,10]},{"path":[4,12,2,4,5],"span":[616,11,15]},{"path":[4,12,2,4,1],"span":[616,16,31]},{"path":[4,12,2,4,3],"span":[616,34,36]},{"path":[4,12,2,4,8],"span":[616,37,54]},{"path":[4,12,2,4,7],"span":[616,38,53]},{"path":[4,12,2,5],"span":[622,2,49],"leadingComments":" Is this field deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for accessors, or it will be completely ignored; in the very least, this\n is a formalization for deprecating fields.\n"},{"path":[4,12,2,5,4],"span":[622,2,10]},{"path":[4,12,2,5,5],"span":[622,11,15]},{"path":[4,12,2,5,1],"span":[622,16,26]},{"path":[4,12,2,5,3],"span":[622,29,30]},{"path":[4,12,2,5,8],"span":[622,31,48]},{"path":[4,12,2,5,7],"span":[622,32,47]},{"path":[4,12,2,6],"span":[625,2,44],"leadingComments":" For Google-internal migration only. Do not use.\n"},{"path":[4,12,2,6,4],"span":[625,2,10]},{"path":[4,12,2,6,5],"span":[625,11,15]},{"path":[4,12,2,6,1],"span":[625,16,20]},{"path":[4,12,2,6,3],"span":[625,23,25]},{"path":[4,12,2,6,8],"span":[625,26,43]},{"path":[4,12,2,6,7],"span":[625,27,42]},{"path":[4,12,2,7],"span":[629,2,58],"leadingComments":" The parser stores options it doesn't recognize here. See above.\n"},{"path":[4,12,2,7,4],"span":[629,2,10]},{"path":[4,12,2,7,6],"span":[629,11,30]},{"path":[4,12,2,7,1],"span":[629,31,51]},{"path":[4,12,2,7,3],"span":[629,54,57]},{"path":[4,12,5],"span":[632,2,25],"leadingComments":" Clients can define custom options in extensions of this message. See above.\n"},{"path":[4,12,5,0],"span":[632,13,24]},{"path":[4,12,5,0,1],"span":[632,13,17]},{"path":[4,12,5,0,2],"span":[632,21,24]},{"path":[4,12,9],"span":[634,2,13],"trailingComments":" removed jtype\n"},{"path":[4,12,9,0],"span":[634,11,12]},{"path":[4,12,9,0,1],"span":[634,11,12]},{"path":[4,12,9,0,2],"span":[634,11,12]},{"path":[4,13],"span":[637,0,643,1]},{"path":[4,13,1],"span":[637,8,20]},{"path":[4,13,2,0],"span":[639,2,58],"leadingComments":" The parser stores options it doesn't recognize here. See above.\n"},{"path":[4,13,2,0,4],"span":[639,2,10]},{"path":[4,13,2,0,6],"span":[639,11,30]},{"path":[4,13,2,0,1],"span":[639,31,51]},{"path":[4,13,2,0,3],"span":[639,54,57]},{"path":[4,13,5],"span":[642,2,25],"leadingComments":" Clients can define custom options in extensions of this message. See above.\n"},{"path":[4,13,5,0],"span":[642,13,24]},{"path":[4,13,5,0,1],"span":[642,13,17]},{"path":[4,13,5,0,2],"span":[642,21,24]},{"path":[4,14],"span":[645,0,664,1]},{"path":[4,14,1],"span":[645,8,19]},{"path":[4,14,2,0],"span":[649,2,32],"leadingComments":" Set this option to true to allow mapping different tag names to the same\n value.\n"},{"path":[4,14,2,0,4],"span":[649,2,10]},{"path":[4,14,2,0,5],"span":[649,11,15]},{"path":[4,14,2,0,1],"span":[649,16,27]},{"path":[4,14,2,0,3],"span":[649,30,31]},{"path":[4,14,2,1],"span":[655,2,49],"leadingComments":" Is this enum deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the enum, or it will be completely ignored; in the very least, this\n is a formalization for deprecating enums.\n"},{"path":[4,14,2,1,4],"span":[655,2,10]},{"path":[4,14,2,1,5],"span":[655,11,15]},{"path":[4,14,2,1,1],"span":[655,16,26]},{"path":[4,14,2,1,3],"span":[655,29,30]},{"path":[4,14,2,1,8],"span":[655,31,48]},{"path":[4,14,2,1,7],"span":[655,32,47]},{"path":[4,14,9],"span":[657,2,13],"trailingComments":" javanano_as_lite\n"},{"path":[4,14,9,0],"span":[657,11,12]},{"path":[4,14,9,0,1],"span":[657,11,12]},{"path":[4,14,9,0,2],"span":[657,11,12]},{"path":[4,14,2,2],"span":[660,2,58],"leadingComments":" The parser stores options it doesn't recognize here. See above.\n"},{"path":[4,14,2,2,4],"span":[660,2,10]},{"path":[4,14,2,2,6],"span":[660,11,30]},{"path":[4,14,2,2,1],"span":[660,31,51]},{"path":[4,14,2,2,3],"span":[660,54,57]},{"path":[4,14,5],"span":[663,2,25],"leadingComments":" Clients can define custom options in extensions of this message. See above.\n"},{"path":[4,14,5,0],"span":[663,13,24]},{"path":[4,14,5,0,1],"span":[663,13,17]},{"path":[4,14,5,0,2],"span":[663,21,24]},{"path":[4,15],"span":[666,0,678,1]},{"path":[4,15,1],"span":[666,8,24]},{"path":[4,15,2,0],"span":[671,2,49],"leadingComments":" Is this enum value deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the enum value, or it will be completely ignored; in the very least,\n this is a formalization for deprecating enum values.\n"},{"path":[4,15,2,0,4],"span":[671,2,10]},{"path":[4,15,2,0,5],"span":[671,11,15]},{"path":[4,15,2,0,1],"span":[671,16,26]},{"path":[4,15,2,0,3],"span":[671,29,30]},{"path":[4,15,2,0,8],"span":[671,31,48]},{"path":[4,15,2,0,7],"span":[671,32,47]},{"path":[4,15,2,1],"span":[674,2,58],"leadingComments":" The parser stores options it doesn't recognize here. See above.\n"},{"path":[4,15,2,1,4],"span":[674,2,10]},{"path":[4,15,2,1,6],"span":[674,11,30]},{"path":[4,15,2,1,1],"span":[674,31,51]},{"path":[4,15,2,1,3],"span":[674,54,57]},{"path":[4,15,5],"span":[677,2,25],"leadingComments":" Clients can define custom options in extensions of this message. See above.\n"},{"path":[4,15,5,0],"span":[677,13,24]},{"path":[4,15,5,0,1],"span":[677,13,17]},{"path":[4,15,5,0,2],"span":[677,21,24]},{"path":[4,16],"span":[680,0,698,1]},{"path":[4,16,1],"span":[680,8,22]},{"path":[4,16,2,0],"span":[691,2,50],"leadingComments":" Is this service deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the service, or it will be completely ignored; in the very least,\n this is a formalization for deprecating services.\n","leadingDetachedComments":[" Note: Field numbers 1 through 32 are reserved for Google's internal RPC\n framework. We apologize for hoarding these numbers to ourselves, but\n we were already using them long before we decided to release Protocol\n Buffers.\n"]},{"path":[4,16,2,0,4],"span":[691,2,10]},{"path":[4,16,2,0,5],"span":[691,11,15]},{"path":[4,16,2,0,1],"span":[691,16,26]},{"path":[4,16,2,0,3],"span":[691,29,31]},{"path":[4,16,2,0,8],"span":[691,32,49]},{"path":[4,16,2,0,7],"span":[691,33,48]},{"path":[4,16,2,1],"span":[694,2,58],"leadingComments":" The parser stores options it doesn't recognize here. See above.\n"},{"path":[4,16,2,1,4],"span":[694,2,10]},{"path":[4,16,2,1,6],"span":[694,11,30]},{"path":[4,16,2,1,1],"span":[694,31,51]},{"path":[4,16,2,1,3],"span":[694,54,57]},{"path":[4,16,5],"span":[697,2,25],"leadingComments":" Clients can define custom options in extensions of this message. See above.\n"},{"path":[4,16,5,0],"span":[697,13,24]},{"path":[4,16,5,0,1],"span":[697,13,17]},{"path":[4,16,5,0,2],"span":[697,21,24]},{"path":[4,17],"span":[700,0,729,1]},{"path":[4,17,1],"span":[700,8,21]},{"path":[4,17,2,0],"span":[711,2,50],"leadingComments":" Is this method deprecated?\n Depending on the target platform, this can emit Deprecated annotations\n for the method, or it will be completely ignored; in the very least,\n this is a formalization for deprecating methods.\n","leadingDetachedComments":[" Note: Field numbers 1 through 32 are reserved for Google's internal RPC\n framework. We apologize for hoarding these numbers to ourselves, but\n we were already using them long before we decided to release Protocol\n Buffers.\n"]},{"path":[4,17,2,0,4],"span":[711,2,10]},{"path":[4,17,2,0,5],"span":[711,11,15]},{"path":[4,17,2,0,1],"span":[711,16,26]},{"path":[4,17,2,0,3],"span":[711,29,31]},{"path":[4,17,2,0,8],"span":[711,32,49]},{"path":[4,17,2,0,7],"span":[711,33,48]},{"path":[4,17,4,0],"span":[716,2,720,3],"leadingComments":" Is this method side-effect-free (or safe in HTTP parlance), or idempotent,\n or neither? HTTP based RPC implementation may choose GET verb for safe\n methods, and PUT verb for idempotent methods instead of the default POST.\n"},{"path":[4,17,4,0,1],"span":[716,7,23]},{"path":[4,17,4,0,2,0],"span":[717,4,28]},{"path":[4,17,4,0,2,0,1],"span":[717,4,23]},{"path":[4,17,4,0,2,0,2],"span":[717,26,27]},{"path":[4,17,4,0,2,1],"span":[718,4,24],"trailingComments":" implies idempotent\n"},{"path":[4,17,4,0,2,1,1],"span":[718,4,19]},{"path":[4,17,4,0,2,1,2],"span":[718,22,23]},{"path":[4,17,4,0,2,2],"span":[719,4,19],"trailingComments":" idempotent, but may have side effects\n"},{"path":[4,17,4,0,2,2,1],"span":[719,4,14]},{"path":[4,17,4,0,2,2,2],"span":[719,17,18]},{"path":[4,17,2,1],"span":[721,2,722,38]},{"path":[4,17,2,1,4],"span":[721,2,10]},{"path":[4,17,2,1,6],"span":[721,11,27]},{"path":[4,17,2,1,1],"span":[721,28,45]},{"path":[4,17,2,1,3],"span":[721,48,50]},{"path":[4,17,2,1,8],"span":[722,6,37]},{"path":[4,17,2,1,7],"span":[722,7,36]},{"path":[4,17,2,2],"span":[725,2,58],"leadingComments":" The parser stores options it doesn't recognize here. See above.\n"},{"path":[4,17,2,2,4],"span":[725,2,10]},{"path":[4,17,2,2,6],"span":[725,11,30]},{"path":[4,17,2,2,1],"span":[725,31,51]},{"path":[4,17,2,2,3],"span":[725,54,57]},{"path":[4,17,5],"span":[728,2,25],"leadingComments":" Clients can define custom options in extensions of this message. See above.\n"},{"path":[4,17,5,0],"span":[728,13,24]},{"path":[4,17,5,0,1],"span":[728,13,17]},{"path":[4,17,5,0,2],"span":[728,21,24]},{"path":[4,18],"span":[738,0,758,1],"leadingComments":" A message representing a option the parser does not recognize. This only\n appears in options protos created by the compiler::Parser class.\n DescriptorPool resolves these when building Descriptor objects. Therefore,\n options protos in descriptor objects (e.g. returned by Descriptor::options(),\n or produced by Descriptor::CopyTo()) will never have UninterpretedOptions\n in them.\n"},{"path":[4,18,1],"span":[738,8,27]},{"path":[4,18,3,0],"span":[744,2,747,3],"leadingComments":" The name of the uninterpreted option. Each string represents a segment in\n a dot-separated name. is_extension is true iff a segment represents an\n extension (denoted with parentheses in options specs in .proto files).\n E.g.,{ [\"foo\", false], [\"bar.baz\", true], [\"moo\", false] } represents\n \"foo.(bar.baz).moo\".\n"},{"path":[4,18,3,0,1],"span":[744,10,18]},{"path":[4,18,3,0,2,0],"span":[745,4,34]},{"path":[4,18,3,0,2,0,4],"span":[745,4,12]},{"path":[4,18,3,0,2,0,5],"span":[745,13,19]},{"path":[4,18,3,0,2,0,1],"span":[745,20,29]},{"path":[4,18,3,0,2,0,3],"span":[745,32,33]},{"path":[4,18,3,0,2,1],"span":[746,4,35]},{"path":[4,18,3,0,2,1,4],"span":[746,4,12]},{"path":[4,18,3,0,2,1,5],"span":[746,13,17]},{"path":[4,18,3,0,2,1,1],"span":[746,18,30]},{"path":[4,18,3,0,2,1,3],"span":[746,33,34]},{"path":[4,18,2,0],"span":[748,2,29]},{"path":[4,18,2,0,4],"span":[748,2,10]},{"path":[4,18,2,0,6],"span":[748,11,19]},{"path":[4,18,2,0,1],"span":[748,20,24]},{"path":[4,18,2,0,3],"span":[748,27,28]},{"path":[4,18,2,1],"span":[752,2,39],"leadingComments":" The value of the uninterpreted option, in whatever type the tokenizer\n identified it as during parsing. Exactly one of these should be set.\n"},{"path":[4,18,2,1,4],"span":[752,2,10]},{"path":[4,18,2,1,5],"span":[752,11,17]},{"path":[4,18,2,1,1],"span":[752,18,34]},{"path":[4,18,2,1,3],"span":[752,37,38]},{"path":[4,18,2,2],"span":[753,2,41]},{"path":[4,18,2,2,4],"span":[753,2,10]},{"path":[4,18,2,2,5],"span":[753,11,17]},{"path":[4,18,2,2,1],"span":[753,18,36]},{"path":[4,18,2,2,3],"span":[753,39,40]},{"path":[4,18,2,3],"span":[754,2,40]},{"path":[4,18,2,3,4],"span":[754,2,10]},{"path":[4,18,2,3,5],"span":[754,11,16]},{"path":[4,18,2,3,1],"span":[754,17,35]},{"path":[4,18,2,3,3],"span":[754,38,39]},{"path":[4,18,2,4],"span":[755,2,35]},{"path":[4,18,2,4,4],"span":[755,2,10]},{"path":[4,18,2,4,5],"span":[755,11,17]},{"path":[4,18,2,4,1],"span":[755,18,30]},{"path":[4,18,2,4,3],"span":[755,33,34]},{"path":[4,18,2,5],"span":[756,2,34]},{"path":[4,18,2,5,4],"span":[756,2,10]},{"path":[4,18,2,5,5],"span":[756,11,16]},{"path":[4,18,2,5,1],"span":[756,17,29]},{"path":[4,18,2,5,3],"span":[756,32,33]},{"path":[4,18,2,6],"span":[757,2,38]},{"path":[4,18,2,6,4],"span":[757,2,10]},{"path":[4,18,2,6,5],"span":[757,11,17]},{"path":[4,18,2,6,1],"span":[757,18,33]},{"path":[4,18,2,6,3],"span":[757,36,37]},{"path":[4,19],"span":[765,0,894,1],"leadingComments":" Encapsulates information about the original source file from which a\n FileDescriptorProto was generated.\n","leadingDetachedComments":[" ===================================================================\n Optional source code info\n"]},{"path":[4,19,1],"span":[765,8,22]},{"path":[4,19,2,0],"span":[809,2,33],"leadingComments":" A Location identifies a piece of source code in a .proto file which\n corresponds to a particular definition. This information is intended\n to be useful to IDEs, code indexers, documentation generators, and similar\n tools.\n\n For example, say we have a file like:\n message Foo {\n optional string foo = 1;\n }\n Let's look at just the field definition:\n optional string foo = 1;\n ^ ^^ ^^ ^ ^^^\n a bc de f ghi\n We have the following locations:\n span path represents\n [a,i) [ 4, 0, 2, 0 ] The whole field definition.\n [a,b) [ 4, 0, 2, 0, 4 ] The label (optional).\n [c,d) [ 4, 0, 2, 0, 5 ] The type (string).\n [e,f) [ 4, 0, 2, 0, 1 ] The name (foo).\n [g,h) [ 4, 0, 2, 0, 3 ] The number (1).\n\n Notes:\n - A location may refer to a repeated field itself (i.e. not to any\n particular index within it). This is used whenever a set of elements are\n logically enclosed in a single code segment. For example, an entire\n extend block (possibly containing multiple extension definitions) will\n have an outer location whose path refers to the \"extensions\" repeated\n field without an index.\n - Multiple locations may have the same path. This happens when a single\n logical declaration is spread out across multiple places. The most\n obvious example is the \"extend\" block again -- there may be multiple\n extend blocks in the same scope, each of which will have the same path.\n - A location's span is not always a subset of its parent's span. For\n example, the \"extendee\" of an extension declaration appears at the\n beginning of the \"extend\" block and is shared by all extensions within\n the block.\n - Just because a location's span is a subset of some other location's span\n does not mean that it is a descendant. For example, a \"group\" defines\n both a type and a field in a single declaration. Thus, the locations\n corresponding to the type and field and their components will overlap.\n - Code which tries to interpret locations should probably be designed to\n ignore those that it doesn't understand, as more types of locations could\n be recorded in the future.\n"},{"path":[4,19,2,0,4],"span":[809,2,10]},{"path":[4,19,2,0,6],"span":[809,11,19]},{"path":[4,19,2,0,1],"span":[809,20,28]},{"path":[4,19,2,0,3],"span":[809,31,32]},{"path":[4,19,3,0],"span":[810,2,893,3]},{"path":[4,19,3,0,1],"span":[810,10,18]},{"path":[4,19,3,0,2,0],"span":[834,4,44],"leadingComments":" Identifies which part of the FileDescriptorProto was defined at this\n location.\n\n Each element is a field number or an index. They form a path from\n the root FileDescriptorProto to the place where the definition occurs.\n For example, this path:\n [ 4, 3, 2, 7, 1 ]\n refers to:\n file.message_type(3) // 4, 3\n .field(7) // 2, 7\n .name() // 1\n This is because FileDescriptorProto.message_type has field number 4:\n repeated DescriptorProto message_type = 4;\n and DescriptorProto.field has field number 2:\n repeated FieldDescriptorProto field = 2;\n and FieldDescriptorProto.name has field number 1:\n optional string name = 1;\n\n Thus, the above path gives the location of a field name. If we removed\n the last element:\n [ 4, 3, 2, 7 ]\n this path refers to the whole field declaration (from the beginning\n of the label to the terminating semicolon).\n"},{"path":[4,19,3,0,2,0,4],"span":[834,4,12]},{"path":[4,19,3,0,2,0,5],"span":[834,13,18]},{"path":[4,19,3,0,2,0,1],"span":[834,19,23]},{"path":[4,19,3,0,2,0,3],"span":[834,26,27]},{"path":[4,19,3,0,2,0,8],"span":[834,28,43]},{"path":[4,19,3,0,2,0,8,2],"span":[834,29,42]},{"path":[4,19,3,0,2,1],"span":[841,4,44],"leadingComments":" Always has exactly three or four elements: start line, start column,\n end line (optional, otherwise assumed same as start line), end column.\n These are packed into a single field for efficiency. Note that line\n and column numbers are zero-based -- typically you will want to add\n 1 to each before displaying to a user.\n"},{"path":[4,19,3,0,2,1,4],"span":[841,4,12]},{"path":[4,19,3,0,2,1,5],"span":[841,13,18]},{"path":[4,19,3,0,2,1,1],"span":[841,19,23]},{"path":[4,19,3,0,2,1,3],"span":[841,26,27]},{"path":[4,19,3,0,2,1,8],"span":[841,28,43]},{"path":[4,19,3,0,2,1,8,2],"span":[841,29,42]},{"path":[4,19,3,0,2,2],"span":[890,4,41],"leadingComments":" If this SourceCodeInfo represents a complete declaration, these are any\n comments appearing before and after the declaration which appear to be\n attached to the declaration.\n\n A series of line comments appearing on consecutive lines, with no other\n tokens appearing on those lines, will be treated as a single comment.\n\n leading_detached_comments will keep paragraphs of comments that appear\n before (but not connected to) the current element. Each paragraph,\n separated by empty lines, will be one comment element in the repeated\n field.\n\n Only the comment content is provided; comment markers (e.g. //) are\n stripped out. For block comments, leading whitespace and an asterisk\n will be stripped from the beginning of each line other than the first.\n Newlines are included in the output.\n\n Examples:\n\n optional int32 foo = 1; // Comment attached to foo.\n // Comment attached to bar.\n optional int32 bar = 2;\n\n optional string baz = 3;\n // Comment attached to baz.\n // Another line attached to baz.\n\n // Comment attached to moo.\n //\n // Another line attached to moo.\n optional double moo = 4;\n\n // Detached comment for corge. This is not leading or trailing comments\n // to moo or corge because there are blank lines separating it from\n // both.\n\n // Detached comment for corge paragraph 2.\n\n optional string corge = 5;\n /* Block comment attached\n * to corge. Leading asterisks\n * will be removed. */\n /* Block comment attached to\n * grault. */\n optional int32 grault = 6;\n\n // ignored detached comments.\n"},{"path":[4,19,3,0,2,2,4],"span":[890,4,12]},{"path":[4,19,3,0,2,2,5],"span":[890,13,19]},{"path":[4,19,3,0,2,2,1],"span":[890,20,36]},{"path":[4,19,3,0,2,2,3],"span":[890,39,40]},{"path":[4,19,3,0,2,3],"span":[891,4,42]},{"path":[4,19,3,0,2,3,4],"span":[891,4,12]},{"path":[4,19,3,0,2,3,5],"span":[891,13,19]},{"path":[4,19,3,0,2,3,1],"span":[891,20,37]},{"path":[4,19,3,0,2,3,3],"span":[891,40,41]},{"path":[4,19,3,0,2,4],"span":[892,4,50]},{"path":[4,19,3,0,2,4,4],"span":[892,4,12]},{"path":[4,19,3,0,2,4,5],"span":[892,13,19]},{"path":[4,19,3,0,2,4,1],"span":[892,20,45]},{"path":[4,19,3,0,2,4,3],"span":[892,48,49]},{"path":[4,20],"span":[899,0,920,1],"leadingComments":" Describes the relationship between generated code and its original source\n file. A GeneratedCodeInfo message is associated with only one generated\n source file, but may contain references to different source .proto files.\n"},{"path":[4,20,1],"span":[899,8,25]},{"path":[4,20,2,0],"span":[902,2,37],"leadingComments":" An Annotation connects some span of text in generated code to an element\n of its generating .proto file.\n"},{"path":[4,20,2,0,4],"span":[902,2,10]},{"path":[4,20,2,0,6],"span":[902,11,21]},{"path":[4,20,2,0,1],"span":[902,22,32]},{"path":[4,20,2,0,3],"span":[902,35,36]},{"path":[4,20,3,0],"span":[903,2,919,3]},{"path":[4,20,3,0,1],"span":[903,10,20]},{"path":[4,20,3,0,2,0],"span":[906,4,44],"leadingComments":" Identifies the element in the original source .proto file. This field\n is formatted the same as SourceCodeInfo.Location.path.\n"},{"path":[4,20,3,0,2,0,4],"span":[906,4,12]},{"path":[4,20,3,0,2,0,5],"span":[906,13,18]},{"path":[4,20,3,0,2,0,1],"span":[906,19,23]},{"path":[4,20,3,0,2,0,3],"span":[906,26,27]},{"path":[4,20,3,0,2,0,8],"span":[906,28,43]},{"path":[4,20,3,0,2,0,8,2],"span":[906,29,42]},{"path":[4,20,3,0,2,1],"span":[909,4,36],"leadingComments":" Identifies the filesystem path to the original source .proto.\n"},{"path":[4,20,3,0,2,1,4],"span":[909,4,12]},{"path":[4,20,3,0,2,1,5],"span":[909,13,19]},{"path":[4,20,3,0,2,1,1],"span":[909,20,31]},{"path":[4,20,3,0,2,1,3],"span":[909,34,35]},{"path":[4,20,3,0,2,2],"span":[913,4,29],"leadingComments":" Identifies the starting offset in bytes in the generated code\n that relates to the identified object.\n"},{"path":[4,20,3,0,2,2,4],"span":[913,4,12]},{"path":[4,20,3,0,2,2,5],"span":[913,13,18]},{"path":[4,20,3,0,2,2,1],"span":[913,19,24]},{"path":[4,20,3,0,2,2,3],"span":[913,27,28]},{"path":[4,20,3,0,2,3],"span":[918,4,27],"leadingComments":" Identifies the ending offset in bytes in the generated code that\n relates to the identified offset. The end offset should be one past\n the last relevant byte (so the length of the text = end - begin).\n"},{"path":[4,20,3,0,2,3,4],"span":[918,4,12]},{"path":[4,20,3,0,2,3,5],"span":[918,13,18]},{"path":[4,20,3,0,2,3,1],"span":[918,19,22]},{"path":[4,20,3,0,2,3,3],"span":[918,25,26]}]},"bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"tagger/tagger.proto","package":"tagger","dependency":["google/protobuf/descriptor.proto"],"extension":[{"name":"tags","number":847939,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","extendee":".google.protobuf.FieldOptions","jsonName":"tags"},{"name":"oneof_tags","number":847939,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","extendee":".google.protobuf.OneofOptions","jsonName":"oneofTags"}],"options":{"goPackage":"github.com/srikrsna/protoc-gen-gotag/tagger;tagger"},"sourceCodeInfo":{"location":[{"span":[0,0,17,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,15]},{"path":[3,0],"span":[4,0,42]},{"path":[8],"span":[6,0,73]},{"path":[8,11],"span":[6,0,73]},{"path":[7],"span":[9,0,12,1],"leadingComments":" Tags are applied at the field level\n"},{"path":[7,0],"span":[11,4,25],"leadingComments":" Multiple Tags can be specified.\n"},{"path":[7,0,2],"span":[9,7,35]},{"path":[7,0,5],"span":[11,4,10]},{"path":[7,0,1],"span":[11,11,15]},{"path":[7,0,3],"span":[11,18,24]},{"path":[7],"span":[14,0,17,1]},{"path":[7,1],"span":[16,4,31],"leadingComments":" Multiple Tags can be specified.\n"},{"path":[7,1,2],"span":[14,7,35]},{"path":[7,1,5],"span":[16,4,10]},{"path":[7,1,1],"span":[16,11,21]},{"path":[7,1,3],"span":[16,24,30]}]},"syntax":"proto3","bufExtension":{"isImport":true,"moduleInfo":{"name":{"remote":"buf.build","owner":"srikrsna","repository":"protoc-gen-gotag"},"commit":"7a85d3ad2e7642c198480e92bf730c14"},"isSyntaxUnspecified":false}},{"name":"domain/sitemap/v1/sitemap.proto","package":"domain.sitemap.v1","dependency":["tagger/tagger.proto","google/protobuf/timestamp.proto"],"messageType":[{"name":"Url","field":[{"name":"loc","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"loc","options":{"[tagger.tags]":"xml:\"loc\""}},{"name":"last_mod","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"lastMod","options":{"[tagger.tags]":"xml:\"lastmod\""}},{"name":"change_freq","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"changeFreq","options":{"[tagger.tags]":"xml:\"changefreq\""}},{"name":"priority","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_FLOAT","jsonName":"priority","options":{"[tagger.tags]":"xml:\"priority\""}}]},{"name":"Sitemap","field":[{"name":"url","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".domain.sitemap.v1.Url","jsonName":"url","options":{"[tagger.tags]":"xml:\"url\""}}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/link/domain/sitemap/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,20,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,26]},{"path":[8],"span":[4,0,98]},{"path":[8,11],"span":[4,0,98]},{"path":[3,0],"span":[6,0,29]},{"path":[3,1],"span":[7,0,41]},{"path":[4,0],"span":[10,0,15,1],"leadingComments":" URL is a structure of in \n"},{"path":[4,0,1],"span":[10,8,11]},{"path":[4,0,2,0],"span":[11,2,49]},{"path":[4,0,2,0,5],"span":[11,2,8]},{"path":[4,0,2,0,1],"span":[11,9,12]},{"path":[4,0,2,0,3],"span":[11,15,16]},{"path":[4,0,2,0,8],"span":[11,17,48]},{"path":[4,0,2,0,8,847939],"span":[11,18,47]},{"path":[4,0,2,1],"span":[12,2,58]},{"path":[4,0,2,1,5],"span":[12,2,8]},{"path":[4,0,2,1,1],"span":[12,9,17]},{"path":[4,0,2,1,3],"span":[12,20,21]},{"path":[4,0,2,1,8],"span":[12,22,57]},{"path":[4,0,2,1,8,847939],"span":[12,23,56]},{"path":[4,0,2,2],"span":[13,2,64]},{"path":[4,0,2,2,5],"span":[13,2,8]},{"path":[4,0,2,2,1],"span":[13,9,20]},{"path":[4,0,2,2,3],"span":[13,23,24]},{"path":[4,0,2,2,8],"span":[13,25,63]},{"path":[4,0,2,2,8,847939],"span":[13,26,62]},{"path":[4,0,2,3],"span":[14,2,58]},{"path":[4,0,2,3,5],"span":[14,2,7]},{"path":[4,0,2,3,1],"span":[14,8,16]},{"path":[4,0,2,3,3],"span":[14,19,20]},{"path":[4,0,2,3,8],"span":[14,21,57]},{"path":[4,0,2,3,8,847939],"span":[14,22,56]},{"path":[4,1],"span":[18,0,20,1],"leadingComments":" Sitemap is a structure of \n"},{"path":[4,1,1],"span":[18,8,15]},{"path":[4,1,2,0],"span":[19,2,56]},{"path":[4,1,2,0,4],"span":[19,2,10]},{"path":[4,1,2,0,6],"span":[19,11,14]},{"path":[4,1,2,0,1],"span":[19,15,18]},{"path":[4,1,2,0,3],"span":[19,21,22]},{"path":[4,1,2,0,8],"span":[19,23,55]},{"path":[4,1,2,0,8,847939],"span":[19,24,53]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false,"unusedDependency":[1]}},{"name":"eventsourcing/v1/event.proto","package":"eventsourcing.v1","dependency":["google/protobuf/timestamp.proto"],"messageType":[{"name":"Event","field":[{"name":"aggregate_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"aggregateId"},{"name":"aggregate_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"aggregateType"},{"name":"id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"version","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"version"},{"name":"type","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"type"},{"name":"payload","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"payload"},{"name":"created_at","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"createdAt"},{"name":"updated_at","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"updatedAt"}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/pkg/eventsourcing/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,20,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,25]},{"path":[8],"span":[4,0,87]},{"path":[8,11],"span":[4,0,87]},{"path":[3,0],"span":[6,0,41]},{"path":[4,0],"span":[9,0,20,1],"leadingComments":" Event describe a change that happened to the Aggregate\n"},{"path":[4,0,1],"span":[9,8,13]},{"path":[4,0,2,0],"span":[10,8,32]},{"path":[4,0,2,0,5],"span":[10,8,14]},{"path":[4,0,2,0,1],"span":[10,15,27]},{"path":[4,0,2,0,3],"span":[10,30,31]},{"path":[4,0,2,1],"span":[11,8,34]},{"path":[4,0,2,1,5],"span":[11,8,14]},{"path":[4,0,2,1,1],"span":[11,15,29]},{"path":[4,0,2,1,3],"span":[11,32,33]},{"path":[4,0,2,2],"span":[12,2,16]},{"path":[4,0,2,2,5],"span":[12,2,8]},{"path":[4,0,2,2,1],"span":[12,9,11]},{"path":[4,0,2,2,3],"span":[12,14,15]},{"path":[4,0,2,3],"span":[13,8,26]},{"path":[4,0,2,3,5],"span":[13,8,13]},{"path":[4,0,2,3,1],"span":[13,14,21]},{"path":[4,0,2,3,3],"span":[13,24,25]},{"path":[4,0,2,4],"span":[14,8,24]},{"path":[4,0,2,4,5],"span":[14,8,14]},{"path":[4,0,2,4,1],"span":[14,15,19]},{"path":[4,0,2,4,3],"span":[14,22,23]},{"path":[4,0,2,5],"span":[15,8,27]},{"path":[4,0,2,5,5],"span":[15,8,14]},{"path":[4,0,2,5,1],"span":[15,15,22]},{"path":[4,0,2,5,3],"span":[15,25,26]},{"path":[4,0,2,6],"span":[18,2,43],"leadingComments":" Create at\n"},{"path":[4,0,2,6,6],"span":[18,2,27]},{"path":[4,0,2,6,1],"span":[18,28,38]},{"path":[4,0,2,6,3],"span":[18,41,42]},{"path":[4,0,2,7],"span":[19,2,43]},{"path":[4,0,2,7,6],"span":[19,2,27]},{"path":[4,0,2,7,1],"span":[19,28,38]},{"path":[4,0,2,7,3],"span":[19,41,42]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"eventsourcing/v1/aggregate.proto","package":"eventsourcing.v1","dependency":["google/protobuf/field_mask.proto","eventsourcing/v1/event.proto"],"messageType":[{"name":"BaseAggregate","field":[{"name":"field_mask","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.FieldMask","jsonName":"fieldMask"},{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"type"},{"name":"version","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"version"},{"name":"changes","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".eventsourcing.v1.Event","jsonName":"changes"}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/pkg/eventsourcing/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,18,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,25]},{"path":[8],"span":[4,0,87]},{"path":[8,11],"span":[4,0,87]},{"path":[3,0],"span":[6,0,42]},{"path":[3,1],"span":[7,0,38]},{"path":[4,0],"span":[11,0,18,1],"leadingComments":" BaseAggregate contains the basic info\n that all aggregates should have\n"},{"path":[4,0,1],"span":[11,8,21]},{"path":[4,0,2,0],"span":[12,2,43]},{"path":[4,0,2,0,6],"span":[12,2,27]},{"path":[4,0,2,0,1],"span":[12,28,38]},{"path":[4,0,2,0,3],"span":[12,41,42]},{"path":[4,0,2,1],"span":[14,2,16]},{"path":[4,0,2,1,5],"span":[14,2,8]},{"path":[4,0,2,1,1],"span":[14,9,11]},{"path":[4,0,2,1,3],"span":[14,14,15]},{"path":[4,0,2,2],"span":[15,2,18]},{"path":[4,0,2,2,5],"span":[15,2,8]},{"path":[4,0,2,2,1],"span":[15,9,13]},{"path":[4,0,2,2,3],"span":[15,16,17]},{"path":[4,0,2,3],"span":[16,2,20]},{"path":[4,0,2,3,5],"span":[16,2,7]},{"path":[4,0,2,3,1],"span":[16,8,15]},{"path":[4,0,2,3,3],"span":[16,18,19]},{"path":[4,0,2,4],"span":[17,2,46]},{"path":[4,0,2,4,4],"span":[17,2,10]},{"path":[4,0,2,4,6],"span":[17,11,33]},{"path":[4,0,2,4,1],"span":[17,34,41]},{"path":[4,0,2,4,3],"span":[17,44,45]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"eventsourcing/v1/command.proto","package":"eventsourcing.v1","messageType":[{"name":"BaseCommand","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"type"},{"name":"aggregate_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"aggregateId"},{"name":"aggregate_type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"aggregateType"},{"name":"version","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"version"},{"name":"payload","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"payload"}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/pkg/eventsourcing/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,15,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,25]},{"path":[8],"span":[4,0,87]},{"path":[8,11],"span":[4,0,87]},{"path":[4,0],"span":[8,0,15,1],"leadingComments":" BaseCommand contains the basic info\n that all commands should have\n"},{"path":[4,0,1],"span":[8,8,19]},{"path":[4,0,2,0],"span":[9,2,18]},{"path":[4,0,2,0,5],"span":[9,2,8]},{"path":[4,0,2,0,1],"span":[9,9,13]},{"path":[4,0,2,0,3],"span":[9,16,17]},{"path":[4,0,2,1],"span":[11,2,26],"leadingComments":" AggregateID represents the id of the aggregate to apply to\n"},{"path":[4,0,2,1,5],"span":[11,2,8]},{"path":[4,0,2,1,1],"span":[11,9,21]},{"path":[4,0,2,1,3],"span":[11,24,25]},{"path":[4,0,2,2],"span":[12,2,28]},{"path":[4,0,2,2,5],"span":[12,2,8]},{"path":[4,0,2,2,1],"span":[12,9,23]},{"path":[4,0,2,2,3],"span":[12,26,27]},{"path":[4,0,2,3],"span":[13,2,20]},{"path":[4,0,2,3,5],"span":[13,2,7]},{"path":[4,0,2,3,1],"span":[13,8,15]},{"path":[4,0,2,3,3],"span":[13,18,19]},{"path":[4,0,2,4],"span":[14,8,27]},{"path":[4,0,2,4,5],"span":[14,8,14]},{"path":[4,0,2,4,1],"span":[14,15,22]},{"path":[4,0,2,4,3],"span":[14,25,26]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"eventsourcing/v1/snapshot.proto","package":"eventsourcing.v1","dependency":["google/protobuf/timestamp.proto"],"messageType":[{"name":"Snapshot","field":[{"name":"aggregate_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"aggregateId"},{"name":"aggregate_type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"aggregateType"},{"name":"aggregate_version","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"aggregateVersion"},{"name":"payload","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"payload"},{"name":"created_at","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"createdAt"},{"name":"updated_at","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"updatedAt"}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/pkg/eventsourcing/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,18,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,25]},{"path":[8],"span":[4,0,87]},{"path":[8,11],"span":[4,0,87]},{"path":[3,0],"span":[6,0,41]},{"path":[4,0],"span":[9,0,18,1],"leadingComments":" Snapshot\n"},{"path":[4,0,1],"span":[9,8,16]},{"path":[4,0,2,0],"span":[10,8,32]},{"path":[4,0,2,0,5],"span":[10,8,14]},{"path":[4,0,2,0,1],"span":[10,15,27]},{"path":[4,0,2,0,3],"span":[10,30,31]},{"path":[4,0,2,1],"span":[11,8,34]},{"path":[4,0,2,1,5],"span":[11,8,14]},{"path":[4,0,2,1,1],"span":[11,15,29]},{"path":[4,0,2,1,3],"span":[11,32,33]},{"path":[4,0,2,2],"span":[12,8,36]},{"path":[4,0,2,2,5],"span":[12,8,13]},{"path":[4,0,2,2,1],"span":[12,14,31]},{"path":[4,0,2,2,3],"span":[12,34,35]},{"path":[4,0,2,3],"span":[13,8,27]},{"path":[4,0,2,3,5],"span":[13,8,14]},{"path":[4,0,2,3,1],"span":[13,15,22]},{"path":[4,0,2,3,3],"span":[13,25,26]},{"path":[4,0,2,4],"span":[16,2,43],"leadingComments":" Create at\n"},{"path":[4,0,2,4,6],"span":[16,2,27]},{"path":[4,0,2,4,1],"span":[16,28,38]},{"path":[4,0,2,4,3],"span":[16,41,42]},{"path":[4,0,2,5],"span":[17,2,43]},{"path":[4,0,2,5,6],"span":[17,2,27]},{"path":[4,0,2,5,1],"span":[17,28,38]},{"path":[4,0,2,5,3],"span":[17,41,42]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"google/api/http.proto","package":"google.api","messageType":[{"name":"Http","field":[{"name":"rules","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.api.HttpRule","jsonName":"rules"},{"name":"fully_decode_reserved_expansion","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"fullyDecodeReservedExpansion"}]},{"name":"HttpRule","field":[{"name":"selector","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"selector"},{"name":"get","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"get"},{"name":"put","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"put"},{"name":"post","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"post"},{"name":"delete","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"delete"},{"name":"patch","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"patch"},{"name":"custom","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.api.CustomHttpPattern","oneofIndex":0,"jsonName":"custom"},{"name":"body","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"body"},{"name":"response_body","number":12,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"responseBody"},{"name":"additional_bindings","number":11,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.api.HttpRule","jsonName":"additionalBindings"}],"oneofDecl":[{"name":"pattern"}]},{"name":"CustomHttpPattern","field":[{"name":"kind","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"kind"},{"name":"path","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"path"}]}],"options":{"javaPackage":"com.google.api","javaOuterClassname":"HttpProto","javaMultipleFiles":true,"goPackage":"google.golang.org/genproto/googleapis/api/annotations;annotations","ccEnableArenas":true,"objcClassPrefix":"GAPI"},"sourceCodeInfo":{"location":[{"span":[14,0,374,1]},{"path":[12],"span":[14,0,18],"leadingDetachedComments":[" Copyright 2015 Google LLC\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"]},{"path":[2],"span":[16,0,19]},{"path":[8],"span":[18,0,31]},{"path":[8,31],"span":[18,0,31]},{"path":[8],"span":[19,0,88]},{"path":[8,11],"span":[19,0,88]},{"path":[8],"span":[20,0,34]},{"path":[8,10],"span":[20,0,34]},{"path":[8],"span":[21,0,42]},{"path":[8,8],"span":[21,0,42]},{"path":[8],"span":[22,0,39]},{"path":[8,1],"span":[22,0,39]},{"path":[8],"span":[23,0,34]},{"path":[8,36],"span":[23,0,34]},{"path":[4,0],"span":[28,0,41,1],"leadingComments":" Defines the HTTP configuration for an API service. It contains a list of\n [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method\n to one or more HTTP REST API methods.\n"},{"path":[4,0,1],"span":[28,8,12]},{"path":[4,0,2,0],"span":[32,2,30],"leadingComments":" A list of HTTP configuration rules that apply to individual API methods.\n\n **NOTE:** All service configuration rules follow \"last one wins\" order.\n"},{"path":[4,0,2,0,4],"span":[32,2,10]},{"path":[4,0,2,0,6],"span":[32,11,19]},{"path":[4,0,2,0,1],"span":[32,20,25]},{"path":[4,0,2,0,3],"span":[32,28,29]},{"path":[4,0,2,1],"span":[40,2,43],"leadingComments":" When set to true, URL path parameters will be fully URI-decoded except in\n cases of single segment matches in reserved expansion, where \"%2F\" will be\n left encoded.\n\n The default behavior is to not decode RFC 6570 reserved characters in multi\n segment matches.\n"},{"path":[4,0,2,1,5],"span":[40,2,6]},{"path":[4,0,2,1,1],"span":[40,7,38]},{"path":[4,0,2,1,3],"span":[40,41,42]},{"path":[4,1],"span":[312,0,365,1],"leadingComments":" # gRPC Transcoding\n\n gRPC Transcoding is a feature for mapping between a gRPC method and one or\n more HTTP REST endpoints. It allows developers to build a single API service\n that supports both gRPC APIs and REST APIs. Many systems, including [Google\n APIs](https://github.com/googleapis/googleapis),\n [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC\n Gateway](https://github.com/grpc-ecosystem/grpc-gateway),\n and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature\n and use it for large scale production services.\n\n `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies\n how different portions of the gRPC request message are mapped to the URL\n path, URL query parameters, and HTTP request body. It also controls how the\n gRPC response message is mapped to the HTTP response body. `HttpRule` is\n typically specified as an `google.api.http` annotation on the gRPC method.\n\n Each mapping specifies a URL path template and an HTTP method. The path\n template may refer to one or more fields in the gRPC request message, as long\n as each field is a non-repeated field with a primitive (non-message) type.\n The path template controls how fields of the request message are mapped to\n the URL path.\n\n Example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get: \"/v1/{name=messages/*}\"\n };\n }\n }\n message GetMessageRequest {\n string name = 1; // Mapped to URL path.\n }\n message Message {\n string text = 1; // The resource content.\n }\n\n This enables an HTTP REST to gRPC mapping as below:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456` | `GetMessage(name: \"messages/123456\")`\n\n Any fields in the request message which are not bound by the path template\n automatically become HTTP query parameters if there is no HTTP request body.\n For example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get:\"/v1/messages/{message_id}\"\n };\n }\n }\n message GetMessageRequest {\n message SubMessage {\n string subfield = 1;\n }\n string message_id = 1; // Mapped to URL path.\n int64 revision = 2; // Mapped to URL query parameter `revision`.\n SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.\n }\n\n This enables a HTTP JSON to RPC mapping as below:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456?revision=2&sub.subfield=foo` |\n `GetMessage(message_id: \"123456\" revision: 2 sub: SubMessage(subfield:\n \"foo\"))`\n\n Note that fields which are mapped to URL query parameters must have a\n primitive type or a repeated primitive type or a non-repeated message type.\n In the case of a repeated type, the parameter can be repeated in the URL\n as `...?param=A¶m=B`. In the case of a message type, each field of the\n message is mapped to a separate parameter, such as\n `...?foo.a=A&foo.b=B&foo.c=C`.\n\n For HTTP methods that allow a request body, the `body` field\n specifies the mapping. Consider a REST update method on the\n message resource collection:\n\n service Messaging {\n rpc UpdateMessage(UpdateMessageRequest) returns (Message) {\n option (google.api.http) = {\n patch: \"/v1/messages/{message_id}\"\n body: \"message\"\n };\n }\n }\n message UpdateMessageRequest {\n string message_id = 1; // mapped to the URL\n Message message = 2; // mapped to the body\n }\n\n The following HTTP JSON to RPC mapping is enabled, where the\n representation of the JSON in the request body is determined by\n protos JSON encoding:\n\n HTTP | gRPC\n -----|-----\n `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n \"123456\" message { text: \"Hi!\" })`\n\n The special name `*` can be used in the body mapping to define that\n every field not bound by the path template should be mapped to the\n request body. This enables the following alternative definition of\n the update method:\n\n service Messaging {\n rpc UpdateMessage(Message) returns (Message) {\n option (google.api.http) = {\n patch: \"/v1/messages/{message_id}\"\n body: \"*\"\n };\n }\n }\n message Message {\n string message_id = 1;\n string text = 2;\n }\n\n\n The following HTTP JSON to RPC mapping is enabled:\n\n HTTP | gRPC\n -----|-----\n `PATCH /v1/messages/123456 { \"text\": \"Hi!\" }` | `UpdateMessage(message_id:\n \"123456\" text: \"Hi!\")`\n\n Note that when using `*` in the body mapping, it is not possible to\n have HTTP parameters, as all fields not bound by the path end in\n the body. This makes this option more rarely used in practice when\n defining REST APIs. The common usage of `*` is in custom methods\n which don't use the URL at all for transferring data.\n\n It is possible to define multiple HTTP methods for one RPC by using\n the `additional_bindings` option. Example:\n\n service Messaging {\n rpc GetMessage(GetMessageRequest) returns (Message) {\n option (google.api.http) = {\n get: \"/v1/messages/{message_id}\"\n additional_bindings {\n get: \"/v1/users/{user_id}/messages/{message_id}\"\n }\n };\n }\n }\n message GetMessageRequest {\n string message_id = 1;\n string user_id = 2;\n }\n\n This enables the following two alternative HTTP JSON to RPC mappings:\n\n HTTP | gRPC\n -----|-----\n `GET /v1/messages/123456` | `GetMessage(message_id: \"123456\")`\n `GET /v1/users/me/messages/123456` | `GetMessage(user_id: \"me\" message_id:\n \"123456\")`\n\n ## Rules for HTTP mapping\n\n 1. Leaf request fields (recursive expansion nested messages in the request\n message) are classified into three categories:\n - Fields referred by the path template. They are passed via the URL path.\n - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They are passed via the HTTP\n request body.\n - All other fields are passed via the URL query parameters, and the\n parameter name is the field path in the request message. A repeated\n field can be represented as multiple query parameters under the same\n name.\n 2. If [HttpRule.body][google.api.HttpRule.body] is \"*\", there is no URL query parameter, all fields\n are passed via URL path and HTTP request body.\n 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP request body, all\n fields are passed via URL path and URL query parameters.\n\n ### Path template syntax\n\n Template = \"/\" Segments [ Verb ] ;\n Segments = Segment { \"/\" Segment } ;\n Segment = \"*\" | \"**\" | LITERAL | Variable ;\n Variable = \"{\" FieldPath [ \"=\" Segments ] \"}\" ;\n FieldPath = IDENT { \".\" IDENT } ;\n Verb = \":\" LITERAL ;\n\n The syntax `*` matches a single URL path segment. The syntax `**` matches\n zero or more URL path segments, which must be the last part of the URL path\n except the `Verb`.\n\n The syntax `Variable` matches part of the URL path as specified by its\n template. A variable template must not contain other variables. If a variable\n matches a single path segment, its template may be omitted, e.g. `{var}`\n is equivalent to `{var=*}`.\n\n The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`\n contains any reserved character, such characters should be percent-encoded\n before the matching.\n\n If a variable contains exactly one path segment, such as `\"{var}\"` or\n `\"{var=*}\"`, when such a variable is expanded into a URL path on the client\n side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The\n server side does the reverse decoding. Such variables show up in the\n [Discovery\n Document](https://developers.google.com/discovery/v1/reference/apis) as\n `{var}`.\n\n If a variable contains multiple path segments, such as `\"{var=foo/*}\"`\n or `\"{var=**}\"`, when such a variable is expanded into a URL path on the\n client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.\n The server side does the reverse decoding, except \"%2F\" and \"%2f\" are left\n unchanged. Such variables show up in the\n [Discovery\n Document](https://developers.google.com/discovery/v1/reference/apis) as\n `{+var}`.\n\n ## Using gRPC API Service Configuration\n\n gRPC API Service Configuration (service config) is a configuration language\n for configuring a gRPC service to become a user-facing product. The\n service config is simply the YAML representation of the `google.api.Service`\n proto message.\n\n As an alternative to annotating your proto file, you can configure gRPC\n transcoding in your service config YAML files. You do this by specifying a\n `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same\n effect as the proto annotation. This can be particularly useful if you\n have a proto that is reused in multiple services. Note that any transcoding\n specified in the service config will override any matching transcoding\n configuration in the proto.\n\n Example:\n\n http:\n rules:\n # Selects a gRPC method and applies HttpRule to it.\n - selector: example.v1.Messaging.GetMessage\n get: /v1/messages/{message_id}/{sub.subfield}\n\n ## Special notes\n\n When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the\n proto to JSON conversion must follow the [proto3\n specification](https://developers.google.com/protocol-buffers/docs/proto3#json).\n\n While the single segment variable follows the semantics of\n [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String\n Expansion, the multi segment variable **does not** follow RFC 6570 Section\n 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion\n does not expand special characters like `?` and `#`, which would lead\n to invalid URLs. As the result, gRPC Transcoding uses a custom encoding\n for multi segment variables.\n\n The path variables **must not** refer to any repeated or mapped field,\n because client libraries are not capable of handling such variable expansion.\n\n The path variables **must not** capture the leading \"/\" character. The reason\n is that the most common use case \"{var}\" does not capture the leading \"/\"\n character. For consistency, all path variables must share the same behavior.\n\n Repeated message fields must not be mapped to URL query parameters, because\n no client library can support such complicated mapping.\n\n If an API needs to use a JSON array for request or response body, it can map\n the request or response body to a repeated field. However, some gRPC\n Transcoding implementations may not support this feature.\n"},{"path":[4,1,1],"span":[312,8,16]},{"path":[4,1,2,0],"span":[316,2,22],"leadingComments":" Selects a method to which this rule applies.\n\n Refer to [selector][google.api.DocumentationRule.selector] for syntax details.\n"},{"path":[4,1,2,0,5],"span":[316,2,8]},{"path":[4,1,2,0,1],"span":[316,9,17]},{"path":[4,1,2,0,3],"span":[316,20,21]},{"path":[4,1,8,0],"span":[321,2,343,3],"leadingComments":" Determines the URL pattern is matched by this rules. This pattern can be\n used with any of the {get|put|post|delete|patch} methods. A custom method\n can be defined using the 'custom' field.\n"},{"path":[4,1,8,0,1],"span":[321,8,15]},{"path":[4,1,2,1],"span":[324,4,19],"leadingComments":" Maps to HTTP GET. Used for listing and getting information about\n resources.\n"},{"path":[4,1,2,1,5],"span":[324,4,10]},{"path":[4,1,2,1,1],"span":[324,11,14]},{"path":[4,1,2,1,3],"span":[324,17,18]},{"path":[4,1,2,2],"span":[327,4,19],"leadingComments":" Maps to HTTP PUT. Used for replacing a resource.\n"},{"path":[4,1,2,2,5],"span":[327,4,10]},{"path":[4,1,2,2,1],"span":[327,11,14]},{"path":[4,1,2,2,3],"span":[327,17,18]},{"path":[4,1,2,3],"span":[330,4,20],"leadingComments":" Maps to HTTP POST. Used for creating a resource or performing an action.\n"},{"path":[4,1,2,3,5],"span":[330,4,10]},{"path":[4,1,2,3,1],"span":[330,11,15]},{"path":[4,1,2,3,3],"span":[330,18,19]},{"path":[4,1,2,4],"span":[333,4,22],"leadingComments":" Maps to HTTP DELETE. Used for deleting a resource.\n"},{"path":[4,1,2,4,5],"span":[333,4,10]},{"path":[4,1,2,4,1],"span":[333,11,17]},{"path":[4,1,2,4,3],"span":[333,20,21]},{"path":[4,1,2,5],"span":[336,4,21],"leadingComments":" Maps to HTTP PATCH. Used for updating a resource.\n"},{"path":[4,1,2,5,5],"span":[336,4,10]},{"path":[4,1,2,5,1],"span":[336,11,16]},{"path":[4,1,2,5,3],"span":[336,19,20]},{"path":[4,1,2,6],"span":[342,4,33],"leadingComments":" The custom pattern is used for specifying an HTTP method that is not\n included in the `pattern` field, such as HEAD, or \"*\" to leave the\n HTTP method unspecified for this rule. The wild-card rule is useful\n for services that provide content to Web (HTML) clients.\n"},{"path":[4,1,2,6,6],"span":[342,4,21]},{"path":[4,1,2,6,1],"span":[342,22,28]},{"path":[4,1,2,6,3],"span":[342,31,32]},{"path":[4,1,2,7],"span":[351,2,18],"leadingComments":" The name of the request field whose value is mapped to the HTTP request\n body, or `*` for mapping all request fields not captured by the path\n pattern to the HTTP body, or omitted for not having any HTTP request body.\n\n NOTE: the referred field must be present at the top-level of the request\n message type.\n"},{"path":[4,1,2,7,5],"span":[351,2,8]},{"path":[4,1,2,7,1],"span":[351,9,13]},{"path":[4,1,2,7,3],"span":[351,16,17]},{"path":[4,1,2,8],"span":[359,2,28],"leadingComments":" Optional. The name of the response field whose value is mapped to the HTTP\n response body. When omitted, the entire response message will be used\n as the HTTP response body.\n\n NOTE: The referred field must be present at the top-level of the response\n message type.\n"},{"path":[4,1,2,8,5],"span":[359,2,8]},{"path":[4,1,2,8,1],"span":[359,9,22]},{"path":[4,1,2,8,3],"span":[359,25,27]},{"path":[4,1,2,9],"span":[364,2,45],"leadingComments":" Additional HTTP bindings for the selector. Nested bindings must\n not contain an `additional_bindings` field themselves (that is,\n the nesting may only be one level deep).\n"},{"path":[4,1,2,9,4],"span":[364,2,10]},{"path":[4,1,2,9,6],"span":[364,11,19]},{"path":[4,1,2,9,1],"span":[364,20,39]},{"path":[4,1,2,9,3],"span":[364,42,44]},{"path":[4,2],"span":[368,0,374,1],"leadingComments":" A custom pattern is used for defining custom HTTP verb.\n"},{"path":[4,2,1],"span":[368,8,25]},{"path":[4,2,2,0],"span":[370,2,18],"leadingComments":" The name of this custom HTTP verb.\n"},{"path":[4,2,2,0,5],"span":[370,2,8]},{"path":[4,2,2,0,1],"span":[370,9,13]},{"path":[4,2,2,0,3],"span":[370,16,17]},{"path":[4,2,2,1],"span":[373,2,18],"leadingComments":" The path matched by this custom verb.\n"},{"path":[4,2,2,1,5],"span":[373,2,8]},{"path":[4,2,2,1,1],"span":[373,9,13]},{"path":[4,2,2,1,3],"span":[373,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"moduleInfo":{"name":{"remote":"buf.build","owner":"googleapis","repository":"googleapis"},"commit":"75b4300737fb4efca0831636be94e517"},"isSyntaxUnspecified":false}},{"name":"google/api/annotations.proto","package":"google.api","dependency":["google/api/http.proto","google/protobuf/descriptor.proto"],"extension":[{"name":"http","number":72295728,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.api.HttpRule","extendee":".google.protobuf.MethodOptions","jsonName":"http"}],"options":{"javaPackage":"com.google.api","javaOuterClassname":"AnnotationsProto","javaMultipleFiles":true,"goPackage":"google.golang.org/genproto/googleapis/api/annotations;annotations","objcClassPrefix":"GAPI"},"sourceCodeInfo":{"location":[{"span":[14,0,30,1]},{"path":[12],"span":[14,0,18],"leadingDetachedComments":[" Copyright 2015 Google LLC\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"]},{"path":[2],"span":[16,0,19]},{"path":[3,0],"span":[18,0,31]},{"path":[3,1],"span":[19,0,42]},{"path":[8],"span":[21,0,88]},{"path":[8,11],"span":[21,0,88]},{"path":[8],"span":[22,0,34]},{"path":[8,10],"span":[22,0,34]},{"path":[8],"span":[23,0,49]},{"path":[8,8],"span":[23,0,49]},{"path":[8],"span":[24,0,39]},{"path":[8,1],"span":[24,0,39]},{"path":[8],"span":[25,0,34]},{"path":[8,36],"span":[25,0,34]},{"path":[7],"span":[27,0,30,1]},{"path":[7,0],"span":[29,2,27],"leadingComments":" See `HttpRule`.\n"},{"path":[7,0,2],"span":[27,7,36]},{"path":[7,0,6],"span":[29,2,10]},{"path":[7,0,1],"span":[29,11,15]},{"path":[7,0,3],"span":[29,18,26]}]},"syntax":"proto3","bufExtension":{"isImport":true,"moduleInfo":{"name":{"remote":"buf.build","owner":"googleapis","repository":"googleapis"},"commit":"75b4300737fb4efca0831636be94e517"},"isSyntaxUnspecified":false}},{"name":"google/api/field_behavior.proto","package":"google.api","dependency":["google/protobuf/descriptor.proto"],"enumType":[{"name":"FieldBehavior","value":[{"name":"FIELD_BEHAVIOR_UNSPECIFIED","number":0},{"name":"OPTIONAL","number":1},{"name":"REQUIRED","number":2},{"name":"OUTPUT_ONLY","number":3},{"name":"INPUT_ONLY","number":4},{"name":"IMMUTABLE","number":5},{"name":"UNORDERED_LIST","number":6},{"name":"NON_EMPTY_DEFAULT","number":7}]}],"extension":[{"name":"field_behavior","number":1052,"label":"LABEL_REPEATED","type":"TYPE_ENUM","typeName":".google.api.FieldBehavior","extendee":".google.protobuf.FieldOptions","jsonName":"fieldBehavior"}],"options":{"javaPackage":"com.google.api","javaOuterClassname":"FieldBehaviorProto","javaMultipleFiles":true,"goPackage":"google.golang.org/genproto/googleapis/api/annotations;annotations","objcClassPrefix":"GAPI"},"sourceCodeInfo":{"location":[{"span":[14,0,89,1]},{"path":[12],"span":[14,0,18],"leadingDetachedComments":[" Copyright 2018 Google LLC\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"]},{"path":[2],"span":[16,0,19]},{"path":[3,0],"span":[18,0,42]},{"path":[8],"span":[20,0,88]},{"path":[8,11],"span":[20,0,88]},{"path":[8],"span":[21,0,34]},{"path":[8,10],"span":[21,0,34]},{"path":[8],"span":[22,0,51]},{"path":[8,8],"span":[22,0,51]},{"path":[8],"span":[23,0,39]},{"path":[8,1],"span":[23,0,39]},{"path":[8],"span":[24,0,34]},{"path":[8,36],"span":[24,0,34]},{"path":[7],"span":[26,0,40,1]},{"path":[7,0],"span":[39,2,58],"leadingComments":" A designation of a specific field behavior (required, output only, etc.)\n in protobuf messages.\n\n Examples:\n\n string name = 1 [(google.api.field_behavior) = REQUIRED];\n State state = 1 [(google.api.field_behavior) = OUTPUT_ONLY];\n google.protobuf.Duration ttl = 1\n [(google.api.field_behavior) = INPUT_ONLY];\n google.protobuf.Timestamp expire_time = 1\n [(google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.field_behavior) = IMMUTABLE];\n"},{"path":[7,0,2],"span":[26,7,35]},{"path":[7,0,4],"span":[39,2,10]},{"path":[7,0,6],"span":[39,11,35]},{"path":[7,0,1],"span":[39,36,50]},{"path":[7,0,3],"span":[39,53,57]},{"path":[5,0],"span":[48,0,89,1],"leadingComments":" An indicator of the behavior of a given field (for example, that a field\n is required in requests, or given as output but ignored as input).\n This **does not** change the behavior in protocol buffers itself; it only\n denotes the behavior and may affect how API tooling handles the field.\n\n Note: This enum **may** receive new values in the future.\n"},{"path":[5,0,1],"span":[48,5,18]},{"path":[5,0,2,0],"span":[50,2,33],"leadingComments":" Conventional default for enums. Do not use this.\n"},{"path":[5,0,2,0,1],"span":[50,2,28]},{"path":[5,0,2,0,2],"span":[50,31,32]},{"path":[5,0,2,1],"span":[55,2,15],"leadingComments":" Specifically denotes a field as optional.\n While all fields in protocol buffers are optional, this may be specified\n for emphasis if appropriate.\n"},{"path":[5,0,2,1,1],"span":[55,2,10]},{"path":[5,0,2,1,2],"span":[55,13,14]},{"path":[5,0,2,2],"span":[60,2,15],"leadingComments":" Denotes a field as required.\n This indicates that the field **must** be provided as part of the request,\n and failure to do so will cause an error (usually `INVALID_ARGUMENT`).\n"},{"path":[5,0,2,2,1],"span":[60,2,10]},{"path":[5,0,2,2,2],"span":[60,13,14]},{"path":[5,0,2,3],"span":[66,2,18],"leadingComments":" Denotes a field as output only.\n This indicates that the field is provided in responses, but including the\n field in a request does nothing (the server *must* ignore it and\n *must not* throw an error as a result of the field's presence).\n"},{"path":[5,0,2,3,1],"span":[66,2,13]},{"path":[5,0,2,3,2],"span":[66,16,17]},{"path":[5,0,2,4],"span":[71,2,17],"leadingComments":" Denotes a field as input only.\n This indicates that the field is provided in requests, and the\n corresponding field is not included in output.\n"},{"path":[5,0,2,4,1],"span":[71,2,12]},{"path":[5,0,2,4,2],"span":[71,15,16]},{"path":[5,0,2,5],"span":[76,2,16],"leadingComments":" Denotes a field as immutable.\n This indicates that the field may be set once in a request to create a\n resource, but may not be changed thereafter.\n"},{"path":[5,0,2,5,1],"span":[76,2,11]},{"path":[5,0,2,5,2],"span":[76,14,15]},{"path":[5,0,2,6],"span":[82,2,21],"leadingComments":" Denotes that a (repeated) field is an unordered list.\n This indicates that the service may provide the elements of the list\n in any arbitrary order, rather than the order the user originally\n provided. Additionally, the list's order may or may not be stable.\n"},{"path":[5,0,2,6,1],"span":[82,2,16]},{"path":[5,0,2,6,2],"span":[82,19,20]},{"path":[5,0,2,7],"span":[88,2,24],"leadingComments":" Denotes that this field returns a non-empty default value if not set.\n This indicates that if the user provides the empty value in a request,\n a non-empty value will be returned. The user will not be aware of what\n non-empty value to expect.\n"},{"path":[5,0,2,7,1],"span":[88,2,19]},{"path":[5,0,2,7,2],"span":[88,22,23]}]},"syntax":"proto3","bufExtension":{"isImport":true,"moduleInfo":{"name":{"remote":"buf.build","owner":"googleapis","repository":"googleapis"},"commit":"75b4300737fb4efca0831636be94e517"},"isSyntaxUnspecified":false}},{"name":"google/protobuf/struct.proto","package":"google.protobuf","messageType":[{"name":"Struct","field":[{"name":"fields","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.Struct.FieldsEntry","jsonName":"fields"}],"nestedType":[{"name":"FieldsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Value","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"Value","field":[{"name":"null_value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".google.protobuf.NullValue","oneofIndex":0,"jsonName":"nullValue"},{"name":"number_value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_DOUBLE","oneofIndex":0,"jsonName":"numberValue"},{"name":"string_value","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"stringValue"},{"name":"bool_value","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","oneofIndex":0,"jsonName":"boolValue"},{"name":"struct_value","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Struct","oneofIndex":0,"jsonName":"structValue"},{"name":"list_value","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.ListValue","oneofIndex":0,"jsonName":"listValue"}],"oneofDecl":[{"name":"kind"}]},{"name":"ListValue","field":[{"name":"values","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".google.protobuf.Value","jsonName":"values"}]}],"enumType":[{"name":"NullValue","value":[{"name":"NULL_VALUE","number":0}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"StructProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/structpb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[30,0,94,1]},{"path":[12],"span":[30,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"]},{"path":[2],"span":[32,0,24]},{"path":[8],"span":[34,0,59]},{"path":[8,37],"span":[34,0,59]},{"path":[8],"span":[35,0,31]},{"path":[8,31],"span":[35,0,31]},{"path":[8],"span":[36,0,70]},{"path":[8,11],"span":[36,0,70]},{"path":[8],"span":[37,0,44]},{"path":[8,1],"span":[37,0,44]},{"path":[8],"span":[38,0,44]},{"path":[8,8],"span":[38,0,44]},{"path":[8],"span":[39,0,34]},{"path":[8,10],"span":[39,0,34]},{"path":[8],"span":[40,0,33]},{"path":[8,36],"span":[40,0,33]},{"path":[4,0],"span":[50,0,53,1],"leadingComments":" `Struct` represents a structured data value, consisting of fields\n which map to dynamically typed values. In some languages, `Struct`\n might be supported by a native representation. For example, in\n scripting languages like JS a struct is represented as an\n object. The details of that representation are described together\n with the proto support for the language.\n\n The JSON representation for `Struct` is JSON object.\n"},{"path":[4,0,1],"span":[50,8,14]},{"path":[4,0,2,0],"span":[52,2,32],"leadingComments":" Unordered map of dynamically typed values.\n"},{"path":[4,0,2,0,6],"span":[52,2,20]},{"path":[4,0,2,0,1],"span":[52,21,27]},{"path":[4,0,2,0,3],"span":[52,30,31]},{"path":[4,1],"span":[61,0,77,1],"leadingComments":" `Value` represents a dynamically typed value which can be either\n null, a number, a string, a boolean, a recursive struct value, or a\n list of values. A producer of value is expected to set one of these\n variants. Absence of any variant indicates an error.\n\n The JSON representation for `Value` is JSON value.\n"},{"path":[4,1,1],"span":[61,8,13]},{"path":[4,1,8,0],"span":[63,2,76,3],"leadingComments":" The kind of value.\n"},{"path":[4,1,8,0,1],"span":[63,8,12]},{"path":[4,1,2,0],"span":[65,4,29],"leadingComments":" Represents a null value.\n"},{"path":[4,1,2,0,6],"span":[65,4,13]},{"path":[4,1,2,0,1],"span":[65,14,24]},{"path":[4,1,2,0,3],"span":[65,27,28]},{"path":[4,1,2,1],"span":[67,4,28],"leadingComments":" Represents a double value.\n"},{"path":[4,1,2,1,5],"span":[67,4,10]},{"path":[4,1,2,1,1],"span":[67,11,23]},{"path":[4,1,2,1,3],"span":[67,26,27]},{"path":[4,1,2,2],"span":[69,4,28],"leadingComments":" Represents a string value.\n"},{"path":[4,1,2,2,5],"span":[69,4,10]},{"path":[4,1,2,2,1],"span":[69,11,23]},{"path":[4,1,2,2,3],"span":[69,26,27]},{"path":[4,1,2,3],"span":[71,4,24],"leadingComments":" Represents a boolean value.\n"},{"path":[4,1,2,3,5],"span":[71,4,8]},{"path":[4,1,2,3,1],"span":[71,9,19]},{"path":[4,1,2,3,3],"span":[71,22,23]},{"path":[4,1,2,4],"span":[73,4,28],"leadingComments":" Represents a structured value.\n"},{"path":[4,1,2,4,6],"span":[73,4,10]},{"path":[4,1,2,4,1],"span":[73,11,23]},{"path":[4,1,2,4,3],"span":[73,26,27]},{"path":[4,1,2,5],"span":[75,4,29],"leadingComments":" Represents a repeated `Value`.\n"},{"path":[4,1,2,5,6],"span":[75,4,13]},{"path":[4,1,2,5,1],"span":[75,14,24]},{"path":[4,1,2,5,3],"span":[75,27,28]},{"path":[5,0],"span":[83,0,86,1],"leadingComments":" `NullValue` is a singleton enumeration to represent the null value for the\n `Value` type union.\n\n The JSON representation for `NullValue` is JSON `null`.\n"},{"path":[5,0,1],"span":[83,5,14]},{"path":[5,0,2,0],"span":[85,2,17],"leadingComments":" Null value.\n"},{"path":[5,0,2,0,1],"span":[85,2,12]},{"path":[5,0,2,0,2],"span":[85,15,16]},{"path":[4,2],"span":[91,0,94,1],"leadingComments":" `ListValue` is a wrapper around a repeated field of values.\n\n The JSON representation for `ListValue` is JSON array.\n"},{"path":[4,2,1],"span":[91,8,17]},{"path":[4,2,2,0],"span":[93,2,28],"leadingComments":" Repeated field of dynamically typed values.\n"},{"path":[4,2,2,0,4],"span":[93,2,10]},{"path":[4,2,2,0,6],"span":[93,11,16]},{"path":[4,2,2,0,1],"span":[93,17,23]},{"path":[4,2,2,0,3],"span":[93,26,27]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"protoc-gen-openapiv2/options/openapiv2.proto","package":"grpc.gateway.protoc_gen_openapiv2.options","dependency":["google/protobuf/struct.proto"],"messageType":[{"name":"Swagger","field":[{"name":"swagger","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"swagger"},{"name":"info","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Info","jsonName":"info"},{"name":"host","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"host"},{"name":"base_path","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"basePath"},{"name":"schemes","number":5,"label":"LABEL_REPEATED","type":"TYPE_ENUM","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Scheme","jsonName":"schemes"},{"name":"consumes","number":6,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"consumes"},{"name":"produces","number":7,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"produces"},{"name":"responses","number":10,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Swagger.ResponsesEntry","jsonName":"responses"},{"name":"security_definitions","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions","jsonName":"securityDefinitions"},{"name":"security","number":12,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement","jsonName":"security"},{"name":"tags","number":13,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Tag","jsonName":"tags"},{"name":"external_docs","number":14,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation","jsonName":"externalDocs"},{"name":"extensions","number":15,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Swagger.ExtensionsEntry","jsonName":"extensions"}],"nestedType":[{"name":"ResponsesEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Response","jsonName":"value"}],"options":{"mapEntry":true}},{"name":"ExtensionsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Value","jsonName":"value"}],"options":{"mapEntry":true}}],"reservedRange":[{"start":8,"end":9},{"start":9,"end":10}]},{"name":"Operation","field":[{"name":"tags","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"tags"},{"name":"summary","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"summary"},{"name":"description","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"external_docs","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation","jsonName":"externalDocs"},{"name":"operation_id","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"operationId"},{"name":"consumes","number":6,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"consumes"},{"name":"produces","number":7,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"produces"},{"name":"responses","number":9,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Operation.ResponsesEntry","jsonName":"responses"},{"name":"schemes","number":10,"label":"LABEL_REPEATED","type":"TYPE_ENUM","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Scheme","jsonName":"schemes"},{"name":"deprecated","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"deprecated"},{"name":"security","number":12,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement","jsonName":"security"},{"name":"extensions","number":13,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Operation.ExtensionsEntry","jsonName":"extensions"},{"name":"parameters","number":14,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Parameters","jsonName":"parameters"}],"nestedType":[{"name":"ResponsesEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Response","jsonName":"value"}],"options":{"mapEntry":true}},{"name":"ExtensionsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Value","jsonName":"value"}],"options":{"mapEntry":true}}],"reservedRange":[{"start":8,"end":9}]},{"name":"Parameters","field":[{"name":"headers","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter","jsonName":"headers"}]},{"name":"HeaderParameter","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"description","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"type","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".grpc.gateway.protoc_gen_openapiv2.options.HeaderParameter.Type","jsonName":"type"},{"name":"format","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"format"},{"name":"required","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"required"}],"enumType":[{"name":"Type","value":[{"name":"UNKNOWN","number":0},{"name":"STRING","number":1},{"name":"NUMBER","number":2},{"name":"INTEGER","number":3},{"name":"BOOLEAN","number":4}]}],"reservedRange":[{"start":6,"end":7},{"start":7,"end":8}]},{"name":"Header","field":[{"name":"description","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"type","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"type"},{"name":"format","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"format"},{"name":"default","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"default"},{"name":"pattern","number":13,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"pattern"}],"reservedRange":[{"start":4,"end":5},{"start":5,"end":6},{"start":7,"end":8},{"start":8,"end":9},{"start":9,"end":10},{"start":10,"end":11},{"start":11,"end":12},{"start":12,"end":13},{"start":14,"end":15},{"start":15,"end":16},{"start":16,"end":17},{"start":17,"end":18},{"start":18,"end":19}]},{"name":"Response","field":[{"name":"description","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"schema","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Schema","jsonName":"schema"},{"name":"headers","number":3,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Response.HeadersEntry","jsonName":"headers"},{"name":"examples","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Response.ExamplesEntry","jsonName":"examples"},{"name":"extensions","number":5,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Response.ExtensionsEntry","jsonName":"extensions"}],"nestedType":[{"name":"HeadersEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Header","jsonName":"value"}],"options":{"mapEntry":true}},{"name":"ExamplesEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}],"options":{"mapEntry":true}},{"name":"ExtensionsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Value","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"Info","field":[{"name":"title","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"title"},{"name":"description","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"terms_of_service","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"termsOfService"},{"name":"contact","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Contact","jsonName":"contact"},{"name":"license","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.License","jsonName":"license"},{"name":"version","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"version"},{"name":"extensions","number":7,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Info.ExtensionsEntry","jsonName":"extensions"}],"nestedType":[{"name":"ExtensionsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Value","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"Contact","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"url","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"url"},{"name":"email","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"email"}]},{"name":"License","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"url","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"url"}]},{"name":"ExternalDocumentation","field":[{"name":"description","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"url","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"url"}]},{"name":"Schema","field":[{"name":"json_schema","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.JSONSchema","jsonName":"jsonSchema"},{"name":"discriminator","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"discriminator"},{"name":"read_only","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"readOnly"},{"name":"external_docs","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation","jsonName":"externalDocs"},{"name":"example","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"example"}],"reservedRange":[{"start":4,"end":5}]},{"name":"JSONSchema","field":[{"name":"ref","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"ref"},{"name":"title","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"title"},{"name":"description","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"default","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"default"},{"name":"read_only","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"readOnly"},{"name":"example","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"example"},{"name":"multiple_of","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_DOUBLE","jsonName":"multipleOf"},{"name":"maximum","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_DOUBLE","jsonName":"maximum"},{"name":"exclusive_maximum","number":12,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"exclusiveMaximum"},{"name":"minimum","number":13,"label":"LABEL_OPTIONAL","type":"TYPE_DOUBLE","jsonName":"minimum"},{"name":"exclusive_minimum","number":14,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"exclusiveMinimum"},{"name":"max_length","number":15,"label":"LABEL_OPTIONAL","type":"TYPE_UINT64","jsonName":"maxLength"},{"name":"min_length","number":16,"label":"LABEL_OPTIONAL","type":"TYPE_UINT64","jsonName":"minLength"},{"name":"pattern","number":17,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"pattern"},{"name":"max_items","number":20,"label":"LABEL_OPTIONAL","type":"TYPE_UINT64","jsonName":"maxItems"},{"name":"min_items","number":21,"label":"LABEL_OPTIONAL","type":"TYPE_UINT64","jsonName":"minItems"},{"name":"unique_items","number":22,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"uniqueItems"},{"name":"max_properties","number":24,"label":"LABEL_OPTIONAL","type":"TYPE_UINT64","jsonName":"maxProperties"},{"name":"min_properties","number":25,"label":"LABEL_OPTIONAL","type":"TYPE_UINT64","jsonName":"minProperties"},{"name":"required","number":26,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"required"},{"name":"array","number":34,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"array"},{"name":"type","number":35,"label":"LABEL_REPEATED","type":"TYPE_ENUM","typeName":".grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes","jsonName":"type"},{"name":"format","number":36,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"format"},{"name":"enum","number":46,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"enum"},{"name":"field_configuration","number":1001,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.FieldConfiguration","jsonName":"fieldConfiguration"},{"name":"extensions","number":48,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.ExtensionsEntry","jsonName":"extensions"}],"nestedType":[{"name":"FieldConfiguration","field":[{"name":"path_param_name","number":47,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"pathParamName"}]},{"name":"ExtensionsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Value","jsonName":"value"}],"options":{"mapEntry":true}}],"enumType":[{"name":"JSONSchemaSimpleTypes","value":[{"name":"UNKNOWN","number":0},{"name":"ARRAY","number":1},{"name":"BOOLEAN","number":2},{"name":"INTEGER","number":3},{"name":"NULL","number":4},{"name":"NUMBER","number":5},{"name":"OBJECT","number":6},{"name":"STRING","number":7}]}],"reservedRange":[{"start":1,"end":2},{"start":2,"end":3},{"start":4,"end":5},{"start":18,"end":19},{"start":19,"end":20},{"start":23,"end":24},{"start":27,"end":28},{"start":28,"end":29},{"start":29,"end":30},{"start":30,"end":34},{"start":37,"end":42},{"start":42,"end":43},{"start":43,"end":46}]},{"name":"Tag","field":[{"name":"name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"description","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"external_docs","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation","jsonName":"externalDocs"},{"name":"extensions","number":4,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Tag.ExtensionsEntry","jsonName":"extensions"}],"nestedType":[{"name":"ExtensionsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Value","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"SecurityDefinitions","field":[{"name":"security","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions.SecurityEntry","jsonName":"security"}],"nestedType":[{"name":"SecurityEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"SecurityScheme","field":[{"name":"type","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Type","jsonName":"type"},{"name":"description","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"description"},{"name":"name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"in","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.In","jsonName":"in"},{"name":"flow","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.Flow","jsonName":"flow"},{"name":"authorization_url","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"authorizationUrl"},{"name":"token_url","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"tokenUrl"},{"name":"scopes","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Scopes","jsonName":"scopes"},{"name":"extensions","number":9,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.SecurityScheme.ExtensionsEntry","jsonName":"extensions"}],"nestedType":[{"name":"ExtensionsEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Value","jsonName":"value"}],"options":{"mapEntry":true}}],"enumType":[{"name":"Type","value":[{"name":"TYPE_INVALID","number":0},{"name":"TYPE_BASIC","number":1},{"name":"TYPE_API_KEY","number":2},{"name":"TYPE_OAUTH2","number":3}]},{"name":"In","value":[{"name":"IN_INVALID","number":0},{"name":"IN_QUERY","number":1},{"name":"IN_HEADER","number":2}]},{"name":"Flow","value":[{"name":"FLOW_INVALID","number":0},{"name":"FLOW_IMPLICIT","number":1},{"name":"FLOW_PASSWORD","number":2},{"name":"FLOW_APPLICATION","number":3},{"name":"FLOW_ACCESS_CODE","number":4}]}]},{"name":"SecurityRequirement","field":[{"name":"security_requirement","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementEntry","jsonName":"securityRequirement"}],"nestedType":[{"name":"SecurityRequirementValue","field":[{"name":"scope","number":1,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"scope"}]},{"name":"SecurityRequirementEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue","jsonName":"value"}],"options":{"mapEntry":true}}]},{"name":"Scopes","field":[{"name":"scope","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Scopes.ScopeEntry","jsonName":"scope"}],"nestedType":[{"name":"ScopeEntry","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"key"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}],"options":{"mapEntry":true}}]}],"enumType":[{"name":"Scheme","value":[{"name":"UNKNOWN","number":0},{"name":"HTTP","number":1},{"name":"HTTPS","number":2},{"name":"WS","number":3},{"name":"WSS","number":4}]}],"options":{"goPackage":"github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options"},"sourceCodeInfo":{"location":[{"span":[0,0,719,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,50]},{"path":[3,0],"span":[4,0,38]},{"path":[8],"span":[6,0,93]},{"path":[8,11],"span":[6,0,93]},{"path":[5,0],"span":[10,0,16,1],"leadingComments":" Scheme describes the schemes supported by the OpenAPI Swagger\n and Operation objects.\n"},{"path":[5,0,1],"span":[10,5,11]},{"path":[5,0,2,0],"span":[11,2,14]},{"path":[5,0,2,0,1],"span":[11,2,9]},{"path":[5,0,2,0,2],"span":[11,12,13]},{"path":[5,0,2,1],"span":[12,2,11]},{"path":[5,0,2,1,1],"span":[12,2,6]},{"path":[5,0,2,1,2],"span":[12,9,10]},{"path":[5,0,2,2],"span":[13,2,12]},{"path":[5,0,2,2,1],"span":[13,2,7]},{"path":[5,0,2,2,2],"span":[13,10,11]},{"path":[5,0,2,3],"span":[14,2,9]},{"path":[5,0,2,3,1],"span":[14,2,4]},{"path":[5,0,2,3,2],"span":[14,7,8]},{"path":[5,0,2,4],"span":[15,2,10]},{"path":[5,0,2,4,1],"span":[15,2,5]},{"path":[5,0,2,4,2],"span":[15,8,9]},{"path":[4,0],"span":[44,0,103,1],"leadingComments":" `Swagger` is a representation of OpenAPI v2 specification's Swagger object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#swaggerObject\n\n Example:\n\n option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {\n info: {\n title: \"Echo API\";\n version: \"1.0\";\n description: \"\";\n contact: {\n name: \"gRPC-Gateway project\";\n url: \"https://github.com/grpc-ecosystem/grpc-gateway\";\n email: \"none@example.com\";\n };\n license: {\n name: \"BSD 3-Clause License\";\n url: \"https://github.com/grpc-ecosystem/grpc-gateway/blob/main/LICENSE.txt\";\n };\n };\n schemes: HTTPS;\n consumes: \"application/json\";\n produces: \"application/json\";\n };\n\n"},{"path":[4,0,1],"span":[44,8,15]},{"path":[4,0,2,0],"span":[48,2,21],"leadingComments":" Specifies the OpenAPI Specification version being used. It can be\n used by the OpenAPI UI and other clients to interpret the API listing. The\n value MUST be \"2.0\".\n"},{"path":[4,0,2,0,5],"span":[48,2,8]},{"path":[4,0,2,0,1],"span":[48,9,16]},{"path":[4,0,2,0,3],"span":[48,19,20]},{"path":[4,0,2,1],"span":[51,2,16],"leadingComments":" Provides metadata about the API. The metadata can be used by the\n clients if needed.\n"},{"path":[4,0,2,1,6],"span":[51,2,6]},{"path":[4,0,2,1,1],"span":[51,7,11]},{"path":[4,0,2,1,3],"span":[51,14,15]},{"path":[4,0,2,2],"span":[56,2,18],"leadingComments":" The host (name or ip) serving the API. This MUST be the host only and does\n not include the scheme nor sub-paths. It MAY include a port. If the host is\n not included, the host serving the documentation is to be used (including\n the port). The host does not support path templating.\n"},{"path":[4,0,2,2,5],"span":[56,2,8]},{"path":[4,0,2,2,1],"span":[56,9,13]},{"path":[4,0,2,2,3],"span":[56,16,17]},{"path":[4,0,2,3],"span":[66,2,23],"leadingComments":" The base path on which the API is served, which is relative to the host. If\n it is not included, the API is served directly under the host. The value\n MUST start with a leading slash (/). The basePath does not support path\n templating.\n Note that using `base_path` does not change the endpoint paths that are\n generated in the resulting OpenAPI file. If you wish to use `base_path`\n with relatively generated OpenAPI paths, the `base_path` prefix must be\n manually removed from your `google.api.http` paths and your code changed to\n serve the API from the `base_path`.\n"},{"path":[4,0,2,3,5],"span":[66,2,8]},{"path":[4,0,2,3,1],"span":[66,9,18]},{"path":[4,0,2,3,3],"span":[66,21,22]},{"path":[4,0,2,4],"span":[70,2,30],"leadingComments":" The transfer protocol of the API. Values MUST be from the list: \"http\",\n \"https\", \"ws\", \"wss\". If the schemes is not included, the default scheme to\n be used is the one used to access the OpenAPI definition itself.\n"},{"path":[4,0,2,4,4],"span":[70,2,10]},{"path":[4,0,2,4,6],"span":[70,11,17]},{"path":[4,0,2,4,1],"span":[70,18,25]},{"path":[4,0,2,4,3],"span":[70,28,29]},{"path":[4,0,2,5],"span":[74,2,31],"leadingComments":" A list of MIME types the APIs can consume. This is global to all APIs but\n can be overridden on specific API calls. Value MUST be as described under\n Mime Types.\n"},{"path":[4,0,2,5,4],"span":[74,2,10]},{"path":[4,0,2,5,5],"span":[74,11,17]},{"path":[4,0,2,5,1],"span":[74,18,26]},{"path":[4,0,2,5,3],"span":[74,29,30]},{"path":[4,0,2,6],"span":[78,2,31],"leadingComments":" A list of MIME types the APIs can produce. This is global to all APIs but\n can be overridden on specific API calls. Value MUST be as described under\n Mime Types.\n"},{"path":[4,0,2,6,4],"span":[78,2,10]},{"path":[4,0,2,6,5],"span":[78,11,17]},{"path":[4,0,2,6,1],"span":[78,18,26]},{"path":[4,0,2,6,3],"span":[78,29,30]},{"path":[4,0,9],"span":[80,2,13],"leadingComments":" field 8 is reserved for 'paths'.\n"},{"path":[4,0,9,0],"span":[80,11,12]},{"path":[4,0,9,0,1],"span":[80,11,12]},{"path":[4,0,9,0,2],"span":[80,11,12]},{"path":[4,0,9],"span":[83,2,13],"leadingComments":" field 9 is reserved for 'definitions', which at this time are already\n exposed as and customizable as proto messages.\n"},{"path":[4,0,9,1],"span":[83,11,12]},{"path":[4,0,9,1,1],"span":[83,11,12]},{"path":[4,0,9,1,2],"span":[83,11,12]},{"path":[4,0,2,7],"span":[86,2,39],"leadingComments":" An object to hold responses that can be used across operations. This\n property does not define global responses for all operations.\n"},{"path":[4,0,2,7,6],"span":[86,2,23]},{"path":[4,0,2,7,1],"span":[86,24,33]},{"path":[4,0,2,7,3],"span":[86,36,38]},{"path":[4,0,2,8],"span":[88,2,48],"leadingComments":" Security scheme definitions that can be used across the specification.\n"},{"path":[4,0,2,8,6],"span":[88,2,21]},{"path":[4,0,2,8,1],"span":[88,22,42]},{"path":[4,0,2,8,3],"span":[88,45,47]},{"path":[4,0,2,9],"span":[93,2,45],"leadingComments":" A declaration of which security schemes are applied for the API as a whole.\n The list of values describes alternative security schemes that can be used\n (that is, there is a logical OR between the security requirements).\n Individual operations can override this definition.\n"},{"path":[4,0,2,9,4],"span":[93,2,10]},{"path":[4,0,2,9,6],"span":[93,11,30]},{"path":[4,0,2,9,1],"span":[93,31,39]},{"path":[4,0,2,9,3],"span":[93,42,44]},{"path":[4,0,2,10],"span":[96,2,25],"leadingComments":" A list of tags for API documentation control. Tags can be used for logical\n grouping of operations by resources or any other qualifier.\n"},{"path":[4,0,2,10,4],"span":[96,2,10]},{"path":[4,0,2,10,6],"span":[96,11,14]},{"path":[4,0,2,10,1],"span":[96,15,19]},{"path":[4,0,2,10,3],"span":[96,22,24]},{"path":[4,0,2,11],"span":[98,2,43],"leadingComments":" Additional external documentation.\n"},{"path":[4,0,2,11,6],"span":[98,2,23]},{"path":[4,0,2,11,1],"span":[98,24,37]},{"path":[4,0,2,11,3],"span":[98,40,42]},{"path":[4,0,2,12],"span":[102,2,53],"leadingComments":" Custom properties that start with \"x-\" such as \"x-foo\" used to describe\n extra functionality that is not covered by the standard OpenAPI Specification.\n See: https://swagger.io/docs/specification/2-0/swagger-extensions/\n"},{"path":[4,0,2,12,6],"span":[102,2,36]},{"path":[4,0,2,12,1],"span":[102,37,47]},{"path":[4,0,2,12,3],"span":[102,50,52]},{"path":[4,1],"span":[130,0,181,1],"leadingComments":" `Operation` is a representation of OpenAPI v2 specification's Operation object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#operationObject\n\n Example:\n\n service EchoService {\n rpc Echo(SimpleMessage) returns (SimpleMessage) {\n option (google.api.http) = {\n get: \"/v1/example/echo/{id}\"\n };\n\n option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {\n summary: \"Get a message.\";\n operation_id: \"getMessage\";\n tags: \"echo\";\n responses: {\n key: \"200\"\n value: {\n description: \"OK\";\n }\n }\n };\n }\n }\n"},{"path":[4,1,1],"span":[130,8,17]},{"path":[4,1,2,0],"span":[133,2,27],"leadingComments":" A list of tags for API documentation control. Tags can be used for logical\n grouping of operations by resources or any other qualifier.\n"},{"path":[4,1,2,0,4],"span":[133,2,10]},{"path":[4,1,2,0,5],"span":[133,11,17]},{"path":[4,1,2,0,1],"span":[133,18,22]},{"path":[4,1,2,0,3],"span":[133,25,26]},{"path":[4,1,2,1],"span":[136,2,21],"leadingComments":" A short summary of what the operation does. For maximum readability in the\n swagger-ui, this field SHOULD be less than 120 characters.\n"},{"path":[4,1,2,1,5],"span":[136,2,8]},{"path":[4,1,2,1,1],"span":[136,9,16]},{"path":[4,1,2,1,3],"span":[136,19,20]},{"path":[4,1,2,2],"span":[139,2,25],"leadingComments":" A verbose explanation of the operation behavior. GFM syntax can be used for\n rich text representation.\n"},{"path":[4,1,2,2,5],"span":[139,2,8]},{"path":[4,1,2,2,1],"span":[139,9,20]},{"path":[4,1,2,2,3],"span":[139,23,24]},{"path":[4,1,2,3],"span":[141,2,42],"leadingComments":" Additional external documentation for this operation.\n"},{"path":[4,1,2,3,6],"span":[141,2,23]},{"path":[4,1,2,3,1],"span":[141,24,37]},{"path":[4,1,2,3,3],"span":[141,40,41]},{"path":[4,1,2,4],"span":[146,2,26],"leadingComments":" Unique string used to identify the operation. The id MUST be unique among\n all operations described in the API. Tools and libraries MAY use the\n operationId to uniquely identify an operation, therefore, it is recommended\n to follow common programming naming conventions.\n"},{"path":[4,1,2,4,5],"span":[146,2,8]},{"path":[4,1,2,4,1],"span":[146,9,21]},{"path":[4,1,2,4,3],"span":[146,24,25]},{"path":[4,1,2,5],"span":[150,2,31],"leadingComments":" A list of MIME types the operation can consume. This overrides the consumes\n definition at the OpenAPI Object. An empty value MAY be used to clear the\n global definition. Value MUST be as described under Mime Types.\n"},{"path":[4,1,2,5,4],"span":[150,2,10]},{"path":[4,1,2,5,5],"span":[150,11,17]},{"path":[4,1,2,5,1],"span":[150,18,26]},{"path":[4,1,2,5,3],"span":[150,29,30]},{"path":[4,1,2,6],"span":[154,2,31],"leadingComments":" A list of MIME types the operation can produce. This overrides the produces\n definition at the OpenAPI Object. An empty value MAY be used to clear the\n global definition. Value MUST be as described under Mime Types.\n"},{"path":[4,1,2,6,4],"span":[154,2,10]},{"path":[4,1,2,6,5],"span":[154,11,17]},{"path":[4,1,2,6,1],"span":[154,18,26]},{"path":[4,1,2,6,3],"span":[154,29,30]},{"path":[4,1,9],"span":[156,2,13],"leadingComments":" field 8 is reserved for 'parameters'.\n"},{"path":[4,1,9,0],"span":[156,11,12]},{"path":[4,1,9,0,1],"span":[156,11,12]},{"path":[4,1,9,0,2],"span":[156,11,12]},{"path":[4,1,2,7],"span":[159,2,38],"leadingComments":" The list of possible responses as they are returned from executing this\n operation.\n"},{"path":[4,1,2,7,6],"span":[159,2,23]},{"path":[4,1,2,7,1],"span":[159,24,33]},{"path":[4,1,2,7,3],"span":[159,36,37]},{"path":[4,1,2,8],"span":[163,2,31],"leadingComments":" The transfer protocol for the operation. Values MUST be from the list:\n \"http\", \"https\", \"ws\", \"wss\". The value overrides the OpenAPI Object\n schemes definition.\n"},{"path":[4,1,2,8,4],"span":[163,2,10]},{"path":[4,1,2,8,6],"span":[163,11,17]},{"path":[4,1,2,8,1],"span":[163,18,25]},{"path":[4,1,2,8,3],"span":[163,28,30]},{"path":[4,1,2,9],"span":[166,2,23],"leadingComments":" Declares this operation to be deprecated. Usage of the declared operation\n should be refrained. Default value is false.\n"},{"path":[4,1,2,9,5],"span":[166,2,6]},{"path":[4,1,2,9,1],"span":[166,7,17]},{"path":[4,1,2,9,3],"span":[166,20,22]},{"path":[4,1,2,10],"span":[172,2,45],"leadingComments":" A declaration of which security schemes are applied for this operation. The\n list of values describes alternative security schemes that can be used\n (that is, there is a logical OR between the security requirements). This\n definition overrides any declared top-level security. To remove a top-level\n security declaration, an empty array can be used.\n"},{"path":[4,1,2,10,4],"span":[172,2,10]},{"path":[4,1,2,10,6],"span":[172,11,30]},{"path":[4,1,2,10,1],"span":[172,31,39]},{"path":[4,1,2,10,3],"span":[172,42,44]},{"path":[4,1,2,11],"span":[176,2,53],"leadingComments":" Custom properties that start with \"x-\" such as \"x-foo\" used to describe\n extra functionality that is not covered by the standard OpenAPI Specification.\n See: https://swagger.io/docs/specification/2-0/swagger-extensions/\n"},{"path":[4,1,2,11,6],"span":[176,2,36]},{"path":[4,1,2,11,1],"span":[176,37,47]},{"path":[4,1,2,11,3],"span":[176,50,52]},{"path":[4,1,2,12],"span":[180,2,29],"leadingComments":" Custom parameters such as HTTP request headers.\n See: https://swagger.io/docs/specification/2-0/describing-parameters/\n and https://swagger.io/specification/v2/#parameter-object.\n"},{"path":[4,1,2,12,6],"span":[180,2,12]},{"path":[4,1,2,12,1],"span":[180,13,23]},{"path":[4,1,2,12,3],"span":[180,26,28]},{"path":[4,2],"span":[188,0,192,1],"leadingComments":" `Parameters` is a representation of OpenAPI v2 specification's parameters object.\n Note: This technically breaks compatibility with the OpenAPI 2 definition structure as we only\n allow header parameters to be set here since we do not want users specifying custom non-header\n parameters beyond those inferred from the Protobuf schema.\n See: https://swagger.io/specification/v2/#parameter-object\n"},{"path":[4,2,1],"span":[188,8,18]},{"path":[4,2,2,0],"span":[191,2,39],"leadingComments":" `Headers` is one or more HTTP header parameter.\n See: https://swagger.io/docs/specification/2-0/describing-parameters/#header-parameters\n"},{"path":[4,2,2,0,4],"span":[191,2,10]},{"path":[4,2,2,0,6],"span":[191,11,26]},{"path":[4,2,2,0,1],"span":[191,27,34]},{"path":[4,2,2,0,3],"span":[191,37,38]},{"path":[4,3],"span":[196,0,222,1],"leadingComments":" `HeaderParameter` a HTTP header parameter.\n See: https://swagger.io/specification/v2/#parameter-object\n"},{"path":[4,3,1],"span":[196,8,23]},{"path":[4,3,4,0],"span":[199,2,205,3],"leadingComments":" `Type` is a a supported HTTP header type.\n See https://swagger.io/specification/v2/#parameterType.\n"},{"path":[4,3,4,0,1],"span":[199,7,11]},{"path":[4,3,4,0,2,0],"span":[200,4,16]},{"path":[4,3,4,0,2,0,1],"span":[200,4,11]},{"path":[4,3,4,0,2,0,2],"span":[200,14,15]},{"path":[4,3,4,0,2,1],"span":[201,4,15]},{"path":[4,3,4,0,2,1,1],"span":[201,4,10]},{"path":[4,3,4,0,2,1,2],"span":[201,13,14]},{"path":[4,3,4,0,2,2],"span":[202,4,15]},{"path":[4,3,4,0,2,2,1],"span":[202,4,10]},{"path":[4,3,4,0,2,2,2],"span":[202,13,14]},{"path":[4,3,4,0,2,3],"span":[203,4,16]},{"path":[4,3,4,0,2,3,1],"span":[203,4,11]},{"path":[4,3,4,0,2,3,2],"span":[203,14,15]},{"path":[4,3,4,0,2,4],"span":[204,4,16]},{"path":[4,3,4,0,2,4,1],"span":[204,4,11]},{"path":[4,3,4,0,2,4,2],"span":[204,14,15]},{"path":[4,3,2,0],"span":[208,2,18],"leadingComments":" `Name` is the header name.\n"},{"path":[4,3,2,0,5],"span":[208,2,8]},{"path":[4,3,2,0,1],"span":[208,9,13]},{"path":[4,3,2,0,3],"span":[208,16,17]},{"path":[4,3,2,1],"span":[210,2,25],"leadingComments":" `Description` is a short description of the header.\n"},{"path":[4,3,2,1,5],"span":[210,2,8]},{"path":[4,3,2,1,1],"span":[210,9,20]},{"path":[4,3,2,1,3],"span":[210,23,24]},{"path":[4,3,2,2],"span":[213,2,16],"leadingComments":" `Type` is the type of the object. The value MUST be one of \"string\", \"number\", \"integer\", or \"boolean\". The \"array\" type is not supported.\n See: https://swagger.io/specification/v2/#parameterType.\n"},{"path":[4,3,2,2,6],"span":[213,2,6]},{"path":[4,3,2,2,1],"span":[213,7,11]},{"path":[4,3,2,2,3],"span":[213,14,15]},{"path":[4,3,2,3],"span":[215,2,20],"leadingComments":" `Format` The extending format for the previously mentioned type.\n"},{"path":[4,3,2,3,5],"span":[215,2,8]},{"path":[4,3,2,3,1],"span":[215,9,15]},{"path":[4,3,2,3,3],"span":[215,18,19]},{"path":[4,3,2,4],"span":[217,2,20],"leadingComments":" `Required` indicates if the header is optional\n"},{"path":[4,3,2,4,5],"span":[217,2,6]},{"path":[4,3,2,4,1],"span":[217,7,15]},{"path":[4,3,2,4,3],"span":[217,18,19]},{"path":[4,3,9],"span":[219,2,13],"leadingComments":" field 6 is reserved for 'items', but in OpenAPI-specific way.\n"},{"path":[4,3,9,0],"span":[219,11,12]},{"path":[4,3,9,0,1],"span":[219,11,12]},{"path":[4,3,9,0,2],"span":[219,11,12]},{"path":[4,3,9],"span":[221,2,13],"leadingComments":" field 7 is reserved `Collection Format`. Determines the format of the array if type array is used.\n"},{"path":[4,3,9,1],"span":[221,11,12]},{"path":[4,3,9,1,1],"span":[221,11,12]},{"path":[4,3,9,1,2],"span":[221,11,12]},{"path":[4,4],"span":[228,0,267,1],"leadingComments":" `Header` is a representation of OpenAPI v2 specification's Header object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#headerObject\n\n"},{"path":[4,4,1],"span":[228,8,14]},{"path":[4,4,2,0],"span":[230,2,25],"leadingComments":" `Description` is a short description of the header.\n"},{"path":[4,4,2,0,5],"span":[230,2,8]},{"path":[4,4,2,0,1],"span":[230,9,20]},{"path":[4,4,2,0,3],"span":[230,23,24]},{"path":[4,4,2,1],"span":[232,2,18],"leadingComments":" The type of the object. The value MUST be one of \"string\", \"number\", \"integer\", or \"boolean\". The \"array\" type is not supported.\n"},{"path":[4,4,2,1,5],"span":[232,2,8]},{"path":[4,4,2,1,1],"span":[232,9,13]},{"path":[4,4,2,1,3],"span":[232,16,17]},{"path":[4,4,2,2],"span":[234,2,20],"leadingComments":" `Format` The extending format for the previously mentioned type.\n"},{"path":[4,4,2,2,5],"span":[234,2,8]},{"path":[4,4,2,2,1],"span":[234,9,15]},{"path":[4,4,2,2,3],"span":[234,18,19]},{"path":[4,4,9],"span":[236,2,13],"leadingComments":" field 4 is reserved for 'items', but in OpenAPI-specific way.\n"},{"path":[4,4,9,0],"span":[236,11,12]},{"path":[4,4,9,0,1],"span":[236,11,12]},{"path":[4,4,9,0,2],"span":[236,11,12]},{"path":[4,4,9],"span":[238,2,13],"leadingComments":" field 5 is reserved `Collection Format` Determines the format of the array if type array is used.\n"},{"path":[4,4,9,1],"span":[238,11,12]},{"path":[4,4,9,1,1],"span":[238,11,12]},{"path":[4,4,9,1,2],"span":[238,11,12]},{"path":[4,4,2,3],"span":[242,2,21],"leadingComments":" `Default` Declares the value of the header that the server will use if none is provided.\n See: https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-6.2.\n Unlike JSON Schema this value MUST conform to the defined type for the header.\n"},{"path":[4,4,2,3,5],"span":[242,2,8]},{"path":[4,4,2,3,1],"span":[242,9,16]},{"path":[4,4,2,3,3],"span":[242,19,20]},{"path":[4,4,9],"span":[244,2,13],"leadingComments":" field 7 is reserved for 'maximum'.\n"},{"path":[4,4,9,2],"span":[244,11,12]},{"path":[4,4,9,2,1],"span":[244,11,12]},{"path":[4,4,9,2,2],"span":[244,11,12]},{"path":[4,4,9],"span":[246,2,13],"leadingComments":" field 8 is reserved for 'exclusiveMaximum'.\n"},{"path":[4,4,9,3],"span":[246,11,12]},{"path":[4,4,9,3,1],"span":[246,11,12]},{"path":[4,4,9,3,2],"span":[246,11,12]},{"path":[4,4,9],"span":[248,2,13],"leadingComments":" field 9 is reserved for 'minimum'.\n"},{"path":[4,4,9,4],"span":[248,11,12]},{"path":[4,4,9,4,1],"span":[248,11,12]},{"path":[4,4,9,4,2],"span":[248,11,12]},{"path":[4,4,9],"span":[250,2,14],"leadingComments":" field 10 is reserved for 'exclusiveMinimum'.\n"},{"path":[4,4,9,5],"span":[250,11,13]},{"path":[4,4,9,5,1],"span":[250,11,13]},{"path":[4,4,9,5,2],"span":[250,11,13]},{"path":[4,4,9],"span":[252,2,14],"leadingComments":" field 11 is reserved for 'maxLength'.\n"},{"path":[4,4,9,6],"span":[252,11,13]},{"path":[4,4,9,6,1],"span":[252,11,13]},{"path":[4,4,9,6,2],"span":[252,11,13]},{"path":[4,4,9],"span":[254,2,14],"leadingComments":" field 12 is reserved for 'minLength'.\n"},{"path":[4,4,9,7],"span":[254,11,13]},{"path":[4,4,9,7,1],"span":[254,11,13]},{"path":[4,4,9,7,2],"span":[254,11,13]},{"path":[4,4,2,4],"span":[256,2,22],"leadingComments":" 'Pattern' See https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.2.3.\n"},{"path":[4,4,2,4,5],"span":[256,2,8]},{"path":[4,4,2,4,1],"span":[256,9,16]},{"path":[4,4,2,4,3],"span":[256,19,21]},{"path":[4,4,9],"span":[258,2,14],"leadingComments":" field 14 is reserved for 'maxItems'.\n"},{"path":[4,4,9,8],"span":[258,11,13]},{"path":[4,4,9,8,1],"span":[258,11,13]},{"path":[4,4,9,8,2],"span":[258,11,13]},{"path":[4,4,9],"span":[260,2,14],"leadingComments":" field 15 is reserved for 'minItems'.\n"},{"path":[4,4,9,9],"span":[260,11,13]},{"path":[4,4,9,9,1],"span":[260,11,13]},{"path":[4,4,9,9,2],"span":[260,11,13]},{"path":[4,4,9],"span":[262,2,14],"leadingComments":" field 16 is reserved for 'uniqueItems'.\n"},{"path":[4,4,9,10],"span":[262,11,13]},{"path":[4,4,9,10,1],"span":[262,11,13]},{"path":[4,4,9,10,2],"span":[262,11,13]},{"path":[4,4,9],"span":[264,2,14],"leadingComments":" field 17 is reserved for 'enum'.\n"},{"path":[4,4,9,11],"span":[264,11,13]},{"path":[4,4,9,11,1],"span":[264,11,13]},{"path":[4,4,9,11,2],"span":[264,11,13]},{"path":[4,4,9],"span":[266,2,14],"leadingComments":" field 18 is reserved for 'multipleOf'.\n"},{"path":[4,4,9,12],"span":[266,11,13]},{"path":[4,4,9,12,1],"span":[266,11,13]},{"path":[4,4,9,12,2],"span":[266,11,13]},{"path":[4,5],"span":[273,0,291,1],"leadingComments":" `Response` is a representation of OpenAPI v2 specification's Response object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#responseObject\n\n"},{"path":[4,5,1],"span":[273,8,16]},{"path":[4,5,2,0],"span":[276,2,25],"leadingComments":" `Description` is a short description of the response.\n GFM syntax can be used for rich text representation.\n"},{"path":[4,5,2,0,5],"span":[276,2,8]},{"path":[4,5,2,0,1],"span":[276,9,20]},{"path":[4,5,2,0,3],"span":[276,23,24]},{"path":[4,5,2,1],"span":[279,2,20],"leadingComments":" `Schema` optionally defines the structure of the response.\n If `Schema` is not provided, it means there is no content to the response.\n"},{"path":[4,5,2,1,6],"span":[279,2,8]},{"path":[4,5,2,1,1],"span":[279,9,15]},{"path":[4,5,2,1,3],"span":[279,18,19]},{"path":[4,5,2,2],"span":[283,2,34],"leadingComments":" `Headers` A list of headers that are sent with the response.\n `Header` name is expected to be a string in the canonical format of the MIME header key\n See: https://golang.org/pkg/net/textproto/#CanonicalMIMEHeaderKey\n"},{"path":[4,5,2,2,6],"span":[283,2,21]},{"path":[4,5,2,2,1],"span":[283,22,29]},{"path":[4,5,2,2,3],"span":[283,32,33]},{"path":[4,5,2,3],"span":[286,2,35],"leadingComments":" `Examples` gives per-mimetype response examples.\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#example-object\n"},{"path":[4,5,2,3,6],"span":[286,2,21]},{"path":[4,5,2,3,1],"span":[286,22,30]},{"path":[4,5,2,3,3],"span":[286,33,34]},{"path":[4,5,2,4],"span":[290,2,52],"leadingComments":" Custom properties that start with \"x-\" such as \"x-foo\" used to describe\n extra functionality that is not covered by the standard OpenAPI Specification.\n See: https://swagger.io/docs/specification/2-0/swagger-extensions/\n"},{"path":[4,5,2,4,6],"span":[290,2,36]},{"path":[4,5,2,4,1],"span":[290,37,47]},{"path":[4,5,2,4,3],"span":[290,50,51]},{"path":[4,6],"span":[317,0,336,1],"leadingComments":" `Info` is a representation of OpenAPI v2 specification's Info object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#infoObject\n\n Example:\n\n option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {\n info: {\n title: \"Echo API\";\n version: \"1.0\";\n description: \"\";\n contact: {\n name: \"gRPC-Gateway project\";\n url: \"https://github.com/grpc-ecosystem/grpc-gateway\";\n email: \"none@example.com\";\n };\n license: {\n name: \"BSD 3-Clause License\";\n url: \"https://github.com/grpc-ecosystem/grpc-gateway/blob/main/LICENSE.txt\";\n };\n };\n ...\n };\n\n"},{"path":[4,6,1],"span":[317,8,12]},{"path":[4,6,2,0],"span":[319,2,19],"leadingComments":" The title of the application.\n"},{"path":[4,6,2,0,5],"span":[319,2,8]},{"path":[4,6,2,0,1],"span":[319,9,14]},{"path":[4,6,2,0,3],"span":[319,17,18]},{"path":[4,6,2,1],"span":[322,2,25],"leadingComments":" A short description of the application. GFM syntax can be used for rich\n text representation.\n"},{"path":[4,6,2,1,5],"span":[322,2,8]},{"path":[4,6,2,1,1],"span":[322,9,20]},{"path":[4,6,2,1,3],"span":[322,23,24]},{"path":[4,6,2,2],"span":[324,2,30],"leadingComments":" The Terms of Service for the API.\n"},{"path":[4,6,2,2,5],"span":[324,2,8]},{"path":[4,6,2,2,1],"span":[324,9,25]},{"path":[4,6,2,2,3],"span":[324,28,29]},{"path":[4,6,2,3],"span":[326,2,22],"leadingComments":" The contact information for the exposed API.\n"},{"path":[4,6,2,3,6],"span":[326,2,9]},{"path":[4,6,2,3,1],"span":[326,10,17]},{"path":[4,6,2,3,3],"span":[326,20,21]},{"path":[4,6,2,4],"span":[328,2,22],"leadingComments":" The license information for the exposed API.\n"},{"path":[4,6,2,4,6],"span":[328,2,9]},{"path":[4,6,2,4,1],"span":[328,10,17]},{"path":[4,6,2,4,3],"span":[328,20,21]},{"path":[4,6,2,5],"span":[331,2,21],"leadingComments":" Provides the version of the application API (not to be confused\n with the specification version).\n"},{"path":[4,6,2,5,5],"span":[331,2,8]},{"path":[4,6,2,5,1],"span":[331,9,16]},{"path":[4,6,2,5,3],"span":[331,19,20]},{"path":[4,6,2,6],"span":[335,2,52],"leadingComments":" Custom properties that start with \"x-\" such as \"x-foo\" used to describe\n extra functionality that is not covered by the standard OpenAPI Specification.\n See: https://swagger.io/docs/specification/2-0/swagger-extensions/\n"},{"path":[4,6,2,6,6],"span":[335,2,36]},{"path":[4,6,2,6,1],"span":[335,37,47]},{"path":[4,6,2,6,3],"span":[335,50,51]},{"path":[4,7],"span":[357,0,366,1],"leadingComments":" `Contact` is a representation of OpenAPI v2 specification's Contact object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#contactObject\n\n Example:\n\n option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {\n info: {\n ...\n contact: {\n name: \"gRPC-Gateway project\";\n url: \"https://github.com/grpc-ecosystem/grpc-gateway\";\n email: \"none@example.com\";\n };\n ...\n };\n ...\n };\n\n"},{"path":[4,7,1],"span":[357,8,15]},{"path":[4,7,2,0],"span":[359,2,18],"leadingComments":" The identifying name of the contact person/organization.\n"},{"path":[4,7,2,0,5],"span":[359,2,8]},{"path":[4,7,2,0,1],"span":[359,9,13]},{"path":[4,7,2,0,3],"span":[359,16,17]},{"path":[4,7,2,1],"span":[362,2,17],"leadingComments":" The URL pointing to the contact information. MUST be in the format of a\n URL.\n"},{"path":[4,7,2,1,5],"span":[362,2,8]},{"path":[4,7,2,1,1],"span":[362,9,12]},{"path":[4,7,2,1,3],"span":[362,15,16]},{"path":[4,7,2,2],"span":[365,2,19],"leadingComments":" The email address of the contact person/organization. MUST be in the format\n of an email address.\n"},{"path":[4,7,2,2,5],"span":[365,2,8]},{"path":[4,7,2,2,1],"span":[365,9,14]},{"path":[4,7,2,2,3],"span":[365,17,18]},{"path":[4,8],"span":[386,0,391,1],"leadingComments":" `License` is a representation of OpenAPI v2 specification's License object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#licenseObject\n\n Example:\n\n option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {\n info: {\n ...\n license: {\n name: \"BSD 3-Clause License\";\n url: \"https://github.com/grpc-ecosystem/grpc-gateway/blob/main/LICENSE.txt\";\n };\n ...\n };\n ...\n };\n\n"},{"path":[4,8,1],"span":[386,8,15]},{"path":[4,8,2,0],"span":[388,2,18],"leadingComments":" The license name used for the API.\n"},{"path":[4,8,2,0,5],"span":[388,2,8]},{"path":[4,8,2,0,1],"span":[388,9,13]},{"path":[4,8,2,0,3],"span":[388,16,17]},{"path":[4,8,2,1],"span":[390,2,17],"leadingComments":" A URL to the license used for the API. MUST be in the format of a URL.\n"},{"path":[4,8,2,1,5],"span":[390,2,8]},{"path":[4,8,2,1,1],"span":[390,9,12]},{"path":[4,8,2,1,3],"span":[390,15,16]},{"path":[4,9],"span":[409,0,416,1],"leadingComments":" `ExternalDocumentation` is a representation of OpenAPI v2 specification's\n ExternalDocumentation object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#externalDocumentationObject\n\n Example:\n\n option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {\n ...\n external_docs: {\n description: \"More about gRPC-Gateway\";\n url: \"https://github.com/grpc-ecosystem/grpc-gateway\";\n }\n ...\n };\n\n"},{"path":[4,9,1],"span":[409,8,29]},{"path":[4,9,2,0],"span":[412,2,25],"leadingComments":" A short description of the target documentation. GFM syntax can be used for\n rich text representation.\n"},{"path":[4,9,2,0,5],"span":[412,2,8]},{"path":[4,9,2,0,1],"span":[412,9,20]},{"path":[4,9,2,0,3],"span":[412,23,24]},{"path":[4,9,2,1],"span":[415,2,17],"leadingComments":" The URL for the target documentation. Value MUST be in the format\n of a URL.\n"},{"path":[4,9,2,1,5],"span":[415,2,8]},{"path":[4,9,2,1,1],"span":[415,9,12]},{"path":[4,9,2,1,3],"span":[415,15,16]},{"path":[4,10],"span":[422,0,443,1],"leadingComments":" `Schema` is a representation of OpenAPI v2 specification's Schema object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#schemaObject\n\n"},{"path":[4,10,1],"span":[422,8,14]},{"path":[4,10,2,0],"span":[423,2,29]},{"path":[4,10,2,0,6],"span":[423,2,12]},{"path":[4,10,2,0,1],"span":[423,13,24]},{"path":[4,10,2,0,3],"span":[423,27,28]},{"path":[4,10,2,1],"span":[429,2,27],"leadingComments":" Adds support for polymorphism. The discriminator is the schema property\n name that is used to differentiate between other schema that inherit this\n schema. The property name used MUST be defined at this schema and it MUST\n be in the required property list. When used, the value MUST be the name of\n this schema or any schema that inherits it.\n"},{"path":[4,10,2,1,5],"span":[429,2,8]},{"path":[4,10,2,1,1],"span":[429,9,22]},{"path":[4,10,2,1,3],"span":[429,25,26]},{"path":[4,10,2,2],"span":[435,2,21],"leadingComments":" Relevant only for Schema \"properties\" definitions. Declares the property as\n \"read only\". This means that it MAY be sent as part of a response but MUST\n NOT be sent as part of the request. Properties marked as readOnly being\n true SHOULD NOT be in the required list of the defined schema. Default\n value is false.\n"},{"path":[4,10,2,2,5],"span":[435,2,6]},{"path":[4,10,2,2,1],"span":[435,7,16]},{"path":[4,10,2,2,3],"span":[435,19,20]},{"path":[4,10,9],"span":[437,2,13],"leadingComments":" field 4 is reserved for 'xml'.\n"},{"path":[4,10,9,0],"span":[437,11,12]},{"path":[4,10,9,0,1],"span":[437,11,12]},{"path":[4,10,9,0,2],"span":[437,11,12]},{"path":[4,10,2,3],"span":[439,2,42],"leadingComments":" Additional external documentation for this schema.\n"},{"path":[4,10,2,3,6],"span":[439,2,23]},{"path":[4,10,2,3,1],"span":[439,24,37]},{"path":[4,10,2,3,3],"span":[439,40,41]},{"path":[4,10,2,4],"span":[442,2,21],"leadingComments":" A free-form property to include an example of an instance for this schema in JSON.\n This is copied verbatim to the output.\n"},{"path":[4,10,2,4,5],"span":[442,2,8]},{"path":[4,10,2,4,1],"span":[442,9,16]},{"path":[4,10,2,4,3],"span":[442,19,20]},{"path":[4,11],"span":[473,0,580,1],"leadingComments":" `JSONSchema` represents properties from JSON Schema taken, and as used, in\n the OpenAPI v2 spec.\n\n This includes changes made by OpenAPI v2.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#schemaObject\n\n See also: https://cswr.github.io/JsonSchema/spec/basic_types/,\n https://github.com/json-schema-org/json-schema-spec/blob/master/schema.json\n\n Example:\n\n message SimpleMessage {\n option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_schema) = {\n json_schema: {\n title: \"SimpleMessage\"\n description: \"A simple message.\"\n required: [\"id\"]\n }\n };\n\n // Id represents the message identifier.\n string id = 1; [\n (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {\n description: \"The unique identifier of the simple message.\"\n }];\n }\n\n"},{"path":[4,11,1],"span":[473,8,18]},{"path":[4,11,9],"span":[475,2,13],"leadingComments":" field 1 is reserved for '$id', omitted from OpenAPI v2.\n"},{"path":[4,11,9,0],"span":[475,11,12]},{"path":[4,11,9,0,1],"span":[475,11,12]},{"path":[4,11,9,0,2],"span":[475,11,12]},{"path":[4,11,9],"span":[477,2,13],"leadingComments":" field 2 is reserved for '$schema', omitted from OpenAPI v2.\n"},{"path":[4,11,9,1],"span":[477,11,12]},{"path":[4,11,9,1,1],"span":[477,11,12]},{"path":[4,11,9,1,2],"span":[477,11,12]},{"path":[4,11,2,0],"span":[484,2,17],"leadingComments":" Ref is used to define an external reference to include in the message.\n This could be a fully qualified proto message reference, and that type must\n be imported into the protofile. If no message is identified, the Ref will\n be used verbatim in the output.\n For example:\n `ref: \".google.protobuf.Timestamp\"`.\n"},{"path":[4,11,2,0,5],"span":[484,2,8]},{"path":[4,11,2,0,1],"span":[484,9,12]},{"path":[4,11,2,0,3],"span":[484,15,16]},{"path":[4,11,9],"span":[486,2,13],"leadingComments":" field 4 is reserved for '$comment', omitted from OpenAPI v2.\n"},{"path":[4,11,9,2],"span":[486,11,12]},{"path":[4,11,9,2,1],"span":[486,11,12]},{"path":[4,11,9,2,2],"span":[486,11,12]},{"path":[4,11,2,1],"span":[488,2,19],"leadingComments":" The title of the schema.\n"},{"path":[4,11,2,1,5],"span":[488,2,8]},{"path":[4,11,2,1,1],"span":[488,9,14]},{"path":[4,11,2,1,3],"span":[488,17,18]},{"path":[4,11,2,2],"span":[490,2,25],"leadingComments":" A short description of the schema.\n"},{"path":[4,11,2,2,5],"span":[490,2,8]},{"path":[4,11,2,2,1],"span":[490,9,20]},{"path":[4,11,2,2,3],"span":[490,23,24]},{"path":[4,11,2,3],"span":[491,2,21]},{"path":[4,11,2,3,5],"span":[491,2,8]},{"path":[4,11,2,3,1],"span":[491,9,16]},{"path":[4,11,2,3,3],"span":[491,19,20]},{"path":[4,11,2,4],"span":[492,2,21]},{"path":[4,11,2,4,5],"span":[492,2,6]},{"path":[4,11,2,4,1],"span":[492,7,16]},{"path":[4,11,2,4,3],"span":[492,19,20]},{"path":[4,11,2,5],"span":[496,2,21],"leadingComments":" A free-form property to include a JSON example of this field. This is copied\n verbatim to the output swagger.json. Quotes must be escaped.\n This property is the same for 2.0 and 3.0.0 https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/3.0.0.md#schemaObject https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#schemaObject\n"},{"path":[4,11,2,5,5],"span":[496,2,8]},{"path":[4,11,2,5,1],"span":[496,9,16]},{"path":[4,11,2,5,3],"span":[496,19,20]},{"path":[4,11,2,6],"span":[497,2,26]},{"path":[4,11,2,6,5],"span":[497,2,8]},{"path":[4,11,2,6,1],"span":[497,9,20]},{"path":[4,11,2,6,3],"span":[497,23,25]},{"path":[4,11,2,7],"span":[500,2,22],"leadingComments":" Maximum represents an inclusive upper limit for a numeric instance. The\n value of MUST be a number,\n"},{"path":[4,11,2,7,5],"span":[500,2,8]},{"path":[4,11,2,7,1],"span":[500,9,16]},{"path":[4,11,2,7,3],"span":[500,19,21]},{"path":[4,11,2,8],"span":[501,2,30]},{"path":[4,11,2,8,5],"span":[501,2,6]},{"path":[4,11,2,8,1],"span":[501,7,24]},{"path":[4,11,2,8,3],"span":[501,27,29]},{"path":[4,11,2,9],"span":[504,2,22],"leadingComments":" minimum represents an inclusive lower limit for a numeric instance. The\n value of MUST be a number,\n"},{"path":[4,11,2,9,5],"span":[504,2,8]},{"path":[4,11,2,9,1],"span":[504,9,16]},{"path":[4,11,2,9,3],"span":[504,19,21]},{"path":[4,11,2,10],"span":[505,2,30]},{"path":[4,11,2,10,5],"span":[505,2,6]},{"path":[4,11,2,10,1],"span":[505,7,24]},{"path":[4,11,2,10,3],"span":[505,27,29]},{"path":[4,11,2,11],"span":[506,2,25]},{"path":[4,11,2,11,5],"span":[506,2,8]},{"path":[4,11,2,11,1],"span":[506,9,19]},{"path":[4,11,2,11,3],"span":[506,22,24]},{"path":[4,11,2,12],"span":[507,2,25]},{"path":[4,11,2,12,5],"span":[507,2,8]},{"path":[4,11,2,12,1],"span":[507,9,19]},{"path":[4,11,2,12,3],"span":[507,22,24]},{"path":[4,11,2,13],"span":[508,2,22]},{"path":[4,11,2,13,5],"span":[508,2,8]},{"path":[4,11,2,13,1],"span":[508,9,16]},{"path":[4,11,2,13,3],"span":[508,19,21]},{"path":[4,11,9],"span":[510,2,14],"leadingComments":" field 18 is reserved for 'additionalItems', omitted from OpenAPI v2.\n"},{"path":[4,11,9,3],"span":[510,11,13]},{"path":[4,11,9,3,1],"span":[510,11,13]},{"path":[4,11,9,3,2],"span":[510,11,13]},{"path":[4,11,9],"span":[513,2,14],"leadingComments":" field 19 is reserved for 'items', but in OpenAPI-specific way.\n TODO(ivucica): add 'items'?\n"},{"path":[4,11,9,4],"span":[513,11,13]},{"path":[4,11,9,4,1],"span":[513,11,13]},{"path":[4,11,9,4,2],"span":[513,11,13]},{"path":[4,11,2,14],"span":[514,2,24]},{"path":[4,11,2,14,5],"span":[514,2,8]},{"path":[4,11,2,14,1],"span":[514,9,18]},{"path":[4,11,2,14,3],"span":[514,21,23]},{"path":[4,11,2,15],"span":[515,2,24]},{"path":[4,11,2,15,5],"span":[515,2,8]},{"path":[4,11,2,15,1],"span":[515,9,18]},{"path":[4,11,2,15,3],"span":[515,21,23]},{"path":[4,11,2,16],"span":[516,2,25]},{"path":[4,11,2,16,5],"span":[516,2,6]},{"path":[4,11,2,16,1],"span":[516,7,19]},{"path":[4,11,2,16,3],"span":[516,22,24]},{"path":[4,11,9],"span":[518,2,14],"leadingComments":" field 23 is reserved for 'contains', omitted from OpenAPI v2.\n"},{"path":[4,11,9,5],"span":[518,11,13]},{"path":[4,11,9,5,1],"span":[518,11,13]},{"path":[4,11,9,5,2],"span":[518,11,13]},{"path":[4,11,2,17],"span":[519,2,29]},{"path":[4,11,2,17,5],"span":[519,2,8]},{"path":[4,11,2,17,1],"span":[519,9,23]},{"path":[4,11,2,17,3],"span":[519,26,28]},{"path":[4,11,2,18],"span":[520,2,29]},{"path":[4,11,2,18,5],"span":[520,2,8]},{"path":[4,11,2,18,1],"span":[520,9,23]},{"path":[4,11,2,18,3],"span":[520,26,28]},{"path":[4,11,2,19],"span":[521,2,32]},{"path":[4,11,2,19,4],"span":[521,2,10]},{"path":[4,11,2,19,5],"span":[521,11,17]},{"path":[4,11,2,19,1],"span":[521,18,26]},{"path":[4,11,2,19,3],"span":[521,29,31]},{"path":[4,11,9],"span":[524,2,14],"leadingComments":" field 27 is reserved for 'additionalProperties', but in OpenAPI-specific\n way. TODO(ivucica): add 'additionalProperties'?\n"},{"path":[4,11,9,6],"span":[524,11,13]},{"path":[4,11,9,6,1],"span":[524,11,13]},{"path":[4,11,9,6,2],"span":[524,11,13]},{"path":[4,11,9],"span":[526,2,14],"leadingComments":" field 28 is reserved for 'definitions', omitted from OpenAPI v2.\n"},{"path":[4,11,9,7],"span":[526,11,13]},{"path":[4,11,9,7,1],"span":[526,11,13]},{"path":[4,11,9,7,2],"span":[526,11,13]},{"path":[4,11,9],"span":[529,2,14],"leadingComments":" field 29 is reserved for 'properties', but in OpenAPI-specific way.\n TODO(ivucica): add 'additionalProperties'?\n"},{"path":[4,11,9,8],"span":[529,11,13]},{"path":[4,11,9,8,1],"span":[529,11,13]},{"path":[4,11,9,8,2],"span":[529,11,13]},{"path":[4,11,9],"span":[533,2,20],"leadingComments":" following fields are reserved, as the properties have been omitted from\n OpenAPI v2:\n patternProperties, dependencies, propertyNames, const\n"},{"path":[4,11,9,9],"span":[533,11,19]},{"path":[4,11,9,9,1],"span":[533,11,13]},{"path":[4,11,9,9,2],"span":[533,17,19]},{"path":[4,11,2,20],"span":[535,2,29],"leadingComments":" Items in 'array' must be unique.\n"},{"path":[4,11,2,20,4],"span":[535,2,10]},{"path":[4,11,2,20,5],"span":[535,11,17]},{"path":[4,11,2,20,1],"span":[535,18,23]},{"path":[4,11,2,20,3],"span":[535,26,28]},{"path":[4,11,4,0],"span":[537,2,546,3]},{"path":[4,11,4,0,1],"span":[537,7,28]},{"path":[4,11,4,0,2,0],"span":[538,4,16]},{"path":[4,11,4,0,2,0,1],"span":[538,4,11]},{"path":[4,11,4,0,2,0,2],"span":[538,14,15]},{"path":[4,11,4,0,2,1],"span":[539,4,14]},{"path":[4,11,4,0,2,1,1],"span":[539,4,9]},{"path":[4,11,4,0,2,1,2],"span":[539,12,13]},{"path":[4,11,4,0,2,2],"span":[540,4,16]},{"path":[4,11,4,0,2,2,1],"span":[540,4,11]},{"path":[4,11,4,0,2,2,2],"span":[540,14,15]},{"path":[4,11,4,0,2,3],"span":[541,4,16]},{"path":[4,11,4,0,2,3,1],"span":[541,4,11]},{"path":[4,11,4,0,2,3,2],"span":[541,14,15]},{"path":[4,11,4,0,2,4],"span":[542,4,13]},{"path":[4,11,4,0,2,4,1],"span":[542,4,8]},{"path":[4,11,4,0,2,4,2],"span":[542,11,12]},{"path":[4,11,4,0,2,5],"span":[543,4,15]},{"path":[4,11,4,0,2,5,1],"span":[543,4,10]},{"path":[4,11,4,0,2,5,2],"span":[543,13,14]},{"path":[4,11,4,0,2,6],"span":[544,4,15]},{"path":[4,11,4,0,2,6,1],"span":[544,4,10]},{"path":[4,11,4,0,2,6,2],"span":[544,13,14]},{"path":[4,11,4,0,2,7],"span":[545,4,15]},{"path":[4,11,4,0,2,7,1],"span":[545,4,10]},{"path":[4,11,4,0,2,7,2],"span":[545,13,14]},{"path":[4,11,2,21],"span":[548,2,43]},{"path":[4,11,2,21,4],"span":[548,2,10]},{"path":[4,11,2,21,6],"span":[548,11,32]},{"path":[4,11,2,21,1],"span":[548,33,37]},{"path":[4,11,2,21,3],"span":[548,40,42]},{"path":[4,11,2,22],"span":[550,2,21],"leadingComments":" `Format`\n"},{"path":[4,11,2,22,5],"span":[550,2,8]},{"path":[4,11,2,22,1],"span":[550,9,15]},{"path":[4,11,2,22,3],"span":[550,18,20]},{"path":[4,11,9],"span":[553,2,20],"leadingComments":" following fields are reserved, as the properties have been omitted from\n OpenAPI v2: contentMediaType, contentEncoding, if, then, else\n"},{"path":[4,11,9,10],"span":[553,11,19]},{"path":[4,11,9,10,1],"span":[553,11,13]},{"path":[4,11,9,10,2],"span":[553,17,19]},{"path":[4,11,9],"span":[556,2,14],"leadingComments":" field 42 is reserved for 'allOf', but in OpenAPI-specific way.\n TODO(ivucica): add 'allOf'?\n"},{"path":[4,11,9,11],"span":[556,11,13]},{"path":[4,11,9,11,1],"span":[556,11,13]},{"path":[4,11,9,11,2],"span":[556,11,13]},{"path":[4,11,9],"span":[560,2,20],"leadingComments":" following fields are reserved, as the properties have been omitted from\n OpenAPI v2:\n anyOf, oneOf, not\n"},{"path":[4,11,9,12],"span":[560,11,19]},{"path":[4,11,9,12,1],"span":[560,11,13]},{"path":[4,11,9,12,2],"span":[560,17,19]},{"path":[4,11,2,23],"span":[562,2,28],"leadingComments":" Items in `enum` must be unique https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.5.1\n"},{"path":[4,11,2,23,4],"span":[562,2,10]},{"path":[4,11,2,23,5],"span":[562,11,17]},{"path":[4,11,2,23,1],"span":[562,18,22]},{"path":[4,11,2,23,3],"span":[562,25,27]},{"path":[4,11,2,24],"span":[565,2,48],"leadingComments":" Additional field level properties used when generating the OpenAPI v2 file.\n"},{"path":[4,11,2,24,6],"span":[565,2,20]},{"path":[4,11,2,24,1],"span":[565,21,40]},{"path":[4,11,2,24,3],"span":[565,43,47]},{"path":[4,11,3,0],"span":[569,2,575,3],"leadingComments":" 'FieldConfiguration' provides additional field level properties used when generating the OpenAPI v2 file.\n These properties are not defined by OpenAPIv2, but they are used to control the generation.\n"},{"path":[4,11,3,0,1],"span":[569,10,28]},{"path":[4,11,3,0,2,0],"span":[574,4,32],"leadingComments":" Alternative parameter name when used as path parameter. If set, this will\n be used as the complete parameter name when this field is used as a path\n parameter. Use this to avoid having auto generated path parameter names\n for overlapping paths.\n"},{"path":[4,11,3,0,2,0,5],"span":[574,4,10]},{"path":[4,11,3,0,2,0,1],"span":[574,11,26]},{"path":[4,11,3,0,2,0,3],"span":[574,29,31]},{"path":[4,11,2,25],"span":[579,2,53],"leadingComments":" Custom properties that start with \"x-\" such as \"x-foo\" used to describe\n extra functionality that is not covered by the standard OpenAPI Specification.\n See: https://swagger.io/docs/specification/2-0/swagger-extensions/\n"},{"path":[4,11,2,25,6],"span":[579,2,36]},{"path":[4,11,2,25,1],"span":[579,37,47]},{"path":[4,11,2,25,3],"span":[579,50,52]},{"path":[4,12],"span":[586,0,600,1],"leadingComments":" `Tag` is a representation of OpenAPI v2 specification's Tag object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#tagObject\n\n"},{"path":[4,12,1],"span":[586,8,11]},{"path":[4,12,2,0],"span":[590,2,18],"leadingComments":" The name of the tag. Use it to allow override of the name of a\n global Tag object, then use that name to reference the tag throughout the\n OpenAPI file.\n"},{"path":[4,12,2,0,5],"span":[590,2,8]},{"path":[4,12,2,0,1],"span":[590,9,13]},{"path":[4,12,2,0,3],"span":[590,16,17]},{"path":[4,12,2,1],"span":[593,2,25],"leadingComments":" A short description for the tag. GFM syntax can be used for rich text\n representation.\n"},{"path":[4,12,2,1,5],"span":[593,2,8]},{"path":[4,12,2,1,1],"span":[593,9,20]},{"path":[4,12,2,1,3],"span":[593,23,24]},{"path":[4,12,2,2],"span":[595,2,42],"leadingComments":" Additional external documentation for this tag.\n"},{"path":[4,12,2,2,6],"span":[595,2,23]},{"path":[4,12,2,2,1],"span":[595,24,37]},{"path":[4,12,2,2,3],"span":[595,40,41]},{"path":[4,12,2,3],"span":[599,2,52],"leadingComments":" Custom properties that start with \"x-\" such as \"x-foo\" used to describe\n extra functionality that is not covered by the standard OpenAPI Specification.\n See: https://swagger.io/docs/specification/2-0/swagger-extensions/\n"},{"path":[4,12,2,3,6],"span":[599,2,36]},{"path":[4,12,2,3,1],"span":[599,37,47]},{"path":[4,12,2,3,3],"span":[599,50,51]},{"path":[4,13],"span":[610,0,614,1],"leadingComments":" `SecurityDefinitions` is a representation of OpenAPI v2 specification's\n Security Definitions object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#securityDefinitionsObject\n\n A declaration of the security schemes available to be used in the\n specification. This does not enforce the security schemes on the operations\n and only serves to provide the relevant details for each scheme.\n"},{"path":[4,13,1],"span":[610,8,27]},{"path":[4,13,2,0],"span":[613,2,43],"leadingComments":" A single security scheme definition, mapping a \"name\" to the scheme it\n defines.\n"},{"path":[4,13,2,0,6],"span":[613,2,29]},{"path":[4,13,2,0,1],"span":[613,30,38]},{"path":[4,13,2,0,3],"span":[613,41,42]},{"path":[4,14],"span":[625,0,683,1],"leadingComments":" `SecurityScheme` is a representation of OpenAPI v2 specification's\n Security Scheme object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#securitySchemeObject\n\n Allows the definition of a security scheme that can be used by the\n operations. Supported schemes are basic authentication, an API key (either as\n a header or as a query parameter) and OAuth2's common flows (implicit,\n password, application and access code).\n"},{"path":[4,14,1],"span":[625,8,22]},{"path":[4,14,4,0],"span":[628,2,633,3],"leadingComments":" The type of the security scheme. Valid values are \"basic\",\n \"apiKey\" or \"oauth2\".\n"},{"path":[4,14,4,0,1],"span":[628,7,11]},{"path":[4,14,4,0,2,0],"span":[629,4,21]},{"path":[4,14,4,0,2,0,1],"span":[629,4,16]},{"path":[4,14,4,0,2,0,2],"span":[629,19,20]},{"path":[4,14,4,0,2,1],"span":[630,4,19]},{"path":[4,14,4,0,2,1,1],"span":[630,4,14]},{"path":[4,14,4,0,2,1,2],"span":[630,17,18]},{"path":[4,14,4,0,2,2],"span":[631,4,21]},{"path":[4,14,4,0,2,2,1],"span":[631,4,16]},{"path":[4,14,4,0,2,2,2],"span":[631,19,20]},{"path":[4,14,4,0,2,3],"span":[632,4,20]},{"path":[4,14,4,0,2,3,1],"span":[632,4,15]},{"path":[4,14,4,0,2,3,2],"span":[632,18,19]},{"path":[4,14,4,1],"span":[636,2,640,3],"leadingComments":" The location of the API key. Valid values are \"query\" or \"header\".\n"},{"path":[4,14,4,1,1],"span":[636,7,9]},{"path":[4,14,4,1,2,0],"span":[637,4,19]},{"path":[4,14,4,1,2,0,1],"span":[637,4,14]},{"path":[4,14,4,1,2,0,2],"span":[637,17,18]},{"path":[4,14,4,1,2,1],"span":[638,4,17]},{"path":[4,14,4,1,2,1,1],"span":[638,4,12]},{"path":[4,14,4,1,2,1,2],"span":[638,15,16]},{"path":[4,14,4,1,2,2],"span":[639,4,18]},{"path":[4,14,4,1,2,2,1],"span":[639,4,13]},{"path":[4,14,4,1,2,2,2],"span":[639,16,17]},{"path":[4,14,4,2],"span":[644,2,650,3],"leadingComments":" The flow used by the OAuth2 security scheme. Valid values are\n \"implicit\", \"password\", \"application\" or \"accessCode\".\n"},{"path":[4,14,4,2,1],"span":[644,7,11]},{"path":[4,14,4,2,2,0],"span":[645,4,21]},{"path":[4,14,4,2,2,0,1],"span":[645,4,16]},{"path":[4,14,4,2,2,0,2],"span":[645,19,20]},{"path":[4,14,4,2,2,1],"span":[646,4,22]},{"path":[4,14,4,2,2,1,1],"span":[646,4,17]},{"path":[4,14,4,2,2,1,2],"span":[646,20,21]},{"path":[4,14,4,2,2,2],"span":[647,4,22]},{"path":[4,14,4,2,2,2,1],"span":[647,4,17]},{"path":[4,14,4,2,2,2,2],"span":[647,20,21]},{"path":[4,14,4,2,2,3],"span":[648,4,25]},{"path":[4,14,4,2,2,3,1],"span":[648,4,20]},{"path":[4,14,4,2,2,3,2],"span":[648,23,24]},{"path":[4,14,4,2,2,4],"span":[649,4,25]},{"path":[4,14,4,2,2,4,1],"span":[649,4,20]},{"path":[4,14,4,2,2,4,2],"span":[649,23,24]},{"path":[4,14,2,0],"span":[654,2,16],"leadingComments":" The type of the security scheme. Valid values are \"basic\",\n \"apiKey\" or \"oauth2\".\n"},{"path":[4,14,2,0,6],"span":[654,2,6]},{"path":[4,14,2,0,1],"span":[654,7,11]},{"path":[4,14,2,0,3],"span":[654,14,15]},{"path":[4,14,2,1],"span":[656,2,25],"leadingComments":" A short description for security scheme.\n"},{"path":[4,14,2,1,5],"span":[656,2,8]},{"path":[4,14,2,1,1],"span":[656,9,20]},{"path":[4,14,2,1,3],"span":[656,23,24]},{"path":[4,14,2,2],"span":[659,2,18],"leadingComments":" The name of the header or query parameter to be used.\n Valid for apiKey.\n"},{"path":[4,14,2,2,5],"span":[659,2,8]},{"path":[4,14,2,2,1],"span":[659,9,13]},{"path":[4,14,2,2,3],"span":[659,16,17]},{"path":[4,14,2,3],"span":[663,2,12],"leadingComments":" The location of the API key. Valid values are \"query\" or\n \"header\".\n Valid for apiKey.\n"},{"path":[4,14,2,3,6],"span":[663,2,4]},{"path":[4,14,2,3,1],"span":[663,5,7]},{"path":[4,14,2,3,3],"span":[663,10,11]},{"path":[4,14,2,4],"span":[667,2,16],"leadingComments":" The flow used by the OAuth2 security scheme. Valid values are\n \"implicit\", \"password\", \"application\" or \"accessCode\".\n Valid for oauth2.\n"},{"path":[4,14,2,4,6],"span":[667,2,6]},{"path":[4,14,2,4,1],"span":[667,7,11]},{"path":[4,14,2,4,3],"span":[667,14,15]},{"path":[4,14,2,5],"span":[671,2,31],"leadingComments":" The authorization URL to be used for this flow. This SHOULD be in\n the form of a URL.\n Valid for oauth2/implicit and oauth2/accessCode.\n"},{"path":[4,14,2,5,5],"span":[671,2,8]},{"path":[4,14,2,5,1],"span":[671,9,26]},{"path":[4,14,2,5,3],"span":[671,29,30]},{"path":[4,14,2,6],"span":[675,2,23],"leadingComments":" The token URL to be used for this flow. This SHOULD be in the\n form of a URL.\n Valid for oauth2/password, oauth2/application and oauth2/accessCode.\n"},{"path":[4,14,2,6,5],"span":[675,2,8]},{"path":[4,14,2,6,1],"span":[675,9,18]},{"path":[4,14,2,6,3],"span":[675,21,22]},{"path":[4,14,2,7],"span":[678,2,20],"leadingComments":" The available scopes for the OAuth2 security scheme.\n Valid for oauth2.\n"},{"path":[4,14,2,7,6],"span":[678,2,8]},{"path":[4,14,2,7,1],"span":[678,9,15]},{"path":[4,14,2,7,3],"span":[678,18,19]},{"path":[4,14,2,8],"span":[682,2,52],"leadingComments":" Custom properties that start with \"x-\" such as \"x-foo\" used to describe\n extra functionality that is not covered by the standard OpenAPI Specification.\n See: https://swagger.io/docs/specification/2-0/swagger-extensions/\n"},{"path":[4,14,2,8,6],"span":[682,2,36]},{"path":[4,14,2,8,1],"span":[682,37,47]},{"path":[4,14,2,8,3],"span":[682,50,51]},{"path":[4,15],"span":[696,0,708,1],"leadingComments":" `SecurityRequirement` is a representation of OpenAPI v2 specification's\n Security Requirement object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#securityRequirementObject\n\n Lists the required security schemes to execute this operation. The object can\n have multiple security schemes declared in it which are all required (that\n is, there is a logical AND between the schemes).\n\n The name used for each property MUST correspond to a security scheme\n declared in the Security Definitions.\n"},{"path":[4,15,1],"span":[696,8,27]},{"path":[4,15,3,0],"span":[700,2,702,3],"leadingComments":" If the security scheme is of type \"oauth2\", then the value is a list of\n scope names required for the execution. For other security scheme types,\n the array MUST be empty.\n"},{"path":[4,15,3,0,1],"span":[700,10,34]},{"path":[4,15,3,0,2,0],"span":[701,4,30]},{"path":[4,15,3,0,2,0,4],"span":[701,4,12]},{"path":[4,15,3,0,2,0,5],"span":[701,13,19]},{"path":[4,15,3,0,2,0,1],"span":[701,20,25]},{"path":[4,15,3,0,2,0,3],"span":[701,28,29]},{"path":[4,15,2,0],"span":[707,2,65],"leadingComments":" Each name must correspond to a security scheme which is declared in\n the Security Definitions. If the security scheme is of type \"oauth2\",\n then the value is a list of scope names required for the execution.\n For other security scheme types, the array MUST be empty.\n"},{"path":[4,15,2,0,6],"span":[707,2,39]},{"path":[4,15,2,0,1],"span":[707,40,60]},{"path":[4,15,2,0,3],"span":[707,63,64]},{"path":[4,16],"span":[715,0,719,1],"leadingComments":" `Scopes` is a representation of OpenAPI v2 specification's Scopes object.\n\n See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#scopesObject\n\n Lists the available scopes for an OAuth2 security scheme.\n"},{"path":[4,16,1],"span":[715,8,14]},{"path":[4,16,2,0],"span":[718,2,32],"leadingComments":" Maps between a name of a scope to a short description of it (as the value\n of the property).\n"},{"path":[4,16,2,0,6],"span":[718,2,21]},{"path":[4,16,2,0,1],"span":[718,22,27]},{"path":[4,16,2,0,3],"span":[718,30,31]}]},"syntax":"proto3","bufExtension":{"isImport":true,"moduleInfo":{"name":{"remote":"buf.build","owner":"grpc-ecosystem","repository":"grpc-gateway"},"commit":"a1ecdc58eccd49aa8bea2a7a9022dc27"},"isSyntaxUnspecified":false}},{"name":"protoc-gen-openapiv2/options/annotations.proto","package":"grpc.gateway.protoc_gen_openapiv2.options","dependency":["google/protobuf/descriptor.proto","protoc-gen-openapiv2/options/openapiv2.proto"],"extension":[{"name":"openapiv2_swagger","number":1042,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Swagger","extendee":".google.protobuf.FileOptions","jsonName":"openapiv2Swagger"},{"name":"openapiv2_operation","number":1042,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Operation","extendee":".google.protobuf.MethodOptions","jsonName":"openapiv2Operation"},{"name":"openapiv2_schema","number":1042,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Schema","extendee":".google.protobuf.MessageOptions","jsonName":"openapiv2Schema"},{"name":"openapiv2_tag","number":1042,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.Tag","extendee":".google.protobuf.ServiceOptions","jsonName":"openapiv2Tag"},{"name":"openapiv2_field","number":1042,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".grpc.gateway.protoc_gen_openapiv2.options.JSONSchema","extendee":".google.protobuf.FieldOptions","jsonName":"openapiv2Field"}],"options":{"goPackage":"github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2/options"},"sourceCodeInfo":{"location":[{"span":[0,0,43,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,50]},{"path":[3,0],"span":[4,0,42]},{"path":[3,1],"span":[5,0,54]},{"path":[8],"span":[7,0,93]},{"path":[8,11],"span":[7,0,93]},{"path":[7],"span":[9,0,15,1]},{"path":[7,0],"span":[14,2,35],"leadingComments":" ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.\n\n All IDs are the same, as assigned. It is okay that they are the same, as they extend\n different descriptor messages.\n"},{"path":[7,0,2],"span":[9,7,34]},{"path":[7,0,6],"span":[14,2,9]},{"path":[7,0,1],"span":[14,10,27]},{"path":[7,0,3],"span":[14,30,34]},{"path":[7],"span":[16,0,22,1]},{"path":[7,1],"span":[21,2,39],"leadingComments":" ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.\n\n All IDs are the same, as assigned. It is okay that they are the same, as they extend\n different descriptor messages.\n"},{"path":[7,1,2],"span":[16,7,36]},{"path":[7,1,6],"span":[21,2,11]},{"path":[7,1,1],"span":[21,12,31]},{"path":[7,1,3],"span":[21,34,38]},{"path":[7],"span":[23,0,29,1]},{"path":[7,2],"span":[28,2,33],"leadingComments":" ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.\n\n All IDs are the same, as assigned. It is okay that they are the same, as they extend\n different descriptor messages.\n"},{"path":[7,2,2],"span":[23,7,37]},{"path":[7,2,6],"span":[28,2,8]},{"path":[7,2,1],"span":[28,9,25]},{"path":[7,2,3],"span":[28,28,32]},{"path":[7],"span":[30,0,36,1]},{"path":[7,3],"span":[35,2,27],"leadingComments":" ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.\n\n All IDs are the same, as assigned. It is okay that they are the same, as they extend\n different descriptor messages.\n"},{"path":[7,3,2],"span":[30,7,37]},{"path":[7,3,6],"span":[35,2,5]},{"path":[7,3,1],"span":[35,6,19]},{"path":[7,3,3],"span":[35,22,26]},{"path":[7],"span":[37,0,43,1]},{"path":[7,4],"span":[42,2,36],"leadingComments":" ID assigned by protobuf-global-extension-registry@google.com for gRPC-Gateway project.\n\n All IDs are the same, as assigned. It is okay that they are the same, as they extend\n different descriptor messages.\n"},{"path":[7,4,2],"span":[37,7,35]},{"path":[7,4,6],"span":[42,2,12]},{"path":[7,4,1],"span":[42,13,28]},{"path":[7,4,3],"span":[42,31,35]}]},"syntax":"proto3","bufExtension":{"isImport":true,"moduleInfo":{"name":{"remote":"buf.build","owner":"grpc-ecosystem","repository":"grpc-gateway"},"commit":"a1ecdc58eccd49aa8bea2a7a9022dc27"},"isSyntaxUnspecified":false}},{"name":"grpc_web/v1/grpc_api.proto","package":"grpc_web.v1","dependency":["google/api/annotations.proto","google/api/field_behavior.proto","google/protobuf/empty.proto","domain/link/v1/link.proto","protoc-gen-openapiv2/options/annotations.proto"],"messageType":[{"name":"GetLinksRequest","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link","options":{"[google.api.field_behavior]":["REQUIRED"],"[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]":{"description":"Link hash","example":"{\"hash\": \"1234567890\"}"}}},{"name":"filter","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"filter","options":{"[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]":{"description":"Filter by link"}}}]},{"name":"GetLinksResponse","field":[{"name":"links","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"links","options":{"[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]":{"description":"Links"}}}]},{"name":"GetLinkRequest","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link","options":{"[google.api.field_behavior]":["REQUIRED"],"[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]":{"description":"Link hash","example":"{\"hash\": \"1234567890\"}"}}}]},{"name":"GetLinkResponse","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link","options":{"[google.api.field_behavior]":["REQUIRED"],"[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]":{"description":"Link hash","example":"{\"hash\": \"1234567890\"}"}}}]},{"name":"CreateLinkRequest","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link","options":{"[google.api.field_behavior]":["REQUIRED"],"[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]":{"description":"Link hash","example":"{\"hash\": \"1234567890\"}"}}}]},{"name":"CreateLinkResponse","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link","options":{"[google.api.field_behavior]":["REQUIRED"],"[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]":{"description":"Link hash","example":"{\"hash\": \"1234567890\"}"}}}]},{"name":"DeleteLinkRequest","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link","options":{"[google.api.field_behavior]":["REQUIRED"],"[grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field]":{"description":"Link hash","example":"{\"hash\": \"1234567890\"}"}}}]}],"service":[{"name":"LinkService","method":[{"name":"GetLinks","inputType":".grpc_web.v1.GetLinksRequest","outputType":".grpc_web.v1.GetLinksResponse","options":{"[google.api.http]":{"get":"/api/links"}}},{"name":"GetLink","inputType":".grpc_web.v1.GetLinkRequest","outputType":".grpc_web.v1.GetLinkResponse","options":{"[google.api.http]":{"get":"/api/link/{link.hash}"}}},{"name":"CreateLink","inputType":".grpc_web.v1.CreateLinkRequest","outputType":".grpc_web.v1.CreateLinkResponse","options":{"[google.api.http]":{"post":"/api","body":"*"}}},{"name":"DeleteLink","inputType":".grpc_web.v1.DeleteLinkRequest","outputType":".google.protobuf.Empty","options":{"[google.api.http]":{"delete":"/api/{link.hash}"}}}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/api/application/grpc_web/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,108,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[3,0,20],"leadingComments":" buf:lint:ignore\n"},{"path":[8],"span":[5,0,103]},{"path":[8,11],"span":[5,0,103]},{"path":[3,0],"span":[7,0,38]},{"path":[3,1],"span":[8,0,41]},{"path":[3,2],"span":[9,0,37]},{"path":[3,3],"span":[10,0,35]},{"path":[3,4],"span":[11,0,56]},{"path":[6,0],"span":[13,0,38,1]},{"path":[6,0,1],"span":[13,8,19]},{"path":[6,0,2,0],"span":[14,2,18,5]},{"path":[6,0,2,0,1],"span":[14,6,14]},{"path":[6,0,2,0,2],"span":[14,15,30]},{"path":[6,0,2,0,3],"span":[14,41,57]},{"path":[6,0,2,0,4],"span":[15,4,17,8]},{"path":[6,0,2,0,4,72295728],"span":[15,4,17,8]},{"path":[6,0,2,1],"span":[20,4,24,5]},{"path":[6,0,2,1,1],"span":[20,8,15]},{"path":[6,0,2,1,2],"span":[20,16,30]},{"path":[6,0,2,1,3],"span":[20,41,56]},{"path":[6,0,2,1,4],"span":[21,8,23,8]},{"path":[6,0,2,1,4,72295728],"span":[21,8,23,8]},{"path":[6,0,2,2],"span":[26,4,31,5]},{"path":[6,0,2,2,1],"span":[26,8,18]},{"path":[6,0,2,2,2],"span":[26,19,36]},{"path":[6,0,2,2,3],"span":[26,47,65]},{"path":[6,0,2,2,4],"span":[27,8,30,8]},{"path":[6,0,2,2,4,72295728],"span":[27,8,30,8]},{"path":[6,0,2,3],"span":[33,4,37,5]},{"path":[6,0,2,3,1],"span":[33,8,18]},{"path":[6,0,2,3,2],"span":[33,19,36]},{"path":[6,0,2,3,3],"span":[33,47,68]},{"path":[6,0,2,3,4],"span":[34,8,36,8]},{"path":[6,0,2,3,4,72295728],"span":[34,8,36,8]},{"path":[4,0],"span":[40,0,52,1]},{"path":[4,0,1],"span":[40,8,23]},{"path":[4,0,2,0],"span":[41,2,47,4]},{"path":[4,0,2,0,6],"span":[41,2,21]},{"path":[4,0,2,0,1],"span":[41,22,26]},{"path":[4,0,2,0,3],"span":[41,29,30]},{"path":[4,0,2,0,8],"span":[41,31,47,3]},{"path":[4,0,2,0,8,1042],"span":[42,4,45,5]},{"path":[4,0,2,0,8,1052,0],"span":[46,4,42]},{"path":[4,0,2,1],"span":[49,2,51,5]},{"path":[4,0,2,1,5],"span":[49,2,8]},{"path":[4,0,2,1,1],"span":[49,9,15]},{"path":[4,0,2,1,3],"span":[49,18,19]},{"path":[4,0,2,1,8],"span":[49,20,51,4]},{"path":[4,0,2,1,8,1042],"span":[49,21,51,3]},{"path":[4,1],"span":[54,0,58,1]},{"path":[4,1,1],"span":[54,8,24]},{"path":[4,1,2,0],"span":[55,2,57,5]},{"path":[4,1,2,0,4],"span":[55,2,10]},{"path":[4,1,2,0,6],"span":[55,11,30]},{"path":[4,1,2,0,1],"span":[55,31,36]},{"path":[4,1,2,0,3],"span":[55,39,40]},{"path":[4,1,2,0,8],"span":[55,41,57,4]},{"path":[4,1,2,0,8,1042],"span":[55,42,57,3]},{"path":[4,2],"span":[60,0,68,1]},{"path":[4,2,1],"span":[60,8,22]},{"path":[4,2,2,0],"span":[61,2,67,4]},{"path":[4,2,2,0,6],"span":[61,2,21]},{"path":[4,2,2,0,1],"span":[61,22,26]},{"path":[4,2,2,0,3],"span":[61,29,30]},{"path":[4,2,2,0,8],"span":[61,31,67,3]},{"path":[4,2,2,0,8,1042],"span":[62,4,65,5]},{"path":[4,2,2,0,8,1052,0],"span":[66,4,42]},{"path":[4,3],"span":[70,0,78,1]},{"path":[4,3,1],"span":[70,8,23]},{"path":[4,3,2,0],"span":[71,2,77,4]},{"path":[4,3,2,0,6],"span":[71,2,21]},{"path":[4,3,2,0,1],"span":[71,22,26]},{"path":[4,3,2,0,3],"span":[71,29,30]},{"path":[4,3,2,0,8],"span":[71,31,77,3]},{"path":[4,3,2,0,8,1042],"span":[72,4,75,5]},{"path":[4,3,2,0,8,1052,0],"span":[76,4,42]},{"path":[4,4],"span":[80,0,88,1]},{"path":[4,4,1],"span":[80,8,25]},{"path":[4,4,2,0],"span":[81,2,87,4]},{"path":[4,4,2,0,6],"span":[81,2,21]},{"path":[4,4,2,0,1],"span":[81,22,26]},{"path":[4,4,2,0,3],"span":[81,29,30]},{"path":[4,4,2,0,8],"span":[81,31,87,3]},{"path":[4,4,2,0,8,1042],"span":[82,4,85,5]},{"path":[4,4,2,0,8,1052,0],"span":[86,4,42]},{"path":[4,5],"span":[90,0,98,1]},{"path":[4,5,1],"span":[90,8,26]},{"path":[4,5,2,0],"span":[91,2,97,4]},{"path":[4,5,2,0,6],"span":[91,2,21]},{"path":[4,5,2,0,1],"span":[91,22,26]},{"path":[4,5,2,0,3],"span":[91,29,30]},{"path":[4,5,2,0,8],"span":[91,31,97,3]},{"path":[4,5,2,0,8,1042],"span":[92,4,95,5]},{"path":[4,5,2,0,8,1052,0],"span":[96,4,42]},{"path":[4,6],"span":[100,0,108,1]},{"path":[4,6,1],"span":[100,8,25]},{"path":[4,6,2,0],"span":[101,2,107,4]},{"path":[4,6,2,0,6],"span":[101,2,21]},{"path":[4,6,2,0,1],"span":[101,22,26]},{"path":[4,6,2,0,3],"span":[101,29,30]},{"path":[4,6,2,0,8],"span":[101,31,107,3]},{"path":[4,6,2,0,8,1042],"span":[102,4,105,5]},{"path":[4,6,2,0,8,1052,0],"span":[106,4,42]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"infrastructure/api/rpc/order/v1/order_rpc.proto","package":"infrastructure.api.rpc.order.v1","dependency":["google/protobuf/empty.proto","domain/billing/order/v1/order.proto"],"messageType":[{"name":"OrderHistoryResponse","field":[{"name":"list","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".domain.billing.order.v1.Order","jsonName":"list"}]},{"name":"OrderCreateRequest","field":[{"name":"order","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.order.v1.Order","jsonName":"order"}]},{"name":"OrderCreateResponse","field":[{"name":"order","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.order.v1.Order","jsonName":"order"}]},{"name":"OrderUpdateRequest","field":[{"name":"order","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.order.v1.Order","jsonName":"order"}]},{"name":"OrderUpdateResponse","field":[{"name":"order","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.order.v1.Order","jsonName":"order"}]},{"name":"OrderCloseRequest","field":[{"name":"order","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.order.v1.Order","jsonName":"order"}]},{"name":"OrderCloseResponse","field":[{"name":"order","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.order.v1.Order","jsonName":"order"}]},{"name":"OrderApproveRequest","field":[{"name":"order","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.order.v1.Order","jsonName":"order"}]},{"name":"OrderApproveResponse","field":[{"name":"order","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.order.v1.Order","jsonName":"order"}]}],"service":[{"name":"OrderService","method":[{"name":"OrderHistory","inputType":".google.protobuf.Empty","outputType":".infrastructure.api.rpc.order.v1.OrderHistoryResponse","options":{}},{"name":"OrderCreate","inputType":".infrastructure.api.rpc.order.v1.OrderCreateRequest","outputType":".infrastructure.api.rpc.order.v1.OrderCreateResponse","options":{}},{"name":"OrderUpdate","inputType":".infrastructure.api.rpc.order.v1.OrderUpdateRequest","outputType":".infrastructure.api.rpc.order.v1.OrderUpdateResponse","options":{}},{"name":"OrderClose","inputType":".infrastructure.api.rpc.order.v1.OrderCloseRequest","outputType":".infrastructure.api.rpc.order.v1.OrderCloseResponse","options":{}},{"name":"OrderApprove","inputType":".infrastructure.api.rpc.order.v1.OrderApproveRequest","outputType":".infrastructure.api.rpc.order.v1.OrderApproveResponse","options":{}}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/billing/infrastructure/order_rpc"},"sourceCodeInfo":{"location":[{"span":[0,0,51,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,40]},{"path":[8],"span":[4,0,99]},{"path":[8,11],"span":[4,0,99]},{"path":[3,0],"span":[6,0,37]},{"path":[3,1],"span":[7,0,45]},{"path":[6,0],"span":[9,0,15,1]},{"path":[6,0,1],"span":[9,8,20]},{"path":[6,0,2,0],"span":[10,2,74]},{"path":[6,0,2,0,1],"span":[10,6,18]},{"path":[6,0,2,0,2],"span":[10,19,40]},{"path":[6,0,2,0,3],"span":[10,50,70]},{"path":[6,0,2,1],"span":[11,2,69]},{"path":[6,0,2,1,1],"span":[11,6,17]},{"path":[6,0,2,1,2],"span":[11,18,36]},{"path":[6,0,2,1,3],"span":[11,46,65]},{"path":[6,0,2,2],"span":[12,2,69]},{"path":[6,0,2,2,1],"span":[12,6,17]},{"path":[6,0,2,2,2],"span":[12,18,36]},{"path":[6,0,2,2,3],"span":[12,46,65]},{"path":[6,0,2,3],"span":[13,2,66]},{"path":[6,0,2,3,1],"span":[13,6,16]},{"path":[6,0,2,3,2],"span":[13,17,34]},{"path":[6,0,2,3,3],"span":[13,44,62]},{"path":[6,0,2,4],"span":[14,2,72]},{"path":[6,0,2,4,1],"span":[14,6,18]},{"path":[6,0,2,4,2],"span":[14,19,38]},{"path":[6,0,2,4,3],"span":[14,48,68]},{"path":[4,0],"span":[17,0,19,1]},{"path":[4,0,1],"span":[17,8,28]},{"path":[4,0,2,0],"span":[18,2,50]},{"path":[4,0,2,0,4],"span":[18,2,10]},{"path":[4,0,2,0,6],"span":[18,11,40]},{"path":[4,0,2,0,1],"span":[18,41,45]},{"path":[4,0,2,0,3],"span":[18,48,49]},{"path":[4,1],"span":[21,0,23,1]},{"path":[4,1,1],"span":[21,8,26]},{"path":[4,1,2,0],"span":[22,2,42]},{"path":[4,1,2,0,6],"span":[22,2,31]},{"path":[4,1,2,0,1],"span":[22,32,37]},{"path":[4,1,2,0,3],"span":[22,40,41]},{"path":[4,2],"span":[25,0,27,1]},{"path":[4,2,1],"span":[25,8,27]},{"path":[4,2,2,0],"span":[26,2,42]},{"path":[4,2,2,0,6],"span":[26,2,31]},{"path":[4,2,2,0,1],"span":[26,32,37]},{"path":[4,2,2,0,3],"span":[26,40,41]},{"path":[4,3],"span":[29,0,31,1]},{"path":[4,3,1],"span":[29,8,26]},{"path":[4,3,2,0],"span":[30,2,42]},{"path":[4,3,2,0,6],"span":[30,2,31]},{"path":[4,3,2,0,1],"span":[30,32,37]},{"path":[4,3,2,0,3],"span":[30,40,41]},{"path":[4,4],"span":[33,0,35,1]},{"path":[4,4,1],"span":[33,8,27]},{"path":[4,4,2,0],"span":[34,2,42]},{"path":[4,4,2,0,6],"span":[34,2,31]},{"path":[4,4,2,0,1],"span":[34,32,37]},{"path":[4,4,2,0,3],"span":[34,40,41]},{"path":[4,5],"span":[37,0,39,1]},{"path":[4,5,1],"span":[37,8,25]},{"path":[4,5,2,0],"span":[38,2,42]},{"path":[4,5,2,0,6],"span":[38,2,31]},{"path":[4,5,2,0,1],"span":[38,32,37]},{"path":[4,5,2,0,3],"span":[38,40,41]},{"path":[4,6],"span":[41,0,43,1]},{"path":[4,6,1],"span":[41,8,26]},{"path":[4,6,2,0],"span":[42,2,42]},{"path":[4,6,2,0,6],"span":[42,2,31]},{"path":[4,6,2,0,1],"span":[42,32,37]},{"path":[4,6,2,0,3],"span":[42,40,41]},{"path":[4,7],"span":[45,0,47,1]},{"path":[4,7,1],"span":[45,8,27]},{"path":[4,7,2,0],"span":[46,2,42]},{"path":[4,7,2,0,6],"span":[46,2,31]},{"path":[4,7,2,0,1],"span":[46,32,37]},{"path":[4,7,2,0,3],"span":[46,40,41]},{"path":[4,8],"span":[49,0,51,1]},{"path":[4,8,1],"span":[49,8,28]},{"path":[4,8,2,0],"span":[50,2,42]},{"path":[4,8,2,0,6],"span":[50,2,31]},{"path":[4,8,2,0,1],"span":[50,32,37]},{"path":[4,8,2,0,3],"span":[50,40,41]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"infrastructure/api/rpc/payment/v1/billing_rpc.proto","package":"infrastructure.api.rpc.payment.v1","dependency":["google/protobuf/empty.proto","domain/billing/payment/v1/payment.proto"],"messageType":[{"name":"PaymentRequest","field":[{"name":"payment","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.payment.v1.Payment","jsonName":"payment"}]},{"name":"PaymentResponse","field":[{"name":"payment","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.payment.v1.Payment","jsonName":"payment"}]},{"name":"PaymentsResponse","field":[{"name":"list","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".domain.billing.payment.v1.Payment","jsonName":"list"}]},{"name":"PaymentCreateRequest","field":[{"name":"payment","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.payment.v1.Payment","jsonName":"payment"}]},{"name":"PaymentCreateResponse","field":[{"name":"payment","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.payment.v1.Payment","jsonName":"payment"}]},{"name":"PaymentCloseRequest","field":[{"name":"payment","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.payment.v1.Payment","jsonName":"payment"}]},{"name":"PaymentCloseResponse","field":[{"name":"payment","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.payment.v1.Payment","jsonName":"payment"}]}],"service":[{"name":"PaymentService","method":[{"name":"Payment","inputType":".infrastructure.api.rpc.payment.v1.PaymentRequest","outputType":".infrastructure.api.rpc.payment.v1.PaymentResponse","options":{}},{"name":"Payments","inputType":".google.protobuf.Empty","outputType":".infrastructure.api.rpc.payment.v1.PaymentsResponse","options":{}},{"name":"PaymentCreate","inputType":".infrastructure.api.rpc.payment.v1.PaymentCreateRequest","outputType":".infrastructure.api.rpc.payment.v1.PaymentCreateResponse","options":{}},{"name":"PaymentClose","inputType":".infrastructure.api.rpc.payment.v1.PaymentCloseRequest","outputType":".infrastructure.api.rpc.payment.v1.PaymentCloseResponse","options":{}}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/billing/infrastructure/payment_rpc"},"sourceCodeInfo":{"location":[{"span":[0,0,42,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,42]},{"path":[8],"span":[4,0,101]},{"path":[8,11],"span":[4,0,101]},{"path":[3,0],"span":[6,0,37]},{"path":[3,1],"span":[7,0,49]},{"path":[6,0],"span":[9,0,14,1]},{"path":[6,0,1],"span":[9,8,22]},{"path":[6,0,2,0],"span":[10,2,57]},{"path":[6,0,2,0,1],"span":[10,6,13]},{"path":[6,0,2,0,2],"span":[10,14,28]},{"path":[6,0,2,0,3],"span":[10,38,53]},{"path":[6,0,2,1],"span":[11,2,66]},{"path":[6,0,2,1,1],"span":[11,6,14]},{"path":[6,0,2,1,2],"span":[11,15,36]},{"path":[6,0,2,1,3],"span":[11,46,62]},{"path":[6,0,2,2],"span":[12,2,75]},{"path":[6,0,2,2,1],"span":[12,6,19]},{"path":[6,0,2,2,2],"span":[12,20,40]},{"path":[6,0,2,2,3],"span":[12,50,71]},{"path":[6,0,2,3],"span":[13,2,72]},{"path":[6,0,2,3,1],"span":[13,6,18]},{"path":[6,0,2,3,2],"span":[13,19,38]},{"path":[6,0,2,3,3],"span":[13,48,68]},{"path":[4,0],"span":[16,0,18,1]},{"path":[4,0,1],"span":[16,8,22]},{"path":[4,0,2,0],"span":[17,2,48]},{"path":[4,0,2,0,6],"span":[17,2,35]},{"path":[4,0,2,0,1],"span":[17,36,43]},{"path":[4,0,2,0,3],"span":[17,46,47]},{"path":[4,1],"span":[20,0,22,1]},{"path":[4,1,1],"span":[20,8,23]},{"path":[4,1,2,0],"span":[21,2,48]},{"path":[4,1,2,0,6],"span":[21,2,35]},{"path":[4,1,2,0,1],"span":[21,36,43]},{"path":[4,1,2,0,3],"span":[21,46,47]},{"path":[4,2],"span":[24,0,26,1]},{"path":[4,2,1],"span":[24,8,24]},{"path":[4,2,2,0],"span":[25,2,54]},{"path":[4,2,2,0,4],"span":[25,2,10]},{"path":[4,2,2,0,6],"span":[25,11,44]},{"path":[4,2,2,0,1],"span":[25,45,49]},{"path":[4,2,2,0,3],"span":[25,52,53]},{"path":[4,3],"span":[28,0,30,1]},{"path":[4,3,1],"span":[28,8,28]},{"path":[4,3,2,0],"span":[29,2,48]},{"path":[4,3,2,0,6],"span":[29,2,35]},{"path":[4,3,2,0,1],"span":[29,36,43]},{"path":[4,3,2,0,3],"span":[29,46,47]},{"path":[4,4],"span":[32,0,34,1]},{"path":[4,4,1],"span":[32,8,29]},{"path":[4,4,2,0],"span":[33,2,48]},{"path":[4,4,2,0,6],"span":[33,2,35]},{"path":[4,4,2,0,1],"span":[33,36,43]},{"path":[4,4,2,0,3],"span":[33,46,47]},{"path":[4,5],"span":[36,0,38,1]},{"path":[4,5,1],"span":[36,8,27]},{"path":[4,5,2,0],"span":[37,2,48]},{"path":[4,5,2,0,6],"span":[37,2,35]},{"path":[4,5,2,0,1],"span":[37,36,43]},{"path":[4,5,2,0,3],"span":[37,46,47]},{"path":[4,6],"span":[40,0,42,1]},{"path":[4,6,1],"span":[40,8,28]},{"path":[4,6,2,0],"span":[41,2,48]},{"path":[4,6,2,0,6],"span":[41,2,35]},{"path":[4,6,2,0,1],"span":[41,36,43]},{"path":[4,6,2,0,3],"span":[41,46,47]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"infrastructure/api/rpc/tariff/v1/tariff_rpc.proto","package":"infrastructure.api.rpc.tariff.v1","dependency":["google/protobuf/empty.proto","domain/billing/tariff/v1/tariff.proto"],"messageType":[{"name":"TariffRequest","field":[{"name":"tariff","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.tariff.v1.Tariff","jsonName":"tariff"}]},{"name":"TariffResponse","field":[{"name":"tariff","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.tariff.v1.Tariff","jsonName":"tariff"}]},{"name":"TariffsResponse","field":[{"name":"list","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".domain.billing.tariff.v1.Tariff","jsonName":"list"}]},{"name":"TariffCreateRequest","field":[{"name":"tariff","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.tariff.v1.Tariff","jsonName":"tariff"}]},{"name":"TariffCreateResponse","field":[{"name":"tariff","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.tariff.v1.Tariff","jsonName":"tariff"}]},{"name":"TariffUpdateRequest","field":[{"name":"tariff","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.tariff.v1.Tariff","jsonName":"tariff"}]},{"name":"TariffUpdateResponse","field":[{"name":"tariff","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.tariff.v1.Tariff","jsonName":"tariff"}]},{"name":"TariffCloseRequest","field":[{"name":"tariff","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.tariff.v1.Tariff","jsonName":"tariff"}]},{"name":"TariffCloseResponse","field":[{"name":"tariff","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.billing.tariff.v1.Tariff","jsonName":"tariff"}]}],"service":[{"name":"TariffService","method":[{"name":"Tariff","inputType":".infrastructure.api.rpc.tariff.v1.TariffRequest","outputType":".infrastructure.api.rpc.tariff.v1.TariffResponse","options":{}},{"name":"Tariffs","inputType":".google.protobuf.Empty","outputType":".infrastructure.api.rpc.tariff.v1.TariffsResponse","options":{}},{"name":"TariffCreate","inputType":".infrastructure.api.rpc.tariff.v1.TariffCreateRequest","outputType":".infrastructure.api.rpc.tariff.v1.TariffCreateResponse","options":{}},{"name":"TariffUpdate","inputType":".infrastructure.api.rpc.tariff.v1.TariffUpdateRequest","outputType":".infrastructure.api.rpc.tariff.v1.TariffUpdateResponse","options":{}},{"name":"TariffClose","inputType":".infrastructure.api.rpc.tariff.v1.TariffCloseRequest","outputType":".infrastructure.api.rpc.tariff.v1.TariffCloseResponse","options":{}}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/billing/infrastructure/tariff_rpc"},"sourceCodeInfo":{"location":[{"span":[0,0,51,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,41]},{"path":[8],"span":[4,0,100]},{"path":[8,11],"span":[4,0,100]},{"path":[3,0],"span":[6,0,37]},{"path":[3,1],"span":[7,0,47]},{"path":[6,0],"span":[9,0,15,1]},{"path":[6,0,1],"span":[9,8,21]},{"path":[6,0,2,0],"span":[10,2,54]},{"path":[6,0,2,0,1],"span":[10,6,12]},{"path":[6,0,2,0,2],"span":[10,13,26]},{"path":[6,0,2,0,3],"span":[10,36,50]},{"path":[6,0,2,1],"span":[11,2,64]},{"path":[6,0,2,1,1],"span":[11,6,13]},{"path":[6,0,2,1,2],"span":[11,14,35]},{"path":[6,0,2,1,3],"span":[11,45,60]},{"path":[6,0,2,2],"span":[12,2,72]},{"path":[6,0,2,2,1],"span":[12,6,18]},{"path":[6,0,2,2,2],"span":[12,19,38]},{"path":[6,0,2,2,3],"span":[12,48,68]},{"path":[6,0,2,3],"span":[13,2,72]},{"path":[6,0,2,3,1],"span":[13,6,18]},{"path":[6,0,2,3,2],"span":[13,19,38]},{"path":[6,0,2,3,3],"span":[13,48,68]},{"path":[6,0,2,4],"span":[14,2,69]},{"path":[6,0,2,4,1],"span":[14,6,17]},{"path":[6,0,2,4,2],"span":[14,18,36]},{"path":[6,0,2,4,3],"span":[14,46,65]},{"path":[4,0],"span":[17,0,19,1]},{"path":[4,0,1],"span":[17,8,21]},{"path":[4,0,2,0],"span":[18,2,45]},{"path":[4,0,2,0,6],"span":[18,2,33]},{"path":[4,0,2,0,1],"span":[18,34,40]},{"path":[4,0,2,0,3],"span":[18,43,44]},{"path":[4,1],"span":[21,0,23,1]},{"path":[4,1,1],"span":[21,8,22]},{"path":[4,1,2,0],"span":[22,2,45]},{"path":[4,1,2,0,6],"span":[22,2,33]},{"path":[4,1,2,0,1],"span":[22,34,40]},{"path":[4,1,2,0,3],"span":[22,43,44]},{"path":[4,2],"span":[25,0,27,1]},{"path":[4,2,1],"span":[25,8,23]},{"path":[4,2,2,0],"span":[26,2,52]},{"path":[4,2,2,0,4],"span":[26,2,10]},{"path":[4,2,2,0,6],"span":[26,11,42]},{"path":[4,2,2,0,1],"span":[26,43,47]},{"path":[4,2,2,0,3],"span":[26,50,51]},{"path":[4,3],"span":[29,0,31,1]},{"path":[4,3,1],"span":[29,8,27]},{"path":[4,3,2,0],"span":[30,2,45]},{"path":[4,3,2,0,6],"span":[30,2,33]},{"path":[4,3,2,0,1],"span":[30,34,40]},{"path":[4,3,2,0,3],"span":[30,43,44]},{"path":[4,4],"span":[33,0,35,1]},{"path":[4,4,1],"span":[33,8,28]},{"path":[4,4,2,0],"span":[34,2,45]},{"path":[4,4,2,0,6],"span":[34,2,33]},{"path":[4,4,2,0,1],"span":[34,34,40]},{"path":[4,4,2,0,3],"span":[34,43,44]},{"path":[4,5],"span":[37,0,39,1]},{"path":[4,5,1],"span":[37,8,27]},{"path":[4,5,2,0],"span":[38,2,45]},{"path":[4,5,2,0,6],"span":[38,2,33]},{"path":[4,5,2,0,1],"span":[38,34,40]},{"path":[4,5,2,0,3],"span":[38,43,44]},{"path":[4,6],"span":[41,0,43,1]},{"path":[4,6,1],"span":[41,8,28]},{"path":[4,6,2,0],"span":[42,2,45]},{"path":[4,6,2,0,6],"span":[42,2,33]},{"path":[4,6,2,0,1],"span":[42,34,40]},{"path":[4,6,2,0,3],"span":[42,43,44]},{"path":[4,7],"span":[45,0,47,1]},{"path":[4,7,1],"span":[45,8,26]},{"path":[4,7,2,0],"span":[46,2,45]},{"path":[4,7,2,0,6],"span":[46,2,33]},{"path":[4,7,2,0,1],"span":[46,34,40]},{"path":[4,7,2,0,3],"span":[46,43,44]},{"path":[4,8],"span":[49,0,51,1]},{"path":[4,8,1],"span":[49,8,27]},{"path":[4,8,2,0],"span":[50,2,45]},{"path":[4,8,2,0,6],"span":[50,2,33]},{"path":[4,8,2,0,1],"span":[50,34,40]},{"path":[4,8,2,0,3],"span":[50,43,44]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"infrastructure/rpc/cqrs/link/v1/link_command.proto","package":"infrastructure.rpc.cqrs.link.v1","dependency":["google/protobuf/empty.proto","domain/link/v1/link.proto"],"messageType":[{"name":"AddRequest","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link"}]},{"name":"AddResponse","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link"}]},{"name":"UpdateRequest","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link"}]},{"name":"UpdateResponse","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link"}]},{"name":"DeleteRequest","field":[{"name":"hash","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"hash"}]}],"service":[{"name":"LinkCommandService","method":[{"name":"Add","inputType":".infrastructure.rpc.cqrs.link.v1.AddRequest","outputType":".infrastructure.rpc.cqrs.link.v1.AddResponse","options":{}},{"name":"Update","inputType":".infrastructure.rpc.cqrs.link.v1.UpdateRequest","outputType":".infrastructure.rpc.cqrs.link.v1.UpdateResponse","options":{}},{"name":"Delete","inputType":".infrastructure.rpc.cqrs.link.v1.DeleteRequest","outputType":".google.protobuf.Empty","options":{}}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/link/infrastructure/rpc/link/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,33,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,40]},{"path":[8],"span":[4,0,107]},{"path":[8,11],"span":[4,0,107]},{"path":[3,0],"span":[6,0,37]},{"path":[3,1],"span":[7,0,35]},{"path":[6,0],"span":[9,0,13,1]},{"path":[6,0,1],"span":[9,8,26]},{"path":[6,0,2,0],"span":[10,2,45]},{"path":[6,0,2,0,1],"span":[10,6,9]},{"path":[6,0,2,0,2],"span":[10,10,20]},{"path":[6,0,2,0,3],"span":[10,30,41]},{"path":[6,0,2,1],"span":[11,2,54]},{"path":[6,0,2,1,1],"span":[11,6,12]},{"path":[6,0,2,1,2],"span":[11,13,26]},{"path":[6,0,2,1,3],"span":[11,36,50]},{"path":[6,0,2,2],"span":[12,2,61]},{"path":[6,0,2,2,1],"span":[12,6,12]},{"path":[6,0,2,2,2],"span":[12,13,26]},{"path":[6,0,2,2,3],"span":[12,36,57]},{"path":[4,0],"span":[15,0,17,1]},{"path":[4,0,1],"span":[15,8,18]},{"path":[4,0,2,0],"span":[16,2,31]},{"path":[4,0,2,0,6],"span":[16,2,21]},{"path":[4,0,2,0,1],"span":[16,22,26]},{"path":[4,0,2,0,3],"span":[16,29,30]},{"path":[4,1],"span":[19,0,21,1]},{"path":[4,1,1],"span":[19,8,19]},{"path":[4,1,2,0],"span":[20,2,31]},{"path":[4,1,2,0,6],"span":[20,2,21]},{"path":[4,1,2,0,1],"span":[20,22,26]},{"path":[4,1,2,0,3],"span":[20,29,30]},{"path":[4,2],"span":[23,0,25,1]},{"path":[4,2,1],"span":[23,8,21]},{"path":[4,2,2,0],"span":[24,2,31]},{"path":[4,2,2,0,6],"span":[24,2,21]},{"path":[4,2,2,0,1],"span":[24,22,26]},{"path":[4,2,2,0,3],"span":[24,29,30]},{"path":[4,3],"span":[27,0,29,1]},{"path":[4,3,1],"span":[27,8,22]},{"path":[4,3,2,0],"span":[28,2,31]},{"path":[4,3,2,0,6],"span":[28,2,21]},{"path":[4,3,2,0,1],"span":[28,22,26]},{"path":[4,3,2,0,3],"span":[28,29,30]},{"path":[4,4],"span":[31,0,33,1]},{"path":[4,4,1],"span":[31,8,21]},{"path":[4,4,2,0],"span":[32,2,18]},{"path":[4,4,2,0,5],"span":[32,2,8]},{"path":[4,4,2,0,1],"span":[32,9,13]},{"path":[4,4,2,0,3],"span":[32,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"infrastructure/rpc/cqrs/link/v1/link_query.proto","package":"infrastructure.rpc.cqrs.link.v1","dependency":["domain/link_cqrs/v1/link.proto"],"messageType":[{"name":"GetRequest","field":[{"name":"hash","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"hash"}]},{"name":"GetResponse","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link_cqrs.v1.LinkView","jsonName":"link"}]},{"name":"ListRequest","field":[{"name":"filter","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"filter"}]},{"name":"ListResponse","field":[{"name":"links","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link_cqrs.v1.LinksView","jsonName":"links"}]}],"service":[{"name":"LinkQueryService","method":[{"name":"Get","inputType":".infrastructure.rpc.cqrs.link.v1.GetRequest","outputType":".infrastructure.rpc.cqrs.link.v1.GetResponse","options":{}},{"name":"List","inputType":".infrastructure.rpc.cqrs.link.v1.ListRequest","outputType":".infrastructure.rpc.cqrs.link.v1.ListResponse","options":{}}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/link/infrastructure/rpc/link/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,27,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,40]},{"path":[8],"span":[4,0,107]},{"path":[8,11],"span":[4,0,107]},{"path":[3,0],"span":[6,0,40]},{"path":[6,0],"span":[8,0,11,1]},{"path":[6,0,1],"span":[8,8,24]},{"path":[6,0,2,0],"span":[9,2,45]},{"path":[6,0,2,0,1],"span":[9,6,9]},{"path":[6,0,2,0,2],"span":[9,10,20]},{"path":[6,0,2,0,3],"span":[9,30,41]},{"path":[6,0,2,1],"span":[10,2,48]},{"path":[6,0,2,1,1],"span":[10,6,10]},{"path":[6,0,2,1,2],"span":[10,11,22]},{"path":[6,0,2,1,3],"span":[10,32,44]},{"path":[4,0],"span":[13,0,15,1]},{"path":[4,0,1],"span":[13,8,18]},{"path":[4,0,2,0],"span":[14,2,18]},{"path":[4,0,2,0,5],"span":[14,2,8]},{"path":[4,0,2,0,1],"span":[14,9,13]},{"path":[4,0,2,0,3],"span":[14,16,17]},{"path":[4,1],"span":[17,0,19,1]},{"path":[4,1,1],"span":[17,8,19]},{"path":[4,1,2,0],"span":[18,2,40]},{"path":[4,1,2,0,6],"span":[18,2,30]},{"path":[4,1,2,0,1],"span":[18,31,35]},{"path":[4,1,2,0,3],"span":[18,38,39]},{"path":[4,2],"span":[21,0,23,1]},{"path":[4,2,1],"span":[21,8,19]},{"path":[4,2,2,0],"span":[22,2,20]},{"path":[4,2,2,0,5],"span":[22,2,8]},{"path":[4,2,2,0,1],"span":[22,9,15]},{"path":[4,2,2,0,3],"span":[22,18,19]},{"path":[4,3],"span":[25,0,27,1]},{"path":[4,3,1],"span":[25,8,20]},{"path":[4,3,2,0],"span":[26,2,42]},{"path":[4,3,2,0,6],"span":[26,2,31]},{"path":[4,3,2,0,1],"span":[26,32,37]},{"path":[4,3,2,0,3],"span":[26,40,41]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"infrastructure/rpc/link/v1/link.proto","package":"infrastructure.rpc.link.v1","dependency":["google/protobuf/empty.proto","domain/link/v1/link.proto"],"messageType":[{"name":"GetRequest","field":[{"name":"hash","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"hash"}]},{"name":"GetResponse","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link"}]},{"name":"ListRequest","field":[{"name":"filter","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"filter"}]},{"name":"ListResponse","field":[{"name":"links","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Links","jsonName":"links"}]},{"name":"AddRequest","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link"}]},{"name":"AddResponse","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link"}]},{"name":"UpdateRequest","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link"}]},{"name":"UpdateResponse","field":[{"name":"link","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.link.v1.Link","jsonName":"link"}]},{"name":"DeleteRequest","field":[{"name":"hash","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"hash"}]}],"service":[{"name":"LinkService","method":[{"name":"Get","inputType":".infrastructure.rpc.link.v1.GetRequest","outputType":".infrastructure.rpc.link.v1.GetResponse","options":{}},{"name":"List","inputType":".infrastructure.rpc.link.v1.ListRequest","outputType":".infrastructure.rpc.link.v1.ListResponse","options":{}},{"name":"Add","inputType":".infrastructure.rpc.link.v1.AddRequest","outputType":".infrastructure.rpc.link.v1.AddResponse","options":{}},{"name":"Update","inputType":".infrastructure.rpc.link.v1.UpdateRequest","outputType":".infrastructure.rpc.link.v1.UpdateResponse","options":{}},{"name":"Delete","inputType":".infrastructure.rpc.link.v1.DeleteRequest","outputType":".google.protobuf.Empty","options":{}}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/link/infrastructure/rpc/link/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,52,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,35]},{"path":[8],"span":[4,0,107]},{"path":[8,11],"span":[4,0,107]},{"path":[3,0],"span":[6,0,37]},{"path":[3,1],"span":[7,0,35]},{"path":[6,0],"span":[9,0,16,1]},{"path":[6,0,1],"span":[9,8,19]},{"path":[6,0,2,0],"span":[10,2,45]},{"path":[6,0,2,0,1],"span":[10,6,9]},{"path":[6,0,2,0,2],"span":[10,10,20]},{"path":[6,0,2,0,3],"span":[10,30,41]},{"path":[6,0,2,1],"span":[11,2,48]},{"path":[6,0,2,1,1],"span":[11,6,10]},{"path":[6,0,2,1,2],"span":[11,11,22]},{"path":[6,0,2,1,3],"span":[11,32,44]},{"path":[6,0,2,2],"span":[13,2,45]},{"path":[6,0,2,2,1],"span":[13,6,9]},{"path":[6,0,2,2,2],"span":[13,10,20]},{"path":[6,0,2,2,3],"span":[13,30,41]},{"path":[6,0,2,3],"span":[14,2,54]},{"path":[6,0,2,3,1],"span":[14,6,12]},{"path":[6,0,2,3,2],"span":[14,13,26]},{"path":[6,0,2,3,3],"span":[14,36,50]},{"path":[6,0,2,4],"span":[15,2,61]},{"path":[6,0,2,4,1],"span":[15,6,12]},{"path":[6,0,2,4,2],"span":[15,13,26]},{"path":[6,0,2,4,3],"span":[15,36,57]},{"path":[4,0],"span":[18,0,20,1]},{"path":[4,0,1],"span":[18,8,18]},{"path":[4,0,2,0],"span":[19,2,18]},{"path":[4,0,2,0,5],"span":[19,2,8]},{"path":[4,0,2,0,1],"span":[19,9,13]},{"path":[4,0,2,0,3],"span":[19,16,17]},{"path":[4,1],"span":[22,0,24,1]},{"path":[4,1,1],"span":[22,8,19]},{"path":[4,1,2,0],"span":[23,2,31]},{"path":[4,1,2,0,6],"span":[23,2,21]},{"path":[4,1,2,0,1],"span":[23,22,26]},{"path":[4,1,2,0,3],"span":[23,29,30]},{"path":[4,2],"span":[26,0,28,1]},{"path":[4,2,1],"span":[26,8,19]},{"path":[4,2,2,0],"span":[27,2,20]},{"path":[4,2,2,0,5],"span":[27,2,8]},{"path":[4,2,2,0,1],"span":[27,9,15]},{"path":[4,2,2,0,3],"span":[27,18,19]},{"path":[4,3],"span":[30,0,32,1]},{"path":[4,3,1],"span":[30,8,20]},{"path":[4,3,2,0],"span":[31,2,33]},{"path":[4,3,2,0,6],"span":[31,2,22]},{"path":[4,3,2,0,1],"span":[31,23,28]},{"path":[4,3,2,0,3],"span":[31,31,32]},{"path":[4,4],"span":[34,0,36,1]},{"path":[4,4,1],"span":[34,8,18]},{"path":[4,4,2,0],"span":[35,2,31]},{"path":[4,4,2,0,6],"span":[35,2,21]},{"path":[4,4,2,0,1],"span":[35,22,26]},{"path":[4,4,2,0,3],"span":[35,29,30]},{"path":[4,5],"span":[38,0,40,1]},{"path":[4,5,1],"span":[38,8,19]},{"path":[4,5,2,0],"span":[39,2,31]},{"path":[4,5,2,0,6],"span":[39,2,21]},{"path":[4,5,2,0,1],"span":[39,22,26]},{"path":[4,5,2,0,3],"span":[39,29,30]},{"path":[4,6],"span":[42,0,44,1]},{"path":[4,6,1],"span":[42,8,21]},{"path":[4,6,2,0],"span":[43,2,31]},{"path":[4,6,2,0,6],"span":[43,2,21]},{"path":[4,6,2,0,1],"span":[43,22,26]},{"path":[4,6,2,0,3],"span":[43,29,30]},{"path":[4,7],"span":[46,0,48,1]},{"path":[4,7,1],"span":[46,8,22]},{"path":[4,7,2,0],"span":[47,2,31]},{"path":[4,7,2,0,6],"span":[47,2,21]},{"path":[4,7,2,0,1],"span":[47,22,26]},{"path":[4,7,2,0,3],"span":[47,29,30]},{"path":[4,8],"span":[50,0,52,1]},{"path":[4,8,1],"span":[50,8,21]},{"path":[4,8,2,0],"span":[51,2,18]},{"path":[4,8,2,0,5],"span":[51,2,8]},{"path":[4,8,2,0,1],"span":[51,9,13]},{"path":[4,8,2,0,3],"span":[51,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"infrastructure/rpc/metadata/v1/metadata_rpc.proto","package":"infrastructure.rpc.metadata.v1","dependency":["domain/metadata/v1/meta.proto"],"messageType":[{"name":"MetadataServiceGetRequest","field":[{"name":"url","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"url"}]},{"name":"MetadataServiceGetResponse","field":[{"name":"meta","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.metadata.v1.Meta","jsonName":"meta"}]},{"name":"MetadataServiceSetRequest","field":[{"name":"url","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"url"}]},{"name":"MetadataServiceSetResponse","field":[{"name":"meta","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.metadata.v1.Meta","jsonName":"meta"}]}],"service":[{"name":"MetadataService","method":[{"name":"Get","inputType":".infrastructure.rpc.metadata.v1.MetadataServiceGetRequest","outputType":".infrastructure.rpc.metadata.v1.MetadataServiceGetResponse","options":{}},{"name":"Set","inputType":".infrastructure.rpc.metadata.v1.MetadataServiceSetRequest","outputType":".infrastructure.rpc.metadata.v1.MetadataServiceSetResponse","options":{}}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/metadata/infrastructure/rpc/metadata/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,27,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,39]},{"path":[8],"span":[4,0,106]},{"path":[8,11],"span":[4,0,106]},{"path":[3,0],"span":[6,0,39]},{"path":[6,0],"span":[8,0,11,1]},{"path":[6,0,1],"span":[8,8,23]},{"path":[6,0,2,0],"span":[9,2,75]},{"path":[6,0,2,0,1],"span":[9,6,9]},{"path":[6,0,2,0,2],"span":[9,10,35]},{"path":[6,0,2,0,3],"span":[9,45,71]},{"path":[6,0,2,1],"span":[10,2,75]},{"path":[6,0,2,1,1],"span":[10,6,9]},{"path":[6,0,2,1,2],"span":[10,10,35]},{"path":[6,0,2,1,3],"span":[10,45,71]},{"path":[4,0],"span":[13,0,15,1]},{"path":[4,0,1],"span":[13,8,33]},{"path":[4,0,2,0],"span":[14,2,17]},{"path":[4,0,2,0,5],"span":[14,2,8]},{"path":[4,0,2,0,1],"span":[14,9,12]},{"path":[4,0,2,0,3],"span":[14,15,16]},{"path":[4,1],"span":[17,0,19,1]},{"path":[4,1,1],"span":[17,8,34]},{"path":[4,1,2,0],"span":[18,2,35]},{"path":[4,1,2,0,6],"span":[18,2,25]},{"path":[4,1,2,0,1],"span":[18,26,30]},{"path":[4,1,2,0,3],"span":[18,33,34]},{"path":[4,2],"span":[21,0,23,1]},{"path":[4,2,1],"span":[21,8,33]},{"path":[4,2,2,0],"span":[22,2,17]},{"path":[4,2,2,0,5],"span":[22,2,8]},{"path":[4,2,2,0,1],"span":[22,9,12]},{"path":[4,2,2,0,3],"span":[22,15,16]},{"path":[4,3],"span":[25,0,27,1]},{"path":[4,3,1],"span":[25,8,34]},{"path":[4,3,2,0],"span":[26,2,35]},{"path":[4,3,2,0,6],"span":[26,2,25]},{"path":[4,3,2,0,1],"span":[26,26,30]},{"path":[4,3,2,0,3],"span":[26,33,34]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"infrastructure/rpc/proxy/v1/proxy.proto","package":"infrastructure.rpc.proxy.v1","dependency":["domain/proxy/v1/proxy.proto"],"messageType":[{"name":"StatsRequest","field":[{"name":"hash","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"hash"}]},{"name":"StatsResponse","field":[{"name":"stats","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".domain.proxy.v1.Stats","jsonName":"stats"}]}],"service":[{"name":"StatsService","method":[{"name":"Stats","inputType":".infrastructure.rpc.proxy.v1.StatsRequest","outputType":".infrastructure.rpc.proxy.v1.StatsResponse","options":{}}]}],"sourceCodeInfo":{"location":[{"span":[0,0,16,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,36]},{"path":[3,0],"span":[4,0,37]},{"path":[6,0],"span":[6,0,8,1]},{"path":[6,0,1],"span":[6,8,20]},{"path":[6,0,2,0],"span":[7,2,52]},{"path":[6,0,2,0,1],"span":[7,6,11]},{"path":[6,0,2,0,2],"span":[7,12,24]},{"path":[6,0,2,0,3],"span":[7,35,48]},{"path":[4,0],"span":[10,0,12,1]},{"path":[4,0,1],"span":[10,8,20]},{"path":[4,0,2,0],"span":[11,2,18]},{"path":[4,0,2,0,5],"span":[11,2,8]},{"path":[4,0,2,0,1],"span":[11,9,13]},{"path":[4,0,2,0,3],"span":[11,16,17]},{"path":[4,1],"span":[14,0,16,1]},{"path":[4,1,1],"span":[14,8,21]},{"path":[4,1,2,0],"span":[15,2,34]},{"path":[4,1,2,0,6],"span":[15,2,23]},{"path":[4,1,2,0,1],"span":[15,24,29]},{"path":[4,1,2,0,3],"span":[15,32,33]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"infrastructure/rpc/sitemap/v1/sitemap.proto","package":"infrastructure.rpc.sitemap.v1","dependency":["google/protobuf/empty.proto"],"messageType":[{"name":"ParseRequest","field":[{"name":"url","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"url"}]}],"service":[{"name":"SitemapService","method":[{"name":"Parse","inputType":".infrastructure.rpc.sitemap.v1.ParseRequest","outputType":".google.protobuf.Empty","options":{}}]}],"options":{"goPackage":"github.com/shortlink-org/shortlink/internal/services/link/infrastructure/rpc/sitemap/v1"},"sourceCodeInfo":{"location":[{"span":[0,0,14,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,38]},{"path":[8],"span":[4,0,110]},{"path":[8,11],"span":[4,0,110]},{"path":[3,0],"span":[6,0,37]},{"path":[6,0],"span":[8,0,10,1]},{"path":[6,0,1],"span":[8,8,22]},{"path":[6,0,2,0],"span":[9,2,59]},{"path":[6,0,2,0,1],"span":[9,6,11]},{"path":[6,0,2,0,2],"span":[9,12,24]},{"path":[6,0,2,0,3],"span":[9,34,55]},{"path":[4,0],"span":[12,0,14,1]},{"path":[4,0,1],"span":[12,8,20]},{"path":[4,0,2,0],"span":[13,2,17]},{"path":[4,0,2,0,5],"span":[13,2,8]},{"path":[4,0,2,0,1],"span":[13,9,12]},{"path":[4,0,2,0,3],"span":[13,15,16]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]} \ No newline at end of file diff --git a/pkg/rpc/client.go b/pkg/rpc/client.go index c905cd4340f..b636fa9d5b0 100644 --- a/pkg/rpc/client.go +++ b/pkg/rpc/client.go @@ -33,8 +33,8 @@ func InitClient(log logger.Logger, tracer *trace.TracerProvider) (*grpc.ClientCo viper.SetDefault("GRPC_CLIENT_CERT_PATH", "ops/cert/intermediate_ca.pem") // gRPC client cert certFile := viper.GetString("GRPC_CLIENT_CERT_PATH") - viper.SetDefault("GRPC_CLIENT_LOGGER_ENABLE", true) // Enable logging for gRPC-client - isEnableLogger := viper.GetBool("GRPC_CLIENT_LOGGER_ENABLE") + viper.SetDefault("GRPC_CLIENT_LOGGER_ENABLED", true) // Enable logging for gRPC-client + isEnableLogger := viper.GetBool("GRPC_CLIENT_LOGGER_ENABLED") // UnaryClien incerceptorUnaryClientList := []grpc.UnaryClientInterceptor{ diff --git a/pkg/rpc/server.go b/pkg/rpc/server.go index 533ae9e5b29..b68a7354bef 100644 --- a/pkg/rpc/server.go +++ b/pkg/rpc/server.go @@ -42,8 +42,8 @@ func InitServer(log logger.Logger, tracer *trace.TracerProvider) (*RPCServer, fu viper.SetDefault("GRPC_SERVER_KEY_PATH", "ops/cert/shortlink-server-key.pem") // gRPC server key keyFile := viper.GetString("GRPC_SERVER_KEY_PATH") - viper.SetDefault("GRPC_SERVER_LOGGER_ENABLE", true) // Enable logging for gRPC-client - isEnableLogger := viper.GetBool("GRPC_SERVER_LOGGER_ENABLE") + viper.SetDefault("GRPC_SERVER_LOGGER_ENABLED", true) // Enable logging for gRPC-client + isEnableLogger := viper.GetBool("GRPC_SERVER_LOGGER_ENABLED") endpoint := fmt.Sprintf("%s:%d", grpc_host, grpc_port) lis, err := net.Listen("tcp", endpoint) diff --git a/pkg/saga/step.go b/pkg/saga/step.go index 5a8c3575ef0..0e757464ed0 100644 --- a/pkg/saga/step.go +++ b/pkg/saga/step.go @@ -25,12 +25,17 @@ func (s *Step) Run() error { // start tracing newCtx, span := otel.Tracer(fmt.Sprintf("saga: %s", s.name)).Start(*s.ctx, fmt.Sprintf("saga: %s", s.name)) span.SetAttributes(attribute.String("step", s.name)) + span.SetAttributes(attribute.String("status", "run")) defer span.End() s.status = RUN err := s.then(newCtx) if err != nil { s.status = REJECT + + span.RecordError(err) + span.SetStatus(codes.Error, err.Error()) + return err } s.status = DONE @@ -42,6 +47,7 @@ func (s *Step) Reject() error { // start tracing newCtx, span := otel.Tracer(fmt.Sprintf("saga: %s", s.name)).Start(*s.ctx, fmt.Sprintf("saga: %s", s.name)) span.SetAttributes(attribute.String("step", s.name)) + span.SetAttributes(attribute.String("status", "reject")) defer span.End() s.status = REJECT