summaryrefslogtreecommitdiff
path: root/frontend-old/node_modules/protobufjs/google/api/http.json
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2025-11-09 11:15:19 +0800
committeraltaf-creator <dev@altafcreator.com>2025-11-09 11:15:19 +0800
commit8eff962cab608341a6f2fedc640a0e32d96f26e2 (patch)
tree05534d1a720ddc3691d346c69b4972555820a061 /frontend-old/node_modules/protobufjs/google/api/http.json
pain
Diffstat (limited to 'frontend-old/node_modules/protobufjs/google/api/http.json')
-rw-r--r--frontend-old/node_modules/protobufjs/google/api/http.json86
1 files changed, 86 insertions, 0 deletions
diff --git a/frontend-old/node_modules/protobufjs/google/api/http.json b/frontend-old/node_modules/protobufjs/google/api/http.json
new file mode 100644
index 0000000..e3a0f4f
--- /dev/null
+++ b/frontend-old/node_modules/protobufjs/google/api/http.json
@@ -0,0 +1,86 @@
+{
+ "nested": {
+ "google": {
+ "nested": {
+ "api": {
+ "nested": {
+ "Http": {
+ "fields": {
+ "rules": {
+ "rule": "repeated",
+ "type": "HttpRule",
+ "id": 1
+ }
+ }
+ },
+ "HttpRule": {
+ "oneofs": {
+ "pattern": {
+ "oneof": [
+ "get",
+ "put",
+ "post",
+ "delete",
+ "patch",
+ "custom"
+ ]
+ }
+ },
+ "fields": {
+ "get": {
+ "type": "string",
+ "id": 2
+ },
+ "put": {
+ "type": "string",
+ "id": 3
+ },
+ "post": {
+ "type": "string",
+ "id": 4
+ },
+ "delete": {
+ "type": "string",
+ "id": 5
+ },
+ "patch": {
+ "type": "string",
+ "id": 6
+ },
+ "custom": {
+ "type": "CustomHttpPattern",
+ "id": 8
+ },
+ "selector": {
+ "type": "string",
+ "id": 1
+ },
+ "body": {
+ "type": "string",
+ "id": 7
+ },
+ "additionalBindings": {
+ "rule": "repeated",
+ "type": "HttpRule",
+ "id": 11
+ }
+ }
+ },
+ "CustomHttpPattern": {
+ "fields": {
+ "kind": {
+ "type": "string",
+ "id": 1
+ },
+ "path": {
+ "type": "string",
+ "id": 2
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+} \ No newline at end of file