@furo/open-models 1.2.3 → 1.5.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 +469 -441
- package/dist/Fetcher.d.ts +2 -2
- package/dist/Fetcher.js +109 -99
- package/dist/Fetcher.js.map +1 -1
- package/dist/proxies/ARRAY.d.ts +9 -1
- package/dist/proxies/ARRAY.js +26 -1
- package/dist/proxies/ARRAY.js.map +1 -1
- package/dist/well_known/Struct.d.ts +20 -7
- package/dist/well_known/Struct.js +11 -4
- package/dist/well_known/Struct.js.map +1 -1
- package/package.json +2 -2
package/custom-elements.json
CHANGED
|
@@ -81381,20 +81381,28 @@
|
|
|
81381
81381
|
},
|
|
81382
81382
|
{
|
|
81383
81383
|
"kind": "javascript-module",
|
|
81384
|
-
"path": "dist/protoc-gen-open-models/
|
|
81384
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Colour.js",
|
|
81385
81385
|
"declarations": [
|
|
81386
81386
|
{
|
|
81387
81387
|
"kind": "class",
|
|
81388
|
-
"description": "
|
|
81389
|
-
"name": "
|
|
81388
|
+
"description": "Colour",
|
|
81389
|
+
"name": "Colour",
|
|
81390
81390
|
"members": [
|
|
81391
81391
|
{
|
|
81392
81392
|
"kind": "field",
|
|
81393
|
-
"name": "
|
|
81393
|
+
"name": "red"
|
|
81394
81394
|
},
|
|
81395
81395
|
{
|
|
81396
81396
|
"kind": "field",
|
|
81397
|
-
"name": "
|
|
81397
|
+
"name": "green"
|
|
81398
|
+
},
|
|
81399
|
+
{
|
|
81400
|
+
"kind": "field",
|
|
81401
|
+
"name": "blue"
|
|
81402
|
+
},
|
|
81403
|
+
{
|
|
81404
|
+
"kind": "field",
|
|
81405
|
+
"name": "alpha"
|
|
81398
81406
|
},
|
|
81399
81407
|
{
|
|
81400
81408
|
"kind": "method",
|
|
@@ -81415,7 +81423,7 @@
|
|
|
81415
81423
|
"type": {
|
|
81416
81424
|
"text": "string"
|
|
81417
81425
|
},
|
|
81418
|
-
"default": "'
|
|
81426
|
+
"default": "'furo.cube.Colour'"
|
|
81419
81427
|
},
|
|
81420
81428
|
{
|
|
81421
81429
|
"kind": "field",
|
|
@@ -81423,17 +81431,27 @@
|
|
|
81423
81431
|
"type": {
|
|
81424
81432
|
"text": "array"
|
|
81425
81433
|
},
|
|
81426
|
-
"default": "[ { fieldName: '
|
|
81434
|
+
"default": "[ { fieldName: 'red', protoName: 'red', FieldConstructor: INT32, constraints: { maximum: 255 }, }, { fieldName: 'green', protoName: 'green', FieldConstructor: INT32, constraints: { maximum: 255 }, }, { fieldName: 'blue', protoName: 'blue', FieldConstructor: INT32, constraints: { maximum: 255 }, }, { fieldName: 'alpha', protoName: 'alpha', FieldConstructor: FLOAT, constraints: { maximum: 1 }, }, ]"
|
|
81427
81435
|
},
|
|
81428
81436
|
{
|
|
81429
81437
|
"kind": "field",
|
|
81430
|
-
"name": "
|
|
81431
|
-
"default": "new
|
|
81438
|
+
"name": "_red",
|
|
81439
|
+
"default": "new INT32(undefined, this, 'red')"
|
|
81432
81440
|
},
|
|
81433
81441
|
{
|
|
81434
81442
|
"kind": "field",
|
|
81435
|
-
"name": "
|
|
81436
|
-
"default": "new
|
|
81443
|
+
"name": "_green",
|
|
81444
|
+
"default": "new INT32(undefined, this, 'green')"
|
|
81445
|
+
},
|
|
81446
|
+
{
|
|
81447
|
+
"kind": "field",
|
|
81448
|
+
"name": "_blue",
|
|
81449
|
+
"default": "new INT32(undefined, this, 'blue')"
|
|
81450
|
+
},
|
|
81451
|
+
{
|
|
81452
|
+
"kind": "field",
|
|
81453
|
+
"name": "_alpha",
|
|
81454
|
+
"default": "new FLOAT(undefined, this, 'alpha')"
|
|
81437
81455
|
},
|
|
81438
81456
|
{
|
|
81439
81457
|
"kind": "field",
|
|
@@ -81441,7 +81459,7 @@
|
|
|
81441
81459
|
"type": {
|
|
81442
81460
|
"text": "object"
|
|
81443
81461
|
},
|
|
81444
|
-
"default": "{}"
|
|
81462
|
+
"default": "{ alpha: 1.0, blue: 88.0, green: 34.0, red: 22.0, }"
|
|
81445
81463
|
},
|
|
81446
81464
|
{
|
|
81447
81465
|
"kind": "field",
|
|
@@ -82264,36 +82282,60 @@
|
|
|
82264
82282
|
"exports": [
|
|
82265
82283
|
{
|
|
82266
82284
|
"kind": "js",
|
|
82267
|
-
"name": "
|
|
82285
|
+
"name": "Colour",
|
|
82268
82286
|
"declaration": {
|
|
82269
|
-
"name": "
|
|
82270
|
-
"module": "dist/protoc-gen-open-models/
|
|
82287
|
+
"name": "Colour",
|
|
82288
|
+
"module": "dist/protoc-gen-open-models/furo/cube/Colour.js"
|
|
82271
82289
|
}
|
|
82272
82290
|
}
|
|
82273
82291
|
]
|
|
82274
82292
|
},
|
|
82275
82293
|
{
|
|
82276
82294
|
"kind": "javascript-module",
|
|
82277
|
-
"path": "dist/protoc-gen-open-models/
|
|
82295
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Colour.js.map",
|
|
82278
82296
|
"declarations": [],
|
|
82279
82297
|
"exports": []
|
|
82280
82298
|
},
|
|
82281
82299
|
{
|
|
82282
82300
|
"kind": "javascript-module",
|
|
82283
|
-
"path": "dist/protoc-gen-open-models/
|
|
82301
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeDefinition.js",
|
|
82284
82302
|
"declarations": [
|
|
82285
82303
|
{
|
|
82286
82304
|
"kind": "class",
|
|
82287
|
-
"description": "
|
|
82288
|
-
"name": "
|
|
82305
|
+
"description": "CubeDefinition",
|
|
82306
|
+
"name": "CubeDefinition",
|
|
82289
82307
|
"members": [
|
|
82290
82308
|
{
|
|
82291
82309
|
"kind": "field",
|
|
82292
|
-
"name": "
|
|
82310
|
+
"name": "length"
|
|
82293
82311
|
},
|
|
82294
82312
|
{
|
|
82295
82313
|
"kind": "field",
|
|
82296
|
-
"name": "
|
|
82314
|
+
"name": "breadth"
|
|
82315
|
+
},
|
|
82316
|
+
{
|
|
82317
|
+
"kind": "field",
|
|
82318
|
+
"name": "height"
|
|
82319
|
+
},
|
|
82320
|
+
{
|
|
82321
|
+
"kind": "field",
|
|
82322
|
+
"name": "colour"
|
|
82323
|
+
},
|
|
82324
|
+
{
|
|
82325
|
+
"kind": "field",
|
|
82326
|
+
"name": "material"
|
|
82327
|
+
},
|
|
82328
|
+
{
|
|
82329
|
+
"kind": "field",
|
|
82330
|
+
"name": "str"
|
|
82331
|
+
},
|
|
82332
|
+
{
|
|
82333
|
+
"kind": "field",
|
|
82334
|
+
"name": "boo"
|
|
82335
|
+
},
|
|
82336
|
+
{
|
|
82337
|
+
"kind": "field",
|
|
82338
|
+
"name": "num"
|
|
82297
82339
|
},
|
|
82298
82340
|
{
|
|
82299
82341
|
"kind": "method",
|
|
@@ -82314,7 +82356,7 @@
|
|
|
82314
82356
|
"type": {
|
|
82315
82357
|
"text": "string"
|
|
82316
82358
|
},
|
|
82317
|
-
"default": "'
|
|
82359
|
+
"default": "'furo.cube.CubeDefinition'"
|
|
82318
82360
|
},
|
|
82319
82361
|
{
|
|
82320
82362
|
"kind": "field",
|
|
@@ -82322,17 +82364,47 @@
|
|
|
82322
82364
|
"type": {
|
|
82323
82365
|
"text": "array"
|
|
82324
82366
|
},
|
|
82325
|
-
"default": "[ { fieldName: '
|
|
82367
|
+
"default": "[ { fieldName: 'length', protoName: 'length', FieldConstructor: DOUBLE, constraints: { maximum: 1000, minimum: 100, required: true }, }, { fieldName: 'breadth', protoName: 'breadth', FieldConstructor: DOUBLE, constraints: { maximum: 1000, minimum: 100, required: true }, }, { fieldName: 'height', protoName: 'height', FieldConstructor: DOUBLE, constraints: { maximum: 1000, minimum: 100, required: true }, }, { fieldName: 'colour', protoName: 'colour', FieldConstructor: FuroCubeColour, constraints: {}, }, { fieldName: 'material', protoName: 'material', FieldConstructor: (ENUM), constraints: {}, }, { fieldName: 'str', protoName: 'str', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'boo', protoName: 'boo', FieldConstructor: BOOLEAN, constraints: {}, }, { fieldName: 'num', protoName: 'num', FieldConstructor: INT32, constraints: {}, }, ]"
|
|
82326
82368
|
},
|
|
82327
82369
|
{
|
|
82328
82370
|
"kind": "field",
|
|
82329
|
-
"name": "
|
|
82330
|
-
"default": "new
|
|
82371
|
+
"name": "_length",
|
|
82372
|
+
"default": "new DOUBLE(undefined, this, 'length')"
|
|
82331
82373
|
},
|
|
82332
82374
|
{
|
|
82333
82375
|
"kind": "field",
|
|
82334
|
-
"name": "
|
|
82335
|
-
"default": "new
|
|
82376
|
+
"name": "_breadth",
|
|
82377
|
+
"default": "new DOUBLE(undefined, this, 'breadth')"
|
|
82378
|
+
},
|
|
82379
|
+
{
|
|
82380
|
+
"kind": "field",
|
|
82381
|
+
"name": "_height",
|
|
82382
|
+
"default": "new DOUBLE(undefined, this, 'height')"
|
|
82383
|
+
},
|
|
82384
|
+
{
|
|
82385
|
+
"kind": "field",
|
|
82386
|
+
"name": "_colour",
|
|
82387
|
+
"default": "new FuroCubeColour(undefined, this, 'colour')"
|
|
82388
|
+
},
|
|
82389
|
+
{
|
|
82390
|
+
"kind": "field",
|
|
82391
|
+
"name": "_material",
|
|
82392
|
+
"default": "new ENUM(undefined, FuroCubeMaterials, FuroCubeMaterials.MATERIALS_UNSPECIFIED, this, 'material')"
|
|
82393
|
+
},
|
|
82394
|
+
{
|
|
82395
|
+
"kind": "field",
|
|
82396
|
+
"name": "_str",
|
|
82397
|
+
"default": "new STRING(undefined, this, 'str')"
|
|
82398
|
+
},
|
|
82399
|
+
{
|
|
82400
|
+
"kind": "field",
|
|
82401
|
+
"name": "_boo",
|
|
82402
|
+
"default": "new BOOLEAN(undefined, this, 'boo')"
|
|
82403
|
+
},
|
|
82404
|
+
{
|
|
82405
|
+
"kind": "field",
|
|
82406
|
+
"name": "_num",
|
|
82407
|
+
"default": "new INT32(undefined, this, 'num')"
|
|
82336
82408
|
},
|
|
82337
82409
|
{
|
|
82338
82410
|
"kind": "field",
|
|
@@ -82340,7 +82412,7 @@
|
|
|
82340
82412
|
"type": {
|
|
82341
82413
|
"text": "object"
|
|
82342
82414
|
},
|
|
82343
|
-
"default": "{}"
|
|
82415
|
+
"default": "{ breadth: 100.0, height: 100.0, length: 100.0, }"
|
|
82344
82416
|
},
|
|
82345
82417
|
{
|
|
82346
82418
|
"kind": "field",
|
|
@@ -83163,68 +83235,40 @@
|
|
|
83163
83235
|
"exports": [
|
|
83164
83236
|
{
|
|
83165
83237
|
"kind": "js",
|
|
83166
|
-
"name": "
|
|
83238
|
+
"name": "CubeDefinition",
|
|
83167
83239
|
"declaration": {
|
|
83168
|
-
"name": "
|
|
83169
|
-
"module": "dist/protoc-gen-open-models/
|
|
83240
|
+
"name": "CubeDefinition",
|
|
83241
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeDefinition.js"
|
|
83170
83242
|
}
|
|
83171
83243
|
}
|
|
83172
83244
|
]
|
|
83173
83245
|
},
|
|
83174
83246
|
{
|
|
83175
83247
|
"kind": "javascript-module",
|
|
83176
|
-
"path": "dist/protoc-gen-open-models/
|
|
83248
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeDefinition.js.map",
|
|
83177
83249
|
"declarations": [],
|
|
83178
83250
|
"exports": []
|
|
83179
83251
|
},
|
|
83180
83252
|
{
|
|
83181
83253
|
"kind": "javascript-module",
|
|
83182
|
-
"path": "dist/protoc-gen-open-models/
|
|
83254
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeEntity.js",
|
|
83183
83255
|
"declarations": [
|
|
83184
83256
|
{
|
|
83185
83257
|
"kind": "class",
|
|
83186
|
-
"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.",
|
|
83187
|
-
"name": "
|
|
83258
|
+
"description": "CubeEntity",
|
|
83259
|
+
"name": "CubeEntity",
|
|
83188
83260
|
"members": [
|
|
83189
83261
|
{
|
|
83190
83262
|
"kind": "field",
|
|
83191
|
-
"name": "
|
|
83192
|
-
},
|
|
83193
|
-
{
|
|
83194
|
-
"kind": "field",
|
|
83195
|
-
"name": "get"
|
|
83196
|
-
},
|
|
83197
|
-
{
|
|
83198
|
-
"kind": "field",
|
|
83199
|
-
"name": "put"
|
|
83200
|
-
},
|
|
83201
|
-
{
|
|
83202
|
-
"kind": "field",
|
|
83203
|
-
"name": "post"
|
|
83204
|
-
},
|
|
83205
|
-
{
|
|
83206
|
-
"kind": "field",
|
|
83207
|
-
"name": "delete"
|
|
83208
|
-
},
|
|
83209
|
-
{
|
|
83210
|
-
"kind": "field",
|
|
83211
|
-
"name": "patch"
|
|
83212
|
-
},
|
|
83213
|
-
{
|
|
83214
|
-
"kind": "field",
|
|
83215
|
-
"name": "custom"
|
|
83216
|
-
},
|
|
83217
|
-
{
|
|
83218
|
-
"kind": "field",
|
|
83219
|
-
"name": "body"
|
|
83263
|
+
"name": "displayName"
|
|
83220
83264
|
},
|
|
83221
83265
|
{
|
|
83222
83266
|
"kind": "field",
|
|
83223
|
-
"name": "
|
|
83267
|
+
"name": "description"
|
|
83224
83268
|
},
|
|
83225
83269
|
{
|
|
83226
83270
|
"kind": "field",
|
|
83227
|
-
"name": "
|
|
83271
|
+
"name": "cube"
|
|
83228
83272
|
},
|
|
83229
83273
|
{
|
|
83230
83274
|
"kind": "method",
|
|
@@ -83245,7 +83289,7 @@
|
|
|
83245
83289
|
"type": {
|
|
83246
83290
|
"text": "string"
|
|
83247
83291
|
},
|
|
83248
|
-
"default": "'
|
|
83292
|
+
"default": "'furo.cube.CubeEntity'"
|
|
83249
83293
|
},
|
|
83250
83294
|
{
|
|
83251
83295
|
"kind": "field",
|
|
@@ -83253,57 +83297,22 @@
|
|
|
83253
83297
|
"type": {
|
|
83254
83298
|
"text": "array"
|
|
83255
83299
|
},
|
|
83256
|
-
"default": "[ { fieldName: '
|
|
83257
|
-
},
|
|
83258
|
-
{
|
|
83259
|
-
"kind": "field",
|
|
83260
|
-
"name": "_selector",
|
|
83261
|
-
"default": "new STRING(undefined, this, 'selector')"
|
|
83262
|
-
},
|
|
83263
|
-
{
|
|
83264
|
-
"kind": "field",
|
|
83265
|
-
"name": "_get",
|
|
83266
|
-
"default": "new STRING(undefined, this, 'get')"
|
|
83267
|
-
},
|
|
83268
|
-
{
|
|
83269
|
-
"kind": "field",
|
|
83270
|
-
"name": "_put",
|
|
83271
|
-
"default": "new STRING(undefined, this, 'put')"
|
|
83272
|
-
},
|
|
83273
|
-
{
|
|
83274
|
-
"kind": "field",
|
|
83275
|
-
"name": "_post",
|
|
83276
|
-
"default": "new STRING(undefined, this, 'post')"
|
|
83277
|
-
},
|
|
83278
|
-
{
|
|
83279
|
-
"kind": "field",
|
|
83280
|
-
"name": "_delete",
|
|
83281
|
-
"default": "new STRING(undefined, this, 'delete')"
|
|
83282
|
-
},
|
|
83283
|
-
{
|
|
83284
|
-
"kind": "field",
|
|
83285
|
-
"name": "_patch",
|
|
83286
|
-
"default": "new STRING(undefined, this, 'patch')"
|
|
83287
|
-
},
|
|
83288
|
-
{
|
|
83289
|
-
"kind": "field",
|
|
83290
|
-
"name": "_custom",
|
|
83291
|
-
"default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
|
|
83300
|
+
"default": "[ { fieldName: 'displayName', protoName: 'display_name', FieldConstructor: STRING, constraints: { read_only: true }, }, { fieldName: 'description', protoName: 'description', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'cube', protoName: 'cube', FieldConstructor: FuroCubeCubeDefinition, constraints: {}, }, ]"
|
|
83292
83301
|
},
|
|
83293
83302
|
{
|
|
83294
83303
|
"kind": "field",
|
|
83295
|
-
"name": "
|
|
83296
|
-
"default": "new STRING(undefined, this, '
|
|
83304
|
+
"name": "_displayName",
|
|
83305
|
+
"default": "new STRING(undefined, this, 'displayName')"
|
|
83297
83306
|
},
|
|
83298
83307
|
{
|
|
83299
83308
|
"kind": "field",
|
|
83300
|
-
"name": "
|
|
83301
|
-
"default": "new STRING(undefined, this, '
|
|
83309
|
+
"name": "_description",
|
|
83310
|
+
"default": "new STRING(undefined, this, 'description')"
|
|
83302
83311
|
},
|
|
83303
83312
|
{
|
|
83304
83313
|
"kind": "field",
|
|
83305
|
-
"name": "
|
|
83306
|
-
"default": "new
|
|
83314
|
+
"name": "_cube",
|
|
83315
|
+
"default": "new FuroCubeCubeDefinition(undefined, this, 'cube')"
|
|
83307
83316
|
},
|
|
83308
83317
|
{
|
|
83309
83318
|
"kind": "field",
|
|
@@ -83311,7 +83320,7 @@
|
|
|
83311
83320
|
"type": {
|
|
83312
83321
|
"text": "object"
|
|
83313
83322
|
},
|
|
83314
|
-
"default": "{}"
|
|
83323
|
+
"default": "{ cube: { length: 222 }, }"
|
|
83315
83324
|
},
|
|
83316
83325
|
{
|
|
83317
83326
|
"kind": "field",
|
|
@@ -84134,44 +84143,76 @@
|
|
|
84134
84143
|
"exports": [
|
|
84135
84144
|
{
|
|
84136
84145
|
"kind": "js",
|
|
84137
|
-
"name": "
|
|
84146
|
+
"name": "CubeEntity",
|
|
84138
84147
|
"declaration": {
|
|
84139
|
-
"name": "
|
|
84140
|
-
"module": "dist/protoc-gen-open-models/
|
|
84148
|
+
"name": "CubeEntity",
|
|
84149
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeEntity.js"
|
|
84141
84150
|
}
|
|
84142
84151
|
}
|
|
84143
84152
|
]
|
|
84144
84153
|
},
|
|
84145
84154
|
{
|
|
84146
84155
|
"kind": "javascript-module",
|
|
84147
|
-
"path": "dist/protoc-gen-open-models/
|
|
84156
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeEntity.js.map",
|
|
84148
84157
|
"declarations": [],
|
|
84149
84158
|
"exports": []
|
|
84150
84159
|
},
|
|
84151
84160
|
{
|
|
84152
84161
|
"kind": "javascript-module",
|
|
84153
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
84162
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeService.js",
|
|
84154
84163
|
"declarations": [
|
|
84155
84164
|
{
|
|
84156
84165
|
"kind": "class",
|
|
84157
|
-
"description": "
|
|
84158
|
-
"name": "
|
|
84166
|
+
"description": "",
|
|
84167
|
+
"name": "CubeService",
|
|
84159
84168
|
"members": [
|
|
84160
84169
|
{
|
|
84161
84170
|
"kind": "field",
|
|
84162
|
-
"name": "
|
|
84171
|
+
"name": "GetList",
|
|
84172
|
+
"default": "new Fetcher(API_OPTIONS, 'GET', '/v1/cubes')"
|
|
84163
84173
|
},
|
|
84164
84174
|
{
|
|
84165
84175
|
"kind": "field",
|
|
84166
|
-
"name": "
|
|
84176
|
+
"name": "Get",
|
|
84177
|
+
"default": "new Fetcher(API_OPTIONS, 'GET', '/v1/cubes/{cube_id}')"
|
|
84167
84178
|
},
|
|
84168
84179
|
{
|
|
84169
84180
|
"kind": "field",
|
|
84170
|
-
"name": "
|
|
84171
|
-
|
|
84181
|
+
"name": "Update",
|
|
84182
|
+
"default": "new Fetcher(API_OPTIONS, 'PUT', '/v1/cubes/{cube_id}', 'entity')"
|
|
84183
|
+
}
|
|
84184
|
+
]
|
|
84185
|
+
}
|
|
84186
|
+
],
|
|
84187
|
+
"exports": [
|
|
84188
|
+
{
|
|
84189
|
+
"kind": "js",
|
|
84190
|
+
"name": "CubeService",
|
|
84191
|
+
"declaration": {
|
|
84192
|
+
"name": "CubeService",
|
|
84193
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeService.js"
|
|
84194
|
+
}
|
|
84195
|
+
}
|
|
84196
|
+
]
|
|
84197
|
+
},
|
|
84198
|
+
{
|
|
84199
|
+
"kind": "javascript-module",
|
|
84200
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeService.js.map",
|
|
84201
|
+
"declarations": [],
|
|
84202
|
+
"exports": []
|
|
84203
|
+
},
|
|
84204
|
+
{
|
|
84205
|
+
"kind": "javascript-module",
|
|
84206
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js",
|
|
84207
|
+
"declarations": [
|
|
84208
|
+
{
|
|
84209
|
+
"kind": "class",
|
|
84210
|
+
"description": "CubeServiceGetListRequest",
|
|
84211
|
+
"name": "CubeServiceGetListRequest",
|
|
84212
|
+
"members": [
|
|
84172
84213
|
{
|
|
84173
84214
|
"kind": "field",
|
|
84174
|
-
"name": "
|
|
84215
|
+
"name": "query"
|
|
84175
84216
|
},
|
|
84176
84217
|
{
|
|
84177
84218
|
"kind": "method",
|
|
@@ -84192,7 +84233,7 @@
|
|
|
84192
84233
|
"type": {
|
|
84193
84234
|
"text": "string"
|
|
84194
84235
|
},
|
|
84195
|
-
"default": "'furo.cube.
|
|
84236
|
+
"default": "'furo.cube.CubeServiceGetListRequest'"
|
|
84196
84237
|
},
|
|
84197
84238
|
{
|
|
84198
84239
|
"kind": "field",
|
|
@@ -84200,27 +84241,12 @@
|
|
|
84200
84241
|
"type": {
|
|
84201
84242
|
"text": "array"
|
|
84202
84243
|
},
|
|
84203
|
-
"default": "[ { fieldName: '
|
|
84204
|
-
},
|
|
84205
|
-
{
|
|
84206
|
-
"kind": "field",
|
|
84207
|
-
"name": "_red",
|
|
84208
|
-
"default": "new INT32(undefined, this, 'red')"
|
|
84209
|
-
},
|
|
84210
|
-
{
|
|
84211
|
-
"kind": "field",
|
|
84212
|
-
"name": "_green",
|
|
84213
|
-
"default": "new INT32(undefined, this, 'green')"
|
|
84214
|
-
},
|
|
84215
|
-
{
|
|
84216
|
-
"kind": "field",
|
|
84217
|
-
"name": "_blue",
|
|
84218
|
-
"default": "new INT32(undefined, this, 'blue')"
|
|
84244
|
+
"default": "[ { fieldName: 'query', protoName: 'query', FieldConstructor: STRING, constraints: {}, }, ]"
|
|
84219
84245
|
},
|
|
84220
84246
|
{
|
|
84221
84247
|
"kind": "field",
|
|
84222
|
-
"name": "
|
|
84223
|
-
"default": "new
|
|
84248
|
+
"name": "_query",
|
|
84249
|
+
"default": "new STRING(undefined, this, 'query')"
|
|
84224
84250
|
},
|
|
84225
84251
|
{
|
|
84226
84252
|
"kind": "field",
|
|
@@ -84228,7 +84254,7 @@
|
|
|
84228
84254
|
"type": {
|
|
84229
84255
|
"text": "object"
|
|
84230
84256
|
},
|
|
84231
|
-
"default": "{
|
|
84257
|
+
"default": "{}"
|
|
84232
84258
|
},
|
|
84233
84259
|
{
|
|
84234
84260
|
"kind": "field",
|
|
@@ -85051,60 +85077,32 @@
|
|
|
85051
85077
|
"exports": [
|
|
85052
85078
|
{
|
|
85053
85079
|
"kind": "js",
|
|
85054
|
-
"name": "
|
|
85080
|
+
"name": "CubeServiceGetListRequest",
|
|
85055
85081
|
"declaration": {
|
|
85056
|
-
"name": "
|
|
85057
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
85082
|
+
"name": "CubeServiceGetListRequest",
|
|
85083
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js"
|
|
85058
85084
|
}
|
|
85059
85085
|
}
|
|
85060
85086
|
]
|
|
85061
85087
|
},
|
|
85062
85088
|
{
|
|
85063
85089
|
"kind": "javascript-module",
|
|
85064
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
85090
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListRequest.js.map",
|
|
85065
85091
|
"declarations": [],
|
|
85066
85092
|
"exports": []
|
|
85067
85093
|
},
|
|
85068
85094
|
{
|
|
85069
85095
|
"kind": "javascript-module",
|
|
85070
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
85096
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js",
|
|
85071
85097
|
"declarations": [
|
|
85072
85098
|
{
|
|
85073
85099
|
"kind": "class",
|
|
85074
|
-
"description": "
|
|
85075
|
-
"name": "
|
|
85100
|
+
"description": "CubeServiceGetListResponse",
|
|
85101
|
+
"name": "CubeServiceGetListResponse",
|
|
85076
85102
|
"members": [
|
|
85077
85103
|
{
|
|
85078
85104
|
"kind": "field",
|
|
85079
|
-
"name": "
|
|
85080
|
-
},
|
|
85081
|
-
{
|
|
85082
|
-
"kind": "field",
|
|
85083
|
-
"name": "breadth"
|
|
85084
|
-
},
|
|
85085
|
-
{
|
|
85086
|
-
"kind": "field",
|
|
85087
|
-
"name": "height"
|
|
85088
|
-
},
|
|
85089
|
-
{
|
|
85090
|
-
"kind": "field",
|
|
85091
|
-
"name": "colour"
|
|
85092
|
-
},
|
|
85093
|
-
{
|
|
85094
|
-
"kind": "field",
|
|
85095
|
-
"name": "material"
|
|
85096
|
-
},
|
|
85097
|
-
{
|
|
85098
|
-
"kind": "field",
|
|
85099
|
-
"name": "str"
|
|
85100
|
-
},
|
|
85101
|
-
{
|
|
85102
|
-
"kind": "field",
|
|
85103
|
-
"name": "boo"
|
|
85104
|
-
},
|
|
85105
|
-
{
|
|
85106
|
-
"kind": "field",
|
|
85107
|
-
"name": "num"
|
|
85105
|
+
"name": "entities"
|
|
85108
85106
|
},
|
|
85109
85107
|
{
|
|
85110
85108
|
"kind": "method",
|
|
@@ -85125,7 +85123,7 @@
|
|
|
85125
85123
|
"type": {
|
|
85126
85124
|
"text": "string"
|
|
85127
85125
|
},
|
|
85128
|
-
"default": "'furo.cube.
|
|
85126
|
+
"default": "'furo.cube.CubeServiceGetListResponse'"
|
|
85129
85127
|
},
|
|
85130
85128
|
{
|
|
85131
85129
|
"kind": "field",
|
|
@@ -85133,47 +85131,12 @@
|
|
|
85133
85131
|
"type": {
|
|
85134
85132
|
"text": "array"
|
|
85135
85133
|
},
|
|
85136
|
-
"default": "[ { fieldName: '
|
|
85137
|
-
},
|
|
85138
|
-
{
|
|
85139
|
-
"kind": "field",
|
|
85140
|
-
"name": "_length",
|
|
85141
|
-
"default": "new DOUBLE(undefined, this, 'length')"
|
|
85142
|
-
},
|
|
85143
|
-
{
|
|
85144
|
-
"kind": "field",
|
|
85145
|
-
"name": "_breadth",
|
|
85146
|
-
"default": "new DOUBLE(undefined, this, 'breadth')"
|
|
85147
|
-
},
|
|
85148
|
-
{
|
|
85149
|
-
"kind": "field",
|
|
85150
|
-
"name": "_height",
|
|
85151
|
-
"default": "new DOUBLE(undefined, this, 'height')"
|
|
85152
|
-
},
|
|
85153
|
-
{
|
|
85154
|
-
"kind": "field",
|
|
85155
|
-
"name": "_colour",
|
|
85156
|
-
"default": "new FuroCubeColour(undefined, this, 'colour')"
|
|
85157
|
-
},
|
|
85158
|
-
{
|
|
85159
|
-
"kind": "field",
|
|
85160
|
-
"name": "_material",
|
|
85161
|
-
"default": "new ENUM(undefined, FuroCubeMaterials, FuroCubeMaterials.MATERIALS_UNSPECIFIED, this, 'material')"
|
|
85162
|
-
},
|
|
85163
|
-
{
|
|
85164
|
-
"kind": "field",
|
|
85165
|
-
"name": "_str",
|
|
85166
|
-
"default": "new STRING(undefined, this, 'str')"
|
|
85167
|
-
},
|
|
85168
|
-
{
|
|
85169
|
-
"kind": "field",
|
|
85170
|
-
"name": "_boo",
|
|
85171
|
-
"default": "new BOOLEAN(undefined, this, 'boo')"
|
|
85134
|
+
"default": "[ { fieldName: 'entities', protoName: 'entities', FieldConstructor: FuroCubeCubeEntity, constraints: {}, }, ]"
|
|
85172
85135
|
},
|
|
85173
85136
|
{
|
|
85174
85137
|
"kind": "field",
|
|
85175
|
-
"name": "
|
|
85176
|
-
"default": "new
|
|
85138
|
+
"name": "_entities",
|
|
85139
|
+
"default": "new ARRAY(undefined, this, 'entities')"
|
|
85177
85140
|
},
|
|
85178
85141
|
{
|
|
85179
85142
|
"kind": "field",
|
|
@@ -85181,7 +85144,7 @@
|
|
|
85181
85144
|
"type": {
|
|
85182
85145
|
"text": "object"
|
|
85183
85146
|
},
|
|
85184
|
-
"default": "{
|
|
85147
|
+
"default": "{}"
|
|
85185
85148
|
},
|
|
85186
85149
|
{
|
|
85187
85150
|
"kind": "field",
|
|
@@ -86004,40 +85967,36 @@
|
|
|
86004
85967
|
"exports": [
|
|
86005
85968
|
{
|
|
86006
85969
|
"kind": "js",
|
|
86007
|
-
"name": "
|
|
85970
|
+
"name": "CubeServiceGetListResponse",
|
|
86008
85971
|
"declaration": {
|
|
86009
|
-
"name": "
|
|
86010
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
85972
|
+
"name": "CubeServiceGetListResponse",
|
|
85973
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js"
|
|
86011
85974
|
}
|
|
86012
85975
|
}
|
|
86013
85976
|
]
|
|
86014
85977
|
},
|
|
86015
85978
|
{
|
|
86016
85979
|
"kind": "javascript-module",
|
|
86017
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
85980
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetListResponse.js.map",
|
|
86018
85981
|
"declarations": [],
|
|
86019
85982
|
"exports": []
|
|
86020
85983
|
},
|
|
86021
85984
|
{
|
|
86022
85985
|
"kind": "javascript-module",
|
|
86023
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
85986
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js",
|
|
86024
85987
|
"declarations": [
|
|
86025
85988
|
{
|
|
86026
85989
|
"kind": "class",
|
|
86027
|
-
"description": "
|
|
86028
|
-
"name": "
|
|
85990
|
+
"description": "CubeServiceGetRequest",
|
|
85991
|
+
"name": "CubeServiceGetRequest",
|
|
86029
85992
|
"members": [
|
|
86030
85993
|
{
|
|
86031
85994
|
"kind": "field",
|
|
86032
|
-
"name": "
|
|
86033
|
-
},
|
|
86034
|
-
{
|
|
86035
|
-
"kind": "field",
|
|
86036
|
-
"name": "description"
|
|
85995
|
+
"name": "cubeId"
|
|
86037
85996
|
},
|
|
86038
85997
|
{
|
|
86039
85998
|
"kind": "field",
|
|
86040
|
-
"name": "
|
|
85999
|
+
"name": "fields"
|
|
86041
86000
|
},
|
|
86042
86001
|
{
|
|
86043
86002
|
"kind": "method",
|
|
@@ -86058,7 +86017,7 @@
|
|
|
86058
86017
|
"type": {
|
|
86059
86018
|
"text": "string"
|
|
86060
86019
|
},
|
|
86061
|
-
"default": "'furo.cube.
|
|
86020
|
+
"default": "'furo.cube.CubeServiceGetRequest'"
|
|
86062
86021
|
},
|
|
86063
86022
|
{
|
|
86064
86023
|
"kind": "field",
|
|
@@ -86066,22 +86025,17 @@
|
|
|
86066
86025
|
"type": {
|
|
86067
86026
|
"text": "array"
|
|
86068
86027
|
},
|
|
86069
|
-
"default": "[ { fieldName: '
|
|
86070
|
-
},
|
|
86071
|
-
{
|
|
86072
|
-
"kind": "field",
|
|
86073
|
-
"name": "_displayName",
|
|
86074
|
-
"default": "new STRING(undefined, this, 'displayName')"
|
|
86028
|
+
"default": "[ { fieldName: 'cubeId', protoName: 'cube_id', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'fields', protoName: 'fields', FieldConstructor: STRING, constraints: {}, }, ]"
|
|
86075
86029
|
},
|
|
86076
86030
|
{
|
|
86077
86031
|
"kind": "field",
|
|
86078
|
-
"name": "
|
|
86079
|
-
"default": "new STRING(undefined, this, '
|
|
86032
|
+
"name": "_cubeId",
|
|
86033
|
+
"default": "new STRING(undefined, this, 'cubeId')"
|
|
86080
86034
|
},
|
|
86081
86035
|
{
|
|
86082
86036
|
"kind": "field",
|
|
86083
|
-
"name": "
|
|
86084
|
-
"default": "new
|
|
86037
|
+
"name": "_fields",
|
|
86038
|
+
"default": "new STRING(undefined, this, 'fields')"
|
|
86085
86039
|
},
|
|
86086
86040
|
{
|
|
86087
86041
|
"kind": "field",
|
|
@@ -86089,7 +86043,7 @@
|
|
|
86089
86043
|
"type": {
|
|
86090
86044
|
"text": "object"
|
|
86091
86045
|
},
|
|
86092
|
-
"default": "{
|
|
86046
|
+
"default": "{ fields: '*', }"
|
|
86093
86047
|
},
|
|
86094
86048
|
{
|
|
86095
86049
|
"kind": "field",
|
|
@@ -86912,76 +86866,32 @@
|
|
|
86912
86866
|
"exports": [
|
|
86913
86867
|
{
|
|
86914
86868
|
"kind": "js",
|
|
86915
|
-
"name": "
|
|
86916
|
-
"declaration": {
|
|
86917
|
-
"name": "CubeEntity",
|
|
86918
|
-
"module": "dist/protoc-gen-open-models/furo/cube/CubeEntity.js"
|
|
86919
|
-
}
|
|
86920
|
-
}
|
|
86921
|
-
]
|
|
86922
|
-
},
|
|
86923
|
-
{
|
|
86924
|
-
"kind": "javascript-module",
|
|
86925
|
-
"path": "dist/protoc-gen-open-models/furo/cube/CubeEntity.js.map",
|
|
86926
|
-
"declarations": [],
|
|
86927
|
-
"exports": []
|
|
86928
|
-
},
|
|
86929
|
-
{
|
|
86930
|
-
"kind": "javascript-module",
|
|
86931
|
-
"path": "dist/protoc-gen-open-models/furo/cube/CubeService.js",
|
|
86932
|
-
"declarations": [
|
|
86933
|
-
{
|
|
86934
|
-
"kind": "class",
|
|
86935
|
-
"description": "",
|
|
86936
|
-
"name": "CubeService",
|
|
86937
|
-
"members": [
|
|
86938
|
-
{
|
|
86939
|
-
"kind": "field",
|
|
86940
|
-
"name": "GetList",
|
|
86941
|
-
"default": "new Fetcher(API_OPTIONS, 'GET', '/v1/cubes')"
|
|
86942
|
-
},
|
|
86943
|
-
{
|
|
86944
|
-
"kind": "field",
|
|
86945
|
-
"name": "Get",
|
|
86946
|
-
"default": "new Fetcher(API_OPTIONS, 'GET', '/v1/cubes/{cube_id}')"
|
|
86947
|
-
},
|
|
86948
|
-
{
|
|
86949
|
-
"kind": "field",
|
|
86950
|
-
"name": "Update",
|
|
86951
|
-
"default": "new Fetcher(API_OPTIONS, 'PUT', '/v1/cubes/{cube_id}', 'entity')"
|
|
86952
|
-
}
|
|
86953
|
-
]
|
|
86954
|
-
}
|
|
86955
|
-
],
|
|
86956
|
-
"exports": [
|
|
86957
|
-
{
|
|
86958
|
-
"kind": "js",
|
|
86959
|
-
"name": "CubeService",
|
|
86869
|
+
"name": "CubeServiceGetRequest",
|
|
86960
86870
|
"declaration": {
|
|
86961
|
-
"name": "
|
|
86962
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
86871
|
+
"name": "CubeServiceGetRequest",
|
|
86872
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js"
|
|
86963
86873
|
}
|
|
86964
86874
|
}
|
|
86965
86875
|
]
|
|
86966
86876
|
},
|
|
86967
86877
|
{
|
|
86968
86878
|
"kind": "javascript-module",
|
|
86969
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
86879
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetRequest.js.map",
|
|
86970
86880
|
"declarations": [],
|
|
86971
86881
|
"exports": []
|
|
86972
86882
|
},
|
|
86973
86883
|
{
|
|
86974
86884
|
"kind": "javascript-module",
|
|
86975
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
86885
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js",
|
|
86976
86886
|
"declarations": [
|
|
86977
86887
|
{
|
|
86978
86888
|
"kind": "class",
|
|
86979
|
-
"description": "
|
|
86980
|
-
"name": "
|
|
86889
|
+
"description": "CubeServiceGetResponse",
|
|
86890
|
+
"name": "CubeServiceGetResponse",
|
|
86981
86891
|
"members": [
|
|
86982
86892
|
{
|
|
86983
86893
|
"kind": "field",
|
|
86984
|
-
"name": "
|
|
86894
|
+
"name": "entity"
|
|
86985
86895
|
},
|
|
86986
86896
|
{
|
|
86987
86897
|
"kind": "method",
|
|
@@ -87002,7 +86912,7 @@
|
|
|
87002
86912
|
"type": {
|
|
87003
86913
|
"text": "string"
|
|
87004
86914
|
},
|
|
87005
|
-
"default": "'furo.cube.
|
|
86915
|
+
"default": "'furo.cube.CubeServiceGetResponse'"
|
|
87006
86916
|
},
|
|
87007
86917
|
{
|
|
87008
86918
|
"kind": "field",
|
|
@@ -87010,12 +86920,12 @@
|
|
|
87010
86920
|
"type": {
|
|
87011
86921
|
"text": "array"
|
|
87012
86922
|
},
|
|
87013
|
-
"default": "[ { fieldName: '
|
|
86923
|
+
"default": "[ { fieldName: 'entity', protoName: 'entity', FieldConstructor: FuroCubeCubeEntity, constraints: {}, }, ]"
|
|
87014
86924
|
},
|
|
87015
86925
|
{
|
|
87016
86926
|
"kind": "field",
|
|
87017
|
-
"name": "
|
|
87018
|
-
"default": "new
|
|
86927
|
+
"name": "_entity",
|
|
86928
|
+
"default": "new FuroCubeCubeEntity(undefined, this, 'entity')"
|
|
87019
86929
|
},
|
|
87020
86930
|
{
|
|
87021
86931
|
"kind": "field",
|
|
@@ -87846,32 +87756,36 @@
|
|
|
87846
87756
|
"exports": [
|
|
87847
87757
|
{
|
|
87848
87758
|
"kind": "js",
|
|
87849
|
-
"name": "
|
|
87759
|
+
"name": "CubeServiceGetResponse",
|
|
87850
87760
|
"declaration": {
|
|
87851
|
-
"name": "
|
|
87852
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
87761
|
+
"name": "CubeServiceGetResponse",
|
|
87762
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js"
|
|
87853
87763
|
}
|
|
87854
87764
|
}
|
|
87855
87765
|
]
|
|
87856
87766
|
},
|
|
87857
87767
|
{
|
|
87858
87768
|
"kind": "javascript-module",
|
|
87859
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
87769
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceGetResponse.js.map",
|
|
87860
87770
|
"declarations": [],
|
|
87861
87771
|
"exports": []
|
|
87862
87772
|
},
|
|
87863
87773
|
{
|
|
87864
87774
|
"kind": "javascript-module",
|
|
87865
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
87775
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js",
|
|
87866
87776
|
"declarations": [
|
|
87867
87777
|
{
|
|
87868
87778
|
"kind": "class",
|
|
87869
|
-
"description": "
|
|
87870
|
-
"name": "
|
|
87779
|
+
"description": "CubeServiceUpdateRequest",
|
|
87780
|
+
"name": "CubeServiceUpdateRequest",
|
|
87871
87781
|
"members": [
|
|
87872
87782
|
{
|
|
87873
87783
|
"kind": "field",
|
|
87874
|
-
"name": "
|
|
87784
|
+
"name": "cubeId"
|
|
87785
|
+
},
|
|
87786
|
+
{
|
|
87787
|
+
"kind": "field",
|
|
87788
|
+
"name": "entity"
|
|
87875
87789
|
},
|
|
87876
87790
|
{
|
|
87877
87791
|
"kind": "method",
|
|
@@ -87892,7 +87806,7 @@
|
|
|
87892
87806
|
"type": {
|
|
87893
87807
|
"text": "string"
|
|
87894
87808
|
},
|
|
87895
|
-
"default": "'furo.cube.
|
|
87809
|
+
"default": "'furo.cube.CubeServiceUpdateRequest'"
|
|
87896
87810
|
},
|
|
87897
87811
|
{
|
|
87898
87812
|
"kind": "field",
|
|
@@ -87900,12 +87814,17 @@
|
|
|
87900
87814
|
"type": {
|
|
87901
87815
|
"text": "array"
|
|
87902
87816
|
},
|
|
87903
|
-
"default": "[ { fieldName: '
|
|
87817
|
+
"default": "[ { fieldName: 'cubeId', protoName: 'cube_id', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'entity', protoName: 'entity', FieldConstructor: FuroCubeCubeEntity, constraints: {}, }, ]"
|
|
87904
87818
|
},
|
|
87905
87819
|
{
|
|
87906
87820
|
"kind": "field",
|
|
87907
|
-
"name": "
|
|
87908
|
-
"default": "new
|
|
87821
|
+
"name": "_cubeId",
|
|
87822
|
+
"default": "new STRING(undefined, this, 'cubeId')"
|
|
87823
|
+
},
|
|
87824
|
+
{
|
|
87825
|
+
"kind": "field",
|
|
87826
|
+
"name": "_entity",
|
|
87827
|
+
"default": "new FuroCubeCubeEntity(undefined, this, 'entity')"
|
|
87909
87828
|
},
|
|
87910
87829
|
{
|
|
87911
87830
|
"kind": "field",
|
|
@@ -88736,36 +88655,32 @@
|
|
|
88736
88655
|
"exports": [
|
|
88737
88656
|
{
|
|
88738
88657
|
"kind": "js",
|
|
88739
|
-
"name": "
|
|
88658
|
+
"name": "CubeServiceUpdateRequest",
|
|
88740
88659
|
"declaration": {
|
|
88741
|
-
"name": "
|
|
88742
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
88660
|
+
"name": "CubeServiceUpdateRequest",
|
|
88661
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js"
|
|
88743
88662
|
}
|
|
88744
88663
|
}
|
|
88745
88664
|
]
|
|
88746
88665
|
},
|
|
88747
88666
|
{
|
|
88748
88667
|
"kind": "javascript-module",
|
|
88749
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
88668
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateRequest.js.map",
|
|
88750
88669
|
"declarations": [],
|
|
88751
88670
|
"exports": []
|
|
88752
88671
|
},
|
|
88753
88672
|
{
|
|
88754
88673
|
"kind": "javascript-module",
|
|
88755
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
88674
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js",
|
|
88756
88675
|
"declarations": [
|
|
88757
88676
|
{
|
|
88758
88677
|
"kind": "class",
|
|
88759
|
-
"description": "
|
|
88760
|
-
"name": "
|
|
88678
|
+
"description": "CubeServiceUpdateResponse",
|
|
88679
|
+
"name": "CubeServiceUpdateResponse",
|
|
88761
88680
|
"members": [
|
|
88762
88681
|
{
|
|
88763
88682
|
"kind": "field",
|
|
88764
|
-
"name": "
|
|
88765
|
-
},
|
|
88766
|
-
{
|
|
88767
|
-
"kind": "field",
|
|
88768
|
-
"name": "fields"
|
|
88683
|
+
"name": "entity"
|
|
88769
88684
|
},
|
|
88770
88685
|
{
|
|
88771
88686
|
"kind": "method",
|
|
@@ -88786,7 +88701,7 @@
|
|
|
88786
88701
|
"type": {
|
|
88787
88702
|
"text": "string"
|
|
88788
88703
|
},
|
|
88789
|
-
"default": "'furo.cube.
|
|
88704
|
+
"default": "'furo.cube.CubeServiceUpdateResponse'"
|
|
88790
88705
|
},
|
|
88791
88706
|
{
|
|
88792
88707
|
"kind": "field",
|
|
@@ -88794,17 +88709,12 @@
|
|
|
88794
88709
|
"type": {
|
|
88795
88710
|
"text": "array"
|
|
88796
88711
|
},
|
|
88797
|
-
"default": "[ { fieldName: '
|
|
88798
|
-
},
|
|
88799
|
-
{
|
|
88800
|
-
"kind": "field",
|
|
88801
|
-
"name": "_cubeId",
|
|
88802
|
-
"default": "new STRING(undefined, this, 'cubeId')"
|
|
88712
|
+
"default": "[ { fieldName: 'entity', protoName: 'entity', FieldConstructor: FuroCubeCubeEntity, constraints: {}, }, ]"
|
|
88803
88713
|
},
|
|
88804
88714
|
{
|
|
88805
88715
|
"kind": "field",
|
|
88806
|
-
"name": "
|
|
88807
|
-
"default": "new
|
|
88716
|
+
"name": "_entity",
|
|
88717
|
+
"default": "new FuroCubeCubeEntity(undefined, this, 'entity')"
|
|
88808
88718
|
},
|
|
88809
88719
|
{
|
|
88810
88720
|
"kind": "field",
|
|
@@ -88812,7 +88722,7 @@
|
|
|
88812
88722
|
"type": {
|
|
88813
88723
|
"text": "object"
|
|
88814
88724
|
},
|
|
88815
|
-
"default": "{
|
|
88725
|
+
"default": "{}"
|
|
88816
88726
|
},
|
|
88817
88727
|
{
|
|
88818
88728
|
"kind": "field",
|
|
@@ -89635,32 +89545,90 @@
|
|
|
89635
89545
|
"exports": [
|
|
89636
89546
|
{
|
|
89637
89547
|
"kind": "js",
|
|
89638
|
-
"name": "
|
|
89548
|
+
"name": "CubeServiceUpdateResponse",
|
|
89639
89549
|
"declaration": {
|
|
89640
|
-
"name": "
|
|
89641
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
89550
|
+
"name": "CubeServiceUpdateResponse",
|
|
89551
|
+
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js"
|
|
89642
89552
|
}
|
|
89643
89553
|
}
|
|
89644
89554
|
]
|
|
89645
89555
|
},
|
|
89646
89556
|
{
|
|
89647
89557
|
"kind": "javascript-module",
|
|
89648
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
89558
|
+
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map",
|
|
89649
89559
|
"declarations": [],
|
|
89650
89560
|
"exports": []
|
|
89651
89561
|
},
|
|
89652
89562
|
{
|
|
89653
89563
|
"kind": "javascript-module",
|
|
89654
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
89564
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Materials.js",
|
|
89565
|
+
"declarations": [
|
|
89566
|
+
{
|
|
89567
|
+
"kind": "variable",
|
|
89568
|
+
"name": "Materials"
|
|
89569
|
+
}
|
|
89570
|
+
],
|
|
89571
|
+
"exports": [
|
|
89572
|
+
{
|
|
89573
|
+
"kind": "js",
|
|
89574
|
+
"name": "Materials",
|
|
89575
|
+
"declaration": {
|
|
89576
|
+
"name": "Materials",
|
|
89577
|
+
"module": "dist/protoc-gen-open-models/furo/cube/Materials.js"
|
|
89578
|
+
}
|
|
89579
|
+
}
|
|
89580
|
+
]
|
|
89581
|
+
},
|
|
89582
|
+
{
|
|
89583
|
+
"kind": "javascript-module",
|
|
89584
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Materials.js.map",
|
|
89585
|
+
"declarations": [],
|
|
89586
|
+
"exports": []
|
|
89587
|
+
},
|
|
89588
|
+
{
|
|
89589
|
+
"kind": "javascript-module",
|
|
89590
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Wrappers.js",
|
|
89655
89591
|
"declarations": [
|
|
89656
89592
|
{
|
|
89657
89593
|
"kind": "class",
|
|
89658
|
-
"description": "
|
|
89659
|
-
"name": "
|
|
89594
|
+
"description": "Wrappers",
|
|
89595
|
+
"name": "Wrappers",
|
|
89660
89596
|
"members": [
|
|
89661
89597
|
{
|
|
89662
89598
|
"kind": "field",
|
|
89663
|
-
"name": "
|
|
89599
|
+
"name": "stringValue"
|
|
89600
|
+
},
|
|
89601
|
+
{
|
|
89602
|
+
"kind": "field",
|
|
89603
|
+
"name": "int32Value"
|
|
89604
|
+
},
|
|
89605
|
+
{
|
|
89606
|
+
"kind": "field",
|
|
89607
|
+
"name": "int64Value"
|
|
89608
|
+
},
|
|
89609
|
+
{
|
|
89610
|
+
"kind": "field",
|
|
89611
|
+
"name": "floatValue"
|
|
89612
|
+
},
|
|
89613
|
+
{
|
|
89614
|
+
"kind": "field",
|
|
89615
|
+
"name": "doubleValue"
|
|
89616
|
+
},
|
|
89617
|
+
{
|
|
89618
|
+
"kind": "field",
|
|
89619
|
+
"name": "boolValue"
|
|
89620
|
+
},
|
|
89621
|
+
{
|
|
89622
|
+
"kind": "field",
|
|
89623
|
+
"name": "uint32Value"
|
|
89624
|
+
},
|
|
89625
|
+
{
|
|
89626
|
+
"kind": "field",
|
|
89627
|
+
"name": "uint64Value"
|
|
89628
|
+
},
|
|
89629
|
+
{
|
|
89630
|
+
"kind": "field",
|
|
89631
|
+
"name": "bytesValue"
|
|
89664
89632
|
},
|
|
89665
89633
|
{
|
|
89666
89634
|
"kind": "method",
|
|
@@ -89681,7 +89649,7 @@
|
|
|
89681
89649
|
"type": {
|
|
89682
89650
|
"text": "string"
|
|
89683
89651
|
},
|
|
89684
|
-
"default": "'furo.cube.
|
|
89652
|
+
"default": "'furo.cube.Wrappers'"
|
|
89685
89653
|
},
|
|
89686
89654
|
{
|
|
89687
89655
|
"kind": "field",
|
|
@@ -89689,12 +89657,52 @@
|
|
|
89689
89657
|
"type": {
|
|
89690
89658
|
"text": "array"
|
|
89691
89659
|
},
|
|
89692
|
-
"default": "[ { fieldName: '
|
|
89660
|
+
"default": "[ { fieldName: 'stringValue', protoName: 'string_value', FieldConstructor: StringValue, constraints: {}, }, { fieldName: 'int32Value', protoName: 'int32_value', FieldConstructor: Int32Value, constraints: {}, }, { fieldName: 'int64Value', protoName: 'int64_value', FieldConstructor: Int64Value, constraints: {}, }, { fieldName: 'floatValue', protoName: 'float_value', FieldConstructor: FloatValue, constraints: {}, }, { fieldName: 'doubleValue', protoName: 'double_value', FieldConstructor: DoubleValue, constraints: {}, }, { fieldName: 'boolValue', protoName: 'bool_value', FieldConstructor: BoolValue, constraints: {}, }, { fieldName: 'uint32Value', protoName: 'uint32_value', FieldConstructor: UInt32Value, constraints: {}, }, { fieldName: 'uint64Value', protoName: 'uint64_value', FieldConstructor: UInt64Value, constraints: {}, }, { fieldName: 'bytesValue', protoName: 'bytes_value', FieldConstructor: BytesValue, constraints: {}, }, ]"
|
|
89693
89661
|
},
|
|
89694
89662
|
{
|
|
89695
89663
|
"kind": "field",
|
|
89696
|
-
"name": "
|
|
89697
|
-
"default": "new
|
|
89664
|
+
"name": "_stringValue",
|
|
89665
|
+
"default": "new StringValue(undefined, this, 'stringValue')"
|
|
89666
|
+
},
|
|
89667
|
+
{
|
|
89668
|
+
"kind": "field",
|
|
89669
|
+
"name": "_int32Value",
|
|
89670
|
+
"default": "new Int32Value(undefined, this, 'int32Value')"
|
|
89671
|
+
},
|
|
89672
|
+
{
|
|
89673
|
+
"kind": "field",
|
|
89674
|
+
"name": "_int64Value",
|
|
89675
|
+
"default": "new Int64Value(undefined, this, 'int64Value')"
|
|
89676
|
+
},
|
|
89677
|
+
{
|
|
89678
|
+
"kind": "field",
|
|
89679
|
+
"name": "_floatValue",
|
|
89680
|
+
"default": "new FloatValue(undefined, this, 'floatValue')"
|
|
89681
|
+
},
|
|
89682
|
+
{
|
|
89683
|
+
"kind": "field",
|
|
89684
|
+
"name": "_doubleValue",
|
|
89685
|
+
"default": "new DoubleValue(undefined, this, 'doubleValue')"
|
|
89686
|
+
},
|
|
89687
|
+
{
|
|
89688
|
+
"kind": "field",
|
|
89689
|
+
"name": "_boolValue",
|
|
89690
|
+
"default": "new BoolValue(undefined, this, 'boolValue')"
|
|
89691
|
+
},
|
|
89692
|
+
{
|
|
89693
|
+
"kind": "field",
|
|
89694
|
+
"name": "_uint32Value",
|
|
89695
|
+
"default": "new UInt32Value(undefined, this, 'uint32Value')"
|
|
89696
|
+
},
|
|
89697
|
+
{
|
|
89698
|
+
"kind": "field",
|
|
89699
|
+
"name": "_uint64Value",
|
|
89700
|
+
"default": "new UInt64Value(undefined, this, 'uint64Value')"
|
|
89701
|
+
},
|
|
89702
|
+
{
|
|
89703
|
+
"kind": "field",
|
|
89704
|
+
"name": "_bytesValue",
|
|
89705
|
+
"default": "new BytesValue(undefined, this, 'bytesValue')"
|
|
89698
89706
|
},
|
|
89699
89707
|
{
|
|
89700
89708
|
"kind": "field",
|
|
@@ -90525,36 +90533,36 @@
|
|
|
90525
90533
|
"exports": [
|
|
90526
90534
|
{
|
|
90527
90535
|
"kind": "js",
|
|
90528
|
-
"name": "
|
|
90536
|
+
"name": "Wrappers",
|
|
90529
90537
|
"declaration": {
|
|
90530
|
-
"name": "
|
|
90531
|
-
"module": "dist/protoc-gen-open-models/furo/cube/
|
|
90538
|
+
"name": "Wrappers",
|
|
90539
|
+
"module": "dist/protoc-gen-open-models/furo/cube/Wrappers.js"
|
|
90532
90540
|
}
|
|
90533
90541
|
}
|
|
90534
90542
|
]
|
|
90535
90543
|
},
|
|
90536
90544
|
{
|
|
90537
90545
|
"kind": "javascript-module",
|
|
90538
|
-
"path": "dist/protoc-gen-open-models/furo/cube/
|
|
90546
|
+
"path": "dist/protoc-gen-open-models/furo/cube/Wrappers.js.map",
|
|
90539
90547
|
"declarations": [],
|
|
90540
90548
|
"exports": []
|
|
90541
90549
|
},
|
|
90542
90550
|
{
|
|
90543
90551
|
"kind": "javascript-module",
|
|
90544
|
-
"path": "dist/protoc-gen-open-models/
|
|
90552
|
+
"path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js",
|
|
90545
90553
|
"declarations": [
|
|
90546
90554
|
{
|
|
90547
90555
|
"kind": "class",
|
|
90548
|
-
"description": "
|
|
90549
|
-
"name": "
|
|
90556
|
+
"description": "CustomHttpPattern\n A custom pattern is used for defining custom HTTP verb.",
|
|
90557
|
+
"name": "CustomHttpPattern",
|
|
90550
90558
|
"members": [
|
|
90551
90559
|
{
|
|
90552
90560
|
"kind": "field",
|
|
90553
|
-
"name": "
|
|
90561
|
+
"name": "kind"
|
|
90554
90562
|
},
|
|
90555
90563
|
{
|
|
90556
90564
|
"kind": "field",
|
|
90557
|
-
"name": "
|
|
90565
|
+
"name": "path"
|
|
90558
90566
|
},
|
|
90559
90567
|
{
|
|
90560
90568
|
"kind": "method",
|
|
@@ -90575,7 +90583,7 @@
|
|
|
90575
90583
|
"type": {
|
|
90576
90584
|
"text": "string"
|
|
90577
90585
|
},
|
|
90578
|
-
"default": "'
|
|
90586
|
+
"default": "'google.api.CustomHttpPattern'"
|
|
90579
90587
|
},
|
|
90580
90588
|
{
|
|
90581
90589
|
"kind": "field",
|
|
@@ -90583,17 +90591,17 @@
|
|
|
90583
90591
|
"type": {
|
|
90584
90592
|
"text": "array"
|
|
90585
90593
|
},
|
|
90586
|
-
"default": "[ { fieldName: '
|
|
90594
|
+
"default": "[ { fieldName: 'kind', protoName: 'kind', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'path', protoName: 'path', FieldConstructor: STRING, constraints: {}, }, ]"
|
|
90587
90595
|
},
|
|
90588
90596
|
{
|
|
90589
90597
|
"kind": "field",
|
|
90590
|
-
"name": "
|
|
90591
|
-
"default": "new STRING(undefined, this, '
|
|
90598
|
+
"name": "_kind",
|
|
90599
|
+
"default": "new STRING(undefined, this, 'kind')"
|
|
90592
90600
|
},
|
|
90593
90601
|
{
|
|
90594
90602
|
"kind": "field",
|
|
90595
|
-
"name": "
|
|
90596
|
-
"default": "new
|
|
90603
|
+
"name": "_path",
|
|
90604
|
+
"default": "new STRING(undefined, this, 'path')"
|
|
90597
90605
|
},
|
|
90598
90606
|
{
|
|
90599
90607
|
"kind": "field",
|
|
@@ -91424,32 +91432,36 @@
|
|
|
91424
91432
|
"exports": [
|
|
91425
91433
|
{
|
|
91426
91434
|
"kind": "js",
|
|
91427
|
-
"name": "
|
|
91435
|
+
"name": "CustomHttpPattern",
|
|
91428
91436
|
"declaration": {
|
|
91429
|
-
"name": "
|
|
91430
|
-
"module": "dist/protoc-gen-open-models/
|
|
91437
|
+
"name": "CustomHttpPattern",
|
|
91438
|
+
"module": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js"
|
|
91431
91439
|
}
|
|
91432
91440
|
}
|
|
91433
91441
|
]
|
|
91434
91442
|
},
|
|
91435
91443
|
{
|
|
91436
91444
|
"kind": "javascript-module",
|
|
91437
|
-
"path": "dist/protoc-gen-open-models/
|
|
91445
|
+
"path": "dist/protoc-gen-open-models/google/api/CustomHttpPattern.js.map",
|
|
91438
91446
|
"declarations": [],
|
|
91439
91447
|
"exports": []
|
|
91440
91448
|
},
|
|
91441
91449
|
{
|
|
91442
91450
|
"kind": "javascript-module",
|
|
91443
|
-
"path": "dist/protoc-gen-open-models/
|
|
91451
|
+
"path": "dist/protoc-gen-open-models/google/api/Http.js",
|
|
91444
91452
|
"declarations": [
|
|
91445
91453
|
{
|
|
91446
91454
|
"kind": "class",
|
|
91447
|
-
"description": "
|
|
91448
|
-
"name": "
|
|
91455
|
+
"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.",
|
|
91456
|
+
"name": "Http",
|
|
91449
91457
|
"members": [
|
|
91450
91458
|
{
|
|
91451
91459
|
"kind": "field",
|
|
91452
|
-
"name": "
|
|
91460
|
+
"name": "rules"
|
|
91461
|
+
},
|
|
91462
|
+
{
|
|
91463
|
+
"kind": "field",
|
|
91464
|
+
"name": "fullyDecodeReservedExpansion"
|
|
91453
91465
|
},
|
|
91454
91466
|
{
|
|
91455
91467
|
"kind": "method",
|
|
@@ -91470,7 +91482,7 @@
|
|
|
91470
91482
|
"type": {
|
|
91471
91483
|
"text": "string"
|
|
91472
91484
|
},
|
|
91473
|
-
"default": "'
|
|
91485
|
+
"default": "'google.api.Http'"
|
|
91474
91486
|
},
|
|
91475
91487
|
{
|
|
91476
91488
|
"kind": "field",
|
|
@@ -91478,12 +91490,17 @@
|
|
|
91478
91490
|
"type": {
|
|
91479
91491
|
"text": "array"
|
|
91480
91492
|
},
|
|
91481
|
-
"default": "[ { fieldName: '
|
|
91493
|
+
"default": "[ { fieldName: 'rules', protoName: 'rules', FieldConstructor: GoogleApiHttpRule, constraints: {}, }, { fieldName: 'fullyDecodeReservedExpansion', protoName: 'fully_decode_reserved_expansion', FieldConstructor: BOOLEAN, constraints: {}, }, ]"
|
|
91482
91494
|
},
|
|
91483
91495
|
{
|
|
91484
91496
|
"kind": "field",
|
|
91485
|
-
"name": "
|
|
91486
|
-
"default": "new
|
|
91497
|
+
"name": "_rules",
|
|
91498
|
+
"default": "new ARRAY(undefined, this, 'rules')"
|
|
91499
|
+
},
|
|
91500
|
+
{
|
|
91501
|
+
"kind": "field",
|
|
91502
|
+
"name": "_fullyDecodeReservedExpansion",
|
|
91503
|
+
"default": "new BOOLEAN(undefined, this, 'fullyDecodeReservedExpansion')"
|
|
91487
91504
|
},
|
|
91488
91505
|
{
|
|
91489
91506
|
"kind": "field",
|
|
@@ -92314,90 +92331,68 @@
|
|
|
92314
92331
|
"exports": [
|
|
92315
92332
|
{
|
|
92316
92333
|
"kind": "js",
|
|
92317
|
-
"name": "
|
|
92318
|
-
"declaration": {
|
|
92319
|
-
"name": "CubeServiceUpdateResponse",
|
|
92320
|
-
"module": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js"
|
|
92321
|
-
}
|
|
92322
|
-
}
|
|
92323
|
-
]
|
|
92324
|
-
},
|
|
92325
|
-
{
|
|
92326
|
-
"kind": "javascript-module",
|
|
92327
|
-
"path": "dist/protoc-gen-open-models/furo/cube/CubeServiceUpdateResponse.js.map",
|
|
92328
|
-
"declarations": [],
|
|
92329
|
-
"exports": []
|
|
92330
|
-
},
|
|
92331
|
-
{
|
|
92332
|
-
"kind": "javascript-module",
|
|
92333
|
-
"path": "dist/protoc-gen-open-models/furo/cube/Materials.js",
|
|
92334
|
-
"declarations": [
|
|
92335
|
-
{
|
|
92336
|
-
"kind": "variable",
|
|
92337
|
-
"name": "Materials"
|
|
92338
|
-
}
|
|
92339
|
-
],
|
|
92340
|
-
"exports": [
|
|
92341
|
-
{
|
|
92342
|
-
"kind": "js",
|
|
92343
|
-
"name": "Materials",
|
|
92334
|
+
"name": "Http",
|
|
92344
92335
|
"declaration": {
|
|
92345
|
-
"name": "
|
|
92346
|
-
"module": "dist/protoc-gen-open-models/
|
|
92336
|
+
"name": "Http",
|
|
92337
|
+
"module": "dist/protoc-gen-open-models/google/api/Http.js"
|
|
92347
92338
|
}
|
|
92348
92339
|
}
|
|
92349
92340
|
]
|
|
92350
92341
|
},
|
|
92351
92342
|
{
|
|
92352
92343
|
"kind": "javascript-module",
|
|
92353
|
-
"path": "dist/protoc-gen-open-models/
|
|
92344
|
+
"path": "dist/protoc-gen-open-models/google/api/Http.js.map",
|
|
92354
92345
|
"declarations": [],
|
|
92355
92346
|
"exports": []
|
|
92356
92347
|
},
|
|
92357
92348
|
{
|
|
92358
92349
|
"kind": "javascript-module",
|
|
92359
|
-
"path": "dist/protoc-gen-open-models/
|
|
92350
|
+
"path": "dist/protoc-gen-open-models/google/api/HttpRule.js",
|
|
92360
92351
|
"declarations": [
|
|
92361
92352
|
{
|
|
92362
92353
|
"kind": "class",
|
|
92363
|
-
"description": "Wrappers",
|
|
92364
|
-
"name": "
|
|
92354
|
+
"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.",
|
|
92355
|
+
"name": "HttpRule",
|
|
92365
92356
|
"members": [
|
|
92366
92357
|
{
|
|
92367
92358
|
"kind": "field",
|
|
92368
|
-
"name": "
|
|
92359
|
+
"name": "selector"
|
|
92369
92360
|
},
|
|
92370
92361
|
{
|
|
92371
92362
|
"kind": "field",
|
|
92372
|
-
"name": "
|
|
92363
|
+
"name": "get"
|
|
92373
92364
|
},
|
|
92374
92365
|
{
|
|
92375
92366
|
"kind": "field",
|
|
92376
|
-
"name": "
|
|
92367
|
+
"name": "put"
|
|
92377
92368
|
},
|
|
92378
92369
|
{
|
|
92379
92370
|
"kind": "field",
|
|
92380
|
-
"name": "
|
|
92371
|
+
"name": "post"
|
|
92381
92372
|
},
|
|
92382
92373
|
{
|
|
92383
92374
|
"kind": "field",
|
|
92384
|
-
"name": "
|
|
92375
|
+
"name": "delete"
|
|
92385
92376
|
},
|
|
92386
92377
|
{
|
|
92387
92378
|
"kind": "field",
|
|
92388
|
-
"name": "
|
|
92379
|
+
"name": "patch"
|
|
92389
92380
|
},
|
|
92390
92381
|
{
|
|
92391
92382
|
"kind": "field",
|
|
92392
|
-
"name": "
|
|
92383
|
+
"name": "custom"
|
|
92393
92384
|
},
|
|
92394
92385
|
{
|
|
92395
92386
|
"kind": "field",
|
|
92396
|
-
"name": "
|
|
92387
|
+
"name": "body"
|
|
92397
92388
|
},
|
|
92398
92389
|
{
|
|
92399
92390
|
"kind": "field",
|
|
92400
|
-
"name": "
|
|
92391
|
+
"name": "responseBody"
|
|
92392
|
+
},
|
|
92393
|
+
{
|
|
92394
|
+
"kind": "field",
|
|
92395
|
+
"name": "additionalBindings"
|
|
92401
92396
|
},
|
|
92402
92397
|
{
|
|
92403
92398
|
"kind": "method",
|
|
@@ -92418,7 +92413,7 @@
|
|
|
92418
92413
|
"type": {
|
|
92419
92414
|
"text": "string"
|
|
92420
92415
|
},
|
|
92421
|
-
"default": "'
|
|
92416
|
+
"default": "'google.api.HttpRule'"
|
|
92422
92417
|
},
|
|
92423
92418
|
{
|
|
92424
92419
|
"kind": "field",
|
|
@@ -92426,52 +92421,57 @@
|
|
|
92426
92421
|
"type": {
|
|
92427
92422
|
"text": "array"
|
|
92428
92423
|
},
|
|
92429
|
-
"default": "[ { fieldName: '
|
|
92424
|
+
"default": "[ { fieldName: 'selector', protoName: 'selector', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'get', protoName: 'get', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'put', protoName: 'put', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'post', protoName: 'post', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'delete', protoName: 'delete', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'patch', protoName: 'patch', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'custom', protoName: 'custom', FieldConstructor: GoogleApiCustomHttpPattern, constraints: {}, }, { fieldName: 'body', protoName: 'body', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'responseBody', protoName: 'response_body', FieldConstructor: STRING, constraints: {}, }, { fieldName: 'additionalBindings', protoName: 'additional_bindings', FieldConstructor: HttpRule, constraints: {}, }, ]"
|
|
92430
92425
|
},
|
|
92431
92426
|
{
|
|
92432
92427
|
"kind": "field",
|
|
92433
|
-
"name": "
|
|
92434
|
-
"default": "new
|
|
92428
|
+
"name": "_selector",
|
|
92429
|
+
"default": "new STRING(undefined, this, 'selector')"
|
|
92435
92430
|
},
|
|
92436
92431
|
{
|
|
92437
92432
|
"kind": "field",
|
|
92438
|
-
"name": "
|
|
92439
|
-
"default": "new
|
|
92433
|
+
"name": "_get",
|
|
92434
|
+
"default": "new STRING(undefined, this, 'get')"
|
|
92440
92435
|
},
|
|
92441
92436
|
{
|
|
92442
92437
|
"kind": "field",
|
|
92443
|
-
"name": "
|
|
92444
|
-
"default": "new
|
|
92438
|
+
"name": "_put",
|
|
92439
|
+
"default": "new STRING(undefined, this, 'put')"
|
|
92445
92440
|
},
|
|
92446
92441
|
{
|
|
92447
92442
|
"kind": "field",
|
|
92448
|
-
"name": "
|
|
92449
|
-
"default": "new
|
|
92443
|
+
"name": "_post",
|
|
92444
|
+
"default": "new STRING(undefined, this, 'post')"
|
|
92450
92445
|
},
|
|
92451
92446
|
{
|
|
92452
92447
|
"kind": "field",
|
|
92453
|
-
"name": "
|
|
92454
|
-
"default": "new
|
|
92448
|
+
"name": "_delete",
|
|
92449
|
+
"default": "new STRING(undefined, this, 'delete')"
|
|
92455
92450
|
},
|
|
92456
92451
|
{
|
|
92457
92452
|
"kind": "field",
|
|
92458
|
-
"name": "
|
|
92459
|
-
"default": "new
|
|
92453
|
+
"name": "_patch",
|
|
92454
|
+
"default": "new STRING(undefined, this, 'patch')"
|
|
92460
92455
|
},
|
|
92461
92456
|
{
|
|
92462
92457
|
"kind": "field",
|
|
92463
|
-
"name": "
|
|
92464
|
-
"default": "new
|
|
92458
|
+
"name": "_custom",
|
|
92459
|
+
"default": "new GoogleApiCustomHttpPattern(undefined, this, 'custom')"
|
|
92465
92460
|
},
|
|
92466
92461
|
{
|
|
92467
92462
|
"kind": "field",
|
|
92468
|
-
"name": "
|
|
92469
|
-
"default": "new
|
|
92463
|
+
"name": "_body",
|
|
92464
|
+
"default": "new STRING(undefined, this, 'body')"
|
|
92470
92465
|
},
|
|
92471
92466
|
{
|
|
92472
92467
|
"kind": "field",
|
|
92473
|
-
"name": "
|
|
92474
|
-
"default": "new
|
|
92468
|
+
"name": "_responseBody",
|
|
92469
|
+
"default": "new STRING(undefined, this, 'responseBody')"
|
|
92470
|
+
},
|
|
92471
|
+
{
|
|
92472
|
+
"kind": "field",
|
|
92473
|
+
"name": "_additionalBindings",
|
|
92474
|
+
"default": "new ARRAY(undefined, this, 'additionalBindings')"
|
|
92475
92475
|
},
|
|
92476
92476
|
{
|
|
92477
92477
|
"kind": "field",
|
|
@@ -93302,17 +93302,17 @@
|
|
|
93302
93302
|
"exports": [
|
|
93303
93303
|
{
|
|
93304
93304
|
"kind": "js",
|
|
93305
|
-
"name": "
|
|
93305
|
+
"name": "HttpRule",
|
|
93306
93306
|
"declaration": {
|
|
93307
|
-
"name": "
|
|
93308
|
-
"module": "dist/protoc-gen-open-models/
|
|
93307
|
+
"name": "HttpRule",
|
|
93308
|
+
"module": "dist/protoc-gen-open-models/google/api/HttpRule.js"
|
|
93309
93309
|
}
|
|
93310
93310
|
}
|
|
93311
93311
|
]
|
|
93312
93312
|
},
|
|
93313
93313
|
{
|
|
93314
93314
|
"kind": "javascript-module",
|
|
93315
|
-
"path": "dist/protoc-gen-open-models/
|
|
93315
|
+
"path": "dist/protoc-gen-open-models/google/api/HttpRule.js.map",
|
|
93316
93316
|
"declarations": [],
|
|
93317
93317
|
"exports": []
|
|
93318
93318
|
},
|
|
@@ -175402,6 +175402,19 @@
|
|
|
175402
175402
|
],
|
|
175403
175403
|
"description": "The push() method of Array instances adds the specified elements to the end of an array and returns the new length of the array.\nParams:\nelement1 … elementN – The element(s) to add to the end of the array.\nReturns:\nThe new length property of the object upon which the method was called"
|
|
175404
175404
|
},
|
|
175405
|
+
{
|
|
175406
|
+
"kind": "method",
|
|
175407
|
+
"name": "moveItem",
|
|
175408
|
+
"parameters": [
|
|
175409
|
+
{
|
|
175410
|
+
"name": "fromIndex"
|
|
175411
|
+
},
|
|
175412
|
+
{
|
|
175413
|
+
"name": "toIndex"
|
|
175414
|
+
}
|
|
175415
|
+
],
|
|
175416
|
+
"description": "Moves an item in the array"
|
|
175417
|
+
},
|
|
175405
175418
|
{
|
|
175406
175419
|
"kind": "method",
|
|
175407
175420
|
"name": "__pushWithoutNotifications",
|
|
@@ -175448,6 +175461,21 @@
|
|
|
175448
175461
|
}
|
|
175449
175462
|
]
|
|
175450
175463
|
},
|
|
175464
|
+
{
|
|
175465
|
+
"kind": "method",
|
|
175466
|
+
"name": "spliceT",
|
|
175467
|
+
"parameters": [
|
|
175468
|
+
{
|
|
175469
|
+
"name": "start"
|
|
175470
|
+
},
|
|
175471
|
+
{
|
|
175472
|
+
"name": "deleteCount"
|
|
175473
|
+
},
|
|
175474
|
+
{
|
|
175475
|
+
"name": "items"
|
|
175476
|
+
}
|
|
175477
|
+
]
|
|
175478
|
+
},
|
|
175451
175479
|
{
|
|
175452
175480
|
"kind": "method",
|
|
175453
175481
|
"name": "unshift",
|
|
@@ -187775,7 +187803,7 @@
|
|
|
187775
187803
|
"declarations": [
|
|
187776
187804
|
{
|
|
187777
187805
|
"kind": "class",
|
|
187778
|
-
"description": "",
|
|
187806
|
+
"description": "Struct represents a structured data value, consisting of fields which map to dynamically typed values. In some languages, Struct might be supported by a native representation. For example, in scripting languages like JS a struct is represented as an object. The details of that representation are described together with the proto support for the language.\n\nThe JSON representation for Struct is JSON object.\n\nhttps://protobuf.dev/reference/protobuf/google.protobuf/#struct",
|
|
187779
187807
|
"name": "Struct",
|
|
187780
187808
|
"members": [
|
|
187781
187809
|
{
|
|
@@ -187869,9 +187897,9 @@
|
|
|
187869
187897
|
"kind": "field",
|
|
187870
187898
|
"name": "_value",
|
|
187871
187899
|
"type": {
|
|
187872
|
-
"text": "
|
|
187900
|
+
"text": "object"
|
|
187873
187901
|
},
|
|
187874
|
-
"default": "
|
|
187902
|
+
"default": "{}"
|
|
187875
187903
|
},
|
|
187876
187904
|
{
|
|
187877
187905
|
"kind": "field",
|