@furo/open-models 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +628 -608
- package/dist/Registry.d.ts +7 -0
- package/dist/Registry.js +9 -0
- package/dist/Registry.js.map +1 -1
- package/package.json +1 -1
package/custom-elements.json
CHANGED
|
@@ -1039,6 +1039,26 @@
|
|
|
1039
1039
|
}
|
|
1040
1040
|
]
|
|
1041
1041
|
},
|
|
1042
|
+
{
|
|
1043
|
+
"kind": "method",
|
|
1044
|
+
"name": "isRegistered",
|
|
1045
|
+
"static": true,
|
|
1046
|
+
"parameters": [
|
|
1047
|
+
{
|
|
1048
|
+
"name": "type",
|
|
1049
|
+
"description": "The name of the type to check for registration.",
|
|
1050
|
+
"type": {
|
|
1051
|
+
"text": "string"
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
],
|
|
1055
|
+
"description": "Checks whether a given type is registered.",
|
|
1056
|
+
"return": {
|
|
1057
|
+
"type": {
|
|
1058
|
+
"text": "boolean"
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1042
1062
|
{
|
|
1043
1063
|
"kind": "method",
|
|
1044
1064
|
"name": "createInstanceByTypeName",
|
|
@@ -12019,7 +12039,7 @@
|
|
|
12019
12039
|
"type": {
|
|
12020
12040
|
"text": "array"
|
|
12021
12041
|
},
|
|
12022
|
-
"default": "[ { fieldName: 'schemaOrReference', protoName: 'schema_or_reference', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '' }, { fieldName: 'boolean', protoName: 'boolean', FieldConstructor: BOOLEAN, constraints: {}, description: '' } ]"
|
|
12042
|
+
"default": "[ { fieldName: 'schemaOrReference', protoName: 'schema_or_reference', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '', }, { fieldName: 'boolean', protoName: 'boolean', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, ]"
|
|
12023
12043
|
},
|
|
12024
12044
|
{
|
|
12025
12045
|
"kind": "field",
|
|
@@ -12941,7 +12961,7 @@
|
|
|
12941
12961
|
"type": {
|
|
12942
12962
|
"text": "array"
|
|
12943
12963
|
},
|
|
12944
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: ANY, constraints: {}, description: '' }, { fieldName: 'yaml', protoName: 'yaml', FieldConstructor: STRING, constraints: {}, description: '' } ]"
|
|
12964
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: ANY, constraints: {}, description: '', }, { fieldName: 'yaml', protoName: 'yaml', FieldConstructor: STRING, constraints: {}, description: '', }, ]"
|
|
12945
12965
|
},
|
|
12946
12966
|
{
|
|
12947
12967
|
"kind": "field",
|
|
@@ -13863,7 +13883,7 @@
|
|
|
13863
13883
|
"type": {
|
|
13864
13884
|
"text": "array"
|
|
13865
13885
|
},
|
|
13866
|
-
"default": "[ { fieldName: 'any', protoName: 'any', FieldConstructor: OpenapiV3Any, constraints: {}, description: '' }, { fieldName: 'expression', protoName: 'expression', FieldConstructor: OpenapiV3Expression, constraints: {}, description: '' } ]"
|
|
13886
|
+
"default": "[ { fieldName: 'any', protoName: 'any', FieldConstructor: OpenapiV3Any, constraints: {}, description: '', }, { fieldName: 'expression', protoName: 'expression', FieldConstructor: OpenapiV3Expression, constraints: {}, description: '', }, ]"
|
|
13867
13887
|
},
|
|
13868
13888
|
{
|
|
13869
13889
|
"kind": "field",
|
|
@@ -14785,7 +14805,7 @@
|
|
|
14785
14805
|
"type": {
|
|
14786
14806
|
"text": "array"
|
|
14787
14807
|
},
|
|
14788
|
-
"default": "[ { fieldName: 'path', protoName: 'path', FieldConstructor: OpenapiV3NamedPathItem, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
14808
|
+
"default": "[ { fieldName: 'path', protoName: 'path', FieldConstructor: OpenapiV3NamedPathItem, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
14789
14809
|
},
|
|
14790
14810
|
{
|
|
14791
14811
|
"kind": "field",
|
|
@@ -15707,7 +15727,7 @@
|
|
|
15707
15727
|
"type": {
|
|
15708
15728
|
"text": "array"
|
|
15709
15729
|
},
|
|
15710
|
-
"default": "[ { fieldName: 'callback', protoName: 'callback', FieldConstructor: OpenapiV3Callback, constraints: {}, description: '' }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '' } ]"
|
|
15730
|
+
"default": "[ { fieldName: 'callback', protoName: 'callback', FieldConstructor: OpenapiV3Callback, constraints: {}, description: '', }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '', }, ]"
|
|
15711
15731
|
},
|
|
15712
15732
|
{
|
|
15713
15733
|
"kind": "field",
|
|
@@ -16625,7 +16645,7 @@
|
|
|
16625
16645
|
"type": {
|
|
16626
16646
|
"text": "array"
|
|
16627
16647
|
},
|
|
16628
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedCallbackOrReference, constraints: {}, description: '' } ]"
|
|
16648
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedCallbackOrReference, constraints: {}, description: '', }, ]"
|
|
16629
16649
|
},
|
|
16630
16650
|
{
|
|
16631
16651
|
"kind": "field",
|
|
@@ -17574,7 +17594,7 @@
|
|
|
17574
17594
|
"type": {
|
|
17575
17595
|
"text": "array"
|
|
17576
17596
|
},
|
|
17577
|
-
"default": "[ { fieldName: 'schemas', protoName: 'schemas', FieldConstructor: OpenapiV3SchemasOrReferences, constraints: {}, description: '' }, { fieldName: 'responses', protoName: 'responses', FieldConstructor: OpenapiV3ResponsesOrReferences, constraints: {}, description: '' }, { fieldName: 'parameters', protoName: 'parameters', FieldConstructor: OpenapiV3ParametersOrReferences, constraints: {}, description: '' }, { fieldName: 'examples', protoName: 'examples', FieldConstructor: OpenapiV3ExamplesOrReferences, constraints: {}, description: '' }, { fieldName: 'requestBodies', protoName: 'request_bodies', FieldConstructor: OpenapiV3RequestBodiesOrReferences, constraints: {}, description: '' }, { fieldName: 'headers', protoName: 'headers', FieldConstructor: OpenapiV3HeadersOrReferences, constraints: {}, description: '' }, { fieldName: 'securitySchemes', protoName: 'security_schemes', FieldConstructor: OpenapiV3SecuritySchemesOrReferences, constraints: {}, description: '' }, { fieldName: 'links', protoName: 'links', FieldConstructor: OpenapiV3LinksOrReferences, constraints: {}, description: '' }, { fieldName: 'callbacks', protoName: 'callbacks', FieldConstructor: OpenapiV3CallbacksOrReferences, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
17597
|
+
"default": "[ { fieldName: 'schemas', protoName: 'schemas', FieldConstructor: OpenapiV3SchemasOrReferences, constraints: {}, description: '', }, { fieldName: 'responses', protoName: 'responses', FieldConstructor: OpenapiV3ResponsesOrReferences, constraints: {}, description: '', }, { fieldName: 'parameters', protoName: 'parameters', FieldConstructor: OpenapiV3ParametersOrReferences, constraints: {}, description: '', }, { fieldName: 'examples', protoName: 'examples', FieldConstructor: OpenapiV3ExamplesOrReferences, constraints: {}, description: '', }, { fieldName: 'requestBodies', protoName: 'request_bodies', FieldConstructor: OpenapiV3RequestBodiesOrReferences, constraints: {}, description: '', }, { fieldName: 'headers', protoName: 'headers', FieldConstructor: OpenapiV3HeadersOrReferences, constraints: {}, description: '', }, { fieldName: 'securitySchemes', protoName: 'security_schemes', FieldConstructor: OpenapiV3SecuritySchemesOrReferences, constraints: {}, description: '', }, { fieldName: 'links', protoName: 'links', FieldConstructor: OpenapiV3LinksOrReferences, constraints: {}, description: '', }, { fieldName: 'callbacks', protoName: 'callbacks', FieldConstructor: OpenapiV3CallbacksOrReferences, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
17578
17598
|
},
|
|
17579
17599
|
{
|
|
17580
17600
|
"kind": "field",
|
|
@@ -18544,7 +18564,7 @@
|
|
|
18544
18564
|
"type": {
|
|
18545
18565
|
"text": "array"
|
|
18546
18566
|
},
|
|
18547
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'url', protoName: 'url', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'email', protoName: 'email', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
18567
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'url', protoName: 'url', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'email', protoName: 'email', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
18548
18568
|
},
|
|
18549
18569
|
{
|
|
18550
18570
|
"kind": "field",
|
|
@@ -19480,7 +19500,7 @@
|
|
|
19480
19500
|
"type": {
|
|
19481
19501
|
"text": "array"
|
|
19482
19502
|
},
|
|
19483
|
-
"default": "[ { fieldName: 'number', protoName: 'number', FieldConstructor: DOUBLE, constraints: {}, description: '' }, { fieldName: 'boolean', protoName: 'boolean', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'string', protoName: 'string', FieldConstructor: STRING, constraints: {}, description: '' } ]"
|
|
19503
|
+
"default": "[ { fieldName: 'number', protoName: 'number', FieldConstructor: DOUBLE, constraints: {}, description: '', }, { fieldName: 'boolean', protoName: 'boolean', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'string', protoName: 'string', FieldConstructor: STRING, constraints: {}, description: '', }, ]"
|
|
19484
19504
|
},
|
|
19485
19505
|
{
|
|
19486
19506
|
"kind": "field",
|
|
@@ -20411,7 +20431,7 @@
|
|
|
20411
20431
|
"type": {
|
|
20412
20432
|
"text": "array"
|
|
20413
20433
|
},
|
|
20414
|
-
"default": "[ { fieldName: 'propertyName', protoName: 'property_name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'mapping', protoName: 'mapping', FieldConstructor: OpenapiV3Strings, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
20434
|
+
"default": "[ { fieldName: 'propertyName', protoName: 'property_name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'mapping', protoName: 'mapping', FieldConstructor: OpenapiV3Strings, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
20415
20435
|
},
|
|
20416
20436
|
{
|
|
20417
20437
|
"kind": "field",
|
|
@@ -21366,7 +21386,7 @@
|
|
|
21366
21386
|
"type": {
|
|
21367
21387
|
"text": "array"
|
|
21368
21388
|
},
|
|
21369
|
-
"default": "[ { fieldName: 'openapi', protoName: 'openapi', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'info', protoName: 'info', FieldConstructor: OpenapiV3Info, constraints: {}, description: '' }, { fieldName: 'servers', protoName: 'servers', FieldConstructor: OpenapiV3Server, constraints: {}, description: '' }, { fieldName: 'paths', protoName: 'paths', FieldConstructor: OpenapiV3Paths, constraints: {}, description: '' }, { fieldName: 'components', protoName: 'components', FieldConstructor: OpenapiV3Components, constraints: {}, description: '' }, { fieldName: 'security', protoName: 'security', FieldConstructor: OpenapiV3SecurityRequirement, constraints: {}, description: '' }, { fieldName: 'tags', protoName: 'tags', FieldConstructor: OpenapiV3Tag, constraints: {}, description: '' }, { fieldName: 'externalDocs', protoName: 'external_docs', FieldConstructor: OpenapiV3ExternalDocs, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
21389
|
+
"default": "[ { fieldName: 'openapi', protoName: 'openapi', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'info', protoName: 'info', FieldConstructor: OpenapiV3Info, constraints: {}, description: '', }, { fieldName: 'servers', protoName: 'servers', FieldConstructor: OpenapiV3Server, constraints: {}, description: '', }, { fieldName: 'paths', protoName: 'paths', FieldConstructor: OpenapiV3Paths, constraints: {}, description: '', }, { fieldName: 'components', protoName: 'components', FieldConstructor: OpenapiV3Components, constraints: {}, description: '', }, { fieldName: 'security', protoName: 'security', FieldConstructor: OpenapiV3SecurityRequirement, constraints: {}, description: '', }, { fieldName: 'tags', protoName: 'tags', FieldConstructor: OpenapiV3Tag, constraints: {}, description: '', }, { fieldName: 'externalDocs', protoName: 'external_docs', FieldConstructor: OpenapiV3ExternalDocs, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
21370
21390
|
},
|
|
21371
21391
|
{
|
|
21372
21392
|
"kind": "field",
|
|
@@ -22339,7 +22359,7 @@
|
|
|
22339
22359
|
"type": {
|
|
22340
22360
|
"text": "array"
|
|
22341
22361
|
},
|
|
22342
|
-
"default": "[ { fieldName: 'contentType', protoName: 'content_type', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'headers', protoName: 'headers', FieldConstructor: OpenapiV3HeadersOrReferences, constraints: {}, description: '' }, { fieldName: 'style', protoName: 'style', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'explode', protoName: 'explode', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'allowReserved', protoName: 'allow_reserved', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
22362
|
+
"default": "[ { fieldName: 'contentType', protoName: 'content_type', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'headers', protoName: 'headers', FieldConstructor: OpenapiV3HeadersOrReferences, constraints: {}, description: '', }, { fieldName: 'style', protoName: 'style', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'explode', protoName: 'explode', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'allowReserved', protoName: 'allow_reserved', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
22343
22363
|
},
|
|
22344
22364
|
{
|
|
22345
22365
|
"kind": "field",
|
|
@@ -23277,7 +23297,7 @@
|
|
|
23277
23297
|
"type": {
|
|
23278
23298
|
"text": "array"
|
|
23279
23299
|
},
|
|
23280
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedEncoding, constraints: {}, description: '' } ]"
|
|
23300
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedEncoding, constraints: {}, description: '', }, ]"
|
|
23281
23301
|
},
|
|
23282
23302
|
{
|
|
23283
23303
|
"kind": "field",
|
|
@@ -24202,7 +24222,7 @@
|
|
|
24202
24222
|
"type": {
|
|
24203
24223
|
"text": "array"
|
|
24204
24224
|
},
|
|
24205
|
-
"default": "[ { fieldName: 'summary', protoName: 'summary', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3Any, constraints: {}, description: '' }, { fieldName: 'externalValue', protoName: 'external_value', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
24225
|
+
"default": "[ { fieldName: 'summary', protoName: 'summary', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3Any, constraints: {}, description: '', }, { fieldName: 'externalValue', protoName: 'external_value', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
24206
24226
|
},
|
|
24207
24227
|
{
|
|
24208
24228
|
"kind": "field",
|
|
@@ -25139,7 +25159,7 @@
|
|
|
25139
25159
|
"type": {
|
|
25140
25160
|
"text": "array"
|
|
25141
25161
|
},
|
|
25142
|
-
"default": "[ { fieldName: 'example', protoName: 'example', FieldConstructor: OpenapiV3Example, constraints: {}, description: '' }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '' } ]"
|
|
25162
|
+
"default": "[ { fieldName: 'example', protoName: 'example', FieldConstructor: OpenapiV3Example, constraints: {}, description: '', }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '', }, ]"
|
|
25143
25163
|
},
|
|
25144
25164
|
{
|
|
25145
25165
|
"kind": "field",
|
|
@@ -26057,7 +26077,7 @@
|
|
|
26057
26077
|
"type": {
|
|
26058
26078
|
"text": "array"
|
|
26059
26079
|
},
|
|
26060
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedExampleOrReference, constraints: {}, description: '' } ]"
|
|
26080
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedExampleOrReference, constraints: {}, description: '', }, ]"
|
|
26061
26081
|
},
|
|
26062
26082
|
{
|
|
26063
26083
|
"kind": "field",
|
|
@@ -26970,7 +26990,7 @@
|
|
|
26970
26990
|
"type": {
|
|
26971
26991
|
"text": "array"
|
|
26972
26992
|
},
|
|
26973
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
26993
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
26974
26994
|
},
|
|
26975
26995
|
{
|
|
26976
26996
|
"kind": "field",
|
|
@@ -27887,7 +27907,7 @@
|
|
|
27887
27907
|
"type": {
|
|
27888
27908
|
"text": "array"
|
|
27889
27909
|
},
|
|
27890
|
-
"default": "[ { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'url', protoName: 'url', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
27910
|
+
"default": "[ { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'url', protoName: 'url', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
27891
27911
|
},
|
|
27892
27912
|
{
|
|
27893
27913
|
"kind": "field",
|
|
@@ -28850,7 +28870,7 @@
|
|
|
28850
28870
|
"type": {
|
|
28851
28871
|
"text": "array"
|
|
28852
28872
|
},
|
|
28853
|
-
"default": "[ { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'required', protoName: 'required', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'allowEmptyValue', protoName: 'allow_empty_value', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'style', protoName: 'style', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'explode', protoName: 'explode', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'allowReserved', protoName: 'allow_reserved', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'schema', protoName: 'schema', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '' }, { fieldName: 'example', protoName: 'example', FieldConstructor: OpenapiV3Any, constraints: {}, description: '' }, { fieldName: 'examples', protoName: 'examples', FieldConstructor: OpenapiV3ExamplesOrReferences, constraints: {}, description: '' }, { fieldName: 'content', protoName: 'content', FieldConstructor: OpenapiV3MediaTypes, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
28873
|
+
"default": "[ { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'required', protoName: 'required', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'allowEmptyValue', protoName: 'allow_empty_value', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'style', protoName: 'style', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'explode', protoName: 'explode', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'allowReserved', protoName: 'allow_reserved', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'schema', protoName: 'schema', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '', }, { fieldName: 'example', protoName: 'example', FieldConstructor: OpenapiV3Any, constraints: {}, description: '', }, { fieldName: 'examples', protoName: 'examples', FieldConstructor: OpenapiV3ExamplesOrReferences, constraints: {}, description: '', }, { fieldName: 'content', protoName: 'content', FieldConstructor: OpenapiV3MediaTypes, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
28854
28874
|
},
|
|
28855
28875
|
{
|
|
28856
28876
|
"kind": "field",
|
|
@@ -29822,7 +29842,7 @@
|
|
|
29822
29842
|
"type": {
|
|
29823
29843
|
"text": "array"
|
|
29824
29844
|
},
|
|
29825
|
-
"default": "[ { fieldName: 'header', protoName: 'header', FieldConstructor: OpenapiV3Header, constraints: {}, description: '' }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '' } ]"
|
|
29845
|
+
"default": "[ { fieldName: 'header', protoName: 'header', FieldConstructor: OpenapiV3Header, constraints: {}, description: '', }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '', }, ]"
|
|
29826
29846
|
},
|
|
29827
29847
|
{
|
|
29828
29848
|
"kind": "field",
|
|
@@ -30740,7 +30760,7 @@
|
|
|
30740
30760
|
"type": {
|
|
30741
30761
|
"text": "array"
|
|
30742
30762
|
},
|
|
30743
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedHeaderOrReference, constraints: {}, description: '' } ]"
|
|
30763
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedHeaderOrReference, constraints: {}, description: '', }, ]"
|
|
30744
30764
|
},
|
|
30745
30765
|
{
|
|
30746
30766
|
"kind": "field",
|
|
@@ -31677,7 +31697,7 @@
|
|
|
31677
31697
|
"type": {
|
|
31678
31698
|
"text": "array"
|
|
31679
31699
|
},
|
|
31680
|
-
"default": "[ { fieldName: 'title', protoName: 'title', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'termsOfService', protoName: 'terms_of_service', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'contact', protoName: 'contact', FieldConstructor: OpenapiV3Contact, constraints: {}, description: '' }, { fieldName: 'license', protoName: 'license', FieldConstructor: OpenapiV3License, constraints: {}, description: '' }, { fieldName: 'version', protoName: 'version', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' }, { fieldName: 'summary', protoName: 'summary', FieldConstructor: STRING, constraints: {}, description: '' } ]"
|
|
31700
|
+
"default": "[ { fieldName: 'title', protoName: 'title', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'termsOfService', protoName: 'terms_of_service', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'contact', protoName: 'contact', FieldConstructor: OpenapiV3Contact, constraints: {}, description: '', }, { fieldName: 'license', protoName: 'license', FieldConstructor: OpenapiV3License, constraints: {}, description: '', }, { fieldName: 'version', protoName: 'version', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, { fieldName: 'summary', protoName: 'summary', FieldConstructor: STRING, constraints: {}, description: '', }, ]"
|
|
31681
31701
|
},
|
|
31682
31702
|
{
|
|
31683
31703
|
"kind": "field",
|
|
@@ -32625,7 +32645,7 @@
|
|
|
32625
32645
|
"type": {
|
|
32626
32646
|
"text": "array"
|
|
32627
32647
|
},
|
|
32628
|
-
"default": "[ { fieldName: 'schemaOrReference', protoName: 'schema_or_reference', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '' } ]"
|
|
32648
|
+
"default": "[ { fieldName: 'schemaOrReference', protoName: 'schema_or_reference', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '', }, ]"
|
|
32629
32649
|
},
|
|
32630
32650
|
{
|
|
32631
32651
|
"kind": "field",
|
|
@@ -33546,7 +33566,7 @@
|
|
|
33546
33566
|
"type": {
|
|
33547
33567
|
"text": "array"
|
|
33548
33568
|
},
|
|
33549
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'url', protoName: 'url', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
33569
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'url', protoName: 'url', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
33550
33570
|
},
|
|
33551
33571
|
{
|
|
33552
33572
|
"kind": "field",
|
|
@@ -34452,7 +34472,7 @@
|
|
|
34452
34472
|
"type": {
|
|
34453
34473
|
"text": "string"
|
|
34454
34474
|
},
|
|
34455
|
-
"default": "
|
|
34475
|
+
"default": "\"Link The `Link object` represents a possible design-time link for a response. The presence of a link does not guarantee the caller's ability to successfully invoke it, rather it provides a known relationship and traversal mechanism between responses and other operations. Unlike _dynamic_ links (i.e. links provided **in** the response payload), the OAS linking mechanism does not require link information in the runtime response. For computing links, and providing instructions to execute them, a runtime expression is used for accessing values in an operation and using them as parameters while invoking the linked operation.\""
|
|
34456
34476
|
},
|
|
34457
34477
|
{
|
|
34458
34478
|
"kind": "field",
|
|
@@ -34489,7 +34509,7 @@
|
|
|
34489
34509
|
"type": {
|
|
34490
34510
|
"text": "array"
|
|
34491
34511
|
},
|
|
34492
|
-
"default": "[ { fieldName: 'operationRef', protoName: 'operation_ref', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'operationId', protoName: 'operation_id', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'parameters', protoName: 'parameters', FieldConstructor: OpenapiV3AnyOrExpression, constraints: {}, description: '' }, { fieldName: 'requestBody', protoName: 'request_body', FieldConstructor: OpenapiV3AnyOrExpression, constraints: {}, description: '' }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'server', protoName: 'server', FieldConstructor: OpenapiV3Server, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
34512
|
+
"default": "[ { fieldName: 'operationRef', protoName: 'operation_ref', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'operationId', protoName: 'operation_id', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'parameters', protoName: 'parameters', FieldConstructor: OpenapiV3AnyOrExpression, constraints: {}, description: '', }, { fieldName: 'requestBody', protoName: 'request_body', FieldConstructor: OpenapiV3AnyOrExpression, constraints: {}, description: '', }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'server', protoName: 'server', FieldConstructor: OpenapiV3Server, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
34493
34513
|
},
|
|
34494
34514
|
{
|
|
34495
34515
|
"kind": "field",
|
|
@@ -35436,7 +35456,7 @@
|
|
|
35436
35456
|
"type": {
|
|
35437
35457
|
"text": "array"
|
|
35438
35458
|
},
|
|
35439
|
-
"default": "[ { fieldName: 'link', protoName: 'link', FieldConstructor: OpenapiV3Link, constraints: {}, description: '' }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '' } ]"
|
|
35459
|
+
"default": "[ { fieldName: 'link', protoName: 'link', FieldConstructor: OpenapiV3Link, constraints: {}, description: '', }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '', }, ]"
|
|
35440
35460
|
},
|
|
35441
35461
|
{
|
|
35442
35462
|
"kind": "field",
|
|
@@ -36354,7 +36374,7 @@
|
|
|
36354
36374
|
"type": {
|
|
36355
36375
|
"text": "array"
|
|
36356
36376
|
},
|
|
36357
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedLinkOrReference, constraints: {}, description: '' } ]"
|
|
36377
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedLinkOrReference, constraints: {}, description: '', }, ]"
|
|
36358
36378
|
},
|
|
36359
36379
|
{
|
|
36360
36380
|
"kind": "field",
|
|
@@ -37283,7 +37303,7 @@
|
|
|
37283
37303
|
"type": {
|
|
37284
37304
|
"text": "array"
|
|
37285
37305
|
},
|
|
37286
|
-
"default": "[ { fieldName: 'schema', protoName: 'schema', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '' }, { fieldName: 'example', protoName: 'example', FieldConstructor: OpenapiV3Any, constraints: {}, description: '' }, { fieldName: 'examples', protoName: 'examples', FieldConstructor: OpenapiV3ExamplesOrReferences, constraints: {}, description: '' }, { fieldName: 'encoding', protoName: 'encoding', FieldConstructor: OpenapiV3Encodings, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
37306
|
+
"default": "[ { fieldName: 'schema', protoName: 'schema', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '', }, { fieldName: 'example', protoName: 'example', FieldConstructor: OpenapiV3Any, constraints: {}, description: '', }, { fieldName: 'examples', protoName: 'examples', FieldConstructor: OpenapiV3ExamplesOrReferences, constraints: {}, description: '', }, { fieldName: 'encoding', protoName: 'encoding', FieldConstructor: OpenapiV3Encodings, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
37287
37307
|
},
|
|
37288
37308
|
{
|
|
37289
37309
|
"kind": "field",
|
|
@@ -38216,7 +38236,7 @@
|
|
|
38216
38236
|
"type": {
|
|
38217
38237
|
"text": "array"
|
|
38218
38238
|
},
|
|
38219
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedMediaType, constraints: {}, description: '' } ]"
|
|
38239
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedMediaType, constraints: {}, description: '', }, ]"
|
|
38220
38240
|
},
|
|
38221
38241
|
{
|
|
38222
38242
|
"kind": "field",
|
|
@@ -39133,7 +39153,7 @@
|
|
|
39133
39153
|
"type": {
|
|
39134
39154
|
"text": "array"
|
|
39135
39155
|
},
|
|
39136
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3Any, constraints: {}, description: 'Mapped value' } ]"
|
|
39156
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3Any, constraints: {}, description: 'Mapped value', }, ]"
|
|
39137
39157
|
},
|
|
39138
39158
|
{
|
|
39139
39159
|
"kind": "field",
|
|
@@ -40055,7 +40075,7 @@
|
|
|
40055
40075
|
"type": {
|
|
40056
40076
|
"text": "array"
|
|
40057
40077
|
},
|
|
40058
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3CallbackOrReference, constraints: {}, description: 'Mapped value' } ]"
|
|
40078
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3CallbackOrReference, constraints: {}, description: 'Mapped value', }, ]"
|
|
40059
40079
|
},
|
|
40060
40080
|
{
|
|
40061
40081
|
"kind": "field",
|
|
@@ -40977,7 +40997,7 @@
|
|
|
40977
40997
|
"type": {
|
|
40978
40998
|
"text": "array"
|
|
40979
40999
|
},
|
|
40980
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3Encoding, constraints: {}, description: 'Mapped value' } ]"
|
|
41000
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3Encoding, constraints: {}, description: 'Mapped value', }, ]"
|
|
40981
41001
|
},
|
|
40982
41002
|
{
|
|
40983
41003
|
"kind": "field",
|
|
@@ -41899,7 +41919,7 @@
|
|
|
41899
41919
|
"type": {
|
|
41900
41920
|
"text": "array"
|
|
41901
41921
|
},
|
|
41902
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3ExampleOrReference, constraints: {}, description: 'Mapped value' } ]"
|
|
41922
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3ExampleOrReference, constraints: {}, description: 'Mapped value', }, ]"
|
|
41903
41923
|
},
|
|
41904
41924
|
{
|
|
41905
41925
|
"kind": "field",
|
|
@@ -42821,7 +42841,7 @@
|
|
|
42821
42841
|
"type": {
|
|
42822
42842
|
"text": "array"
|
|
42823
42843
|
},
|
|
42824
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3HeaderOrReference, constraints: {}, description: 'Mapped value' } ]"
|
|
42844
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3HeaderOrReference, constraints: {}, description: 'Mapped value', }, ]"
|
|
42825
42845
|
},
|
|
42826
42846
|
{
|
|
42827
42847
|
"kind": "field",
|
|
@@ -43743,7 +43763,7 @@
|
|
|
43743
43763
|
"type": {
|
|
43744
43764
|
"text": "array"
|
|
43745
43765
|
},
|
|
43746
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3LinkOrReference, constraints: {}, description: 'Mapped value' } ]"
|
|
43766
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3LinkOrReference, constraints: {}, description: 'Mapped value', }, ]"
|
|
43747
43767
|
},
|
|
43748
43768
|
{
|
|
43749
43769
|
"kind": "field",
|
|
@@ -44665,7 +44685,7 @@
|
|
|
44665
44685
|
"type": {
|
|
44666
44686
|
"text": "array"
|
|
44667
44687
|
},
|
|
44668
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3MediaType, constraints: {}, description: 'Mapped value' } ]"
|
|
44688
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3MediaType, constraints: {}, description: 'Mapped value', }, ]"
|
|
44669
44689
|
},
|
|
44670
44690
|
{
|
|
44671
44691
|
"kind": "field",
|
|
@@ -45587,7 +45607,7 @@
|
|
|
45587
45607
|
"type": {
|
|
45588
45608
|
"text": "array"
|
|
45589
45609
|
},
|
|
45590
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3ParameterOrReference, constraints: {}, description: 'Mapped value' } ]"
|
|
45610
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3ParameterOrReference, constraints: {}, description: 'Mapped value', }, ]"
|
|
45591
45611
|
},
|
|
45592
45612
|
{
|
|
45593
45613
|
"kind": "field",
|
|
@@ -46509,7 +46529,7 @@
|
|
|
46509
46529
|
"type": {
|
|
46510
46530
|
"text": "array"
|
|
46511
46531
|
},
|
|
46512
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3PathItem, constraints: {}, description: 'Mapped value' } ]"
|
|
46532
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3PathItem, constraints: {}, description: 'Mapped value', }, ]"
|
|
46513
46533
|
},
|
|
46514
46534
|
{
|
|
46515
46535
|
"kind": "field",
|
|
@@ -47431,7 +47451,7 @@
|
|
|
47431
47451
|
"type": {
|
|
47432
47452
|
"text": "array"
|
|
47433
47453
|
},
|
|
47434
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3RequestBodyOrReference, constraints: {}, description: 'Mapped value' } ]"
|
|
47454
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3RequestBodyOrReference, constraints: {}, description: 'Mapped value', }, ]"
|
|
47435
47455
|
},
|
|
47436
47456
|
{
|
|
47437
47457
|
"kind": "field",
|
|
@@ -48353,7 +48373,7 @@
|
|
|
48353
48373
|
"type": {
|
|
48354
48374
|
"text": "array"
|
|
48355
48375
|
},
|
|
48356
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3ResponseOrReference, constraints: {}, description: 'Mapped value' } ]"
|
|
48376
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3ResponseOrReference, constraints: {}, description: 'Mapped value', }, ]"
|
|
48357
48377
|
},
|
|
48358
48378
|
{
|
|
48359
48379
|
"kind": "field",
|
|
@@ -49275,7 +49295,7 @@
|
|
|
49275
49295
|
"type": {
|
|
49276
49296
|
"text": "array"
|
|
49277
49297
|
},
|
|
49278
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: 'Mapped value' } ]"
|
|
49298
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: 'Mapped value', }, ]"
|
|
49279
49299
|
},
|
|
49280
49300
|
{
|
|
49281
49301
|
"kind": "field",
|
|
@@ -50197,7 +50217,7 @@
|
|
|
50197
50217
|
"type": {
|
|
50198
50218
|
"text": "array"
|
|
50199
50219
|
},
|
|
50200
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3SecuritySchemeOrReference, constraints: {}, description: 'Mapped value' } ]"
|
|
50220
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3SecuritySchemeOrReference, constraints: {}, description: 'Mapped value', }, ]"
|
|
50201
50221
|
},
|
|
50202
50222
|
{
|
|
50203
50223
|
"kind": "field",
|
|
@@ -51119,7 +51139,7 @@
|
|
|
51119
51139
|
"type": {
|
|
51120
51140
|
"text": "array"
|
|
51121
51141
|
},
|
|
51122
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3ServerVariable, constraints: {}, description: 'Mapped value' } ]"
|
|
51142
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3ServerVariable, constraints: {}, description: 'Mapped value', }, ]"
|
|
51123
51143
|
},
|
|
51124
51144
|
{
|
|
51125
51145
|
"kind": "field",
|
|
@@ -52041,7 +52061,7 @@
|
|
|
52041
52061
|
"type": {
|
|
52042
52062
|
"text": "array"
|
|
52043
52063
|
},
|
|
52044
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Mapped value' } ]"
|
|
52064
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Mapped value', }, ]"
|
|
52045
52065
|
},
|
|
52046
52066
|
{
|
|
52047
52067
|
"kind": "field",
|
|
@@ -52963,7 +52983,7 @@
|
|
|
52963
52983
|
"type": {
|
|
52964
52984
|
"text": "array"
|
|
52965
52985
|
},
|
|
52966
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key' }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3StringArray, constraints: {}, description: 'Mapped value' } ]"
|
|
52986
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: 'Map key', }, { fieldName: 'value', protoName: 'value', FieldConstructor: OpenapiV3StringArray, constraints: {}, description: 'Mapped value', }, ]"
|
|
52967
52987
|
},
|
|
52968
52988
|
{
|
|
52969
52989
|
"kind": "field",
|
|
@@ -53897,7 +53917,7 @@
|
|
|
53897
53917
|
"type": {
|
|
53898
53918
|
"text": "array"
|
|
53899
53919
|
},
|
|
53900
|
-
"default": "[ { fieldName: 'authorizationUrl', protoName: 'authorization_url', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'tokenUrl', protoName: 'token_url', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'refreshUrl', protoName: 'refresh_url', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'scopes', protoName: 'scopes', FieldConstructor: OpenapiV3Strings, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
53920
|
+
"default": "[ { fieldName: 'authorizationUrl', protoName: 'authorization_url', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'tokenUrl', protoName: 'token_url', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'refreshUrl', protoName: 'refresh_url', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'scopes', protoName: 'scopes', FieldConstructor: OpenapiV3Strings, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
53901
53921
|
},
|
|
53902
53922
|
{
|
|
53903
53923
|
"kind": "field",
|
|
@@ -54846,7 +54866,7 @@
|
|
|
54846
54866
|
"type": {
|
|
54847
54867
|
"text": "array"
|
|
54848
54868
|
},
|
|
54849
|
-
"default": "[ { fieldName: 'implicit', protoName: 'implicit', FieldConstructor: OpenapiV3OauthFlow, constraints: {}, description: '' }, { fieldName: 'password', protoName: 'password', FieldConstructor: OpenapiV3OauthFlow, constraints: {}, description: '' }, { fieldName: 'clientCredentials', protoName: 'client_credentials', FieldConstructor: OpenapiV3OauthFlow, constraints: {}, description: '' }, { fieldName: 'authorizationCode', protoName: 'authorization_code', FieldConstructor: OpenapiV3OauthFlow, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
54869
|
+
"default": "[ { fieldName: 'implicit', protoName: 'implicit', FieldConstructor: OpenapiV3OauthFlow, constraints: {}, description: '', }, { fieldName: 'password', protoName: 'password', FieldConstructor: OpenapiV3OauthFlow, constraints: {}, description: '', }, { fieldName: 'clientCredentials', protoName: 'client_credentials', FieldConstructor: OpenapiV3OauthFlow, constraints: {}, description: '', }, { fieldName: 'authorizationCode', protoName: 'authorization_code', FieldConstructor: OpenapiV3OauthFlow, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
54850
54870
|
},
|
|
54851
54871
|
{
|
|
54852
54872
|
"kind": "field",
|
|
@@ -55779,7 +55799,7 @@
|
|
|
55779
55799
|
"type": {
|
|
55780
55800
|
"text": "array"
|
|
55781
55801
|
},
|
|
55782
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
55802
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
55783
55803
|
},
|
|
55784
55804
|
{
|
|
55785
55805
|
"kind": "field",
|
|
@@ -56736,7 +56756,7 @@
|
|
|
56736
56756
|
"type": {
|
|
56737
56757
|
"text": "array"
|
|
56738
56758
|
},
|
|
56739
|
-
"default": "[ { fieldName: 'tags', protoName: 'tags', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'summary', protoName: 'summary', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'externalDocs', protoName: 'external_docs', FieldConstructor: OpenapiV3ExternalDocs, constraints: {}, description: '' }, { fieldName: 'operationId', protoName: 'operation_id', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'parameters', protoName: 'parameters', FieldConstructor: OpenapiV3ParameterOrReference, constraints: {}, description: '' }, { fieldName: 'requestBody', protoName: 'request_body', FieldConstructor: OpenapiV3RequestBodyOrReference, constraints: {}, description: '' }, { fieldName: 'responses', protoName: 'responses', FieldConstructor: OpenapiV3Responses, constraints: {}, description: '' }, { fieldName: 'callbacks', protoName: 'callbacks', FieldConstructor: OpenapiV3CallbacksOrReferences, constraints: {}, description: '' }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'security', protoName: 'security', FieldConstructor: OpenapiV3SecurityRequirement, constraints: {}, description: '' }, { fieldName: 'servers', protoName: 'servers', FieldConstructor: OpenapiV3Server, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
56759
|
+
"default": "[ { fieldName: 'tags', protoName: 'tags', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'summary', protoName: 'summary', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'externalDocs', protoName: 'external_docs', FieldConstructor: OpenapiV3ExternalDocs, constraints: {}, description: '', }, { fieldName: 'operationId', protoName: 'operation_id', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'parameters', protoName: 'parameters', FieldConstructor: OpenapiV3ParameterOrReference, constraints: {}, description: '', }, { fieldName: 'requestBody', protoName: 'request_body', FieldConstructor: OpenapiV3RequestBodyOrReference, constraints: {}, description: '', }, { fieldName: 'responses', protoName: 'responses', FieldConstructor: OpenapiV3Responses, constraints: {}, description: '', }, { fieldName: 'callbacks', protoName: 'callbacks', FieldConstructor: OpenapiV3CallbacksOrReferences, constraints: {}, description: '', }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'security', protoName: 'security', FieldConstructor: OpenapiV3SecurityRequirement, constraints: {}, description: '', }, { fieldName: 'servers', protoName: 'servers', FieldConstructor: OpenapiV3Server, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
56740
56760
|
},
|
|
56741
56761
|
{
|
|
56742
56762
|
"kind": "field",
|
|
@@ -57757,7 +57777,7 @@
|
|
|
57757
57777
|
"type": {
|
|
57758
57778
|
"text": "array"
|
|
57759
57779
|
},
|
|
57760
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'in', protoName: 'in', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'required', protoName: 'required', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'allowEmptyValue', protoName: 'allow_empty_value', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'style', protoName: 'style', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'explode', protoName: 'explode', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'allowReserved', protoName: 'allow_reserved', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'schema', protoName: 'schema', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '' }, { fieldName: 'example', protoName: 'example', FieldConstructor: OpenapiV3Any, constraints: {}, description: '' }, { fieldName: 'examples', protoName: 'examples', FieldConstructor: OpenapiV3ExamplesOrReferences, constraints: {}, description: '' }, { fieldName: 'content', protoName: 'content', FieldConstructor: OpenapiV3MediaTypes, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
57780
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'in', protoName: 'in', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'required', protoName: 'required', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'allowEmptyValue', protoName: 'allow_empty_value', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'style', protoName: 'style', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'explode', protoName: 'explode', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'allowReserved', protoName: 'allow_reserved', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'schema', protoName: 'schema', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '', }, { fieldName: 'example', protoName: 'example', FieldConstructor: OpenapiV3Any, constraints: {}, description: '', }, { fieldName: 'examples', protoName: 'examples', FieldConstructor: OpenapiV3ExamplesOrReferences, constraints: {}, description: '', }, { fieldName: 'content', protoName: 'content', FieldConstructor: OpenapiV3MediaTypes, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
57761
57781
|
},
|
|
57762
57782
|
{
|
|
57763
57783
|
"kind": "field",
|
|
@@ -58739,7 +58759,7 @@
|
|
|
58739
58759
|
"type": {
|
|
58740
58760
|
"text": "array"
|
|
58741
58761
|
},
|
|
58742
|
-
"default": "[ { fieldName: 'parameter', protoName: 'parameter', FieldConstructor: OpenapiV3Parameter, constraints: {}, description: '' }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '' } ]"
|
|
58762
|
+
"default": "[ { fieldName: 'parameter', protoName: 'parameter', FieldConstructor: OpenapiV3Parameter, constraints: {}, description: '', }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '', }, ]"
|
|
58743
58763
|
},
|
|
58744
58764
|
{
|
|
58745
58765
|
"kind": "field",
|
|
@@ -59657,7 +59677,7 @@
|
|
|
59657
59677
|
"type": {
|
|
59658
59678
|
"text": "array"
|
|
59659
59679
|
},
|
|
59660
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedParameterOrReference, constraints: {}, description: '' } ]"
|
|
59680
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedParameterOrReference, constraints: {}, description: '', }, ]"
|
|
59661
59681
|
},
|
|
59662
59682
|
{
|
|
59663
59683
|
"kind": "field",
|
|
@@ -60618,7 +60638,7 @@
|
|
|
60618
60638
|
"type": {
|
|
60619
60639
|
"text": "array"
|
|
60620
60640
|
},
|
|
60621
|
-
"default": "[ { fieldName: 'Ref', protoName: '_ref', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'summary', protoName: 'summary', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'get', protoName: 'get', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '' }, { fieldName: 'put', protoName: 'put', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '' }, { fieldName: 'post', protoName: 'post', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '' }, { fieldName: 'delete', protoName: 'delete', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '' }, { fieldName: 'options', protoName: 'options', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '' }, { fieldName: 'head', protoName: 'head', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '' }, { fieldName: 'patch', protoName: 'patch', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '' }, { fieldName: 'trace', protoName: 'trace', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '' }, { fieldName: 'servers', protoName: 'servers', FieldConstructor: OpenapiV3Server, constraints: {}, description: '' }, { fieldName: 'parameters', protoName: 'parameters', FieldConstructor: OpenapiV3ParameterOrReference, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
60641
|
+
"default": "[ { fieldName: 'Ref', protoName: '_ref', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'summary', protoName: 'summary', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'get', protoName: 'get', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '', }, { fieldName: 'put', protoName: 'put', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '', }, { fieldName: 'post', protoName: 'post', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '', }, { fieldName: 'delete', protoName: 'delete', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '', }, { fieldName: 'options', protoName: 'options', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '', }, { fieldName: 'head', protoName: 'head', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '', }, { fieldName: 'patch', protoName: 'patch', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '', }, { fieldName: 'trace', protoName: 'trace', FieldConstructor: OpenapiV3Operation, constraints: {}, description: '', }, { fieldName: 'servers', protoName: 'servers', FieldConstructor: OpenapiV3Server, constraints: {}, description: '', }, { fieldName: 'parameters', protoName: 'parameters', FieldConstructor: OpenapiV3ParameterOrReference, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
60622
60642
|
},
|
|
60623
60643
|
{
|
|
60624
60644
|
"kind": "field",
|
|
@@ -61600,7 +61620,7 @@
|
|
|
61600
61620
|
"type": {
|
|
61601
61621
|
"text": "array"
|
|
61602
61622
|
},
|
|
61603
|
-
"default": "[ { fieldName: 'path', protoName: 'path', FieldConstructor: OpenapiV3NamedPathItem, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
61623
|
+
"default": "[ { fieldName: 'path', protoName: 'path', FieldConstructor: OpenapiV3NamedPathItem, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
61604
61624
|
},
|
|
61605
61625
|
{
|
|
61606
61626
|
"kind": "field",
|
|
@@ -62518,7 +62538,7 @@
|
|
|
62518
62538
|
"type": {
|
|
62519
62539
|
"text": "array"
|
|
62520
62540
|
},
|
|
62521
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedSchemaOrReference, constraints: {}, description: '' } ]"
|
|
62541
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedSchemaOrReference, constraints: {}, description: '', }, ]"
|
|
62522
62542
|
},
|
|
62523
62543
|
{
|
|
62524
62544
|
"kind": "field",
|
|
@@ -63435,7 +63455,7 @@
|
|
|
63435
63455
|
"type": {
|
|
63436
63456
|
"text": "array"
|
|
63437
63457
|
},
|
|
63438
|
-
"default": "[ { fieldName: 'Ref', protoName: '_ref', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'summary', protoName: 'summary', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' } ]"
|
|
63458
|
+
"default": "[ { fieldName: 'Ref', protoName: '_ref', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'summary', protoName: 'summary', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, ]"
|
|
63439
63459
|
},
|
|
63440
63460
|
{
|
|
63441
63461
|
"kind": "field",
|
|
@@ -64358,7 +64378,7 @@
|
|
|
64358
64378
|
"type": {
|
|
64359
64379
|
"text": "array"
|
|
64360
64380
|
},
|
|
64361
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedRequestBodyOrReference, constraints: {}, description: '' } ]"
|
|
64381
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedRequestBodyOrReference, constraints: {}, description: '', }, ]"
|
|
64362
64382
|
},
|
|
64363
64383
|
{
|
|
64364
64384
|
"kind": "field",
|
|
@@ -65279,7 +65299,7 @@
|
|
|
65279
65299
|
"type": {
|
|
65280
65300
|
"text": "array"
|
|
65281
65301
|
},
|
|
65282
|
-
"default": "[ { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'content', protoName: 'content', FieldConstructor: OpenapiV3MediaTypes, constraints: {}, description: '' }, { fieldName: 'required', protoName: 'required', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
65302
|
+
"default": "[ { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'content', protoName: 'content', FieldConstructor: OpenapiV3MediaTypes, constraints: {}, description: '', }, { fieldName: 'required', protoName: 'required', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
65283
65303
|
},
|
|
65284
65304
|
{
|
|
65285
65305
|
"kind": "field",
|
|
@@ -66211,7 +66231,7 @@
|
|
|
66211
66231
|
"type": {
|
|
66212
66232
|
"text": "array"
|
|
66213
66233
|
},
|
|
66214
|
-
"default": "[ { fieldName: 'requestBody', protoName: 'request_body', FieldConstructor: OpenapiV3RequestBody, constraints: {}, description: '' }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '' } ]"
|
|
66234
|
+
"default": "[ { fieldName: 'requestBody', protoName: 'request_body', FieldConstructor: OpenapiV3RequestBody, constraints: {}, description: '', }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '', }, ]"
|
|
66215
66235
|
},
|
|
66216
66236
|
{
|
|
66217
66237
|
"kind": "field",
|
|
@@ -67141,7 +67161,7 @@
|
|
|
67141
67161
|
"type": {
|
|
67142
67162
|
"text": "array"
|
|
67143
67163
|
},
|
|
67144
|
-
"default": "[ { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'headers', protoName: 'headers', FieldConstructor: OpenapiV3HeadersOrReferences, constraints: {}, description: '' }, { fieldName: 'content', protoName: 'content', FieldConstructor: OpenapiV3MediaTypes, constraints: {}, description: '' }, { fieldName: 'links', protoName: 'links', FieldConstructor: OpenapiV3LinksOrReferences, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
67164
|
+
"default": "[ { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'headers', protoName: 'headers', FieldConstructor: OpenapiV3HeadersOrReferences, constraints: {}, description: '', }, { fieldName: 'content', protoName: 'content', FieldConstructor: OpenapiV3MediaTypes, constraints: {}, description: '', }, { fieldName: 'links', protoName: 'links', FieldConstructor: OpenapiV3LinksOrReferences, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
67145
67165
|
},
|
|
67146
67166
|
{
|
|
67147
67167
|
"kind": "field",
|
|
@@ -68078,7 +68098,7 @@
|
|
|
68078
68098
|
"type": {
|
|
68079
68099
|
"text": "array"
|
|
68080
68100
|
},
|
|
68081
|
-
"default": "[ { fieldName: 'response', protoName: 'response', FieldConstructor: OpenapiV3Response, constraints: {}, description: '' }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '' } ]"
|
|
68101
|
+
"default": "[ { fieldName: 'response', protoName: 'response', FieldConstructor: OpenapiV3Response, constraints: {}, description: '', }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '', }, ]"
|
|
68082
68102
|
},
|
|
68083
68103
|
{
|
|
68084
68104
|
"kind": "field",
|
|
@@ -69004,7 +69024,7 @@
|
|
|
69004
69024
|
"type": {
|
|
69005
69025
|
"text": "array"
|
|
69006
69026
|
},
|
|
69007
|
-
"default": "[ { fieldName: 'default', protoName: 'default', FieldConstructor: OpenapiV3ResponseOrReference, constraints: {}, description: '' }, { fieldName: 'responseOrReference', protoName: 'response_or_reference', FieldConstructor: OpenapiV3NamedResponseOrReference, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
69027
|
+
"default": "[ { fieldName: 'default', protoName: 'default', FieldConstructor: OpenapiV3ResponseOrReference, constraints: {}, description: '', }, { fieldName: 'responseOrReference', protoName: 'response_or_reference', FieldConstructor: OpenapiV3NamedResponseOrReference, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
69008
69028
|
},
|
|
69009
69029
|
{
|
|
69010
69030
|
"kind": "field",
|
|
@@ -69927,7 +69947,7 @@
|
|
|
69927
69947
|
"type": {
|
|
69928
69948
|
"text": "array"
|
|
69929
69949
|
},
|
|
69930
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedResponseOrReference, constraints: {}, description: '' } ]"
|
|
69950
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedResponseOrReference, constraints: {}, description: '', }, ]"
|
|
69931
69951
|
},
|
|
69932
69952
|
{
|
|
69933
69953
|
"kind": "field",
|
|
@@ -70972,7 +70992,7 @@
|
|
|
70972
70992
|
"type": {
|
|
70973
70993
|
"text": "array"
|
|
70974
70994
|
},
|
|
70975
|
-
"default": "[ { fieldName: 'nullable', protoName: 'nullable', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'discriminator', protoName: 'discriminator', FieldConstructor: OpenapiV3Discriminator, constraints: {}, description: '' }, { fieldName: 'readOnly', protoName: 'read_only', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'writeOnly', protoName: 'write_only', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'xml', protoName: 'xml', FieldConstructor: OpenapiV3Xml, constraints: {}, description: '' }, { fieldName: 'externalDocs', protoName: 'external_docs', FieldConstructor: OpenapiV3ExternalDocs, constraints: {}, description: '' }, { fieldName: 'example', protoName: 'example', FieldConstructor: OpenapiV3Any, constraints: {}, description: '' }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'title', protoName: 'title', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'multipleOf', protoName: 'multiple_of', FieldConstructor: DOUBLE, constraints: {}, description: '' }, { fieldName: 'maximum', protoName: 'maximum', FieldConstructor: DOUBLE, constraints: {}, description: '' }, { fieldName: 'exclusiveMaximum', protoName: 'exclusive_maximum', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'minimum', protoName: 'minimum', FieldConstructor: DOUBLE, constraints: {}, description: '' }, { fieldName: 'exclusiveMinimum', protoName: 'exclusive_minimum', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'maxLength', protoName: 'max_length', FieldConstructor: INT64, constraints: {}, description: '' }, { fieldName: 'minLength', protoName: 'min_length', FieldConstructor: INT64, constraints: {}, description: '' }, { fieldName: 'pattern', protoName: 'pattern', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'maxItems', protoName: 'max_items', FieldConstructor: INT64, constraints: {}, description: '' }, { fieldName: 'minItems', protoName: 'min_items', FieldConstructor: INT64, constraints: {}, description: '' }, { fieldName: 'uniqueItems', protoName: 'unique_items', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'maxProperties', protoName: 'max_properties', FieldConstructor: INT64, constraints: {}, description: '' }, { fieldName: 'minProperties', protoName: 'min_properties', FieldConstructor: INT64, constraints: {}, description: '' }, { fieldName: 'required', protoName: 'required', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'enum', protoName: 'enum', FieldConstructor: OpenapiV3Any, constraints: {}, description: '' }, { fieldName: 'type', protoName: 'type', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'allOf', protoName: 'all_of', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '' }, { fieldName: 'oneOf', protoName: 'one_of', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '' }, { fieldName: 'anyOf', protoName: 'any_of', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '' }, { fieldName: 'not', protoName: 'not', FieldConstructor: Schema, constraints: {}, description: '' }, { fieldName: 'items', protoName: 'items', FieldConstructor: OpenapiV3ItemsItem, constraints: {}, description: '' }, { fieldName: 'properties', protoName: 'properties', FieldConstructor: OpenapiV3Properties, constraints: {}, description: '' }, { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3AdditionalPropertiesItem, constraints: {}, description: '' }, { fieldName: 'default', protoName: 'default', FieldConstructor: OpenapiV3DefaultType, constraints: {}, description: '' }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'format', protoName: 'format', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
70995
|
+
"default": "[ { fieldName: 'nullable', protoName: 'nullable', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'discriminator', protoName: 'discriminator', FieldConstructor: OpenapiV3Discriminator, constraints: {}, description: '', }, { fieldName: 'readOnly', protoName: 'read_only', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'writeOnly', protoName: 'write_only', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'xml', protoName: 'xml', FieldConstructor: OpenapiV3Xml, constraints: {}, description: '', }, { fieldName: 'externalDocs', protoName: 'external_docs', FieldConstructor: OpenapiV3ExternalDocs, constraints: {}, description: '', }, { fieldName: 'example', protoName: 'example', FieldConstructor: OpenapiV3Any, constraints: {}, description: '', }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'title', protoName: 'title', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'multipleOf', protoName: 'multiple_of', FieldConstructor: DOUBLE, constraints: {}, description: '', }, { fieldName: 'maximum', protoName: 'maximum', FieldConstructor: DOUBLE, constraints: {}, description: '', }, { fieldName: 'exclusiveMaximum', protoName: 'exclusive_maximum', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'minimum', protoName: 'minimum', FieldConstructor: DOUBLE, constraints: {}, description: '', }, { fieldName: 'exclusiveMinimum', protoName: 'exclusive_minimum', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'maxLength', protoName: 'max_length', FieldConstructor: INT64, constraints: {}, description: '', }, { fieldName: 'minLength', protoName: 'min_length', FieldConstructor: INT64, constraints: {}, description: '', }, { fieldName: 'pattern', protoName: 'pattern', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'maxItems', protoName: 'max_items', FieldConstructor: INT64, constraints: {}, description: '', }, { fieldName: 'minItems', protoName: 'min_items', FieldConstructor: INT64, constraints: {}, description: '', }, { fieldName: 'uniqueItems', protoName: 'unique_items', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'maxProperties', protoName: 'max_properties', FieldConstructor: INT64, constraints: {}, description: '', }, { fieldName: 'minProperties', protoName: 'min_properties', FieldConstructor: INT64, constraints: {}, description: '', }, { fieldName: 'required', protoName: 'required', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'enum', protoName: 'enum', FieldConstructor: OpenapiV3Any, constraints: {}, description: '', }, { fieldName: 'type', protoName: 'type', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'allOf', protoName: 'all_of', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '', }, { fieldName: 'oneOf', protoName: 'one_of', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '', }, { fieldName: 'anyOf', protoName: 'any_of', FieldConstructor: OpenapiV3SchemaOrReference, constraints: {}, description: '', }, { fieldName: 'not', protoName: 'not', FieldConstructor: Schema, constraints: {}, description: '', }, { fieldName: 'items', protoName: 'items', FieldConstructor: OpenapiV3ItemsItem, constraints: {}, description: '', }, { fieldName: 'properties', protoName: 'properties', FieldConstructor: OpenapiV3Properties, constraints: {}, description: '', }, { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3AdditionalPropertiesItem, constraints: {}, description: '', }, { fieldName: 'default', protoName: 'default', FieldConstructor: OpenapiV3DefaultType, constraints: {}, description: '', }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'format', protoName: 'format', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
70976
70996
|
},
|
|
70977
70997
|
{
|
|
70978
70998
|
"kind": "field",
|
|
@@ -72064,7 +72084,7 @@
|
|
|
72064
72084
|
"type": {
|
|
72065
72085
|
"text": "array"
|
|
72066
72086
|
},
|
|
72067
|
-
"default": "[ { fieldName: 'schema', protoName: 'schema', FieldConstructor: OpenapiV3Schema, constraints: {}, description: '' }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '' } ]"
|
|
72087
|
+
"default": "[ { fieldName: 'schema', protoName: 'schema', FieldConstructor: OpenapiV3Schema, constraints: {}, description: '', }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '', }, ]"
|
|
72068
72088
|
},
|
|
72069
72089
|
{
|
|
72070
72090
|
"kind": "field",
|
|
@@ -72982,7 +73002,7 @@
|
|
|
72982
73002
|
"type": {
|
|
72983
73003
|
"text": "array"
|
|
72984
73004
|
},
|
|
72985
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedSchemaOrReference, constraints: {}, description: '' } ]"
|
|
73005
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedSchemaOrReference, constraints: {}, description: '', }, ]"
|
|
72986
73006
|
},
|
|
72987
73007
|
{
|
|
72988
73008
|
"kind": "field",
|
|
@@ -73895,7 +73915,7 @@
|
|
|
73895
73915
|
"type": {
|
|
73896
73916
|
"text": "array"
|
|
73897
73917
|
},
|
|
73898
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedStringArray, constraints: {}, description: '' } ]"
|
|
73918
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedStringArray, constraints: {}, description: '', }, ]"
|
|
73899
73919
|
},
|
|
73900
73920
|
{
|
|
73901
73921
|
"kind": "field",
|
|
@@ -74779,7 +74799,7 @@
|
|
|
74779
74799
|
"type": {
|
|
74780
74800
|
"text": "string"
|
|
74781
74801
|
},
|
|
74782
|
-
"default": "
|
|
74802
|
+
"default": "\"SecurityScheme Defines a security scheme that can be used by the operations. Supported schemes are HTTP authentication, an API key (either as a header, a cookie parameter or as a query parameter), mutual TLS (use of a client certificate), OAuth2's common flows (implicit, password, application and access code) as defined in RFC6749, and OpenID Connect. Please note that currently (2019) the implicit flow is about to be deprecated OAuth 2.0 Security Best Current Practice. Recommended for most use case is Authorization Code Grant flow with PKCE.\""
|
|
74783
74803
|
},
|
|
74784
74804
|
{
|
|
74785
74805
|
"kind": "field",
|
|
@@ -74836,7 +74856,7 @@
|
|
|
74836
74856
|
"type": {
|
|
74837
74857
|
"text": "array"
|
|
74838
74858
|
},
|
|
74839
|
-
"default": "[ { fieldName: 'type', protoName: 'type', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'in', protoName: 'in', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'scheme', protoName: 'scheme', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'bearerFormat', protoName: 'bearer_format', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'flows', protoName: 'flows', FieldConstructor: OpenapiV3OauthFlows, constraints: {}, description: '' }, { fieldName: 'openIdConnectUrl', protoName: 'open_id_connect_url', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
74859
|
+
"default": "[ { fieldName: 'type', protoName: 'type', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'in', protoName: 'in', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'scheme', protoName: 'scheme', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'bearerFormat', protoName: 'bearer_format', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'flows', protoName: 'flows', FieldConstructor: OpenapiV3OauthFlows, constraints: {}, description: '', }, { fieldName: 'openIdConnectUrl', protoName: 'open_id_connect_url', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
74840
74860
|
},
|
|
74841
74861
|
{
|
|
74842
74862
|
"kind": "field",
|
|
@@ -75793,7 +75813,7 @@
|
|
|
75793
75813
|
"type": {
|
|
75794
75814
|
"text": "array"
|
|
75795
75815
|
},
|
|
75796
|
-
"default": "[ { fieldName: 'securityScheme', protoName: 'security_scheme', FieldConstructor: OpenapiV3SecurityScheme, constraints: {}, description: '' }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '' } ]"
|
|
75816
|
+
"default": "[ { fieldName: 'securityScheme', protoName: 'security_scheme', FieldConstructor: OpenapiV3SecurityScheme, constraints: {}, description: '', }, { fieldName: 'reference', protoName: 'reference', FieldConstructor: OpenapiV3Reference, constraints: {}, description: '', }, ]"
|
|
75797
75817
|
},
|
|
75798
75818
|
{
|
|
75799
75819
|
"kind": "field",
|
|
@@ -76711,7 +76731,7 @@
|
|
|
76711
76731
|
"type": {
|
|
76712
76732
|
"text": "array"
|
|
76713
76733
|
},
|
|
76714
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedSecuritySchemeOrReference, constraints: {}, description: '' } ]"
|
|
76734
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedSecuritySchemeOrReference, constraints: {}, description: '', }, ]"
|
|
76715
76735
|
},
|
|
76716
76736
|
{
|
|
76717
76737
|
"kind": "field",
|
|
@@ -77632,7 +77652,7 @@
|
|
|
77632
77652
|
"type": {
|
|
77633
77653
|
"text": "array"
|
|
77634
77654
|
},
|
|
77635
|
-
"default": "[ { fieldName: 'url', protoName: 'url', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'variables', protoName: 'variables', FieldConstructor: OpenapiV3ServerVariables, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
77655
|
+
"default": "[ { fieldName: 'url', protoName: 'url', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'variables', protoName: 'variables', FieldConstructor: OpenapiV3ServerVariables, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
77636
77656
|
},
|
|
77637
77657
|
{
|
|
77638
77658
|
"kind": "field",
|
|
@@ -78568,7 +78588,7 @@
|
|
|
78568
78588
|
"type": {
|
|
78569
78589
|
"text": "array"
|
|
78570
78590
|
},
|
|
78571
|
-
"default": "[ { fieldName: 'enum', protoName: 'enum', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'default', protoName: 'default', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
78591
|
+
"default": "[ { fieldName: 'enum', protoName: 'enum', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'default', protoName: 'default', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
78572
78592
|
},
|
|
78573
78593
|
{
|
|
78574
78594
|
"kind": "field",
|
|
@@ -79496,7 +79516,7 @@
|
|
|
79496
79516
|
"type": {
|
|
79497
79517
|
"text": "array"
|
|
79498
79518
|
},
|
|
79499
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedServerVariable, constraints: {}, description: '' } ]"
|
|
79519
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedServerVariable, constraints: {}, description: '', }, ]"
|
|
79500
79520
|
},
|
|
79501
79521
|
{
|
|
79502
79522
|
"kind": "field",
|
|
@@ -80417,7 +80437,7 @@
|
|
|
80417
80437
|
"type": {
|
|
80418
80438
|
"text": "array"
|
|
80419
80439
|
},
|
|
80420
|
-
"default": "[ { fieldName: 'number', protoName: 'number', FieldConstructor: DOUBLE, constraints: {}, description: '' }, { fieldName: 'boolean', protoName: 'boolean', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'string', protoName: 'string', FieldConstructor: STRING, constraints: {}, description: '' } ]"
|
|
80440
|
+
"default": "[ { fieldName: 'number', protoName: 'number', FieldConstructor: DOUBLE, constraints: {}, description: '', }, { fieldName: 'boolean', protoName: 'boolean', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'string', protoName: 'string', FieldConstructor: STRING, constraints: {}, description: '', }, ]"
|
|
80421
80441
|
},
|
|
80422
80442
|
{
|
|
80423
80443
|
"kind": "field",
|
|
@@ -81340,7 +81360,7 @@
|
|
|
81340
81360
|
"type": {
|
|
81341
81361
|
"text": "array"
|
|
81342
81362
|
},
|
|
81343
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: '' } ]"
|
|
81363
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: '', }, ]"
|
|
81344
81364
|
},
|
|
81345
81365
|
{
|
|
81346
81366
|
"kind": "field",
|
|
@@ -82253,7 +82273,7 @@
|
|
|
82253
82273
|
"type": {
|
|
82254
82274
|
"text": "array"
|
|
82255
82275
|
},
|
|
82256
|
-
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedString, constraints: {}, description: '' } ]"
|
|
82276
|
+
"default": "[ { fieldName: 'additionalProperties', protoName: 'additional_properties', FieldConstructor: OpenapiV3NamedString, constraints: {}, description: '', }, ]"
|
|
82257
82277
|
},
|
|
82258
82278
|
{
|
|
82259
82279
|
"kind": "field",
|
|
@@ -83174,7 +83194,7 @@
|
|
|
83174
83194
|
"type": {
|
|
83175
83195
|
"text": "array"
|
|
83176
83196
|
},
|
|
83177
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'externalDocs', protoName: 'external_docs', FieldConstructor: OpenapiV3ExternalDocs, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
83197
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'externalDocs', protoName: 'external_docs', FieldConstructor: OpenapiV3ExternalDocs, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
83178
83198
|
},
|
|
83179
83199
|
{
|
|
83180
83200
|
"kind": "field",
|
|
@@ -84122,7 +84142,7 @@
|
|
|
84122
84142
|
"type": {
|
|
84123
84143
|
"text": "array"
|
|
84124
84144
|
},
|
|
84125
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'namespace', protoName: 'namespace', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'prefix', protoName: 'prefix', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'attribute', protoName: 'attribute', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'wrapped', protoName: 'wrapped', FieldConstructor: BOOLEAN, constraints: {}, description: '' }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '' } ]"
|
|
84145
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'namespace', protoName: 'namespace', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'prefix', protoName: 'prefix', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'attribute', protoName: 'attribute', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'wrapped', protoName: 'wrapped', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'specificationExtension', protoName: 'specification_extension', FieldConstructor: OpenapiV3NamedAny, constraints: {}, description: '', }, ]"
|
|
84126
84146
|
},
|
|
84127
84147
|
{
|
|
84128
84148
|
"kind": "field",
|
|
@@ -85014,28 +85034,20 @@
|
|
|
85014
85034
|
},
|
|
85015
85035
|
{
|
|
85016
85036
|
"kind": "javascript-module",
|
|
85017
|
-
"path": "dist/protoc-gen-open-models/
|
|
85037
|
+
"path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js",
|
|
85018
85038
|
"declarations": [
|
|
85019
85039
|
{
|
|
85020
85040
|
"kind": "class",
|
|
85021
|
-
"description": "
|
|
85022
|
-
"name": "
|
|
85041
|
+
"description": "CustomHttpPattern\n A custom pattern is used for defining custom HTTP verb.",
|
|
85042
|
+
"name": "CustomHttpPattern",
|
|
85023
85043
|
"members": [
|
|
85024
85044
|
{
|
|
85025
85045
|
"kind": "field",
|
|
85026
|
-
"name": "
|
|
85027
|
-
},
|
|
85028
|
-
{
|
|
85029
|
-
"kind": "field",
|
|
85030
|
-
"name": "green"
|
|
85031
|
-
},
|
|
85032
|
-
{
|
|
85033
|
-
"kind": "field",
|
|
85034
|
-
"name": "blue"
|
|
85046
|
+
"name": "kind"
|
|
85035
85047
|
},
|
|
85036
85048
|
{
|
|
85037
85049
|
"kind": "field",
|
|
85038
|
-
"name": "
|
|
85050
|
+
"name": "path"
|
|
85039
85051
|
},
|
|
85040
85052
|
{
|
|
85041
85053
|
"kind": "method",
|
|
@@ -85056,7 +85068,7 @@
|
|
|
85056
85068
|
"type": {
|
|
85057
85069
|
"text": "string"
|
|
85058
85070
|
},
|
|
85059
|
-
"default": "'
|
|
85071
|
+
"default": "'google.api.CustomHttpPattern'"
|
|
85060
85072
|
},
|
|
85061
85073
|
{
|
|
85062
85074
|
"kind": "field",
|
|
@@ -85064,7 +85076,7 @@
|
|
|
85064
85076
|
"type": {
|
|
85065
85077
|
"text": "string"
|
|
85066
85078
|
},
|
|
85067
|
-
"default": "'
|
|
85079
|
+
"default": "'CustomHttpPattern A custom pattern is used for defining custom HTTP verb.'"
|
|
85068
85080
|
},
|
|
85069
85081
|
{
|
|
85070
85082
|
"kind": "field",
|
|
@@ -85072,27 +85084,17 @@
|
|
|
85072
85084
|
"type": {
|
|
85073
85085
|
"text": "array"
|
|
85074
85086
|
},
|
|
85075
|
-
"default": "[ { fieldName: '
|
|
85087
|
+
"default": "[ { fieldName: 'kind', protoName: 'kind', FieldConstructor: STRING, constraints: {}, description: 'The name of this custom HTTP verb.', }, { fieldName: 'path', protoName: 'path', FieldConstructor: STRING, constraints: {}, description: 'The path matched by this custom verb.', }, ]"
|
|
85076
85088
|
},
|
|
85077
85089
|
{
|
|
85078
85090
|
"kind": "field",
|
|
85079
|
-
"name": "
|
|
85080
|
-
"default": "new
|
|
85081
|
-
},
|
|
85082
|
-
{
|
|
85083
|
-
"kind": "field",
|
|
85084
|
-
"name": "_green",
|
|
85085
|
-
"default": "new INT32(undefined, this, 'green')"
|
|
85086
|
-
},
|
|
85087
|
-
{
|
|
85088
|
-
"kind": "field",
|
|
85089
|
-
"name": "_blue",
|
|
85090
|
-
"default": "new INT32(undefined, this, 'blue')"
|
|
85091
|
+
"name": "_kind",
|
|
85092
|
+
"default": "new STRING(undefined, this, 'kind')"
|
|
85091
85093
|
},
|
|
85092
85094
|
{
|
|
85093
85095
|
"kind": "field",
|
|
85094
|
-
"name": "
|
|
85095
|
-
"default": "new
|
|
85096
|
+
"name": "_path",
|
|
85097
|
+
"default": "new STRING(undefined, this, 'path')"
|
|
85096
85098
|
},
|
|
85097
85099
|
{
|
|
85098
85100
|
"kind": "field",
|
|
@@ -85100,7 +85102,7 @@
|
|
|
85100
85102
|
"type": {
|
|
85101
85103
|
"text": "object"
|
|
85102
85104
|
},
|
|
85103
|
-
"default": "{
|
|
85105
|
+
"default": "{}"
|
|
85104
85106
|
},
|
|
85105
85107
|
{
|
|
85106
85108
|
"kind": "field",
|
|
@@ -85938,48 +85940,36 @@
|
|
|
85938
85940
|
"exports": [
|
|
85939
85941
|
{
|
|
85940
85942
|
"kind": "js",
|
|
85941
|
-
"name": "
|
|
85943
|
+
"name": "CustomHttpPattern",
|
|
85942
85944
|
"declaration": {
|
|
85943
|
-
"name": "
|
|
85944
|
-
"module": "dist/protoc-gen-open-models/
|
|
85945
|
+
"name": "CustomHttpPattern",
|
|
85946
|
+
"module": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js"
|
|
85945
85947
|
}
|
|
85946
85948
|
}
|
|
85947
85949
|
]
|
|
85948
85950
|
},
|
|
85949
85951
|
{
|
|
85950
85952
|
"kind": "javascript-module",
|
|
85951
|
-
"path": "dist/protoc-gen-open-models/
|
|
85953
|
+
"path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map",
|
|
85952
85954
|
"declarations": [],
|
|
85953
85955
|
"exports": []
|
|
85954
85956
|
},
|
|
85955
85957
|
{
|
|
85956
85958
|
"kind": "javascript-module",
|
|
85957
|
-
"path": "dist/protoc-gen-open-models/
|
|
85959
|
+
"path": "dist/protoc-gen-open-models/google/api/Http.js",
|
|
85958
85960
|
"declarations": [
|
|
85959
85961
|
{
|
|
85960
85962
|
"kind": "class",
|
|
85961
|
-
"description": "
|
|
85962
|
-
"name": "
|
|
85963
|
+
"description": "Http\n 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.",
|
|
85964
|
+
"name": "Http",
|
|
85963
85965
|
"members": [
|
|
85964
85966
|
{
|
|
85965
85967
|
"kind": "field",
|
|
85966
|
-
"name": "
|
|
85967
|
-
},
|
|
85968
|
-
{
|
|
85969
|
-
"kind": "field",
|
|
85970
|
-
"name": "breadth"
|
|
85971
|
-
},
|
|
85972
|
-
{
|
|
85973
|
-
"kind": "field",
|
|
85974
|
-
"name": "height"
|
|
85975
|
-
},
|
|
85976
|
-
{
|
|
85977
|
-
"kind": "field",
|
|
85978
|
-
"name": "colour"
|
|
85968
|
+
"name": "rules"
|
|
85979
85969
|
},
|
|
85980
85970
|
{
|
|
85981
85971
|
"kind": "field",
|
|
85982
|
-
"name": "
|
|
85972
|
+
"name": "fullyDecodeReservedExpansion"
|
|
85983
85973
|
},
|
|
85984
85974
|
{
|
|
85985
85975
|
"kind": "method",
|
|
@@ -86000,7 +85990,7 @@
|
|
|
86000
85990
|
"type": {
|
|
86001
85991
|
"text": "string"
|
|
86002
85992
|
},
|
|
86003
|
-
"default": "'
|
|
85993
|
+
"default": "'google.api.Http'"
|
|
86004
85994
|
},
|
|
86005
85995
|
{
|
|
86006
85996
|
"kind": "field",
|
|
@@ -86008,7 +85998,7 @@
|
|
|
86008
85998
|
"type": {
|
|
86009
85999
|
"text": "string"
|
|
86010
86000
|
},
|
|
86011
|
-
"default": "'
|
|
86001
|
+
"default": "'Http 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.'"
|
|
86012
86002
|
},
|
|
86013
86003
|
{
|
|
86014
86004
|
"kind": "field",
|
|
@@ -86016,32 +86006,17 @@
|
|
|
86016
86006
|
"type": {
|
|
86017
86007
|
"text": "array"
|
|
86018
86008
|
},
|
|
86019
|
-
"default": "[ { fieldName: '
|
|
86020
|
-
},
|
|
86021
|
-
{
|
|
86022
|
-
"kind": "field",
|
|
86023
|
-
"name": "_length",
|
|
86024
|
-
"default": "new DOUBLE(undefined, this, 'length')"
|
|
86025
|
-
},
|
|
86026
|
-
{
|
|
86027
|
-
"kind": "field",
|
|
86028
|
-
"name": "_breadth",
|
|
86029
|
-
"default": "new DOUBLE(undefined, this, 'breadth')"
|
|
86030
|
-
},
|
|
86031
|
-
{
|
|
86032
|
-
"kind": "field",
|
|
86033
|
-
"name": "_height",
|
|
86034
|
-
"default": "new DOUBLE(undefined, this, 'height')"
|
|
86009
|
+
"default": "[ { fieldName: 'rules', protoName: 'rules', FieldConstructor: GoogleApiHttpRule, constraints: {}, description: 'A list of HTTP configuration rules that apply to individual API methods.\\n\\n **NOTE:** All service configuration rules follow \"last one wins\" order.', }, { fieldName: 'fullyDecodeReservedExpansion', protoName: 'fully_decode_reserved_expansion', FieldConstructor: BOOLEAN, constraints: {}, description: '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.', }, ]"
|
|
86035
86010
|
},
|
|
86036
86011
|
{
|
|
86037
86012
|
"kind": "field",
|
|
86038
|
-
"name": "
|
|
86039
|
-
"default": "new
|
|
86013
|
+
"name": "_rules",
|
|
86014
|
+
"default": "new ARRAY(undefined, this, 'rules')"
|
|
86040
86015
|
},
|
|
86041
86016
|
{
|
|
86042
86017
|
"kind": "field",
|
|
86043
|
-
"name": "
|
|
86044
|
-
"default": "new
|
|
86018
|
+
"name": "_fullyDecodeReservedExpansion",
|
|
86019
|
+
"default": "new BOOLEAN(undefined, this, 'fullyDecodeReservedExpansion')"
|
|
86045
86020
|
},
|
|
86046
86021
|
{
|
|
86047
86022
|
"kind": "field",
|
|
@@ -86049,7 +86024,7 @@
|
|
|
86049
86024
|
"type": {
|
|
86050
86025
|
"text": "object"
|
|
86051
86026
|
},
|
|
86052
|
-
"default": "{
|
|
86027
|
+
"default": "{}"
|
|
86053
86028
|
},
|
|
86054
86029
|
{
|
|
86055
86030
|
"kind": "field",
|
|
@@ -86887,44 +86862,68 @@
|
|
|
86887
86862
|
"exports": [
|
|
86888
86863
|
{
|
|
86889
86864
|
"kind": "js",
|
|
86890
|
-
"name": "
|
|
86865
|
+
"name": "Http",
|
|
86891
86866
|
"declaration": {
|
|
86892
|
-
"name": "
|
|
86893
|
-
"module": "dist/protoc-gen-open-models/
|
|
86867
|
+
"name": "Http",
|
|
86868
|
+
"module": "dist/protoc-gen-open-models/google/api/Http.js"
|
|
86894
86869
|
}
|
|
86895
86870
|
}
|
|
86896
86871
|
]
|
|
86897
86872
|
},
|
|
86898
86873
|
{
|
|
86899
86874
|
"kind": "javascript-module",
|
|
86900
|
-
"path": "dist/protoc-gen-open-models/
|
|
86875
|
+
"path": "dist/protoc-gen-open-models/google/api/Http.js.map",
|
|
86901
86876
|
"declarations": [],
|
|
86902
86877
|
"exports": []
|
|
86903
86878
|
},
|
|
86904
86879
|
{
|
|
86905
86880
|
"kind": "javascript-module",
|
|
86906
|
-
"path": "dist/protoc-gen-open-models/
|
|
86881
|
+
"path": "dist/protoc-gen-open-models/google/api/HttpRule.js",
|
|
86907
86882
|
"declarations": [
|
|
86908
86883
|
{
|
|
86909
86884
|
"kind": "class",
|
|
86910
|
-
"description": "CubeEntity\n CubeEntity",
|
|
86911
|
-
"name": "
|
|
86885
|
+
"description": "HttpRule\n # 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\n 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\n 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\n 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.",
|
|
86886
|
+
"name": "HttpRule",
|
|
86912
86887
|
"members": [
|
|
86913
86888
|
{
|
|
86914
86889
|
"kind": "field",
|
|
86915
|
-
"name": "
|
|
86890
|
+
"name": "selector"
|
|
86916
86891
|
},
|
|
86917
86892
|
{
|
|
86918
86893
|
"kind": "field",
|
|
86919
|
-
"name": "
|
|
86920
|
-
"type": {
|
|
86921
|
-
"text": "string"
|
|
86922
|
-
},
|
|
86923
|
-
"default": "'CubeEntity CubeEntity'"
|
|
86894
|
+
"name": "get"
|
|
86924
86895
|
},
|
|
86925
86896
|
{
|
|
86926
86897
|
"kind": "field",
|
|
86927
|
-
"name": "
|
|
86898
|
+
"name": "put"
|
|
86899
|
+
},
|
|
86900
|
+
{
|
|
86901
|
+
"kind": "field",
|
|
86902
|
+
"name": "post"
|
|
86903
|
+
},
|
|
86904
|
+
{
|
|
86905
|
+
"kind": "field",
|
|
86906
|
+
"name": "delete"
|
|
86907
|
+
},
|
|
86908
|
+
{
|
|
86909
|
+
"kind": "field",
|
|
86910
|
+
"name": "patch"
|
|
86911
|
+
},
|
|
86912
|
+
{
|
|
86913
|
+
"kind": "field",
|
|
86914
|
+
"name": "custom"
|
|
86915
|
+
},
|
|
86916
|
+
{
|
|
86917
|
+
"kind": "field",
|
|
86918
|
+
"name": "body"
|
|
86919
|
+
},
|
|
86920
|
+
{
|
|
86921
|
+
"kind": "field",
|
|
86922
|
+
"name": "responseBody"
|
|
86923
|
+
},
|
|
86924
|
+
{
|
|
86925
|
+
"kind": "field",
|
|
86926
|
+
"name": "additionalBindings"
|
|
86928
86927
|
},
|
|
86929
86928
|
{
|
|
86930
86929
|
"kind": "method",
|
|
@@ -86945,7 +86944,15 @@
|
|
|
86945
86944
|
"type": {
|
|
86946
86945
|
"text": "string"
|
|
86947
86946
|
},
|
|
86948
|
-
"default": "'
|
|
86947
|
+
"default": "'google.api.HttpRule'"
|
|
86948
|
+
},
|
|
86949
|
+
{
|
|
86950
|
+
"kind": "field",
|
|
86951
|
+
"name": "description",
|
|
86952
|
+
"type": {
|
|
86953
|
+
"text": "string"
|
|
86954
|
+
},
|
|
86955
|
+
"default": "'HttpRule # 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\\n 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\\n 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\\n 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.'"
|
|
86949
86956
|
},
|
|
86950
86957
|
{
|
|
86951
86958
|
"kind": "field",
|
|
@@ -86953,22 +86960,57 @@
|
|
|
86953
86960
|
"type": {
|
|
86954
86961
|
"text": "array"
|
|
86955
86962
|
},
|
|
86956
|
-
"default": "[ { fieldName: '
|
|
86963
|
+
"default": "[ { fieldName: 'selector', protoName: 'selector', FieldConstructor: STRING, constraints: {}, description: 'Selects a method to which this rule applies.\\n\\n Refer to [selector][google.api.DocumentationRule.selector] for syntax\\n details.', }, { fieldName: 'get', protoName: 'get', FieldConstructor: STRING, constraints: {}, description: 'Maps to HTTP GET. Used for listing and getting information about\\n resources.', }, { fieldName: 'put', protoName: 'put', FieldConstructor: STRING, constraints: {}, description: 'Maps to HTTP PUT. Used for replacing a resource.', }, { fieldName: 'post', protoName: 'post', FieldConstructor: STRING, constraints: {}, description: 'Maps to HTTP POST. Used for creating a resource or performing an action.', }, { fieldName: 'delete', protoName: 'delete', FieldConstructor: STRING, constraints: {}, description: 'Maps to HTTP DELETE. Used for deleting a resource.', }, { fieldName: 'patch', protoName: 'patch', FieldConstructor: STRING, constraints: {}, description: 'Maps to HTTP PATCH. Used for updating a resource.', }, { fieldName: 'custom', protoName: 'custom', FieldConstructor: GoogleApiCustomHttpPattern, constraints: {}, description: '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.', }, { fieldName: 'body', protoName: 'body', FieldConstructor: STRING, constraints: {}, description: '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.', }, { fieldName: 'responseBody', protoName: 'response_body', FieldConstructor: STRING, constraints: {}, description: '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.', }, { fieldName: 'additionalBindings', protoName: 'additional_bindings', FieldConstructor: HttpRule, constraints: {}, description: '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).', }, ]"
|
|
86957
86964
|
},
|
|
86958
86965
|
{
|
|
86959
86966
|
"kind": "field",
|
|
86960
|
-
"name": "
|
|
86961
|
-
"default": "new STRING(undefined, this, '
|
|
86967
|
+
"name": "_selector",
|
|
86968
|
+
"default": "new STRING(undefined, this, 'selector')"
|
|
86962
86969
|
},
|
|
86963
86970
|
{
|
|
86964
86971
|
"kind": "field",
|
|
86965
|
-
"name": "
|
|
86966
|
-
"default": "new STRING(undefined, this, '
|
|
86972
|
+
"name": "_get",
|
|
86973
|
+
"default": "new STRING(undefined, this, 'get')"
|
|
86967
86974
|
},
|
|
86968
86975
|
{
|
|
86969
86976
|
"kind": "field",
|
|
86970
|
-
"name": "
|
|
86971
|
-
"default": "new
|
|
86977
|
+
"name": "_put",
|
|
86978
|
+
"default": "new STRING(undefined, this, 'put')"
|
|
86979
|
+
},
|
|
86980
|
+
{
|
|
86981
|
+
"kind": "field",
|
|
86982
|
+
"name": "_post",
|
|
86983
|
+
"default": "new STRING(undefined, this, 'post')"
|
|
86984
|
+
},
|
|
86985
|
+
{
|
|
86986
|
+
"kind": "field",
|
|
86987
|
+
"name": "_delete",
|
|
86988
|
+
"default": "new STRING(undefined, this, 'delete')"
|
|
86989
|
+
},
|
|
86990
|
+
{
|
|
86991
|
+
"kind": "field",
|
|
86992
|
+
"name": "_patch",
|
|
86993
|
+
"default": "new STRING(undefined, this, 'patch')"
|
|
86994
|
+
},
|
|
86995
|
+
{
|
|
86996
|
+
"kind": "field",
|
|
86997
|
+
"name": "_custom",
|
|
86998
|
+
"default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
|
|
86999
|
+
},
|
|
87000
|
+
{
|
|
87001
|
+
"kind": "field",
|
|
87002
|
+
"name": "_body",
|
|
87003
|
+
"default": "new STRING(undefined, this, 'body')"
|
|
87004
|
+
},
|
|
87005
|
+
{
|
|
87006
|
+
"kind": "field",
|
|
87007
|
+
"name": "_responseBody",
|
|
87008
|
+
"default": "new STRING(undefined, this, 'responseBody')"
|
|
87009
|
+
},
|
|
87010
|
+
{
|
|
87011
|
+
"kind": "field",
|
|
87012
|
+
"name": "_additionalBindings",
|
|
87013
|
+
"default": "new ARRAY(undefined, this, 'additionalBindings')"
|
|
86972
87014
|
},
|
|
86973
87015
|
{
|
|
86974
87016
|
"kind": "field",
|
|
@@ -86976,7 +87018,7 @@
|
|
|
86976
87018
|
"type": {
|
|
86977
87019
|
"text": "object"
|
|
86978
87020
|
},
|
|
86979
|
-
"default": "{
|
|
87021
|
+
"default": "{}"
|
|
86980
87022
|
},
|
|
86981
87023
|
{
|
|
86982
87024
|
"kind": "field",
|
|
@@ -87814,76 +87856,44 @@
|
|
|
87814
87856
|
"exports": [
|
|
87815
87857
|
{
|
|
87816
87858
|
"kind": "js",
|
|
87817
|
-
"name": "
|
|
87859
|
+
"name": "HttpRule",
|
|
87818
87860
|
"declaration": {
|
|
87819
|
-
"name": "
|
|
87820
|
-
"module": "dist/protoc-gen-open-models/
|
|
87861
|
+
"name": "HttpRule",
|
|
87862
|
+
"module": "dist/protoc-gen-open-models/google/api/HttpRule.js"
|
|
87821
87863
|
}
|
|
87822
87864
|
}
|
|
87823
87865
|
]
|
|
87824
87866
|
},
|
|
87825
87867
|
{
|
|
87826
87868
|
"kind": "javascript-module",
|
|
87827
|
-
"path": "dist/protoc-gen-open-models/
|
|
87869
|
+
"path": "dist/protoc-gen-open-models/google/api/HttpRule.js.map",
|
|
87828
87870
|
"declarations": [],
|
|
87829
87871
|
"exports": []
|
|
87830
87872
|
},
|
|
87831
87873
|
{
|
|
87832
87874
|
"kind": "javascript-module",
|
|
87833
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
87875
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Colour.js",
|
|
87834
87876
|
"declarations": [
|
|
87835
87877
|
{
|
|
87836
87878
|
"kind": "class",
|
|
87837
|
-
"description": "",
|
|
87838
|
-
"name": "
|
|
87879
|
+
"description": "Colour\n Colour is a rgba color",
|
|
87880
|
+
"name": "Colour",
|
|
87839
87881
|
"members": [
|
|
87840
87882
|
{
|
|
87841
87883
|
"kind": "field",
|
|
87842
|
-
"name": "
|
|
87843
|
-
"default": "new Fetcher(API_OPTIONS, 'GET', '/v1/cubes')"
|
|
87884
|
+
"name": "red"
|
|
87844
87885
|
},
|
|
87845
87886
|
{
|
|
87846
87887
|
"kind": "field",
|
|
87847
|
-
"name": "
|
|
87848
|
-
"default": "new Fetcher(API_OPTIONS, 'GET', '/v1/cubes/{cube_id}')"
|
|
87888
|
+
"name": "green"
|
|
87849
87889
|
},
|
|
87850
87890
|
{
|
|
87851
87891
|
"kind": "field",
|
|
87852
|
-
"name": "
|
|
87853
|
-
|
|
87854
|
-
}
|
|
87855
|
-
]
|
|
87856
|
-
}
|
|
87857
|
-
],
|
|
87858
|
-
"exports": [
|
|
87859
|
-
{
|
|
87860
|
-
"kind": "js",
|
|
87861
|
-
"name": "CubeService",
|
|
87862
|
-
"declaration": {
|
|
87863
|
-
"name": "CubeService",
|
|
87864
|
-
"module": "dist/protoc-gen-open-models/furo/cube/CubeService.js"
|
|
87865
|
-
}
|
|
87866
|
-
}
|
|
87867
|
-
]
|
|
87868
|
-
},
|
|
87869
|
-
{
|
|
87870
|
-
"kind": "javascript-module",
|
|
87871
|
-
"path": "dist/protoc-gen-open-models/furo/cube/CubeService.js.map",
|
|
87872
|
-
"declarations": [],
|
|
87873
|
-
"exports": []
|
|
87874
|
-
},
|
|
87875
|
-
{
|
|
87876
|
-
"kind": "javascript-module",
|
|
87877
|
-
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js",
|
|
87878
|
-
"declarations": [
|
|
87879
|
-
{
|
|
87880
|
-
"kind": "class",
|
|
87881
|
-
"description": "CubeServiceGetListRequest",
|
|
87882
|
-
"name": "CubeServiceGetListRequest",
|
|
87883
|
-
"members": [
|
|
87892
|
+
"name": "blue"
|
|
87893
|
+
},
|
|
87884
87894
|
{
|
|
87885
87895
|
"kind": "field",
|
|
87886
|
-
"name": "
|
|
87896
|
+
"name": "alpha"
|
|
87887
87897
|
},
|
|
87888
87898
|
{
|
|
87889
87899
|
"kind": "method",
|
|
@@ -87904,7 +87914,7 @@
|
|
|
87904
87914
|
"type": {
|
|
87905
87915
|
"text": "string"
|
|
87906
87916
|
},
|
|
87907
|
-
"default": "'furo.cube.
|
|
87917
|
+
"default": "'furo.cube.Colour'"
|
|
87908
87918
|
},
|
|
87909
87919
|
{
|
|
87910
87920
|
"kind": "field",
|
|
@@ -87912,7 +87922,7 @@
|
|
|
87912
87922
|
"type": {
|
|
87913
87923
|
"text": "string"
|
|
87914
87924
|
},
|
|
87915
|
-
"default": "'
|
|
87925
|
+
"default": "'Colour Colour is a rgba color'"
|
|
87916
87926
|
},
|
|
87917
87927
|
{
|
|
87918
87928
|
"kind": "field",
|
|
@@ -87920,12 +87930,27 @@
|
|
|
87920
87930
|
"type": {
|
|
87921
87931
|
"text": "array"
|
|
87922
87932
|
},
|
|
87923
|
-
"default": "[ { fieldName: '
|
|
87933
|
+
"default": "[ { fieldName: 'red', protoName: 'red', FieldConstructor: INT32, constraints: { maximum: 255 }, description: 'the red part of the color', }, { fieldName: 'green', protoName: 'green', FieldConstructor: INT32, constraints: { maximum: 255 }, description: 'the green part of the color', }, { fieldName: 'blue', protoName: 'blue', FieldConstructor: INT32, constraints: { maximum: 255 }, description: 'the blue part of the color', }, { fieldName: 'alpha', protoName: 'alpha', FieldConstructor: FLOAT, constraints: { maximum: 1 }, description: '', }, ]"
|
|
87924
87934
|
},
|
|
87925
87935
|
{
|
|
87926
87936
|
"kind": "field",
|
|
87927
|
-
"name": "
|
|
87928
|
-
"default": "new
|
|
87937
|
+
"name": "_red",
|
|
87938
|
+
"default": "new INT32(undefined, this, 'red')"
|
|
87939
|
+
},
|
|
87940
|
+
{
|
|
87941
|
+
"kind": "field",
|
|
87942
|
+
"name": "_green",
|
|
87943
|
+
"default": "new INT32(undefined, this, 'green')"
|
|
87944
|
+
},
|
|
87945
|
+
{
|
|
87946
|
+
"kind": "field",
|
|
87947
|
+
"name": "_blue",
|
|
87948
|
+
"default": "new INT32(undefined, this, 'blue')"
|
|
87949
|
+
},
|
|
87950
|
+
{
|
|
87951
|
+
"kind": "field",
|
|
87952
|
+
"name": "_alpha",
|
|
87953
|
+
"default": "new FLOAT(undefined, this, 'alpha')"
|
|
87929
87954
|
},
|
|
87930
87955
|
{
|
|
87931
87956
|
"kind": "field",
|
|
@@ -87933,7 +87958,7 @@
|
|
|
87933
87958
|
"type": {
|
|
87934
87959
|
"text": "object"
|
|
87935
87960
|
},
|
|
87936
|
-
"default": "{}"
|
|
87961
|
+
"default": "{ alpha: 1.0, blue: 88.0, green: 34.0, red: 22.0, }"
|
|
87937
87962
|
},
|
|
87938
87963
|
{
|
|
87939
87964
|
"kind": "field",
|
|
@@ -88771,32 +88796,48 @@
|
|
|
88771
88796
|
"exports": [
|
|
88772
88797
|
{
|
|
88773
88798
|
"kind": "js",
|
|
88774
|
-
"name": "
|
|
88799
|
+
"name": "Colour",
|
|
88775
88800
|
"declaration": {
|
|
88776
|
-
"name": "
|
|
88777
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
88801
|
+
"name": "Colour",
|
|
88802
|
+
"module": "dist/protoc-gen-open-models/furo/cube/Colour.js"
|
|
88778
88803
|
}
|
|
88779
88804
|
}
|
|
88780
88805
|
]
|
|
88781
88806
|
},
|
|
88782
88807
|
{
|
|
88783
88808
|
"kind": "javascript-module",
|
|
88784
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
88809
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Colour.js.map",
|
|
88785
88810
|
"declarations": [],
|
|
88786
88811
|
"exports": []
|
|
88787
88812
|
},
|
|
88788
88813
|
{
|
|
88789
88814
|
"kind": "javascript-module",
|
|
88790
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
88815
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeDefinition.js",
|
|
88791
88816
|
"declarations": [
|
|
88792
88817
|
{
|
|
88793
88818
|
"kind": "class",
|
|
88794
|
-
"description": "
|
|
88795
|
-
"name": "
|
|
88819
|
+
"description": "CubeDefinition\n CubeDefinition is a definition of a cube.",
|
|
88820
|
+
"name": "CubeDefinition",
|
|
88796
88821
|
"members": [
|
|
88797
88822
|
{
|
|
88798
88823
|
"kind": "field",
|
|
88799
|
-
"name": "
|
|
88824
|
+
"name": "length"
|
|
88825
|
+
},
|
|
88826
|
+
{
|
|
88827
|
+
"kind": "field",
|
|
88828
|
+
"name": "breadth"
|
|
88829
|
+
},
|
|
88830
|
+
{
|
|
88831
|
+
"kind": "field",
|
|
88832
|
+
"name": "height"
|
|
88833
|
+
},
|
|
88834
|
+
{
|
|
88835
|
+
"kind": "field",
|
|
88836
|
+
"name": "colour"
|
|
88837
|
+
},
|
|
88838
|
+
{
|
|
88839
|
+
"kind": "field",
|
|
88840
|
+
"name": "material"
|
|
88800
88841
|
},
|
|
88801
88842
|
{
|
|
88802
88843
|
"kind": "method",
|
|
@@ -88817,7 +88858,7 @@
|
|
|
88817
88858
|
"type": {
|
|
88818
88859
|
"text": "string"
|
|
88819
88860
|
},
|
|
88820
|
-
"default": "'furo.cube.
|
|
88861
|
+
"default": "'furo.cube.CubeDefinition'"
|
|
88821
88862
|
},
|
|
88822
88863
|
{
|
|
88823
88864
|
"kind": "field",
|
|
@@ -88825,7 +88866,7 @@
|
|
|
88825
88866
|
"type": {
|
|
88826
88867
|
"text": "string"
|
|
88827
88868
|
},
|
|
88828
|
-
"default": "'
|
|
88869
|
+
"default": "'CubeDefinition CubeDefinition is a definition of a cube.'"
|
|
88829
88870
|
},
|
|
88830
88871
|
{
|
|
88831
88872
|
"kind": "field",
|
|
@@ -88833,12 +88874,32 @@
|
|
|
88833
88874
|
"type": {
|
|
88834
88875
|
"text": "array"
|
|
88835
88876
|
},
|
|
88836
|
-
"default": "[ { fieldName: '
|
|
88877
|
+
"default": "[ { fieldName: 'length', protoName: 'length', FieldConstructor: DOUBLE, constraints: { maximum: 1000, minimum: 100, required: true }, description: 'the length of the cube in cm', }, { fieldName: 'breadth', protoName: 'breadth', FieldConstructor: DOUBLE, constraints: { maximum: 1000, minimum: 100, required: true }, description: 'the breadth / width of the cube in cm', }, { fieldName: 'height', protoName: 'height', FieldConstructor: DOUBLE, constraints: { maximum: 1000, minimum: 100, required: true }, description: 'the height of the cube in cm', }, { fieldName: 'colour', protoName: 'colour', FieldConstructor: FuroCubeColour, constraints: {}, description: 'the color of the cube', }, { fieldName: 'material', protoName: 'material', FieldConstructor: (ENUM), constraints: {}, description: 'The material the cube is made of', }, ]"
|
|
88837
88878
|
},
|
|
88838
88879
|
{
|
|
88839
88880
|
"kind": "field",
|
|
88840
|
-
"name": "
|
|
88841
|
-
"default": "new
|
|
88881
|
+
"name": "_length",
|
|
88882
|
+
"default": "new DOUBLE(undefined, this, 'length')"
|
|
88883
|
+
},
|
|
88884
|
+
{
|
|
88885
|
+
"kind": "field",
|
|
88886
|
+
"name": "_breadth",
|
|
88887
|
+
"default": "new DOUBLE(undefined, this, 'breadth')"
|
|
88888
|
+
},
|
|
88889
|
+
{
|
|
88890
|
+
"kind": "field",
|
|
88891
|
+
"name": "_height",
|
|
88892
|
+
"default": "new DOUBLE(undefined, this, 'height')"
|
|
88893
|
+
},
|
|
88894
|
+
{
|
|
88895
|
+
"kind": "field",
|
|
88896
|
+
"name": "_colour",
|
|
88897
|
+
"default": "new FuroCubeColour(undefined, this, 'colour')"
|
|
88898
|
+
},
|
|
88899
|
+
{
|
|
88900
|
+
"kind": "field",
|
|
88901
|
+
"name": "_material",
|
|
88902
|
+
"default": "new ENUM(undefined, FuroCubeMaterials, FuroCubeMaterials.MATERIALS_UNSPECIFIED, this, 'material')"
|
|
88842
88903
|
},
|
|
88843
88904
|
{
|
|
88844
88905
|
"kind": "field",
|
|
@@ -88846,7 +88907,7 @@
|
|
|
88846
88907
|
"type": {
|
|
88847
88908
|
"text": "object"
|
|
88848
88909
|
},
|
|
88849
|
-
"default": "{}"
|
|
88910
|
+
"default": "{ breadth: 100.0, height: 100.0, length: 100.0, }"
|
|
88850
88911
|
},
|
|
88851
88912
|
{
|
|
88852
88913
|
"kind": "field",
|
|
@@ -89684,36 +89745,44 @@
|
|
|
89684
89745
|
"exports": [
|
|
89685
89746
|
{
|
|
89686
89747
|
"kind": "js",
|
|
89687
|
-
"name": "
|
|
89748
|
+
"name": "CubeDefinition",
|
|
89688
89749
|
"declaration": {
|
|
89689
|
-
"name": "
|
|
89690
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
89750
|
+
"name": "CubeDefinition",
|
|
89751
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeDefinition.js"
|
|
89691
89752
|
}
|
|
89692
89753
|
}
|
|
89693
89754
|
]
|
|
89694
89755
|
},
|
|
89695
89756
|
{
|
|
89696
89757
|
"kind": "javascript-module",
|
|
89697
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
89758
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeDefinition.js.map",
|
|
89698
89759
|
"declarations": [],
|
|
89699
89760
|
"exports": []
|
|
89700
89761
|
},
|
|
89701
89762
|
{
|
|
89702
89763
|
"kind": "javascript-module",
|
|
89703
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
89764
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeEntity.js",
|
|
89704
89765
|
"declarations": [
|
|
89705
89766
|
{
|
|
89706
89767
|
"kind": "class",
|
|
89707
|
-
"description": "
|
|
89708
|
-
"name": "
|
|
89768
|
+
"description": "CubeEntity\n CubeEntity",
|
|
89769
|
+
"name": "CubeEntity",
|
|
89709
89770
|
"members": [
|
|
89710
89771
|
{
|
|
89711
89772
|
"kind": "field",
|
|
89712
|
-
"name": "
|
|
89773
|
+
"name": "displayName"
|
|
89713
89774
|
},
|
|
89714
89775
|
{
|
|
89715
89776
|
"kind": "field",
|
|
89716
|
-
"name": "
|
|
89777
|
+
"name": "description",
|
|
89778
|
+
"type": {
|
|
89779
|
+
"text": "string"
|
|
89780
|
+
},
|
|
89781
|
+
"default": "'CubeEntity CubeEntity'"
|
|
89782
|
+
},
|
|
89783
|
+
{
|
|
89784
|
+
"kind": "field",
|
|
89785
|
+
"name": "cube"
|
|
89717
89786
|
},
|
|
89718
89787
|
{
|
|
89719
89788
|
"kind": "method",
|
|
@@ -89734,33 +89803,30 @@
|
|
|
89734
89803
|
"type": {
|
|
89735
89804
|
"text": "string"
|
|
89736
89805
|
},
|
|
89737
|
-
"default": "'furo.cube.
|
|
89806
|
+
"default": "'furo.cube.CubeEntity'"
|
|
89738
89807
|
},
|
|
89739
89808
|
{
|
|
89740
89809
|
"kind": "field",
|
|
89741
|
-
"name": "
|
|
89810
|
+
"name": "nodeFields",
|
|
89742
89811
|
"type": {
|
|
89743
|
-
"text": "
|
|
89812
|
+
"text": "array"
|
|
89744
89813
|
},
|
|
89745
|
-
"default": "'
|
|
89814
|
+
"default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: { read_only: true }, description: 'human-readable name for the cube entity', }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, description: 'short and nice description of the cube', }, { fieldName: 'cube', protoName: 'cube', FieldConstructor: FuroCubeCubeDefinition, constraints: {}, description: 'Definition of the cube', }, ]"
|
|
89746
89815
|
},
|
|
89747
89816
|
{
|
|
89748
89817
|
"kind": "field",
|
|
89749
|
-
"name": "
|
|
89750
|
-
"
|
|
89751
|
-
"text": "array"
|
|
89752
|
-
},
|
|
89753
|
-
"default": "[ { fieldName: 'cubeId', protoName: 'cube_id', FieldConstructor: STRING, constraints: {}, description: 'ID of the cube' }, { fieldName: 'fields', protoName: 'fields', FieldConstructor: STRING, constraints: {}, description: 'Partial Response, https://cloud.google.com/apis/design/design_patterns#partial_response\\n use wildcard * to get all fields' } ]"
|
|
89818
|
+
"name": "_displayName",
|
|
89819
|
+
"default": "new STRING(undefined, this, 'displayName')"
|
|
89754
89820
|
},
|
|
89755
89821
|
{
|
|
89756
89822
|
"kind": "field",
|
|
89757
|
-
"name": "
|
|
89758
|
-
"default": "new STRING(undefined, this, '
|
|
89823
|
+
"name": "_description",
|
|
89824
|
+
"default": "new STRING(undefined, this, 'description')"
|
|
89759
89825
|
},
|
|
89760
89826
|
{
|
|
89761
89827
|
"kind": "field",
|
|
89762
|
-
"name": "
|
|
89763
|
-
"default": "new
|
|
89828
|
+
"name": "_cube",
|
|
89829
|
+
"default": "new FuroCubeCubeDefinition(undefined, this, 'cube')"
|
|
89764
89830
|
},
|
|
89765
89831
|
{
|
|
89766
89832
|
"kind": "field",
|
|
@@ -89768,7 +89834,7 @@
|
|
|
89768
89834
|
"type": {
|
|
89769
89835
|
"text": "object"
|
|
89770
89836
|
},
|
|
89771
|
-
"default": "{
|
|
89837
|
+
"default": "{ cube: { length: 222 }, }"
|
|
89772
89838
|
},
|
|
89773
89839
|
{
|
|
89774
89840
|
"kind": "field",
|
|
@@ -90606,32 +90672,76 @@
|
|
|
90606
90672
|
"exports": [
|
|
90607
90673
|
{
|
|
90608
90674
|
"kind": "js",
|
|
90609
|
-
"name": "
|
|
90675
|
+
"name": "CubeEntity",
|
|
90610
90676
|
"declaration": {
|
|
90611
|
-
"name": "
|
|
90612
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
90677
|
+
"name": "CubeEntity",
|
|
90678
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeEntity.js"
|
|
90613
90679
|
}
|
|
90614
90680
|
}
|
|
90615
90681
|
]
|
|
90616
90682
|
},
|
|
90617
90683
|
{
|
|
90618
90684
|
"kind": "javascript-module",
|
|
90619
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
90685
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeEntity.js.map",
|
|
90620
90686
|
"declarations": [],
|
|
90621
90687
|
"exports": []
|
|
90622
90688
|
},
|
|
90623
90689
|
{
|
|
90624
90690
|
"kind": "javascript-module",
|
|
90625
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
90691
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeService.js",
|
|
90626
90692
|
"declarations": [
|
|
90627
90693
|
{
|
|
90628
90694
|
"kind": "class",
|
|
90629
|
-
"description": "
|
|
90630
|
-
"name": "
|
|
90695
|
+
"description": "",
|
|
90696
|
+
"name": "CubeService",
|
|
90631
90697
|
"members": [
|
|
90632
90698
|
{
|
|
90633
90699
|
"kind": "field",
|
|
90634
|
-
"name": "
|
|
90700
|
+
"name": "GetList",
|
|
90701
|
+
"default": "new Fetcher(API_OPTIONS, 'GET', '/v1/cubes')"
|
|
90702
|
+
},
|
|
90703
|
+
{
|
|
90704
|
+
"kind": "field",
|
|
90705
|
+
"name": "Get",
|
|
90706
|
+
"default": "new Fetcher(API_OPTIONS, 'GET', '/v1/cubes/{cube_id}')"
|
|
90707
|
+
},
|
|
90708
|
+
{
|
|
90709
|
+
"kind": "field",
|
|
90710
|
+
"name": "Update",
|
|
90711
|
+
"default": "new Fetcher(API_OPTIONS, 'PUT', '/v1/cubes/{cube_id}', 'entity')"
|
|
90712
|
+
}
|
|
90713
|
+
]
|
|
90714
|
+
}
|
|
90715
|
+
],
|
|
90716
|
+
"exports": [
|
|
90717
|
+
{
|
|
90718
|
+
"kind": "js",
|
|
90719
|
+
"name": "CubeService",
|
|
90720
|
+
"declaration": {
|
|
90721
|
+
"name": "CubeService",
|
|
90722
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeService.js"
|
|
90723
|
+
}
|
|
90724
|
+
}
|
|
90725
|
+
]
|
|
90726
|
+
},
|
|
90727
|
+
{
|
|
90728
|
+
"kind": "javascript-module",
|
|
90729
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeService.js.map",
|
|
90730
|
+
"declarations": [],
|
|
90731
|
+
"exports": []
|
|
90732
|
+
},
|
|
90733
|
+
{
|
|
90734
|
+
"kind": "javascript-module",
|
|
90735
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js",
|
|
90736
|
+
"declarations": [
|
|
90737
|
+
{
|
|
90738
|
+
"kind": "class",
|
|
90739
|
+
"description": "CubeServiceGetListRequest",
|
|
90740
|
+
"name": "CubeServiceGetListRequest",
|
|
90741
|
+
"members": [
|
|
90742
|
+
{
|
|
90743
|
+
"kind": "field",
|
|
90744
|
+
"name": "query"
|
|
90635
90745
|
},
|
|
90636
90746
|
{
|
|
90637
90747
|
"kind": "method",
|
|
@@ -90652,7 +90762,7 @@
|
|
|
90652
90762
|
"type": {
|
|
90653
90763
|
"text": "string"
|
|
90654
90764
|
},
|
|
90655
|
-
"default": "'furo.cube.
|
|
90765
|
+
"default": "'furo.cube.CubeServiceGetListRequest'"
|
|
90656
90766
|
},
|
|
90657
90767
|
{
|
|
90658
90768
|
"kind": "field",
|
|
@@ -90660,7 +90770,7 @@
|
|
|
90660
90770
|
"type": {
|
|
90661
90771
|
"text": "string"
|
|
90662
90772
|
},
|
|
90663
|
-
"default": "'
|
|
90773
|
+
"default": "'CubeServiceGetListRequest'"
|
|
90664
90774
|
},
|
|
90665
90775
|
{
|
|
90666
90776
|
"kind": "field",
|
|
@@ -90668,12 +90778,12 @@
|
|
|
90668
90778
|
"type": {
|
|
90669
90779
|
"text": "array"
|
|
90670
90780
|
},
|
|
90671
|
-
"default": "[ { fieldName: '
|
|
90781
|
+
"default": "[ { fieldName: 'query', protoName: 'query', FieldConstructor: STRING, constraints: {}, description: 'searches for display_name or client_number', }, ]"
|
|
90672
90782
|
},
|
|
90673
90783
|
{
|
|
90674
90784
|
"kind": "field",
|
|
90675
|
-
"name": "
|
|
90676
|
-
"default": "new
|
|
90785
|
+
"name": "_query",
|
|
90786
|
+
"default": "new STRING(undefined, this, 'query')"
|
|
90677
90787
|
},
|
|
90678
90788
|
{
|
|
90679
90789
|
"kind": "field",
|
|
@@ -91519,36 +91629,32 @@
|
|
|
91519
91629
|
"exports": [
|
|
91520
91630
|
{
|
|
91521
91631
|
"kind": "js",
|
|
91522
|
-
"name": "
|
|
91632
|
+
"name": "CubeServiceGetListRequest",
|
|
91523
91633
|
"declaration": {
|
|
91524
|
-
"name": "
|
|
91525
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
91634
|
+
"name": "CubeServiceGetListRequest",
|
|
91635
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js"
|
|
91526
91636
|
}
|
|
91527
91637
|
}
|
|
91528
91638
|
]
|
|
91529
91639
|
},
|
|
91530
91640
|
{
|
|
91531
91641
|
"kind": "javascript-module",
|
|
91532
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
91642
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js.map",
|
|
91533
91643
|
"declarations": [],
|
|
91534
91644
|
"exports": []
|
|
91535
91645
|
},
|
|
91536
91646
|
{
|
|
91537
91647
|
"kind": "javascript-module",
|
|
91538
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
91648
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js",
|
|
91539
91649
|
"declarations": [
|
|
91540
91650
|
{
|
|
91541
91651
|
"kind": "class",
|
|
91542
|
-
"description": "
|
|
91543
|
-
"name": "
|
|
91652
|
+
"description": "CubeServiceGetListResponse",
|
|
91653
|
+
"name": "CubeServiceGetListResponse",
|
|
91544
91654
|
"members": [
|
|
91545
91655
|
{
|
|
91546
91656
|
"kind": "field",
|
|
91547
|
-
"name": "
|
|
91548
|
-
},
|
|
91549
|
-
{
|
|
91550
|
-
"kind": "field",
|
|
91551
|
-
"name": "entity"
|
|
91657
|
+
"name": "entities"
|
|
91552
91658
|
},
|
|
91553
91659
|
{
|
|
91554
91660
|
"kind": "method",
|
|
@@ -91569,7 +91675,7 @@
|
|
|
91569
91675
|
"type": {
|
|
91570
91676
|
"text": "string"
|
|
91571
91677
|
},
|
|
91572
|
-
"default": "'furo.cube.
|
|
91678
|
+
"default": "'furo.cube.CubeServiceGetListResponse'"
|
|
91573
91679
|
},
|
|
91574
91680
|
{
|
|
91575
91681
|
"kind": "field",
|
|
@@ -91577,7 +91683,7 @@
|
|
|
91577
91683
|
"type": {
|
|
91578
91684
|
"text": "string"
|
|
91579
91685
|
},
|
|
91580
|
-
"default": "'
|
|
91686
|
+
"default": "'CubeServiceGetListResponse'"
|
|
91581
91687
|
},
|
|
91582
91688
|
{
|
|
91583
91689
|
"kind": "field",
|
|
@@ -91585,17 +91691,12 @@
|
|
|
91585
91691
|
"type": {
|
|
91586
91692
|
"text": "array"
|
|
91587
91693
|
},
|
|
91588
|
-
"default": "[ { fieldName: '
|
|
91694
|
+
"default": "[ { fieldName: 'entities', protoName: 'entities', FieldConstructor: FuroCubeCubeEntity, constraints: {}, description: '', }, ]"
|
|
91589
91695
|
},
|
|
91590
91696
|
{
|
|
91591
91697
|
"kind": "field",
|
|
91592
|
-
"name": "
|
|
91593
|
-
"default": "new
|
|
91594
|
-
},
|
|
91595
|
-
{
|
|
91596
|
-
"kind": "field",
|
|
91597
|
-
"name": "_entity",
|
|
91598
|
-
"default": "new FuroCubeCubeEntity(undefined, this, 'entity')"
|
|
91698
|
+
"name": "_entities",
|
|
91699
|
+
"default": "new ARRAY(undefined, this, 'entities')"
|
|
91599
91700
|
},
|
|
91600
91701
|
{
|
|
91601
91702
|
"kind": "field",
|
|
@@ -92441,32 +92542,36 @@
|
|
|
92441
92542
|
"exports": [
|
|
92442
92543
|
{
|
|
92443
92544
|
"kind": "js",
|
|
92444
|
-
"name": "
|
|
92545
|
+
"name": "CubeServiceGetListResponse",
|
|
92445
92546
|
"declaration": {
|
|
92446
|
-
"name": "
|
|
92447
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
92547
|
+
"name": "CubeServiceGetListResponse",
|
|
92548
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js"
|
|
92448
92549
|
}
|
|
92449
92550
|
}
|
|
92450
92551
|
]
|
|
92451
92552
|
},
|
|
92452
92553
|
{
|
|
92453
92554
|
"kind": "javascript-module",
|
|
92454
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
92555
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js.map",
|
|
92455
92556
|
"declarations": [],
|
|
92456
92557
|
"exports": []
|
|
92457
92558
|
},
|
|
92458
92559
|
{
|
|
92459
92560
|
"kind": "javascript-module",
|
|
92460
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
92561
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js",
|
|
92461
92562
|
"declarations": [
|
|
92462
92563
|
{
|
|
92463
92564
|
"kind": "class",
|
|
92464
|
-
"description": "
|
|
92465
|
-
"name": "
|
|
92565
|
+
"description": "CubeServiceGetRequest",
|
|
92566
|
+
"name": "CubeServiceGetRequest",
|
|
92466
92567
|
"members": [
|
|
92467
92568
|
{
|
|
92468
92569
|
"kind": "field",
|
|
92469
|
-
"name": "
|
|
92570
|
+
"name": "cubeId"
|
|
92571
|
+
},
|
|
92572
|
+
{
|
|
92573
|
+
"kind": "field",
|
|
92574
|
+
"name": "fields"
|
|
92470
92575
|
},
|
|
92471
92576
|
{
|
|
92472
92577
|
"kind": "method",
|
|
@@ -92487,7 +92592,7 @@
|
|
|
92487
92592
|
"type": {
|
|
92488
92593
|
"text": "string"
|
|
92489
92594
|
},
|
|
92490
|
-
"default": "'furo.cube.
|
|
92595
|
+
"default": "'furo.cube.CubeServiceGetRequest'"
|
|
92491
92596
|
},
|
|
92492
92597
|
{
|
|
92493
92598
|
"kind": "field",
|
|
@@ -92495,7 +92600,7 @@
|
|
|
92495
92600
|
"type": {
|
|
92496
92601
|
"text": "string"
|
|
92497
92602
|
},
|
|
92498
|
-
"default": "'
|
|
92603
|
+
"default": "'CubeServiceGetRequest'"
|
|
92499
92604
|
},
|
|
92500
92605
|
{
|
|
92501
92606
|
"kind": "field",
|
|
@@ -92503,12 +92608,17 @@
|
|
|
92503
92608
|
"type": {
|
|
92504
92609
|
"text": "array"
|
|
92505
92610
|
},
|
|
92506
|
-
"default": "[ { fieldName: '
|
|
92611
|
+
"default": "[ { fieldName: 'cubeId', protoName: 'cube_id', FieldConstructor: STRING, constraints: {}, description: 'ID of the cube', }, { fieldName: 'fields', protoName: 'fields', FieldConstructor: STRING, constraints: {}, description: 'Partial Response, https://cloud.google.com/apis/design/design_patterns#partial_response\\n use wildcard * to get all fields', }, ]"
|
|
92507
92612
|
},
|
|
92508
92613
|
{
|
|
92509
92614
|
"kind": "field",
|
|
92510
|
-
"name": "
|
|
92511
|
-
"default": "new
|
|
92615
|
+
"name": "_cubeId",
|
|
92616
|
+
"default": "new STRING(undefined, this, 'cubeId')"
|
|
92617
|
+
},
|
|
92618
|
+
{
|
|
92619
|
+
"kind": "field",
|
|
92620
|
+
"name": "_fields",
|
|
92621
|
+
"default": "new STRING(undefined, this, 'fields')"
|
|
92512
92622
|
},
|
|
92513
92623
|
{
|
|
92514
92624
|
"kind": "field",
|
|
@@ -92516,7 +92626,7 @@
|
|
|
92516
92626
|
"type": {
|
|
92517
92627
|
"text": "object"
|
|
92518
92628
|
},
|
|
92519
|
-
"default": "{}"
|
|
92629
|
+
"default": "{ fields: '*', }"
|
|
92520
92630
|
},
|
|
92521
92631
|
{
|
|
92522
92632
|
"kind": "field",
|
|
@@ -93354,90 +93464,32 @@
|
|
|
93354
93464
|
"exports": [
|
|
93355
93465
|
{
|
|
93356
93466
|
"kind": "js",
|
|
93357
|
-
"name": "
|
|
93358
|
-
"declaration": {
|
|
93359
|
-
"name": "CubeServiceUpdateResponse",
|
|
93360
|
-
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js"
|
|
93361
|
-
}
|
|
93362
|
-
}
|
|
93363
|
-
]
|
|
93364
|
-
},
|
|
93365
|
-
{
|
|
93366
|
-
"kind": "javascript-module",
|
|
93367
|
-
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map",
|
|
93368
|
-
"declarations": [],
|
|
93369
|
-
"exports": []
|
|
93370
|
-
},
|
|
93371
|
-
{
|
|
93372
|
-
"kind": "javascript-module",
|
|
93373
|
-
"path": "dist/protoc-gen-open-models/furo/cube/Materials.js",
|
|
93374
|
-
"declarations": [
|
|
93375
|
-
{
|
|
93376
|
-
"kind": "variable",
|
|
93377
|
-
"name": "Materials"
|
|
93378
|
-
}
|
|
93379
|
-
],
|
|
93380
|
-
"exports": [
|
|
93381
|
-
{
|
|
93382
|
-
"kind": "js",
|
|
93383
|
-
"name": "Materials",
|
|
93467
|
+
"name": "CubeServiceGetRequest",
|
|
93384
93468
|
"declaration": {
|
|
93385
|
-
"name": "
|
|
93386
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
93469
|
+
"name": "CubeServiceGetRequest",
|
|
93470
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js"
|
|
93387
93471
|
}
|
|
93388
93472
|
}
|
|
93389
93473
|
]
|
|
93390
93474
|
},
|
|
93391
93475
|
{
|
|
93392
93476
|
"kind": "javascript-module",
|
|
93393
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
93477
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js.map",
|
|
93394
93478
|
"declarations": [],
|
|
93395
93479
|
"exports": []
|
|
93396
93480
|
},
|
|
93397
93481
|
{
|
|
93398
93482
|
"kind": "javascript-module",
|
|
93399
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
93483
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js",
|
|
93400
93484
|
"declarations": [
|
|
93401
93485
|
{
|
|
93402
93486
|
"kind": "class",
|
|
93403
|
-
"description": "
|
|
93404
|
-
"name": "
|
|
93487
|
+
"description": "CubeServiceGetResponse",
|
|
93488
|
+
"name": "CubeServiceGetResponse",
|
|
93405
93489
|
"members": [
|
|
93406
93490
|
{
|
|
93407
93491
|
"kind": "field",
|
|
93408
|
-
"name": "
|
|
93409
|
-
},
|
|
93410
|
-
{
|
|
93411
|
-
"kind": "field",
|
|
93412
|
-
"name": "int32Value"
|
|
93413
|
-
},
|
|
93414
|
-
{
|
|
93415
|
-
"kind": "field",
|
|
93416
|
-
"name": "int64Value"
|
|
93417
|
-
},
|
|
93418
|
-
{
|
|
93419
|
-
"kind": "field",
|
|
93420
|
-
"name": "floatValue"
|
|
93421
|
-
},
|
|
93422
|
-
{
|
|
93423
|
-
"kind": "field",
|
|
93424
|
-
"name": "doubleValue"
|
|
93425
|
-
},
|
|
93426
|
-
{
|
|
93427
|
-
"kind": "field",
|
|
93428
|
-
"name": "boolValue"
|
|
93429
|
-
},
|
|
93430
|
-
{
|
|
93431
|
-
"kind": "field",
|
|
93432
|
-
"name": "uint32Value"
|
|
93433
|
-
},
|
|
93434
|
-
{
|
|
93435
|
-
"kind": "field",
|
|
93436
|
-
"name": "uint64Value"
|
|
93437
|
-
},
|
|
93438
|
-
{
|
|
93439
|
-
"kind": "field",
|
|
93440
|
-
"name": "bytesValue"
|
|
93492
|
+
"name": "entity"
|
|
93441
93493
|
},
|
|
93442
93494
|
{
|
|
93443
93495
|
"kind": "method",
|
|
@@ -93458,7 +93510,7 @@
|
|
|
93458
93510
|
"type": {
|
|
93459
93511
|
"text": "string"
|
|
93460
93512
|
},
|
|
93461
|
-
"default": "'furo.cube.
|
|
93513
|
+
"default": "'furo.cube.CubeServiceGetResponse'"
|
|
93462
93514
|
},
|
|
93463
93515
|
{
|
|
93464
93516
|
"kind": "field",
|
|
@@ -93466,7 +93518,7 @@
|
|
|
93466
93518
|
"type": {
|
|
93467
93519
|
"text": "string"
|
|
93468
93520
|
},
|
|
93469
|
-
"default": "'
|
|
93521
|
+
"default": "'CubeServiceGetResponse'"
|
|
93470
93522
|
},
|
|
93471
93523
|
{
|
|
93472
93524
|
"kind": "field",
|
|
@@ -93474,52 +93526,12 @@
|
|
|
93474
93526
|
"type": {
|
|
93475
93527
|
"text": "array"
|
|
93476
93528
|
},
|
|
93477
|
-
"default": "[ { fieldName: '
|
|
93478
|
-
},
|
|
93479
|
-
{
|
|
93480
|
-
"kind": "field",
|
|
93481
|
-
"name": "_stringValue",
|
|
93482
|
-
"default": "new StringValue(undefined, this, 'stringValue')"
|
|
93483
|
-
},
|
|
93484
|
-
{
|
|
93485
|
-
"kind": "field",
|
|
93486
|
-
"name": "_int32Value",
|
|
93487
|
-
"default": "new Int32Value(undefined, this, 'int32Value')"
|
|
93488
|
-
},
|
|
93489
|
-
{
|
|
93490
|
-
"kind": "field",
|
|
93491
|
-
"name": "_int64Value",
|
|
93492
|
-
"default": "new Int64Value(undefined, this, 'int64Value')"
|
|
93493
|
-
},
|
|
93494
|
-
{
|
|
93495
|
-
"kind": "field",
|
|
93496
|
-
"name": "_floatValue",
|
|
93497
|
-
"default": "new FloatValue(undefined, this, 'floatValue')"
|
|
93498
|
-
},
|
|
93499
|
-
{
|
|
93500
|
-
"kind": "field",
|
|
93501
|
-
"name": "_doubleValue",
|
|
93502
|
-
"default": "new DoubleValue(undefined, this, 'doubleValue')"
|
|
93503
|
-
},
|
|
93504
|
-
{
|
|
93505
|
-
"kind": "field",
|
|
93506
|
-
"name": "_boolValue",
|
|
93507
|
-
"default": "new BoolValue(undefined, this, 'boolValue')"
|
|
93508
|
-
},
|
|
93509
|
-
{
|
|
93510
|
-
"kind": "field",
|
|
93511
|
-
"name": "_uint32Value",
|
|
93512
|
-
"default": "new UInt32Value(undefined, this, 'uint32Value')"
|
|
93529
|
+
"default": "[ { fieldName: 'entity', protoName: 'entity', FieldConstructor: FuroCubeCubeEntity, constraints: {}, description: '', }, ]"
|
|
93513
93530
|
},
|
|
93514
93531
|
{
|
|
93515
93532
|
"kind": "field",
|
|
93516
|
-
"name": "
|
|
93517
|
-
"default": "new
|
|
93518
|
-
},
|
|
93519
|
-
{
|
|
93520
|
-
"kind": "field",
|
|
93521
|
-
"name": "_bytesValue",
|
|
93522
|
-
"default": "new BytesValue(undefined, this, 'bytesValue')"
|
|
93533
|
+
"name": "_entity",
|
|
93534
|
+
"default": "new FuroCubeCubeEntity(undefined, this, 'entity')"
|
|
93523
93535
|
},
|
|
93524
93536
|
{
|
|
93525
93537
|
"kind": "field",
|
|
@@ -94365,36 +94377,36 @@
|
|
|
94365
94377
|
"exports": [
|
|
94366
94378
|
{
|
|
94367
94379
|
"kind": "js",
|
|
94368
|
-
"name": "
|
|
94380
|
+
"name": "CubeServiceGetResponse",
|
|
94369
94381
|
"declaration": {
|
|
94370
|
-
"name": "
|
|
94371
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
94382
|
+
"name": "CubeServiceGetResponse",
|
|
94383
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js"
|
|
94372
94384
|
}
|
|
94373
94385
|
}
|
|
94374
94386
|
]
|
|
94375
94387
|
},
|
|
94376
94388
|
{
|
|
94377
94389
|
"kind": "javascript-module",
|
|
94378
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
94390
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js.map",
|
|
94379
94391
|
"declarations": [],
|
|
94380
94392
|
"exports": []
|
|
94381
94393
|
},
|
|
94382
94394
|
{
|
|
94383
94395
|
"kind": "javascript-module",
|
|
94384
|
-
"path": "dist/protoc-gen-open-models/
|
|
94396
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js",
|
|
94385
94397
|
"declarations": [
|
|
94386
94398
|
{
|
|
94387
94399
|
"kind": "class",
|
|
94388
|
-
"description": "
|
|
94389
|
-
"name": "
|
|
94400
|
+
"description": "CubeServiceUpdateRequest",
|
|
94401
|
+
"name": "CubeServiceUpdateRequest",
|
|
94390
94402
|
"members": [
|
|
94391
94403
|
{
|
|
94392
94404
|
"kind": "field",
|
|
94393
|
-
"name": "
|
|
94405
|
+
"name": "cubeId"
|
|
94394
94406
|
},
|
|
94395
94407
|
{
|
|
94396
94408
|
"kind": "field",
|
|
94397
|
-
"name": "
|
|
94409
|
+
"name": "entity"
|
|
94398
94410
|
},
|
|
94399
94411
|
{
|
|
94400
94412
|
"kind": "method",
|
|
@@ -94415,7 +94427,7 @@
|
|
|
94415
94427
|
"type": {
|
|
94416
94428
|
"text": "string"
|
|
94417
94429
|
},
|
|
94418
|
-
"default": "'
|
|
94430
|
+
"default": "'furo.cube.CubeServiceUpdateRequest'"
|
|
94419
94431
|
},
|
|
94420
94432
|
{
|
|
94421
94433
|
"kind": "field",
|
|
@@ -94423,7 +94435,7 @@
|
|
|
94423
94435
|
"type": {
|
|
94424
94436
|
"text": "string"
|
|
94425
94437
|
},
|
|
94426
|
-
"default": "'
|
|
94438
|
+
"default": "'CubeServiceUpdateRequest'"
|
|
94427
94439
|
},
|
|
94428
94440
|
{
|
|
94429
94441
|
"kind": "field",
|
|
@@ -94431,17 +94443,17 @@
|
|
|
94431
94443
|
"type": {
|
|
94432
94444
|
"text": "array"
|
|
94433
94445
|
},
|
|
94434
|
-
"default": "[ { fieldName: '
|
|
94446
|
+
"default": "[ { fieldName: 'cubeId', protoName: 'cube_id', FieldConstructor: STRING, constraints: {}, description: 'ID of the cube', }, { fieldName: 'entity', protoName: 'entity', FieldConstructor: FuroCubeCubeEntity, constraints: {}, description: '', }, ]"
|
|
94435
94447
|
},
|
|
94436
94448
|
{
|
|
94437
94449
|
"kind": "field",
|
|
94438
|
-
"name": "
|
|
94439
|
-
"default": "new STRING(undefined, this, '
|
|
94450
|
+
"name": "_cubeId",
|
|
94451
|
+
"default": "new STRING(undefined, this, 'cubeId')"
|
|
94440
94452
|
},
|
|
94441
94453
|
{
|
|
94442
94454
|
"kind": "field",
|
|
94443
|
-
"name": "
|
|
94444
|
-
"default": "new
|
|
94455
|
+
"name": "_entity",
|
|
94456
|
+
"default": "new FuroCubeCubeEntity(undefined, this, 'entity')"
|
|
94445
94457
|
},
|
|
94446
94458
|
{
|
|
94447
94459
|
"kind": "field",
|
|
@@ -95287,36 +95299,32 @@
|
|
|
95287
95299
|
"exports": [
|
|
95288
95300
|
{
|
|
95289
95301
|
"kind": "js",
|
|
95290
|
-
"name": "
|
|
95302
|
+
"name": "CubeServiceUpdateRequest",
|
|
95291
95303
|
"declaration": {
|
|
95292
|
-
"name": "
|
|
95293
|
-
"module": "dist/protoc-gen-open-models/
|
|
95304
|
+
"name": "CubeServiceUpdateRequest",
|
|
95305
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js"
|
|
95294
95306
|
}
|
|
95295
95307
|
}
|
|
95296
95308
|
]
|
|
95297
95309
|
},
|
|
95298
95310
|
{
|
|
95299
95311
|
"kind": "javascript-module",
|
|
95300
|
-
"path": "dist/protoc-gen-open-models/
|
|
95312
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js.map",
|
|
95301
95313
|
"declarations": [],
|
|
95302
95314
|
"exports": []
|
|
95303
95315
|
},
|
|
95304
95316
|
{
|
|
95305
95317
|
"kind": "javascript-module",
|
|
95306
|
-
"path": "dist/protoc-gen-open-models/
|
|
95318
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js",
|
|
95307
95319
|
"declarations": [
|
|
95308
95320
|
{
|
|
95309
95321
|
"kind": "class",
|
|
95310
|
-
"description": "
|
|
95311
|
-
"name": "
|
|
95322
|
+
"description": "CubeServiceUpdateResponse",
|
|
95323
|
+
"name": "CubeServiceUpdateResponse",
|
|
95312
95324
|
"members": [
|
|
95313
95325
|
{
|
|
95314
95326
|
"kind": "field",
|
|
95315
|
-
"name": "
|
|
95316
|
-
},
|
|
95317
|
-
{
|
|
95318
|
-
"kind": "field",
|
|
95319
|
-
"name": "fullyDecodeReservedExpansion"
|
|
95327
|
+
"name": "entity"
|
|
95320
95328
|
},
|
|
95321
95329
|
{
|
|
95322
95330
|
"kind": "method",
|
|
@@ -95337,7 +95345,7 @@
|
|
|
95337
95345
|
"type": {
|
|
95338
95346
|
"text": "string"
|
|
95339
95347
|
},
|
|
95340
|
-
"default": "'
|
|
95348
|
+
"default": "'furo.cube.CubeServiceUpdateResponse'"
|
|
95341
95349
|
},
|
|
95342
95350
|
{
|
|
95343
95351
|
"kind": "field",
|
|
@@ -95345,7 +95353,7 @@
|
|
|
95345
95353
|
"type": {
|
|
95346
95354
|
"text": "string"
|
|
95347
95355
|
},
|
|
95348
|
-
"default": "'
|
|
95356
|
+
"default": "'CubeServiceUpdateResponse'"
|
|
95349
95357
|
},
|
|
95350
95358
|
{
|
|
95351
95359
|
"kind": "field",
|
|
@@ -95353,17 +95361,12 @@
|
|
|
95353
95361
|
"type": {
|
|
95354
95362
|
"text": "array"
|
|
95355
95363
|
},
|
|
95356
|
-
"default": "[ { fieldName: '
|
|
95364
|
+
"default": "[ { fieldName: 'entity', protoName: 'entity', FieldConstructor: FuroCubeCubeEntity, constraints: {}, description: '', }, ]"
|
|
95357
95365
|
},
|
|
95358
95366
|
{
|
|
95359
95367
|
"kind": "field",
|
|
95360
|
-
"name": "
|
|
95361
|
-
"default": "new
|
|
95362
|
-
},
|
|
95363
|
-
{
|
|
95364
|
-
"kind": "field",
|
|
95365
|
-
"name": "_fullyDecodeReservedExpansion",
|
|
95366
|
-
"default": "new BOOLEAN(undefined, this, 'fullyDecodeReservedExpansion')"
|
|
95368
|
+
"name": "_entity",
|
|
95369
|
+
"default": "new FuroCubeCubeEntity(undefined, this, 'entity')"
|
|
95367
95370
|
},
|
|
95368
95371
|
{
|
|
95369
95372
|
"kind": "field",
|
|
@@ -96209,68 +96212,90 @@
|
|
|
96209
96212
|
"exports": [
|
|
96210
96213
|
{
|
|
96211
96214
|
"kind": "js",
|
|
96212
|
-
"name": "
|
|
96215
|
+
"name": "CubeServiceUpdateResponse",
|
|
96213
96216
|
"declaration": {
|
|
96214
|
-
"name": "
|
|
96215
|
-
"module": "dist/protoc-gen-open-models/
|
|
96217
|
+
"name": "CubeServiceUpdateResponse",
|
|
96218
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js"
|
|
96216
96219
|
}
|
|
96217
96220
|
}
|
|
96218
96221
|
]
|
|
96219
96222
|
},
|
|
96220
96223
|
{
|
|
96221
96224
|
"kind": "javascript-module",
|
|
96222
|
-
"path": "dist/protoc-gen-open-models/
|
|
96225
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map",
|
|
96223
96226
|
"declarations": [],
|
|
96224
96227
|
"exports": []
|
|
96225
96228
|
},
|
|
96226
96229
|
{
|
|
96227
96230
|
"kind": "javascript-module",
|
|
96228
|
-
"path": "dist/protoc-gen-open-models/
|
|
96231
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Materials.js",
|
|
96232
|
+
"declarations": [
|
|
96233
|
+
{
|
|
96234
|
+
"kind": "variable",
|
|
96235
|
+
"name": "Materials"
|
|
96236
|
+
}
|
|
96237
|
+
],
|
|
96238
|
+
"exports": [
|
|
96239
|
+
{
|
|
96240
|
+
"kind": "js",
|
|
96241
|
+
"name": "Materials",
|
|
96242
|
+
"declaration": {
|
|
96243
|
+
"name": "Materials",
|
|
96244
|
+
"module": "dist/protoc-gen-open-models/furo/cube/Materials.js"
|
|
96245
|
+
}
|
|
96246
|
+
}
|
|
96247
|
+
]
|
|
96248
|
+
},
|
|
96249
|
+
{
|
|
96250
|
+
"kind": "javascript-module",
|
|
96251
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Materials.js.map",
|
|
96252
|
+
"declarations": [],
|
|
96253
|
+
"exports": []
|
|
96254
|
+
},
|
|
96255
|
+
{
|
|
96256
|
+
"kind": "javascript-module",
|
|
96257
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Wrappers.js",
|
|
96229
96258
|
"declarations": [
|
|
96230
96259
|
{
|
|
96231
96260
|
"kind": "class",
|
|
96232
|
-
"description": "HttpRule\n # 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\n 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\n 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\n 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.",
|
|
96233
|
-
"name": "
|
|
96261
|
+
"description": "Wrappers",
|
|
96262
|
+
"name": "Wrappers",
|
|
96234
96263
|
"members": [
|
|
96235
96264
|
{
|
|
96236
96265
|
"kind": "field",
|
|
96237
|
-
"name": "
|
|
96238
|
-
},
|
|
96239
|
-
{
|
|
96240
|
-
"kind": "field",
|
|
96241
|
-
"name": "get"
|
|
96266
|
+
"name": "stringValue"
|
|
96242
96267
|
},
|
|
96243
96268
|
{
|
|
96244
96269
|
"kind": "field",
|
|
96245
|
-
"name": "
|
|
96270
|
+
"name": "int32Value"
|
|
96246
96271
|
},
|
|
96247
96272
|
{
|
|
96248
96273
|
"kind": "field",
|
|
96249
|
-
"name": "
|
|
96274
|
+
"name": "int64Value"
|
|
96250
96275
|
},
|
|
96251
96276
|
{
|
|
96252
96277
|
"kind": "field",
|
|
96253
|
-
"name": "
|
|
96278
|
+
"name": "floatValue"
|
|
96254
96279
|
},
|
|
96255
96280
|
{
|
|
96256
96281
|
"kind": "field",
|
|
96257
|
-
"name": "
|
|
96282
|
+
"name": "doubleValue"
|
|
96258
96283
|
},
|
|
96259
96284
|
{
|
|
96260
96285
|
"kind": "field",
|
|
96261
|
-
"name": "
|
|
96286
|
+
"name": "boolValue"
|
|
96262
96287
|
},
|
|
96263
96288
|
{
|
|
96264
96289
|
"kind": "field",
|
|
96265
|
-
"name": "
|
|
96290
|
+
"name": "uint32Value"
|
|
96266
96291
|
},
|
|
96267
96292
|
{
|
|
96268
96293
|
"kind": "field",
|
|
96269
|
-
"name": "
|
|
96294
|
+
"name": "uint64Value"
|
|
96270
96295
|
},
|
|
96271
96296
|
{
|
|
96272
96297
|
"kind": "field",
|
|
96273
|
-
"name": "
|
|
96298
|
+
"name": "bytesValue"
|
|
96274
96299
|
},
|
|
96275
96300
|
{
|
|
96276
96301
|
"kind": "method",
|
|
@@ -96291,7 +96316,7 @@
|
|
|
96291
96316
|
"type": {
|
|
96292
96317
|
"text": "string"
|
|
96293
96318
|
},
|
|
96294
|
-
"default": "'
|
|
96319
|
+
"default": "'furo.cube.Wrappers'"
|
|
96295
96320
|
},
|
|
96296
96321
|
{
|
|
96297
96322
|
"kind": "field",
|
|
@@ -96299,7 +96324,7 @@
|
|
|
96299
96324
|
"type": {
|
|
96300
96325
|
"text": "string"
|
|
96301
96326
|
},
|
|
96302
|
-
"default": "'HttpRule # 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\\n 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\\n 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\\n 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.'"
|
|
96327
|
+
"default": "'Wrappers'"
|
|
96303
96328
|
},
|
|
96304
96329
|
{
|
|
96305
96330
|
"kind": "field",
|
|
@@ -96307,57 +96332,52 @@
|
|
|
96307
96332
|
"type": {
|
|
96308
96333
|
"text": "array"
|
|
96309
96334
|
},
|
|
96310
|
-
"default": "[ { fieldName: '
|
|
96335
|
+
"default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: {}, description: '', }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: {}, description: '', }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: {}, description: '', }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, description: '', }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, description: '', }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, description: '', }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, description: '', }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, description: '', }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, description: '', }, ]"
|
|
96311
96336
|
},
|
|
96312
96337
|
{
|
|
96313
96338
|
"kind": "field",
|
|
96314
|
-
"name": "
|
|
96315
|
-
"default": "new
|
|
96316
|
-
},
|
|
96317
|
-
{
|
|
96318
|
-
"kind": "field",
|
|
96319
|
-
"name": "_get",
|
|
96320
|
-
"default": "new STRING(undefined, this, 'get')"
|
|
96339
|
+
"name": "_stringValue",
|
|
96340
|
+
"default": "new StringValue(undefined, this, 'stringValue')"
|
|
96321
96341
|
},
|
|
96322
96342
|
{
|
|
96323
96343
|
"kind": "field",
|
|
96324
|
-
"name": "
|
|
96325
|
-
"default": "new
|
|
96344
|
+
"name": "_int32Value",
|
|
96345
|
+
"default": "new Int32Value(undefined, this, 'int32Value')"
|
|
96326
96346
|
},
|
|
96327
96347
|
{
|
|
96328
96348
|
"kind": "field",
|
|
96329
|
-
"name": "
|
|
96330
|
-
"default": "new
|
|
96349
|
+
"name": "_int64Value",
|
|
96350
|
+
"default": "new Int64Value(undefined, this, 'int64Value')"
|
|
96331
96351
|
},
|
|
96332
96352
|
{
|
|
96333
96353
|
"kind": "field",
|
|
96334
|
-
"name": "
|
|
96335
|
-
"default": "new
|
|
96354
|
+
"name": "_floatValue",
|
|
96355
|
+
"default": "new FloatValue(undefined, this, 'floatValue')"
|
|
96336
96356
|
},
|
|
96337
96357
|
{
|
|
96338
96358
|
"kind": "field",
|
|
96339
|
-
"name": "
|
|
96340
|
-
"default": "new
|
|
96359
|
+
"name": "_doubleValue",
|
|
96360
|
+
"default": "new DoubleValue(undefined, this, 'doubleValue')"
|
|
96341
96361
|
},
|
|
96342
96362
|
{
|
|
96343
96363
|
"kind": "field",
|
|
96344
|
-
"name": "
|
|
96345
|
-
"default": "new
|
|
96364
|
+
"name": "_boolValue",
|
|
96365
|
+
"default": "new BoolValue(undefined, this, 'boolValue')"
|
|
96346
96366
|
},
|
|
96347
96367
|
{
|
|
96348
96368
|
"kind": "field",
|
|
96349
|
-
"name": "
|
|
96350
|
-
"default": "new
|
|
96369
|
+
"name": "_uint32Value",
|
|
96370
|
+
"default": "new UInt32Value(undefined, this, 'uint32Value')"
|
|
96351
96371
|
},
|
|
96352
96372
|
{
|
|
96353
96373
|
"kind": "field",
|
|
96354
|
-
"name": "
|
|
96355
|
-
"default": "new
|
|
96374
|
+
"name": "_uint64Value",
|
|
96375
|
+
"default": "new UInt64Value(undefined, this, 'uint64Value')"
|
|
96356
96376
|
},
|
|
96357
96377
|
{
|
|
96358
96378
|
"kind": "field",
|
|
96359
|
-
"name": "
|
|
96360
|
-
"default": "new
|
|
96379
|
+
"name": "_bytesValue",
|
|
96380
|
+
"default": "new BytesValue(undefined, this, 'bytesValue')"
|
|
96361
96381
|
},
|
|
96362
96382
|
{
|
|
96363
96383
|
"kind": "field",
|
|
@@ -97203,17 +97223,17 @@
|
|
|
97203
97223
|
"exports": [
|
|
97204
97224
|
{
|
|
97205
97225
|
"kind": "js",
|
|
97206
|
-
"name": "
|
|
97226
|
+
"name": "Wrappers",
|
|
97207
97227
|
"declaration": {
|
|
97208
|
-
"name": "
|
|
97209
|
-
"module": "dist/protoc-gen-open-models/
|
|
97228
|
+
"name": "Wrappers",
|
|
97229
|
+
"module": "dist/protoc-gen-open-models/furo/cube/Wrappers.js"
|
|
97210
97230
|
}
|
|
97211
97231
|
}
|
|
97212
97232
|
]
|
|
97213
97233
|
},
|
|
97214
97234
|
{
|
|
97215
97235
|
"kind": "javascript-module",
|
|
97216
|
-
"path": "dist/protoc-gen-open-models/
|
|
97236
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Wrappers.js.map",
|
|
97217
97237
|
"declarations": [],
|
|
97218
97238
|
"exports": []
|
|
97219
97239
|
},
|
|
@@ -97331,7 +97351,7 @@
|
|
|
97331
97351
|
"type": {
|
|
97332
97352
|
"text": "array"
|
|
97333
97353
|
},
|
|
97334
|
-
"default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: {
|
|
97354
|
+
"default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: { max_length: 10, min_length: 3, pattern: '^-*$', required: true, }, description: '', }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: { maximum: 10, minimum: 3, multiple_of: 3, required: true, }, description: '', }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: { maximum: 10, minimum: 3, multiple_of: 3, required: true, }, description: '', }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, description: '', }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, description: '', }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, description: '', }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, description: '', }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, description: '', }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, description: '', }, { fieldName: 'exclInt32Value', protoName: 'excl_int32_value', FieldConstructor: Int32Value, constraints: { maximum: 10, minimum: 3, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 3, }, description: '', }, { fieldName: 'exclInt64Value', protoName: 'excl_int64_value', FieldConstructor: Int64Value, constraints: { maximum: 10, minimum: 3, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 3, }, description: '', }, ]"
|
|
97335
97355
|
},
|
|
97336
97356
|
{
|
|
97337
97357
|
"kind": "field",
|
|
@@ -97394,7 +97414,7 @@
|
|
|
97394
97414
|
"type": {
|
|
97395
97415
|
"text": "object"
|
|
97396
97416
|
},
|
|
97397
|
-
"default": "{ exclInt32Value: 3.
|
|
97417
|
+
"default": "{ exclInt32Value: 3.0, exclInt64Value: '3', int32Value: 3.0, int64Value: '3', stringValue: 'default', }"
|
|
97398
97418
|
},
|
|
97399
97419
|
{
|
|
97400
97420
|
"kind": "field",
|
|
@@ -98294,7 +98314,7 @@
|
|
|
98294
98314
|
"type": {
|
|
98295
98315
|
"text": "array"
|
|
98296
98316
|
},
|
|
98297
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Value is set as a quoted number, use your numeric parser of choice' } ]"
|
|
98317
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Value is set as a quoted number, use your numeric parser of choice', }, ]"
|
|
98298
98318
|
},
|
|
98299
98319
|
{
|
|
98300
98320
|
"kind": "field",
|
|
@@ -99207,7 +99227,7 @@
|
|
|
99207
99227
|
"type": {
|
|
99208
99228
|
"text": "array"
|
|
99209
99229
|
},
|
|
99210
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Value is set as a quoted number, use your numeric parser of choice' } ]"
|
|
99230
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Value is set as a quoted number, use your numeric parser of choice', }, ]"
|
|
99211
99231
|
},
|
|
99212
99232
|
{
|
|
99213
99233
|
"kind": "field",
|
|
@@ -100124,7 +100144,7 @@
|
|
|
100124
100144
|
"type": {
|
|
100125
100145
|
"text": "array"
|
|
100126
100146
|
},
|
|
100127
|
-
"default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, description: 'Optional. Inclusive start of the decimal range.' }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, description: 'Optional. Exclusive end of the decimal range.' } ]"
|
|
100147
|
+
"default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, description: 'Optional. Inclusive start of the decimal range.', }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, description: 'Optional. Exclusive end of the decimal range.', }, ]"
|
|
100128
100148
|
},
|
|
100129
100149
|
{
|
|
100130
100150
|
"kind": "field",
|
|
@@ -101046,7 +101066,7 @@
|
|
|
101046
101066
|
"type": {
|
|
101047
101067
|
"text": "array"
|
|
101048
101068
|
},
|
|
101049
|
-
"default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'field', protoName: 'field', FieldConstructor: FuroTypeOther, constraints: {}, description: '' } ]"
|
|
101069
|
+
"default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'field', protoName: 'field', FieldConstructor: FuroTypeOther, constraints: {}, description: '', }, ]"
|
|
101050
101070
|
},
|
|
101051
101071
|
{
|
|
101052
101072
|
"kind": "field",
|
|
@@ -101968,7 +101988,7 @@
|
|
|
101968
101988
|
"type": {
|
|
101969
101989
|
"text": "array"
|
|
101970
101990
|
},
|
|
101971
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: '' } ]"
|
|
101991
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: '', }, ]"
|
|
101972
101992
|
},
|
|
101973
101993
|
{
|
|
101974
101994
|
"kind": "field",
|
|
@@ -102926,7 +102946,7 @@
|
|
|
102926
102946
|
"type": {
|
|
102927
102947
|
"text": "array"
|
|
102928
102948
|
},
|
|
102929
|
-
"default": "[ { fieldName: 'refSystem', protoName: 'ref_system', FieldConstructor: (ENUM), constraints: {}, description: 'related to the master of the object - who gives the id' }, { fieldName: 'refType', protoName: 'ref_type', FieldConstructor: (ENUM), constraints: {}, description: 'Type from the master objects system' }, { fieldName: 'bookingCenter', protoName: 'booking_center', FieldConstructor: (ENUM), constraints: {}, description: 'booking center' }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value' }, { fieldName: 'id', protoName: 'id', FieldConstructor: STRING, constraints: {
|
|
102949
|
+
"default": "[ { fieldName: 'refSystem', protoName: 'ref_system', FieldConstructor: (ENUM), constraints: {}, description: 'related to the master of the object - who gives the id', }, { fieldName: 'refType', protoName: 'ref_type', FieldConstructor: (ENUM), constraints: {}, description: 'Type from the master objects system', }, { fieldName: 'bookingCenter', protoName: 'booking_center', FieldConstructor: (ENUM), constraints: {}, description: 'booking center', }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value', }, { fieldName: 'id', protoName: 'id', FieldConstructor: STRING, constraints: { max_length: 10, min_length: 3, pattern: '^-*$', required: true, }, description: '', }, { fieldName: 'stringArray', protoName: 'string_array', FieldConstructor: STRING, constraints: { read_only: true, max_items: 4, required: true }, description: '', }, { fieldName: 'repeatedDecimal', protoName: 'repeated_decimal', FieldConstructor: FuroTypeDecimal, constraints: { minimum: 3.1, required: true }, description: '', }, { fieldName: 'decRange', protoName: 'dec_range', FieldConstructor: FuroTypeDecimalRange, constraints: { read_only: true }, description: '', }, { fieldName: 'any', protoName: 'any', FieldConstructor: ANY, constraints: {}, description: '', }, { fieldName: 'fatString', protoName: 'fat_string', FieldConstructor: FuroFatString, constraints: {}, description: '', }, { fieldName: 'trueFalse', protoName: 'true_false', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, ]"
|
|
102930
102950
|
},
|
|
102931
102951
|
{
|
|
102932
102952
|
"kind": "field",
|
|
@@ -102989,7 +103009,7 @@
|
|
|
102989
103009
|
"type": {
|
|
102990
103010
|
"text": "object"
|
|
102991
103011
|
},
|
|
102992
|
-
"default": "{ attributes: {
|
|
103012
|
+
"default": "{ attributes: { we: 'have' }, bookingCenter: 'BBC_CH', decRange: { start: { value: '123' } }, id: 'default', stringArray: ['A', 'B', 'C'], }"
|
|
102993
103013
|
},
|
|
102994
103014
|
{
|
|
102995
103015
|
"kind": "field",
|
|
@@ -103893,7 +103913,7 @@
|
|
|
103893
103913
|
"type": {
|
|
103894
103914
|
"text": "array"
|
|
103895
103915
|
},
|
|
103896
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: '' } ]"
|
|
103916
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: '', }, ]"
|
|
103897
103917
|
},
|
|
103898
103918
|
{
|
|
103899
103919
|
"kind": "field",
|
|
@@ -104851,7 +104871,7 @@
|
|
|
104851
104871
|
"type": {
|
|
104852
104872
|
"text": "array"
|
|
104853
104873
|
},
|
|
104854
|
-
"default": "[ { fieldName: 'refSystem', protoName: 'ref_system', FieldConstructor: (ENUM), constraints: {}, description: 'related to the master of the object - who gives the id' }, { fieldName: 'refType', protoName: 'ref_type', FieldConstructor: (ENUM), constraints: {}, description: 'Type from the master objects system' }, { fieldName: 'bookingCenter', protoName: 'booking_center', FieldConstructor: (ENUM), constraints: {}, description: 'booking center' }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value' }, { fieldName: 'id', protoName: 'id', FieldConstructor: STRING, constraints: {}, description: 'for example obj_id or your own uuid - the unique id for the source system (together with type)' }, { fieldName: 'stringArray', protoName: 'string_array', FieldConstructor: STRING, constraints: {
|
|
104874
|
+
"default": "[ { fieldName: 'refSystem', protoName: 'ref_system', FieldConstructor: (ENUM), constraints: {}, description: 'related to the master of the object - who gives the id', }, { fieldName: 'refType', protoName: 'ref_type', FieldConstructor: (ENUM), constraints: {}, description: 'Type from the master objects system', }, { fieldName: 'bookingCenter', protoName: 'booking_center', FieldConstructor: (ENUM), constraints: {}, description: 'booking center', }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value', }, { fieldName: 'id', protoName: 'id', FieldConstructor: STRING, constraints: {}, description: 'for example obj_id or your own uuid - the unique id for the source system (together with type)', }, { fieldName: 'stringArray', protoName: 'string_array', FieldConstructor: STRING, constraints: { read_only: true, max_items: 4, required: true }, description: '', }, { fieldName: 'repeatedDecimal', protoName: 'repeated_decimal', FieldConstructor: FuroTypeDecimal, constraints: {}, description: '', }, { fieldName: 'decRange', protoName: 'dec_range', FieldConstructor: FuroTypeDecimalRange, constraints: {}, description: '', }, { fieldName: 'any', protoName: 'any', FieldConstructor: ANY, constraints: {}, description: '', }, { fieldName: 'fatString', protoName: 'fat_string', FieldConstructor: FuroFatString, constraints: {}, description: '', }, { fieldName: 'trueFalse', protoName: 'true_false', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, ]"
|
|
104855
104875
|
},
|
|
104856
104876
|
{
|
|
104857
104877
|
"kind": "field",
|
|
@@ -104914,7 +104934,7 @@
|
|
|
104914
104934
|
"type": {
|
|
104915
104935
|
"text": "object"
|
|
104916
104936
|
},
|
|
104917
|
-
"default": "{ stringArray: [
|
|
104937
|
+
"default": "{ stringArray: ['A', 'B', 'C'], }"
|
|
104918
104938
|
},
|
|
104919
104939
|
{
|
|
104920
104940
|
"kind": "field",
|
|
@@ -105818,7 +105838,7 @@
|
|
|
105818
105838
|
"type": {
|
|
105819
105839
|
"text": "array"
|
|
105820
105840
|
},
|
|
105821
|
-
"default": "[ { fieldName: 'primitiveInt32', protoName: 'primitive_int32', FieldConstructor: INT32, constraints: {
|
|
105841
|
+
"default": "[ { fieldName: 'primitiveInt32', protoName: 'primitive_int32', FieldConstructor: INT32, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, description: 'Value is set as a quoted number, use your numeric parser of choice', }, { fieldName: 'repeatedPrimitiveInt32', protoName: 'repeated_primitive_int32', FieldConstructor: INT32, constraints: {}, description: '', }, ]"
|
|
105822
105842
|
},
|
|
105823
105843
|
{
|
|
105824
105844
|
"kind": "field",
|
|
@@ -106744,7 +106764,7 @@
|
|
|
106744
106764
|
"type": {
|
|
106745
106765
|
"text": "array"
|
|
106746
106766
|
},
|
|
106747
|
-
"default": "[ { fieldName: 'primitiveInt64', protoName: 'primitive_int64', FieldConstructor: INT64, constraints: {
|
|
106767
|
+
"default": "[ { fieldName: 'primitiveInt64', protoName: 'primitive_int64', FieldConstructor: INT64, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, description: 'Value is set as a quoted number, use your numeric parser of choice', }, { fieldName: 'repeatedPrimitiveInt64', protoName: 'repeated_primitive_int64', FieldConstructor: INT64, constraints: {}, description: '', }, { fieldName: 'primitiveInt64Excl', protoName: 'primitive_int64_excl', FieldConstructor: INT64, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, description: '', }, ]"
|
|
106748
106768
|
},
|
|
106749
106769
|
{
|
|
106750
106770
|
"kind": "field",
|
|
@@ -107667,7 +107687,7 @@
|
|
|
107667
107687
|
"type": {
|
|
107668
107688
|
"text": "array"
|
|
107669
107689
|
},
|
|
107670
|
-
"default": "[ { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: FuroTypeDeepRecursion, constraints: {}, description: '' } ]"
|
|
107690
|
+
"default": "[ { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: FuroTypeDeepRecursion, constraints: {}, description: '', }, ]"
|
|
107671
107691
|
},
|
|
107672
107692
|
{
|
|
107673
107693
|
"kind": "field",
|
|
@@ -108640,7 +108660,7 @@
|
|
|
108640
108660
|
"type": {
|
|
108641
108661
|
"text": "array"
|
|
108642
108662
|
},
|
|
108643
|
-
"default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'nodes', protoName: 'nodes', FieldConstructor: Tree, constraints: {}, description: 'Array recursion' }, { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: Tree, constraints: {}, description: 'direct recursion' } ]"
|
|
108663
|
+
"default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'nodes', protoName: 'nodes', FieldConstructor: Tree, constraints: {}, description: 'Array recursion', }, { fieldName: 'recursion', protoName: 'recursion', FieldConstructor: Tree, constraints: {}, description: 'direct recursion', }, ]"
|
|
108644
108664
|
},
|
|
108645
108665
|
{
|
|
108646
108666
|
"kind": "field",
|
|
@@ -109575,7 +109595,7 @@
|
|
|
109575
109595
|
"type": {
|
|
109576
109596
|
"text": "array"
|
|
109577
109597
|
},
|
|
109578
|
-
"default": "[ { fieldName: 'uint64', protoName: 'uint64', FieldConstructor: UINT64, constraints: {
|
|
109598
|
+
"default": "[ { fieldName: 'uint64', protoName: 'uint64', FieldConstructor: UINT64, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, description: '', }, { fieldName: 'uint32', protoName: 'uint32', FieldConstructor: UINT32, constraints: { maximum: 1000, minimum: 5, multiple_of: 5 }, description: '', }, { fieldName: 'uint64Excl', protoName: 'uint64Excl', FieldConstructor: UINT64, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, description: '', }, { fieldName: 'uint32Excl', protoName: 'uint32Excl', FieldConstructor: UINT32, constraints: { maximum: 1000, minimum: 5, exclusive_maximum: true, exclusive_minimum: true, multiple_of: 5, }, description: '', }, ]"
|
|
109579
109599
|
},
|
|
109580
109600
|
{
|
|
109581
109601
|
"kind": "field",
|
|
@@ -110535,7 +110555,7 @@
|
|
|
110535
110555
|
"type": {
|
|
110536
110556
|
"text": "array"
|
|
110537
110557
|
},
|
|
110538
|
-
"default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: {}, description: '' }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: {}, description: '' }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: {}, description: '' }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, description: '' }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, description: '' }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, description: '' }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, description: '' }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, description: '' }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, description: '' } ]"
|
|
110558
|
+
"default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: {}, description: '', }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: {}, description: '', }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: {}, description: '', }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, description: '', }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, description: '', }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, description: '', }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, description: '', }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, description: '', }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, description: '', }, ]"
|
|
110539
110559
|
},
|
|
110540
110560
|
{
|
|
110541
110561
|
"kind": "field",
|
|
@@ -111492,7 +111512,7 @@
|
|
|
111492
111512
|
"type": {
|
|
111493
111513
|
"text": "array"
|
|
111494
111514
|
},
|
|
111495
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `any`.\\n // Any contains an arbitrary serialized protocol buffer message along with a\\n // URL that describes the type of the serialized message. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `any`.\\n // Any contains an arbitrary serialized protocol buffer message along with a\\n // URL that describes the type of the serialized message. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto' } ]"
|
|
111515
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `any`.\\n // Any contains an arbitrary serialized protocol buffer message along with a\\n // URL that describes the type of the serialized message. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `any`.\\n // Any contains an arbitrary serialized protocol buffer message along with a\\n // URL that describes the type of the serialized message. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto', }, ]"
|
|
111496
111516
|
},
|
|
111497
111517
|
{
|
|
111498
111518
|
"kind": "field",
|
|
@@ -112414,7 +112434,7 @@
|
|
|
112414
112434
|
"type": {
|
|
112415
112435
|
"text": "array"
|
|
112416
112436
|
},
|
|
112417
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `any`.\\n // Any contains an arbitrary serialized protocol buffer message along with a\\n // URL that describes the type of the serialized message. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto' }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `any`.\\n // Any contains an arbitrary serialized protocol buffer message along with a\\n // URL that describes the type of the serialized message. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto' } ]"
|
|
112437
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `any`.\\n // Any contains an arbitrary serialized protocol buffer message along with a\\n // URL that describes the type of the serialized message. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto', }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `any`.\\n // Any contains an arbitrary serialized protocol buffer message along with a\\n // URL that describes the type of the serialized message. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/any.proto', }, ]"
|
|
112418
112438
|
},
|
|
112419
112439
|
{
|
|
112420
112440
|
"kind": "field",
|
|
@@ -113340,7 +113360,7 @@
|
|
|
113340
113360
|
"type": {
|
|
113341
113361
|
"text": "array"
|
|
113342
113362
|
},
|
|
113343
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, description: 'The JSON representation for `AnyValue` is a JSON string? The client uses type `ArrayBuffer` for the value field.' }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...' }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value' } ]"
|
|
113363
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, description: 'The JSON representation for `AnyValue` is a JSON string? The client uses type `ArrayBuffer` for the value field.', }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...', }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value', }, ]"
|
|
113344
113364
|
},
|
|
113345
113365
|
{
|
|
113346
113366
|
"kind": "field",
|
|
@@ -114267,7 +114287,7 @@
|
|
|
114267
114287
|
"type": {
|
|
114268
114288
|
"text": "array"
|
|
114269
114289
|
},
|
|
114270
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `bool`.' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `bool`.' } ]"
|
|
114290
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `bool`.', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `bool`.', }, ]"
|
|
114271
114291
|
},
|
|
114272
114292
|
{
|
|
114273
114293
|
"kind": "field",
|
|
@@ -115189,7 +115209,7 @@
|
|
|
115189
115209
|
"type": {
|
|
115190
115210
|
"text": "array"
|
|
115191
115211
|
},
|
|
115192
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `bool`.' }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `bool`.' } ]"
|
|
115212
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `bool`.', }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `bool`.', }, ]"
|
|
115193
115213
|
},
|
|
115194
115214
|
{
|
|
115195
115215
|
"kind": "field",
|
|
@@ -116115,7 +116135,7 @@
|
|
|
116115
116135
|
"type": {
|
|
116116
116136
|
"text": "array"
|
|
116117
116137
|
},
|
|
116118
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'The JSON representation for `BoolValue` is a JSON boolean' }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...' }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value' } ]"
|
|
116138
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'The JSON representation for `BoolValue` is a JSON boolean', }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...', }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value', }, ]"
|
|
116119
116139
|
},
|
|
116120
116140
|
{
|
|
116121
116141
|
"kind": "field",
|
|
@@ -117042,7 +117062,7 @@
|
|
|
117042
117062
|
"type": {
|
|
117043
117063
|
"text": "array"
|
|
117044
117064
|
},
|
|
117045
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `bytes`.' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `bytes`.' } ]"
|
|
117065
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `bytes`.', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `bytes`.', }, ]"
|
|
117046
117066
|
},
|
|
117047
117067
|
{
|
|
117048
117068
|
"kind": "field",
|
|
@@ -117964,7 +117984,7 @@
|
|
|
117964
117984
|
"type": {
|
|
117965
117985
|
"text": "array"
|
|
117966
117986
|
},
|
|
117967
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `bytes`.' }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `bytes`.' } ]"
|
|
117987
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `bytes`.', }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `bytes`.', }, ]"
|
|
117968
117988
|
},
|
|
117969
117989
|
{
|
|
117970
117990
|
"kind": "field",
|
|
@@ -118890,7 +118910,7 @@
|
|
|
118890
118910
|
"type": {
|
|
118891
118911
|
"text": "array"
|
|
118892
118912
|
},
|
|
118893
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, description: 'The JSON representation for `BytesValue` is a JSON string' }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...' }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value' } ]"
|
|
118913
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, description: 'The JSON representation for `BytesValue` is a JSON string', }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...', }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value', }, ]"
|
|
118894
118914
|
},
|
|
118895
118915
|
{
|
|
118896
118916
|
"kind": "field",
|
|
@@ -119817,7 +119837,7 @@
|
|
|
119817
119837
|
"type": {
|
|
119818
119838
|
"text": "array"
|
|
119819
119839
|
},
|
|
119820
|
-
"default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, description: 'Optional. Inclusive start of the decimal range.' }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, description: 'Optional. Exclusive end of the decimal range.' } ]"
|
|
119840
|
+
"default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: FuroTypeDecimal, constraints: {}, description: 'Optional. Inclusive start of the decimal range.', }, { fieldName: 'end', protoName: 'end', FieldConstructor: FuroTypeDecimal, constraints: {}, description: 'Optional. Exclusive end of the decimal range.', }, ]"
|
|
119821
119841
|
},
|
|
119822
119842
|
{
|
|
119823
119843
|
"kind": "field",
|
|
@@ -120739,7 +120759,7 @@
|
|
|
120739
120759
|
"type": {
|
|
120740
120760
|
"text": "array"
|
|
120741
120761
|
},
|
|
120742
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `double`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `double`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations' } ]"
|
|
120762
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `double`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `double`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations', }, ]"
|
|
120743
120763
|
},
|
|
120744
120764
|
{
|
|
120745
120765
|
"kind": "field",
|
|
@@ -121661,7 +121681,7 @@
|
|
|
121661
121681
|
"type": {
|
|
121662
121682
|
"text": "array"
|
|
121663
121683
|
},
|
|
121664
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `double`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations' }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `double`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations' } ]"
|
|
121684
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `double`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations', }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `double`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations', }, ]"
|
|
121665
121685
|
},
|
|
121666
121686
|
{
|
|
121667
121687
|
"kind": "field",
|
|
@@ -122587,7 +122607,7 @@
|
|
|
122587
122607
|
"type": {
|
|
122588
122608
|
"text": "array"
|
|
122589
122609
|
},
|
|
122590
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: DOUBLE, constraints: {}, description: 'The JSON representation for `DoubleValue` is JSON number, range is set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER' }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...' }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value' } ]"
|
|
122610
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: DOUBLE, constraints: {}, description: 'The JSON representation for `DoubleValue` is JSON number, range is set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER', }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...', }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value', }, ]"
|
|
122591
122611
|
},
|
|
122592
122612
|
{
|
|
122593
122613
|
"kind": "field",
|
|
@@ -123514,7 +123534,7 @@
|
|
|
123514
123534
|
"type": {
|
|
123515
123535
|
"text": "array"
|
|
123516
123536
|
},
|
|
123517
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes' } ]"
|
|
123537
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes', }, ]"
|
|
123518
123538
|
},
|
|
123519
123539
|
{
|
|
123520
123540
|
"kind": "field",
|
|
@@ -124436,7 +124456,7 @@
|
|
|
124436
124456
|
"type": {
|
|
124437
124457
|
"text": "array"
|
|
124438
124458
|
},
|
|
124439
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes' }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes' } ]"
|
|
124459
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes', }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `empty`. Empty has no values and only contains the labels and attributes', }, ]"
|
|
124440
124460
|
},
|
|
124441
124461
|
{
|
|
124442
124462
|
"kind": "field",
|
|
@@ -125358,7 +125378,7 @@
|
|
|
125358
125378
|
"type": {
|
|
125359
125379
|
"text": "array"
|
|
125360
125380
|
},
|
|
125361
|
-
"default": "[ { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...' }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value' } ]"
|
|
125381
|
+
"default": "[ { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...', }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value', }, ]"
|
|
125362
125382
|
},
|
|
125363
125383
|
{
|
|
125364
125384
|
"kind": "field",
|
|
@@ -126280,7 +126300,7 @@
|
|
|
126280
126300
|
"type": {
|
|
126281
126301
|
"text": "array"
|
|
126282
126302
|
},
|
|
126283
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `float`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `float`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations' } ]"
|
|
126303
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `float`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `float`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations', }, ]"
|
|
126284
126304
|
},
|
|
126285
126305
|
{
|
|
126286
126306
|
"kind": "field",
|
|
@@ -127202,7 +127222,7 @@
|
|
|
127202
127222
|
"type": {
|
|
127203
127223
|
"text": "array"
|
|
127204
127224
|
},
|
|
127205
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `float`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations' }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `float`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations' } ]"
|
|
127225
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `float`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations', }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `float`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations', }, ]"
|
|
127206
127226
|
},
|
|
127207
127227
|
{
|
|
127208
127228
|
"kind": "field",
|
|
@@ -128128,7 +128148,7 @@
|
|
|
128128
128148
|
"type": {
|
|
128129
128149
|
"text": "array"
|
|
128130
128150
|
},
|
|
128131
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: FLOAT, constraints: {}, description: 'The JSON representation for `FloatValue` is JSON number' }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...' }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value' } ]"
|
|
128151
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: FLOAT, constraints: {}, description: 'The JSON representation for `FloatValue` is JSON number', }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...', }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value', }, ]"
|
|
128132
128152
|
},
|
|
128133
128153
|
{
|
|
128134
128154
|
"kind": "field",
|
|
@@ -129055,7 +129075,7 @@
|
|
|
129055
129075
|
"type": {
|
|
129056
129076
|
"text": "array"
|
|
129057
129077
|
},
|
|
129058
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `int32`.' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `int32`.' } ]"
|
|
129078
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `int32`.', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `int32`.', }, ]"
|
|
129059
129079
|
},
|
|
129060
129080
|
{
|
|
129061
129081
|
"kind": "field",
|
|
@@ -129977,7 +129997,7 @@
|
|
|
129977
129997
|
"type": {
|
|
129978
129998
|
"text": "array"
|
|
129979
129999
|
},
|
|
129980
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `int32`.' }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `int32`.' } ]"
|
|
130000
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `int32`.', }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `int32`.', }, ]"
|
|
129981
130001
|
},
|
|
129982
130002
|
{
|
|
129983
130003
|
"kind": "field",
|
|
@@ -130903,7 +130923,7 @@
|
|
|
130903
130923
|
"type": {
|
|
130904
130924
|
"text": "array"
|
|
130905
130925
|
},
|
|
130906
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT32, constraints: {}, description: 'The JSON representation for `Int32Value` is JSON number' }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...' }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value' } ]"
|
|
130926
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT32, constraints: {}, description: 'The JSON representation for `Int32Value` is JSON number', }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...', }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value', }, ]"
|
|
130907
130927
|
},
|
|
130908
130928
|
{
|
|
130909
130929
|
"kind": "field",
|
|
@@ -131830,7 +131850,7 @@
|
|
|
131830
131850
|
"type": {
|
|
131831
131851
|
"text": "array"
|
|
131832
131852
|
},
|
|
131833
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `int64`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `int64`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations' } ]"
|
|
131853
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `int64`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `int64`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations', }, ]"
|
|
131834
131854
|
},
|
|
131835
131855
|
{
|
|
131836
131856
|
"kind": "field",
|
|
@@ -132752,7 +132772,7 @@
|
|
|
132752
132772
|
"type": {
|
|
132753
132773
|
"text": "array"
|
|
132754
132774
|
},
|
|
132755
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `int64`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations' }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `int64`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations' } ]"
|
|
132775
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `int64`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations', }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `int64`. The range constraints are set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER because of browser limitations', }, ]"
|
|
132756
132776
|
},
|
|
132757
132777
|
{
|
|
132758
132778
|
"kind": "field",
|
|
@@ -133678,7 +133698,7 @@
|
|
|
133678
133698
|
"type": {
|
|
133679
133699
|
"text": "array"
|
|
133680
133700
|
},
|
|
133681
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT64, constraints: {}, description: 'The JSON representation for `Int64Value` is JSON number, range is set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER' }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...' }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value' } ]"
|
|
133701
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT64, constraints: {}, description: 'The JSON representation for `Int64Value` is JSON number, range is set to Number.MIN_SAFE_INTEGER - Number.MAX_SAFE_INTEGER', }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...', }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value', }, ]"
|
|
133682
133702
|
},
|
|
133683
133703
|
{
|
|
133684
133704
|
"kind": "field",
|
|
@@ -134605,7 +134625,7 @@
|
|
|
134605
134625
|
"type": {
|
|
134606
134626
|
"text": "array"
|
|
134607
134627
|
},
|
|
134608
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `string`.' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `string`.' } ]"
|
|
134628
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `string`.', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `string`.', }, ]"
|
|
134609
134629
|
},
|
|
134610
134630
|
{
|
|
134611
134631
|
"kind": "field",
|
|
@@ -135527,7 +135547,7 @@
|
|
|
135527
135547
|
"type": {
|
|
135528
135548
|
"text": "array"
|
|
135529
135549
|
},
|
|
135530
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `string`.' }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `string`.' } ]"
|
|
135550
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `string`.', }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `string`.', }, ]"
|
|
135531
135551
|
},
|
|
135532
135552
|
{
|
|
135533
135553
|
"kind": "field",
|
|
@@ -136453,7 +136473,7 @@
|
|
|
136453
136473
|
"type": {
|
|
136454
136474
|
"text": "array"
|
|
136455
136475
|
},
|
|
136456
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'The JSON representation for `StringValue` is a JSON string' }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...' }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value' } ]"
|
|
136476
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'The JSON representation for `StringValue` is a JSON string', }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...', }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value', }, ]"
|
|
136457
136477
|
},
|
|
136458
136478
|
{
|
|
136459
136479
|
"kind": "field",
|
|
@@ -137380,7 +137400,7 @@
|
|
|
137380
137400
|
"type": {
|
|
137381
137401
|
"text": "array"
|
|
137382
137402
|
},
|
|
137383
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto' } ]"
|
|
137403
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto', }, ]"
|
|
137384
137404
|
},
|
|
137385
137405
|
{
|
|
137386
137406
|
"kind": "field",
|
|
@@ -138302,7 +138322,7 @@
|
|
|
138302
138322
|
"type": {
|
|
138303
138323
|
"text": "array"
|
|
138304
138324
|
},
|
|
138305
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto' }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto' } ]"
|
|
138325
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto', }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `uint32`. https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/wrappers.proto', }, ]"
|
|
138306
138326
|
},
|
|
138307
138327
|
{
|
|
138308
138328
|
"kind": "field",
|
|
@@ -139228,7 +139248,7 @@
|
|
|
139228
139248
|
"type": {
|
|
139229
139249
|
"text": "array"
|
|
139230
139250
|
},
|
|
139231
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT32, constraints: {}, description: 'The JSON representation for `Uint32Value` is JSON number' }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...' }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value' } ]"
|
|
139251
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT32, constraints: {}, description: 'The JSON representation for `Uint32Value` is JSON number', }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...', }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value', }, ]"
|
|
139232
139252
|
},
|
|
139233
139253
|
{
|
|
139234
139254
|
"kind": "field",
|
|
@@ -140155,7 +140175,7 @@
|
|
|
140155
140175
|
"type": {
|
|
140156
140176
|
"text": "array"
|
|
140157
140177
|
},
|
|
140158
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations' } ]"
|
|
140178
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations', }, ]"
|
|
140159
140179
|
},
|
|
140160
140180
|
{
|
|
140161
140181
|
"kind": "field",
|
|
@@ -141077,7 +141097,7 @@
|
|
|
141077
141097
|
"type": {
|
|
141078
141098
|
"text": "array"
|
|
141079
141099
|
},
|
|
141080
|
-
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations' }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations' } ]"
|
|
141100
|
+
"default": "[ { fieldName: 'key', protoName: 'key', FieldConstructor: STRING, constraints: {}, description: 'Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations', }, { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'Furo annotated type wrapper message for `uint64`. The range constraints are set to Number.MAX_SAFE_INTEGER because of browser limitations', }, ]"
|
|
141081
141101
|
},
|
|
141082
141102
|
{
|
|
141083
141103
|
"kind": "field",
|
|
@@ -142003,7 +142023,7 @@
|
|
|
142003
142023
|
"type": {
|
|
142004
142024
|
"text": "array"
|
|
142005
142025
|
},
|
|
142006
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT64, constraints: {}, description: 'The JSON representation for `Uint64Value` is JSON number, range is set to 0 - Number.MAX_SAFE_INTEGER' }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...' }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value' } ]"
|
|
142026
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT64, constraints: {}, description: 'The JSON representation for `Uint64Value` is JSON number, range is set to 0 - Number.MAX_SAFE_INTEGER', }, { fieldName: 'labels', protoName: 'labels', FieldConstructor: (MAP), ValueConstructor: BOOLEAN, constraints: {}, description: 'Labels / flags for the value, something like unspecified, empty, confidential, absent,... Can be used for AI, UI, Business Logic,...', }, { fieldName: 'attributes', protoName: 'attributes', FieldConstructor: (MAP), ValueConstructor: STRING, constraints: {}, description: 'Attributes for a value, something like confidential-msg: you are not allowed to see this value', }, ]"
|
|
142007
142027
|
},
|
|
142008
142028
|
{
|
|
142009
142029
|
"kind": "field",
|
|
@@ -142930,7 +142950,7 @@
|
|
|
142930
142950
|
"type": {
|
|
142931
142951
|
"text": "array"
|
|
142932
142952
|
},
|
|
142933
|
-
"default": "[ { fieldName: 'typeUrl', protoName: 'type_url', FieldConstructor: STRING, constraints: {}, description: 'A URL/resource name that uniquely identifies the type of the serialized\\n protocol buffer message. This string must contain at least\\n one \"/\" character. The last segment of the URL\\'s path must represent\\n the fully qualified name of the type (as in\\n `path/google.protobuf.Duration`). The name should be in a canonical form\\n (e.g., leading \".\" is not accepted).\\n\\n In practice, teams usually precompile into the binary all types that they\\n expect it to use in the context of Any. However, for URLs which use the\\n scheme `http`, `https`, or no scheme, one can optionally set up a type\\n server that maps type URLs to message definitions as follows:\\n\\n * If no scheme is provided, `https` is assumed.\\n * An HTTP GET on the URL must yield a [google.protobuf.Type][]\\n value in binary format, or produce an error.\\n * Applications are allowed to cache lookup results based on the\\n URL, or have them precompiled into a binary to avoid any\\n lookup. Therefore, binary compatibility needs to be preserved\\n on changes to types. (Use versioned type names to manage\\n breaking changes.)\\n\\n Note: this functionality is not currently available in the official\\n protobuf release, and it is not used for type URLs beginning with\\n type.googleapis.com. As of May 2023, there are no widely used type server\\n implementations and no plans to implement one.\\n\\n Schemes other than `http`, `https` (or the empty scheme) might be\\n used with implementation specific semantics.\\n' }, { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, description: 'Must be a valid serialized protocol buffer of the above specified type.' } ]"
|
|
142953
|
+
"default": "[ { fieldName: 'typeUrl', protoName: 'type_url', FieldConstructor: STRING, constraints: {}, description: 'A URL/resource name that uniquely identifies the type of the serialized\\n protocol buffer message. This string must contain at least\\n one \"/\" character. The last segment of the URL\\'s path must represent\\n the fully qualified name of the type (as in\\n `path/google.protobuf.Duration`). The name should be in a canonical form\\n (e.g., leading \".\" is not accepted).\\n\\n In practice, teams usually precompile into the binary all types that they\\n expect it to use in the context of Any. However, for URLs which use the\\n scheme `http`, `https`, or no scheme, one can optionally set up a type\\n server that maps type URLs to message definitions as follows:\\n\\n * If no scheme is provided, `https` is assumed.\\n * An HTTP GET on the URL must yield a [google.protobuf.Type][]\\n value in binary format, or produce an error.\\n * Applications are allowed to cache lookup results based on the\\n URL, or have them precompiled into a binary to avoid any\\n lookup. Therefore, binary compatibility needs to be preserved\\n on changes to types. (Use versioned type names to manage\\n breaking changes.)\\n\\n Note: this functionality is not currently available in the official\\n protobuf release, and it is not used for type URLs beginning with\\n type.googleapis.com. As of May 2023, there are no widely used type server\\n implementations and no plans to implement one.\\n\\n Schemes other than `http`, `https` (or the empty scheme) might be\\n used with implementation specific semantics.\\n', }, { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, description: 'Must be a valid serialized protocol buffer of the above specified type.', }, ]"
|
|
142934
142954
|
},
|
|
142935
142955
|
{
|
|
142936
142956
|
"kind": "field",
|
|
@@ -143848,7 +143868,7 @@
|
|
|
143848
143868
|
"type": {
|
|
143849
143869
|
"text": "array"
|
|
143850
143870
|
},
|
|
143851
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'The bool value.' } ]"
|
|
143871
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BOOLEAN, constraints: {}, description: 'The bool value.', }, ]"
|
|
143852
143872
|
},
|
|
143853
143873
|
{
|
|
143854
143874
|
"kind": "field",
|
|
@@ -144761,7 +144781,7 @@
|
|
|
144761
144781
|
"type": {
|
|
144762
144782
|
"text": "array"
|
|
144763
144783
|
},
|
|
144764
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, description: 'The bytes value.' } ]"
|
|
144784
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: BYTES, constraints: {}, description: 'The bytes value.', }, ]"
|
|
144765
144785
|
},
|
|
144766
144786
|
{
|
|
144767
144787
|
"kind": "field",
|
|
@@ -145682,7 +145702,7 @@
|
|
|
145682
145702
|
"type": {
|
|
145683
145703
|
"text": "array"
|
|
145684
145704
|
},
|
|
145685
|
-
"default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: INT32, constraints: {}, description: '' }, { fieldName: 'end', protoName: 'end', FieldConstructor: INT32, constraints: {}, description: '' }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufExtensionRangeOptions, constraints: {}, description: '' } ]"
|
|
145705
|
+
"default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: INT32, constraints: {}, description: '', }, { fieldName: 'end', protoName: 'end', FieldConstructor: INT32, constraints: {}, description: '', }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufExtensionRangeOptions, constraints: {}, description: '', }, ]"
|
|
145686
145706
|
},
|
|
145687
145707
|
{
|
|
145688
145708
|
"kind": "field",
|
|
@@ -146609,7 +146629,7 @@
|
|
|
146609
146629
|
"type": {
|
|
146610
146630
|
"text": "array"
|
|
146611
146631
|
},
|
|
146612
|
-
"default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: INT32, constraints: {}, description: '' }, { fieldName: 'end', protoName: 'end', FieldConstructor: INT32, constraints: {}, description: '' } ]"
|
|
146632
|
+
"default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: INT32, constraints: {}, description: '', }, { fieldName: 'end', protoName: 'end', FieldConstructor: INT32, constraints: {}, description: '', }, ]"
|
|
146613
146633
|
},
|
|
146614
146634
|
{
|
|
146615
146635
|
"kind": "field",
|
|
@@ -147563,7 +147583,7 @@
|
|
|
147563
147583
|
"type": {
|
|
147564
147584
|
"text": "array"
|
|
147565
147585
|
},
|
|
147566
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'field', protoName: 'field', FieldConstructor: GoogleProtobufFieldDescriptorProto, constraints: {}, description: '' }, { fieldName: 'extension', protoName: 'extension', FieldConstructor: GoogleProtobufFieldDescriptorProto, constraints: {}, description: '' }, { fieldName: 'nestedType', protoName: 'nested_type', FieldConstructor: DescriptorProto, constraints: {}, description: '' }, { fieldName: 'enumType', protoName: 'enum_type', FieldConstructor: GoogleProtobufEnumDescriptorProto, constraints: {}, description: '' }, { fieldName: 'extensionRange', protoName: 'extension_range', FieldConstructor: GoogleProtobufDescriptorProtoExtensionRange, constraints: {}, description: '' }, { fieldName: 'oneofDecl', protoName: 'oneof_decl', FieldConstructor: GoogleProtobufOneofDescriptorProto, constraints: {}, description: '' }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufMessageOptions, constraints: {}, description: '' }, { fieldName: 'reservedRange', protoName: 'reserved_range', FieldConstructor: GoogleProtobufDescriptorProtoReservedRange, constraints: {}, description: '' }, { fieldName: 'reservedName', protoName: 'reserved_name', FieldConstructor: STRING, constraints: {}, description: 'Reserved field names, which may not be used by fields in the same message.\\n A given name may only be reserved once.' } ]"
|
|
147586
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'field', protoName: 'field', FieldConstructor: GoogleProtobufFieldDescriptorProto, constraints: {}, description: '', }, { fieldName: 'extension', protoName: 'extension', FieldConstructor: GoogleProtobufFieldDescriptorProto, constraints: {}, description: '', }, { fieldName: 'nestedType', protoName: 'nested_type', FieldConstructor: DescriptorProto, constraints: {}, description: '', }, { fieldName: 'enumType', protoName: 'enum_type', FieldConstructor: GoogleProtobufEnumDescriptorProto, constraints: {}, description: '', }, { fieldName: 'extensionRange', protoName: 'extension_range', FieldConstructor: GoogleProtobufDescriptorProtoExtensionRange, constraints: {}, description: '', }, { fieldName: 'oneofDecl', protoName: 'oneof_decl', FieldConstructor: GoogleProtobufOneofDescriptorProto, constraints: {}, description: '', }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufMessageOptions, constraints: {}, description: '', }, { fieldName: 'reservedRange', protoName: 'reserved_range', FieldConstructor: GoogleProtobufDescriptorProtoReservedRange, constraints: {}, description: '', }, { fieldName: 'reservedName', protoName: 'reserved_name', FieldConstructor: STRING, constraints: {}, description: 'Reserved field names, which may not be used by fields in the same message.\\n A given name may only be reserved once.', }, ]"
|
|
147567
147587
|
},
|
|
147568
147588
|
{
|
|
147569
147589
|
"kind": "field",
|
|
@@ -148521,7 +148541,7 @@
|
|
|
148521
148541
|
"type": {
|
|
148522
148542
|
"text": "array"
|
|
148523
148543
|
},
|
|
148524
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: DOUBLE, constraints: {}, description: 'The double value.' } ]"
|
|
148544
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: DOUBLE, constraints: {}, description: 'The double value.', }, ]"
|
|
148525
148545
|
},
|
|
148526
148546
|
{
|
|
148527
148547
|
"kind": "field",
|
|
@@ -149464,7 +149484,7 @@
|
|
|
149464
149484
|
"type": {
|
|
149465
149485
|
"text": "array"
|
|
149466
149486
|
},
|
|
149467
|
-
"default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: INT32, constraints: {}, description: '' }, { fieldName: 'end', protoName: 'end', FieldConstructor: INT32, constraints: {}, description: '' } ]"
|
|
149487
|
+
"default": "[ { fieldName: 'start', protoName: 'start', FieldConstructor: INT32, constraints: {}, description: '', }, { fieldName: 'end', protoName: 'end', FieldConstructor: INT32, constraints: {}, description: '', }, ]"
|
|
149468
149488
|
},
|
|
149469
149489
|
{
|
|
149470
149490
|
"kind": "field",
|
|
@@ -150398,7 +150418,7 @@
|
|
|
150398
150418
|
"type": {
|
|
150399
150419
|
"text": "array"
|
|
150400
150420
|
},
|
|
150401
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'value', protoName: 'value', FieldConstructor: GoogleProtobufEnumValueDescriptorProto, constraints: {}, description: '' }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufEnumOptions, constraints: {}, description: '' }, { fieldName: 'reservedRange', protoName: 'reserved_range', FieldConstructor: GoogleProtobufEnumDescriptorProtoEnumReservedRange, constraints: {}, description: '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.' }, { fieldName: 'reservedName', protoName: 'reserved_name', FieldConstructor: STRING, constraints: {}, description: 'Reserved enum value names, which may not be reused. A given name may only\\n be reserved once.' } ]"
|
|
150421
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'value', protoName: 'value', FieldConstructor: GoogleProtobufEnumValueDescriptorProto, constraints: {}, description: '', }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufEnumOptions, constraints: {}, description: '', }, { fieldName: 'reservedRange', protoName: 'reserved_range', FieldConstructor: GoogleProtobufEnumDescriptorProtoEnumReservedRange, constraints: {}, description: '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.', }, { fieldName: 'reservedName', protoName: 'reserved_name', FieldConstructor: STRING, constraints: {}, description: 'Reserved enum value names, which may not be reused. A given name may only\\n be reserved once.', }, ]"
|
|
150402
150422
|
},
|
|
150403
150423
|
{
|
|
150404
150424
|
"kind": "field",
|
|
@@ -151347,7 +151367,7 @@
|
|
|
151347
151367
|
"type": {
|
|
151348
151368
|
"text": "array"
|
|
151349
151369
|
},
|
|
151350
|
-
"default": "[ { fieldName: 'allowAlias', protoName: 'allow_alias', FieldConstructor: BOOLEAN, constraints: {}, description: 'Set this option to true to allow mapping different tag names to the same\\n value.' }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '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.' }, { fieldName: 'deprecatedLegacyJsonFieldConflicts', protoName: 'deprecated_legacy_json_field_conflicts', FieldConstructor: BOOLEAN, constraints: {}, description: 'Enable the legacy handling of JSON field name conflicts. This lowercases\\n and strips underscored from the fields before comparison in proto3 only.\\n The new behavior takes `json_name` into account and applies to proto2 as\\n well.\\n TODO Remove this legacy behavior once downstream teams have\\n had time to migrate.' }, { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: 'Any features defined in the specific edition.' }, { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description:
|
|
151370
|
+
"default": "[ { fieldName: 'allowAlias', protoName: 'allow_alias', FieldConstructor: BOOLEAN, constraints: {}, description: 'Set this option to true to allow mapping different tag names to the same\\n value.', }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '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.', }, { fieldName: 'deprecatedLegacyJsonFieldConflicts', protoName: 'deprecated_legacy_json_field_conflicts', FieldConstructor: BOOLEAN, constraints: {}, description: 'Enable the legacy handling of JSON field name conflicts. This lowercases\\n and strips underscored from the fields before comparison in proto3 only.\\n The new behavior takes `json_name` into account and applies to proto2 as\\n well.\\n TODO Remove this legacy behavior once downstream teams have\\n had time to migrate.', }, { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: 'Any features defined in the specific edition.', }, { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description: \"The parser stores options it doesn't recognize here. See above.\", }, ]"
|
|
151351
151371
|
},
|
|
151352
151372
|
{
|
|
151353
151373
|
"kind": "field",
|
|
@@ -152288,7 +152308,7 @@
|
|
|
152288
152308
|
"type": {
|
|
152289
152309
|
"text": "array"
|
|
152290
152310
|
},
|
|
152291
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'number', protoName: 'number', FieldConstructor: INT32, constraints: {}, description: '' }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufEnumValueOptions, constraints: {}, description: '' } ]"
|
|
152311
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'number', protoName: 'number', FieldConstructor: INT32, constraints: {}, description: '', }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufEnumValueOptions, constraints: {}, description: '', }, ]"
|
|
152292
152312
|
},
|
|
152293
152313
|
{
|
|
152294
152314
|
"kind": "field",
|
|
@@ -153223,7 +153243,7 @@
|
|
|
153223
153243
|
"type": {
|
|
153224
153244
|
"text": "array"
|
|
153225
153245
|
},
|
|
153226
|
-
"default": "[ { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '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.' }, { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: 'Any features defined in the specific edition.' }, { fieldName: 'debugRedact', protoName: 'debug_redact', FieldConstructor: BOOLEAN, constraints: {}, description: 'Indicate that fields annotated with this enum value should not be printed\\n out when using debug formats, e.g. when the field contains sensitive\\n credentials.' }, { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description:
|
|
153246
|
+
"default": "[ { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '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.', }, { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: 'Any features defined in the specific edition.', }, { fieldName: 'debugRedact', protoName: 'debug_redact', FieldConstructor: BOOLEAN, constraints: {}, description: 'Indicate that fields annotated with this enum value should not be printed\\n out when using debug formats, e.g. when the field contains sensitive\\n credentials.', }, { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description: \"The parser stores options it doesn't recognize here. See above.\", }, ]"
|
|
153227
153247
|
},
|
|
153228
153248
|
{
|
|
153229
153249
|
"kind": "field",
|
|
@@ -154167,7 +154187,7 @@
|
|
|
154167
154187
|
"type": {
|
|
154168
154188
|
"text": "array"
|
|
154169
154189
|
},
|
|
154170
|
-
"default": "[ { fieldName: 'number', protoName: 'number', FieldConstructor: INT32, constraints: {}, description: '' }, { fieldName: 'fullName', protoName: 'full_name', FieldConstructor: STRING, constraints: {}, description: 'The fully-qualified name of the extension field. There must be a leading\\n dot in front of the full name.' }, { fieldName: 'type', protoName: 'type', FieldConstructor: STRING, constraints: {}, description: 'The fully-qualified type name of the extension field. Unlike\\n Metadata.type, Declaration.type must have a leading dot for messages\\n and enums.' }, { fieldName: 'reserved', protoName: 'reserved', FieldConstructor: BOOLEAN, constraints: {}, description: 'If true, indicates that the number is reserved in the extension range,\\n and any extension field with the number will fail to compile. Set this\\n when a declared extension field is deleted.' }, { fieldName: 'repeated', protoName: 'repeated', FieldConstructor: BOOLEAN, constraints: {}, description: 'If true, indicates that the extension must be defined as repeated.\\n Otherwise the extension must be defined as optional.' } ]"
|
|
154190
|
+
"default": "[ { fieldName: 'number', protoName: 'number', FieldConstructor: INT32, constraints: {}, description: '', }, { fieldName: 'fullName', protoName: 'full_name', FieldConstructor: STRING, constraints: {}, description: 'The fully-qualified name of the extension field. There must be a leading\\n dot in front of the full name.', }, { fieldName: 'type', protoName: 'type', FieldConstructor: STRING, constraints: {}, description: 'The fully-qualified type name of the extension field. Unlike\\n Metadata.type, Declaration.type must have a leading dot for messages\\n and enums.', }, { fieldName: 'reserved', protoName: 'reserved', FieldConstructor: BOOLEAN, constraints: {}, description: 'If true, indicates that the number is reserved in the extension range,\\n and any extension field with the number will fail to compile. Set this\\n when a declared extension field is deleted.', }, { fieldName: 'repeated', protoName: 'repeated', FieldConstructor: BOOLEAN, constraints: {}, description: 'If true, indicates that the extension must be defined as repeated.\\n Otherwise the extension must be defined as optional.', }, ]"
|
|
154171
154191
|
},
|
|
154172
154192
|
{
|
|
154173
154193
|
"kind": "field",
|
|
@@ -155138,7 +155158,7 @@
|
|
|
155138
155158
|
"type": {
|
|
155139
155159
|
"text": "array"
|
|
155140
155160
|
},
|
|
155141
|
-
"default": "[ { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description:
|
|
155161
|
+
"default": "[ { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description: \"The parser stores options it doesn't recognize here. See above.\", }, { fieldName: 'declaration', protoName: 'declaration', FieldConstructor: GoogleProtobufExtensionRangeOptionsDeclaration, constraints: {}, description: 'For external users: DO NOT USE. We are in the process of open sourcing\\n extension declaration and executing internal cleanups before it can be\\n used externally.', }, { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: 'Any features defined in the specific edition.', }, { fieldName: 'verification', protoName: 'verification', FieldConstructor: (ENUM), constraints: {}, description: 'The verification state of the range.\\n TODO: flip the default to DECLARATION once all empty ranges\\n are marked as UNVERIFIED.', }, ]"
|
|
155142
155162
|
},
|
|
155143
155163
|
{
|
|
155144
155164
|
"kind": "field",
|
|
@@ -156234,7 +156254,7 @@
|
|
|
156234
156254
|
"type": {
|
|
156235
156255
|
"text": "string"
|
|
156236
156256
|
},
|
|
156237
|
-
"default": "
|
|
156257
|
+
"default": "\"FeatureSet TODO Enums in C++ gencode (and potentially other languages) are\\n not well scoped. This means that each of the feature enums below can clash\\n with each other. The short names we've chosen maximize call-site\\n readability, but leave us very open to this scenario. A future feature will\\n be designed and implemented to handle this, hopefully before we ever hit a\\n conflict here.\""
|
|
156238
156258
|
},
|
|
156239
156259
|
{
|
|
156240
156260
|
"kind": "field",
|
|
@@ -156242,7 +156262,7 @@
|
|
|
156242
156262
|
"type": {
|
|
156243
156263
|
"text": "array"
|
|
156244
156264
|
},
|
|
156245
|
-
"default": "[ { fieldName: 'fieldPresence', protoName: 'field_presence', FieldConstructor: (ENUM), constraints: {}, description: '' }, { fieldName: 'enumType', protoName: 'enum_type', FieldConstructor: (ENUM), constraints: {}, description: '' }, { fieldName: 'repeatedFieldEncoding', protoName: 'repeated_field_encoding', FieldConstructor: (ENUM), constraints: {}, description: '' }, { fieldName: 'utf8Validation', protoName: 'utf8_validation', FieldConstructor: (ENUM), constraints: {}, description: '' }, { fieldName: 'messageEncoding', protoName: 'message_encoding', FieldConstructor: (ENUM), constraints: {}, description: '' }, { fieldName: 'jsonFormat', protoName: 'json_format', FieldConstructor: (ENUM), constraints: {}, description: '' } ]"
|
|
156265
|
+
"default": "[ { fieldName: 'fieldPresence', protoName: 'field_presence', FieldConstructor: (ENUM), constraints: {}, description: '', }, { fieldName: 'enumType', protoName: 'enum_type', FieldConstructor: (ENUM), constraints: {}, description: '', }, { fieldName: 'repeatedFieldEncoding', protoName: 'repeated_field_encoding', FieldConstructor: (ENUM), constraints: {}, description: '', }, { fieldName: 'utf8Validation', protoName: 'utf8_validation', FieldConstructor: (ENUM), constraints: {}, description: '', }, { fieldName: 'messageEncoding', protoName: 'message_encoding', FieldConstructor: (ENUM), constraints: {}, description: '', }, { fieldName: 'jsonFormat', protoName: 'json_format', FieldConstructor: (ENUM), constraints: {}, description: '', }, ]"
|
|
156246
156266
|
},
|
|
156247
156267
|
{
|
|
156248
156268
|
"kind": "field",
|
|
@@ -157184,7 +157204,7 @@
|
|
|
157184
157204
|
"type": {
|
|
157185
157205
|
"text": "array"
|
|
157186
157206
|
},
|
|
157187
|
-
"default": "[ { fieldName: 'edition', protoName: 'edition', FieldConstructor: (ENUM), constraints: {}, description: '' }, { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: '' } ]"
|
|
157207
|
+
"default": "[ { fieldName: 'edition', protoName: 'edition', FieldConstructor: (ENUM), constraints: {}, description: '', }, { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: '', }, ]"
|
|
157188
157208
|
},
|
|
157189
157209
|
{
|
|
157190
157210
|
"kind": "field",
|
|
@@ -158110,7 +158130,7 @@
|
|
|
158110
158130
|
"type": {
|
|
158111
158131
|
"text": "array"
|
|
158112
158132
|
},
|
|
158113
|
-
"default": "[ { fieldName: 'defaults', protoName: 'defaults', FieldConstructor: GoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault, constraints: {}, description: '' }, { fieldName: 'minimumEdition', protoName: 'minimum_edition', FieldConstructor: (ENUM), constraints: {}, description: 'The minimum supported edition (inclusive) when this was constructed.\\n Editions before this will not have defaults.' }, { fieldName: 'maximumEdition', protoName: 'maximum_edition', FieldConstructor: (ENUM), constraints: {}, description: 'The maximum known edition (inclusive) when this was constructed. Editions\\n after this will not have reliable defaults.' } ]"
|
|
158133
|
+
"default": "[ { fieldName: 'defaults', protoName: 'defaults', FieldConstructor: GoogleProtobufFeatureSetDefaultsFeatureSetEditionDefault, constraints: {}, description: '', }, { fieldName: 'minimumEdition', protoName: 'minimum_edition', FieldConstructor: (ENUM), constraints: {}, description: 'The minimum supported edition (inclusive) when this was constructed.\\n Editions before this will not have defaults.', }, { fieldName: 'maximumEdition', protoName: 'maximum_edition', FieldConstructor: (ENUM), constraints: {}, description: 'The maximum known edition (inclusive) when this was constructed. Editions\\n after this will not have reliable defaults.', }, ]"
|
|
158114
158134
|
},
|
|
158115
158135
|
{
|
|
158116
158136
|
"kind": "field",
|
|
@@ -159121,7 +159141,7 @@
|
|
|
159121
159141
|
"type": {
|
|
159122
159142
|
"text": "array"
|
|
159123
159143
|
},
|
|
159124
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'number', protoName: 'number', FieldConstructor: INT32, constraints: {}, description: '' }, { fieldName: 'label', protoName: 'label', FieldConstructor: (ENUM), constraints: {}, description: '' }, { fieldName: 'type', protoName: 'type', FieldConstructor: (ENUM), constraints: {}, description: '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.' }, { fieldName: 'typeName', protoName: 'type_name', FieldConstructor: STRING, constraints: {}, description:
|
|
159144
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'number', protoName: 'number', FieldConstructor: INT32, constraints: {}, description: '', }, { fieldName: 'label', protoName: 'label', FieldConstructor: (ENUM), constraints: {}, description: '', }, { fieldName: 'type', protoName: 'type', FieldConstructor: (ENUM), constraints: {}, description: '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.', }, { fieldName: 'typeName', protoName: 'type_name', FieldConstructor: STRING, constraints: {}, description: \"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).\", }, { fieldName: 'extendee', protoName: 'extendee', FieldConstructor: STRING, constraints: {}, description: 'For extensions, this is the name of the type being extended. It is\\n resolved in the same manner as type_name.', }, { fieldName: 'defaultValue', protoName: 'default_value', FieldConstructor: STRING, constraints: {}, description: '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.', }, { fieldName: 'oneofIndex', protoName: 'oneof_index', FieldConstructor: INT32, constraints: {}, description: \"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.\", }, { fieldName: 'jsonName', protoName: 'json_name', FieldConstructor: STRING, constraints: {}, description: \"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.\", }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufFieldOptions, constraints: {}, description: '', }, { fieldName: 'proto3Optional', protoName: 'proto3_optional', FieldConstructor: BOOLEAN, constraints: {}, description: '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`.', }, ]"
|
|
159125
159145
|
},
|
|
159126
159146
|
{
|
|
159127
159147
|
"kind": "field",
|
|
@@ -160114,7 +160134,7 @@
|
|
|
160114
160134
|
"type": {
|
|
160115
160135
|
"text": "array"
|
|
160116
160136
|
},
|
|
160117
|
-
"default": "[ { fieldName: 'edition', protoName: 'edition', FieldConstructor: (ENUM), constraints: {}, description: '' }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: '' } ]"
|
|
160137
|
+
"default": "[ { fieldName: 'edition', protoName: 'edition', FieldConstructor: (ENUM), constraints: {}, description: '', }, { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: '', }, ]"
|
|
160118
160138
|
},
|
|
160119
160139
|
{
|
|
160120
160140
|
"kind": "field",
|
|
@@ -161158,7 +161178,7 @@
|
|
|
161158
161178
|
"type": {
|
|
161159
161179
|
"text": "array"
|
|
161160
161180
|
},
|
|
161161
|
-
"default": "[ { fieldName: 'ctype', protoName: 'ctype', FieldConstructor: (ENUM), constraints: {}, description: '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 only implemented to support use of\\n [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of\\n type \"bytes\" in the open source release -- sorry, we\\'ll try to include\\n other types in a future version!' }, { fieldName: 'packed', protoName: 'packed', FieldConstructor: BOOLEAN, constraints: {}, description: '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. This option is prohibited in\\n Editions, but the `repeated_field_encoding` feature can be used to control\\n the behavior.' }, { fieldName: 'jstype', protoName: 'jstype', FieldConstructor: (ENUM), constraints: {}, description: '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.' }, { fieldName: 'lazy', protoName: 'lazy', FieldConstructor: BOOLEAN, constraints: {}, description:
|
|
161181
|
+
"default": "[ { fieldName: 'ctype', protoName: 'ctype', FieldConstructor: (ENUM), constraints: {}, description: '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 only implemented to support use of\\n [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of\\n type \"bytes\" in the open source release -- sorry, we\\'ll try to include\\n other types in a future version!', }, { fieldName: 'packed', protoName: 'packed', FieldConstructor: BOOLEAN, constraints: {}, description: '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. This option is prohibited in\\n Editions, but the `repeated_field_encoding` feature can be used to control\\n the behavior.', }, { fieldName: 'jstype', protoName: 'jstype', FieldConstructor: (ENUM), constraints: {}, description: '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.', }, { fieldName: 'lazy', protoName: 'lazy', FieldConstructor: BOOLEAN, constraints: {}, description: \"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 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 May 2022, lazy verifies the contents of the byte stream during\\n parsing. An invalid byte stream will cause the overall parsing to fail.\", }, { fieldName: 'unverifiedLazy', protoName: 'unverified_lazy', FieldConstructor: BOOLEAN, constraints: {}, description: '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.', }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '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.', }, { fieldName: 'weak', protoName: 'weak', FieldConstructor: BOOLEAN, constraints: {}, description: 'For Google-internal migration only. Do not use.', }, { fieldName: 'debugRedact', protoName: 'debug_redact', FieldConstructor: BOOLEAN, constraints: {}, description: 'Indicate that the field value should not be printed out when using debug\\n formats, e.g. when the field contains sensitive credentials.', }, { fieldName: 'retention', protoName: 'retention', FieldConstructor: (ENUM), constraints: {}, description: '', }, { fieldName: 'targets', protoName: 'targets', FieldConstructor: (ENUM), constraints: {}, description: '', }, { fieldName: 'editionDefaults', protoName: 'edition_defaults', FieldConstructor: GoogleProtobufFieldOptionsEditionDefault, constraints: {}, description: '', }, { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: 'Any features defined in the specific edition.', }, { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description: \"The parser stores options it doesn't recognize here. See above.\", }, ]"
|
|
161162
161182
|
},
|
|
161163
161183
|
{
|
|
161164
161184
|
"kind": "field",
|
|
@@ -162179,7 +162199,7 @@
|
|
|
162179
162199
|
"type": {
|
|
162180
162200
|
"text": "array"
|
|
162181
162201
|
},
|
|
162182
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'package', protoName: 'package', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'dependency', protoName: 'dependency', FieldConstructor: STRING, constraints: {}, description: 'Names of files imported by this file.' }, { fieldName: 'publicDependency', protoName: 'public_dependency', FieldConstructor: INT32, constraints: {}, description: 'Indexes of the public imported files in the dependency list above.' }, { fieldName: 'weakDependency', protoName: 'weak_dependency', FieldConstructor: INT32, constraints: {}, description: 'Indexes of the weak imported files in the dependency list.\\n For Google-internal migration only. Do not use.' }, { fieldName: 'messageType', protoName: 'message_type', FieldConstructor: GoogleProtobufDescriptorProto, constraints: {}, description: 'All top-level definitions in this file.' }, { fieldName: 'enumType', protoName: 'enum_type', FieldConstructor: GoogleProtobufEnumDescriptorProto, constraints: {}, description: '' }, { fieldName: 'service', protoName: 'service', FieldConstructor: GoogleProtobufServiceDescriptorProto, constraints: {}, description: '' }, { fieldName: 'extension', protoName: 'extension', FieldConstructor: GoogleProtobufFieldDescriptorProto, constraints: {}, description: '' }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufFileOptions, constraints: {}, description: '' }, { fieldName: 'sourceCodeInfo', protoName: 'source_code_info', FieldConstructor: GoogleProtobufSourceCodeInfo, constraints: {}, description: '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.' }, { fieldName: 'syntax', protoName: 'syntax', FieldConstructor: STRING, constraints: {}, description: 'The syntax of the proto file.\\n The supported values are \"proto2\", \"proto3\", and \"editions\".\\n\\n If `edition` is present, this value must be \"editions\".' }, { fieldName: 'edition', protoName: 'edition', FieldConstructor: (ENUM), constraints: {}, description: 'The edition of the proto file.' } ]"
|
|
162202
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'package', protoName: 'package', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'dependency', protoName: 'dependency', FieldConstructor: STRING, constraints: {}, description: 'Names of files imported by this file.', }, { fieldName: 'publicDependency', protoName: 'public_dependency', FieldConstructor: INT32, constraints: {}, description: 'Indexes of the public imported files in the dependency list above.', }, { fieldName: 'weakDependency', protoName: 'weak_dependency', FieldConstructor: INT32, constraints: {}, description: 'Indexes of the weak imported files in the dependency list.\\n For Google-internal migration only. Do not use.', }, { fieldName: 'messageType', protoName: 'message_type', FieldConstructor: GoogleProtobufDescriptorProto, constraints: {}, description: 'All top-level definitions in this file.', }, { fieldName: 'enumType', protoName: 'enum_type', FieldConstructor: GoogleProtobufEnumDescriptorProto, constraints: {}, description: '', }, { fieldName: 'service', protoName: 'service', FieldConstructor: GoogleProtobufServiceDescriptorProto, constraints: {}, description: '', }, { fieldName: 'extension', protoName: 'extension', FieldConstructor: GoogleProtobufFieldDescriptorProto, constraints: {}, description: '', }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufFileOptions, constraints: {}, description: '', }, { fieldName: 'sourceCodeInfo', protoName: 'source_code_info', FieldConstructor: GoogleProtobufSourceCodeInfo, constraints: {}, description: '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.', }, { fieldName: 'syntax', protoName: 'syntax', FieldConstructor: STRING, constraints: {}, description: 'The syntax of the proto file.\\n The supported values are \"proto2\", \"proto3\", and \"editions\".\\n\\n If `edition` is present, this value must be \"editions\".', }, { fieldName: 'edition', protoName: 'edition', FieldConstructor: (ENUM), constraints: {}, description: 'The edition of the proto file.', }, ]"
|
|
162183
162203
|
},
|
|
162184
162204
|
{
|
|
162185
162205
|
"kind": "field",
|
|
@@ -163152,7 +163172,7 @@
|
|
|
163152
163172
|
"type": {
|
|
163153
163173
|
"text": "array"
|
|
163154
163174
|
},
|
|
163155
|
-
"default": "[ { fieldName: 'file', protoName: 'file', FieldConstructor: GoogleProtobufFileDescriptorProto, constraints: {}, description: '' } ]"
|
|
163175
|
+
"default": "[ { fieldName: 'file', protoName: 'file', FieldConstructor: GoogleProtobufFileDescriptorProto, constraints: {}, description: '', }, ]"
|
|
163156
163176
|
},
|
|
163157
163177
|
{
|
|
163158
163178
|
"kind": "field",
|
|
@@ -164175,7 +164195,7 @@
|
|
|
164175
164195
|
"type": {
|
|
164176
164196
|
"text": "array"
|
|
164177
164197
|
},
|
|
164178
|
-
"default": "[ { fieldName: 'javaPackage', protoName: 'java_package', FieldConstructor: STRING, constraints: {}, description: '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.' }, { fieldName: 'javaOuterClassname', protoName: 'java_outer_classname', FieldConstructor: STRING, constraints: {}, description:
|
|
164198
|
+
"default": "[ { fieldName: 'javaPackage', protoName: 'java_package', FieldConstructor: STRING, constraints: {}, description: '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.', }, { fieldName: 'javaOuterClassname', protoName: 'java_outer_classname', FieldConstructor: STRING, constraints: {}, description: \"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.\", }, { fieldName: 'javaMultipleFiles', protoName: 'java_multiple_files', FieldConstructor: BOOLEAN, constraints: {}, description: \"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.\", }, { fieldName: 'javaGenerateEqualsAndHash', protoName: 'java_generate_equals_and_hash', FieldConstructor: BOOLEAN, constraints: {}, description: 'This option does nothing.', }, { fieldName: 'javaStringCheckUtf8', protoName: 'java_string_check_utf8', FieldConstructor: BOOLEAN, constraints: {}, description: '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.', }, { fieldName: 'optimizeFor', protoName: 'optimize_for', FieldConstructor: (ENUM), constraints: {}, description: '', }, { fieldName: 'goPackage', protoName: 'go_package', FieldConstructor: STRING, constraints: {}, description: '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.', }, { fieldName: 'ccGenericServices', protoName: 'cc_generic_services', FieldConstructor: BOOLEAN, constraints: {}, description: '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.', }, { fieldName: 'javaGenericServices', protoName: 'java_generic_services', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'pyGenericServices', protoName: 'py_generic_services', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'phpGenericServices', protoName: 'php_generic_services', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '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.', }, { fieldName: 'ccEnableArenas', protoName: 'cc_enable_arenas', FieldConstructor: BOOLEAN, constraints: {}, description: 'Enables the use of arenas for the proto messages in this file. This applies\\n only to generated classes for C++.', }, { fieldName: 'objcClassPrefix', protoName: 'objc_class_prefix', FieldConstructor: STRING, constraints: {}, description: 'Sets the objective c class prefix which is prepended to all objective c\\n generated classes from this .proto. There is no default.', }, { fieldName: 'csharpNamespace', protoName: 'csharp_namespace', FieldConstructor: STRING, constraints: {}, description: 'Namespace for generated classes; defaults to the package.', }, { fieldName: 'swiftPrefix', protoName: 'swift_prefix', FieldConstructor: STRING, constraints: {}, description: \"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.\", }, { fieldName: 'phpClassPrefix', protoName: 'php_class_prefix', FieldConstructor: STRING, constraints: {}, description: 'Sets the php class prefix which is prepended to all php generated classes\\n from this .proto. Default is empty.', }, { fieldName: 'phpNamespace', protoName: 'php_namespace', FieldConstructor: STRING, constraints: {}, description: '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.', }, { fieldName: 'phpMetadataNamespace', protoName: 'php_metadata_namespace', FieldConstructor: STRING, constraints: {}, description: '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.', }, { fieldName: 'rubyPackage', protoName: 'ruby_package', FieldConstructor: STRING, constraints: {}, description: '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.', }, { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: 'Any features defined in the specific edition.', }, { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description: 'The parser stores options it doesn\\'t recognize here.\\n See the documentation for the \"Options\" section above.', }, ]"
|
|
164179
164199
|
},
|
|
164180
164200
|
{
|
|
164181
164201
|
"kind": "field",
|
|
@@ -165193,7 +165213,7 @@
|
|
|
165193
165213
|
"type": {
|
|
165194
165214
|
"text": "array"
|
|
165195
165215
|
},
|
|
165196
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: FLOAT, constraints: {}, description: 'The float value.' } ]"
|
|
165216
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: FLOAT, constraints: {}, description: 'The float value.', }, ]"
|
|
165197
165217
|
},
|
|
165198
165218
|
{
|
|
165199
165219
|
"kind": "field",
|
|
@@ -166148,7 +166168,7 @@
|
|
|
166148
166168
|
"type": {
|
|
166149
166169
|
"text": "array"
|
|
166150
166170
|
},
|
|
166151
|
-
"default": "[ { fieldName: 'path', protoName: 'path', FieldConstructor: INT32, constraints: {}, description:
|
|
166171
|
+
"default": "[ { fieldName: 'path', protoName: 'path', FieldConstructor: INT32, constraints: {}, description: \"Represents the identified object's effect on the element in the original\\n .proto file.\", }, { fieldName: 'sourceFile', protoName: 'source_file', FieldConstructor: STRING, constraints: {}, description: 'Identifies the filesystem path to the original source .proto.', }, { fieldName: 'begin', protoName: 'begin', FieldConstructor: INT32, constraints: {}, description: 'Identifies the starting offset in bytes in the generated code\\n that relates to the identified object.', }, { fieldName: 'end', protoName: 'end', FieldConstructor: INT32, constraints: {}, description: 'Identifies the ending offset in bytes in the generated code that\\n relates to the identified object. The end offset should be one past\\n the last relevant byte (so the length of the text = end - begin).', }, { fieldName: 'semantic', protoName: 'semantic', FieldConstructor: (ENUM), constraints: {}, description: '', }, ]"
|
|
166152
166172
|
},
|
|
166153
166173
|
{
|
|
166154
166174
|
"kind": "field",
|
|
@@ -167081,7 +167101,7 @@
|
|
|
167081
167101
|
"type": {
|
|
167082
167102
|
"text": "array"
|
|
167083
167103
|
},
|
|
167084
|
-
"default": "[ { fieldName: 'annotation', protoName: 'annotation', FieldConstructor: GoogleProtobufGeneratedCodeInfoAnnotation, constraints: {}, description: 'An Annotation connects some span of text in generated code to an element\\n of its generating .proto file.' } ]"
|
|
167104
|
+
"default": "[ { fieldName: 'annotation', protoName: 'annotation', FieldConstructor: GoogleProtobufGeneratedCodeInfoAnnotation, constraints: {}, description: 'An Annotation connects some span of text in generated code to an element\\n of its generating .proto file.', }, ]"
|
|
167085
167105
|
},
|
|
167086
167106
|
{
|
|
167087
167107
|
"kind": "field",
|
|
@@ -167994,7 +168014,7 @@
|
|
|
167994
168014
|
"type": {
|
|
167995
168015
|
"text": "array"
|
|
167996
168016
|
},
|
|
167997
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT32, constraints: {}, description: 'The int32 value.' } ]"
|
|
168017
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT32, constraints: {}, description: 'The int32 value.', }, ]"
|
|
167998
168018
|
},
|
|
167999
168019
|
{
|
|
168000
168020
|
"kind": "field",
|
|
@@ -168907,7 +168927,7 @@
|
|
|
168907
168927
|
"type": {
|
|
168908
168928
|
"text": "array"
|
|
168909
168929
|
},
|
|
168910
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT64, constraints: {}, description: 'The int64 value.' } ]"
|
|
168930
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: INT64, constraints: {}, description: 'The int64 value.', }, ]"
|
|
168911
168931
|
},
|
|
168912
168932
|
{
|
|
168913
168933
|
"kind": "field",
|
|
@@ -169844,7 +169864,7 @@
|
|
|
169844
169864
|
"type": {
|
|
169845
169865
|
"text": "array"
|
|
169846
169866
|
},
|
|
169847
|
-
"default": "[ { fieldName: 'messageSetWireFormat', protoName: 'message_set_wire_format', FieldConstructor: BOOLEAN, constraints: {}, description:
|
|
169867
|
+
"default": "[ { fieldName: 'messageSetWireFormat', protoName: 'message_set_wire_format', FieldConstructor: BOOLEAN, constraints: {}, description: \"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.\", }, { fieldName: 'noStandardDescriptorAccessor', protoName: 'no_standard_descriptor_accessor', FieldConstructor: BOOLEAN, constraints: {}, description: '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\".', }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '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.', }, { fieldName: 'mapEntry', protoName: 'map_entry', FieldConstructor: BOOLEAN, constraints: {}, description: '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\\n Whether the message is an automatically generated map entry type for the\\n maps field.\\n\\n For maps fields:\\n map<KeyType, ValueType> 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.', }, { fieldName: 'deprecatedLegacyJsonFieldConflicts', protoName: 'deprecated_legacy_json_field_conflicts', FieldConstructor: BOOLEAN, constraints: {}, description: 'Enable the legacy handling of JSON field name conflicts. This lowercases\\n and strips underscored from the fields before comparison in proto3 only.\\n The new behavior takes `json_name` into account and applies to proto2 as\\n well.\\n\\n This should only be used as a temporary measure against broken builds due\\n to the change in behavior for JSON field name conflicts.\\n\\n TODO This is legacy behavior we plan to remove once downstream\\n teams have had time to migrate.', }, { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: 'Any features defined in the specific edition.', }, { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description: \"The parser stores options it doesn't recognize here. See above.\", }, ]"
|
|
169848
169868
|
},
|
|
169849
169869
|
{
|
|
169850
169870
|
"kind": "field",
|
|
@@ -170807,7 +170827,7 @@
|
|
|
170807
170827
|
"type": {
|
|
170808
170828
|
"text": "array"
|
|
170809
170829
|
},
|
|
170810
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'inputType', protoName: 'input_type', FieldConstructor: STRING, constraints: {}, description: 'Input and output type names. These are resolved in the same way as\\n FieldDescriptorProto.type_name, but must refer to a message type.' }, { fieldName: 'outputType', protoName: 'output_type', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufMethodOptions, constraints: {}, description: '' }, { fieldName: 'clientStreaming', protoName: 'client_streaming', FieldConstructor: BOOLEAN, constraints: {}, description: 'Identifies if client streams multiple client messages' }, { fieldName: 'serverStreaming', protoName: 'server_streaming', FieldConstructor: BOOLEAN, constraints: {}, description: 'Identifies if server streams multiple server messages' } ]"
|
|
170830
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'inputType', protoName: 'input_type', FieldConstructor: STRING, constraints: {}, description: 'Input and output type names. These are resolved in the same way as\\n FieldDescriptorProto.type_name, but must refer to a message type.', }, { fieldName: 'outputType', protoName: 'output_type', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufMethodOptions, constraints: {}, description: '', }, { fieldName: 'clientStreaming', protoName: 'client_streaming', FieldConstructor: BOOLEAN, constraints: {}, description: 'Identifies if client streams multiple client messages', }, { fieldName: 'serverStreaming', protoName: 'server_streaming', FieldConstructor: BOOLEAN, constraints: {}, description: 'Identifies if server streams multiple server messages', }, ]"
|
|
170811
170831
|
},
|
|
170812
170832
|
{
|
|
170813
170833
|
"kind": "field",
|
|
@@ -171783,7 +171803,7 @@
|
|
|
171783
171803
|
"type": {
|
|
171784
171804
|
"text": "array"
|
|
171785
171805
|
},
|
|
171786
|
-
"default": "[ { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '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.' }, { fieldName: 'idempotencyLevel', protoName: 'idempotency_level', FieldConstructor: (ENUM), constraints: {}, description: '' }, { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: 'Any features defined in the specific edition.' }, { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description:
|
|
171806
|
+
"default": "[ { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '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.', }, { fieldName: 'idempotencyLevel', protoName: 'idempotency_level', FieldConstructor: (ENUM), constraints: {}, description: '', }, { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: 'Any features defined in the specific edition.', }, { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description: \"The parser stores options it doesn't recognize here. See above.\", }, ]"
|
|
171787
171807
|
},
|
|
171788
171808
|
{
|
|
171789
171809
|
"kind": "field",
|
|
@@ -172715,7 +172735,7 @@
|
|
|
172715
172735
|
"type": {
|
|
172716
172736
|
"text": "array"
|
|
172717
172737
|
},
|
|
172718
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufOneofOptions, constraints: {}, description: '' } ]"
|
|
172738
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufOneofOptions, constraints: {}, description: '', }, ]"
|
|
172719
172739
|
},
|
|
172720
172740
|
{
|
|
172721
172741
|
"kind": "field",
|
|
@@ -173637,7 +173657,7 @@
|
|
|
173637
173657
|
"type": {
|
|
173638
173658
|
"text": "array"
|
|
173639
173659
|
},
|
|
173640
|
-
"default": "[ { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: 'Any features defined in the specific edition.' }, { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description:
|
|
173660
|
+
"default": "[ { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: 'Any features defined in the specific edition.', }, { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description: \"The parser stores options it doesn't recognize here. See above.\", }, ]"
|
|
173641
173661
|
},
|
|
173642
173662
|
{
|
|
173643
173663
|
"kind": "field",
|
|
@@ -174563,7 +174583,7 @@
|
|
|
174563
174583
|
"type": {
|
|
174564
174584
|
"text": "array"
|
|
174565
174585
|
},
|
|
174566
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'method', protoName: 'method', FieldConstructor: GoogleProtobufMethodDescriptorProto, constraints: {}, description: '' }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufServiceOptions, constraints: {}, description: '' } ]"
|
|
174586
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'method', protoName: 'method', FieldConstructor: GoogleProtobufMethodDescriptorProto, constraints: {}, description: '', }, { fieldName: 'options', protoName: 'options', FieldConstructor: GoogleProtobufServiceOptions, constraints: {}, description: '', }, ]"
|
|
174567
174587
|
},
|
|
174568
174588
|
{
|
|
174569
174589
|
"kind": "field",
|
|
@@ -175494,7 +175514,7 @@
|
|
|
175494
175514
|
"type": {
|
|
175495
175515
|
"text": "array"
|
|
175496
175516
|
},
|
|
175497
|
-
"default": "[ { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: 'Any features defined in the specific edition.' }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '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.' }, { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description:
|
|
175517
|
+
"default": "[ { fieldName: 'features', protoName: 'features', FieldConstructor: GoogleProtobufFeatureSet, constraints: {}, description: 'Any features defined in the specific edition.', }, { fieldName: 'deprecated', protoName: 'deprecated', FieldConstructor: BOOLEAN, constraints: {}, description: '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.', }, { fieldName: 'uninterpretedOption', protoName: 'uninterpreted_option', FieldConstructor: GoogleProtobufUninterpretedOption, constraints: {}, description: \"The parser stores options it doesn't recognize here. See above.\", }, ]"
|
|
175498
175518
|
},
|
|
175499
175519
|
{
|
|
175500
175520
|
"kind": "field",
|
|
@@ -176433,7 +176453,7 @@
|
|
|
176433
176453
|
"type": {
|
|
176434
176454
|
"text": "array"
|
|
176435
176455
|
},
|
|
176436
|
-
"default": "[ { fieldName: 'path', protoName: 'path', FieldConstructor: INT32, constraints: {}, description: '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).' }, { fieldName: 'span', protoName: 'span', FieldConstructor: INT32, constraints: {}, description: '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.' }, { fieldName: 'leadingComments', protoName: 'leading_comments', FieldConstructor: STRING, constraints: {}, description: '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.' }, { fieldName: 'trailingComments', protoName: 'trailing_comments', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'leadingDetachedComments', protoName: 'leading_detached_comments', FieldConstructor: STRING, constraints: {}, description: '' } ]"
|
|
176456
|
+
"default": "[ { fieldName: 'path', protoName: 'path', FieldConstructor: INT32, constraints: {}, description: '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).', }, { fieldName: 'span', protoName: 'span', FieldConstructor: INT32, constraints: {}, description: '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.', }, { fieldName: 'leadingComments', protoName: 'leading_comments', FieldConstructor: STRING, constraints: {}, description: '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.', }, { fieldName: 'trailingComments', protoName: 'trailing_comments', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'leadingDetachedComments', protoName: 'leading_detached_comments', FieldConstructor: STRING, constraints: {}, description: '', }, ]"
|
|
176437
176457
|
},
|
|
176438
176458
|
{
|
|
176439
176459
|
"kind": "field",
|
|
@@ -177366,7 +177386,7 @@
|
|
|
177366
177386
|
"type": {
|
|
177367
177387
|
"text": "array"
|
|
177368
177388
|
},
|
|
177369
|
-
"default": "[ { fieldName: 'location', protoName: 'location', FieldConstructor: GoogleProtobufSourceCodeInfoLocation, constraints: {}, description: '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.' } ]"
|
|
177389
|
+
"default": "[ { fieldName: 'location', protoName: 'location', FieldConstructor: GoogleProtobufSourceCodeInfoLocation, constraints: {}, description: '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.', }, ]"
|
|
177370
177390
|
},
|
|
177371
177391
|
{
|
|
177372
177392
|
"kind": "field",
|
|
@@ -178279,7 +178299,7 @@
|
|
|
178279
178299
|
"type": {
|
|
178280
178300
|
"text": "array"
|
|
178281
178301
|
},
|
|
178282
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'The string value.' } ]"
|
|
178302
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: STRING, constraints: {}, description: 'The string value.', }, ]"
|
|
178283
178303
|
},
|
|
178284
178304
|
{
|
|
178285
178305
|
"kind": "field",
|
|
@@ -179192,7 +179212,7 @@
|
|
|
179192
179212
|
"type": {
|
|
179193
179213
|
"text": "array"
|
|
179194
179214
|
},
|
|
179195
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT32, constraints: {}, description: 'The uint32 value.' } ]"
|
|
179215
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT32, constraints: {}, description: 'The uint32 value.', }, ]"
|
|
179196
179216
|
},
|
|
179197
179217
|
{
|
|
179198
179218
|
"kind": "field",
|
|
@@ -180105,7 +180125,7 @@
|
|
|
180105
180125
|
"type": {
|
|
180106
180126
|
"text": "array"
|
|
180107
180127
|
},
|
|
180108
|
-
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT64, constraints: {}, description: 'The uint64 value.' } ]"
|
|
180128
|
+
"default": "[ { fieldName: 'value', protoName: 'value', FieldConstructor: UINT64, constraints: {}, description: 'The uint64 value.', }, ]"
|
|
180109
180129
|
},
|
|
180110
180130
|
{
|
|
180111
180131
|
"kind": "field",
|
|
@@ -181022,7 +181042,7 @@
|
|
|
181022
181042
|
"type": {
|
|
181023
181043
|
"text": "array"
|
|
181024
181044
|
},
|
|
181025
|
-
"default": "[ { fieldName: 'namePart', protoName: 'name_part', FieldConstructor: STRING, constraints: {}, description: '' }, { fieldName: 'isExtension', protoName: 'is_extension', FieldConstructor: BOOLEAN, constraints: {}, description: '' } ]"
|
|
181045
|
+
"default": "[ { fieldName: 'namePart', protoName: 'name_part', FieldConstructor: STRING, constraints: {}, description: '', }, { fieldName: 'isExtension', protoName: 'is_extension', FieldConstructor: BOOLEAN, constraints: {}, description: '', }, ]"
|
|
181026
181046
|
},
|
|
181027
181047
|
{
|
|
181028
181048
|
"kind": "field",
|
|
@@ -181964,7 +181984,7 @@
|
|
|
181964
181984
|
"type": {
|
|
181965
181985
|
"text": "array"
|
|
181966
181986
|
},
|
|
181967
|
-
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: GoogleProtobufUninterpretedOptionNamePart, constraints: {}, description: '' }, { fieldName: 'identifierValue', protoName: 'identifier_value', FieldConstructor: STRING, constraints: {}, description: 'The value of the uninterpreted option, in whatever type the tokenizer\\n identified it as during parsing. Exactly one of these should be set.' }, { fieldName: 'positiveIntValue', protoName: 'positive_int_value', FieldConstructor: UINT64, constraints: {}, description: '' }, { fieldName: 'negativeIntValue', protoName: 'negative_int_value', FieldConstructor: INT64, constraints: {}, description: '' }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DOUBLE, constraints: {}, description: '' }, { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: BYTES, constraints: {}, description: '' }, { fieldName: 'aggregateValue', protoName: 'aggregate_value', FieldConstructor: STRING, constraints: {}, description: '' } ]"
|
|
181987
|
+
"default": "[ { fieldName: 'name', protoName: 'name', FieldConstructor: GoogleProtobufUninterpretedOptionNamePart, constraints: {}, description: '', }, { fieldName: 'identifierValue', protoName: 'identifier_value', FieldConstructor: STRING, constraints: {}, description: 'The value of the uninterpreted option, in whatever type the tokenizer\\n identified it as during parsing. Exactly one of these should be set.', }, { fieldName: 'positiveIntValue', protoName: 'positive_int_value', FieldConstructor: UINT64, constraints: {}, description: '', }, { fieldName: 'negativeIntValue', protoName: 'negative_int_value', FieldConstructor: INT64, constraints: {}, description: '', }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DOUBLE, constraints: {}, description: '', }, { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: BYTES, constraints: {}, description: '', }, { fieldName: 'aggregateValue', protoName: 'aggregate_value', FieldConstructor: STRING, constraints: {}, description: '', }, ]"
|
|
181968
181988
|
},
|
|
181969
181989
|
{
|
|
181970
181990
|
"kind": "field",
|