summaryrefslogtreecommitdiff
path: root/frontend-old/node_modules/protobufjs/google/api
diff options
context:
space:
mode:
Diffstat (limited to 'frontend-old/node_modules/protobufjs/google/api')
-rw-r--r--frontend-old/node_modules/protobufjs/google/api/annotations.json83
-rw-r--r--frontend-old/node_modules/protobufjs/google/api/annotations.proto11
-rw-r--r--frontend-old/node_modules/protobufjs/google/api/http.json86
-rw-r--r--frontend-old/node_modules/protobufjs/google/api/http.proto31
4 files changed, 0 insertions, 211 deletions
diff --git a/frontend-old/node_modules/protobufjs/google/api/annotations.json b/frontend-old/node_modules/protobufjs/google/api/annotations.json
deleted file mode 100644
index 3f13a73..0000000
--- a/frontend-old/node_modules/protobufjs/google/api/annotations.json
+++ /dev/null
@@ -1,83 +0,0 @@
-{
- "nested": {
- "google": {
- "nested": {
- "api": {
- "nested": {
- "http": {
- "type": "HttpRule",
- "id": 72295728,
- "extend": "google.protobuf.MethodOptions"
- },
- "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
- }
- }
- }
- }
- },
- "protobuf": {
- "nested": {
- "MethodOptions": {
- "fields": {},
- "extensions": [
- [
- 1000,
- 536870911
- ]
- ]
- }
- }
- }
- }
- }
- }
-} \ No newline at end of file
diff --git a/frontend-old/node_modules/protobufjs/google/api/annotations.proto b/frontend-old/node_modules/protobufjs/google/api/annotations.proto
deleted file mode 100644
index 63a8eef..0000000
--- a/frontend-old/node_modules/protobufjs/google/api/annotations.proto
+++ /dev/null
@@ -1,11 +0,0 @@
-syntax = "proto3";
-
-package google.api;
-
-import "google/api/http.proto";
-import "google/protobuf/descriptor.proto";
-
-extend google.protobuf.MethodOptions {
-
- HttpRule http = 72295728;
-} \ No newline at end of file
diff --git a/frontend-old/node_modules/protobufjs/google/api/http.json b/frontend-old/node_modules/protobufjs/google/api/http.json
deleted file mode 100644
index e3a0f4f..0000000
--- a/frontend-old/node_modules/protobufjs/google/api/http.json
+++ /dev/null
@@ -1,86 +0,0 @@
-{
- "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
diff --git a/frontend-old/node_modules/protobufjs/google/api/http.proto b/frontend-old/node_modules/protobufjs/google/api/http.proto
deleted file mode 100644
index e9a7e9d..0000000
--- a/frontend-old/node_modules/protobufjs/google/api/http.proto
+++ /dev/null
@@ -1,31 +0,0 @@
-syntax = "proto3";
-
-package google.api;
-
-message Http {
-
- repeated HttpRule rules = 1;
-}
-
-message HttpRule {
-
- oneof pattern {
-
- string get = 2;
- string put = 3;
- string post = 4;
- string delete = 5;
- string patch = 6;
- CustomHttpPattern custom = 8;
- }
-
- string selector = 1;
- string body = 7;
- repeated HttpRule additional_bindings = 11;
-}
-
-message CustomHttpPattern {
-
- string kind = 1;
- string path = 2;
-} \ No newline at end of file