@hyperlane-xyz/cosmos-types 11.0.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.
Files changed (130) hide show
  1. package/README.md +37 -0
  2. package/dist/index.d.ts +22 -0
  3. package/dist/index.d.ts.map +1 -0
  4. package/dist/index.js +22 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/types/cosmos/app/v1alpha1/module.d.ts +204 -0
  7. package/dist/types/cosmos/app/v1alpha1/module.d.ts.map +1 -0
  8. package/dist/types/cosmos/app/v1alpha1/module.js +218 -0
  9. package/dist/types/cosmos/app/v1alpha1/module.js.map +1 -0
  10. package/dist/types/cosmos/base/query/v1beta1/pagination.d.ts +129 -0
  11. package/dist/types/cosmos/base/query/v1beta1/pagination.d.ts.map +1 -0
  12. package/dist/types/cosmos/base/query/v1beta1/pagination.js +231 -0
  13. package/dist/types/cosmos/base/query/v1beta1/pagination.js.map +1 -0
  14. package/dist/types/cosmos/base/v1beta1/coin.d.ts +74 -0
  15. package/dist/types/cosmos/base/v1beta1/coin.d.ts.map +1 -0
  16. package/dist/types/cosmos/base/v1beta1/coin.js +144 -0
  17. package/dist/types/cosmos/base/v1beta1/coin.js.map +1 -0
  18. package/dist/types/cosmos/msg/v1/msg.d.ts +2 -0
  19. package/dist/types/cosmos/msg/v1/msg.d.ts.map +1 -0
  20. package/dist/types/cosmos/msg/v1/msg.js +8 -0
  21. package/dist/types/cosmos/msg/v1/msg.js.map +1 -0
  22. package/dist/types/cosmos_proto/cosmos.d.ts +116 -0
  23. package/dist/types/cosmos_proto/cosmos.d.ts.map +1 -0
  24. package/dist/types/cosmos_proto/cosmos.js +223 -0
  25. package/dist/types/cosmos_proto/cosmos.js.map +1 -0
  26. package/dist/types/gogoproto/gogo.d.ts +2 -0
  27. package/dist/types/gogoproto/gogo.d.ts.map +1 -0
  28. package/dist/types/gogoproto/gogo.js +8 -0
  29. package/dist/types/gogoproto/gogo.js.map +1 -0
  30. package/dist/types/google/api/annotations.d.ts +2 -0
  31. package/dist/types/google/api/annotations.d.ts.map +1 -0
  32. package/dist/types/google/api/annotations.js +8 -0
  33. package/dist/types/google/api/annotations.js.map +1 -0
  34. package/dist/types/google/api/http.d.ts +3023 -0
  35. package/dist/types/google/api/http.d.ts.map +1 -0
  36. package/dist/types/google/api/http.js +353 -0
  37. package/dist/types/google/api/http.js.map +1 -0
  38. package/dist/types/google/protobuf/any.d.ts +155 -0
  39. package/dist/types/google/protobuf/any.d.ts.map +1 -0
  40. package/dist/types/google/protobuf/any.js +107 -0
  41. package/dist/types/google/protobuf/any.js.map +1 -0
  42. package/dist/types/google/protobuf/descriptor.d.ts +112572 -0
  43. package/dist/types/google/protobuf/descriptor.d.ts.map +1 -0
  44. package/dist/types/google/protobuf/descriptor.js +4418 -0
  45. package/dist/types/google/protobuf/descriptor.js.map +1 -0
  46. package/dist/types/hyperlane/core/interchain_security/v1/genesis.d.ts +159 -0
  47. package/dist/types/hyperlane/core/interchain_security/v1/genesis.d.ts.map +1 -0
  48. package/dist/types/hyperlane/core/interchain_security/v1/genesis.js +197 -0
  49. package/dist/types/hyperlane/core/interchain_security/v1/genesis.js.map +1 -0
  50. package/dist/types/hyperlane/core/interchain_security/v1/query.d.ts +321 -0
  51. package/dist/types/hyperlane/core/interchain_security/v1/query.d.ts.map +1 -0
  52. package/dist/types/hyperlane/core/interchain_security/v1/query.js +529 -0
  53. package/dist/types/hyperlane/core/interchain_security/v1/query.js.map +1 -0
  54. package/dist/types/hyperlane/core/interchain_security/v1/tx.d.ts +249 -0
  55. package/dist/types/hyperlane/core/interchain_security/v1/tx.d.ts.map +1 -0
  56. package/dist/types/hyperlane/core/interchain_security/v1/tx.js +576 -0
  57. package/dist/types/hyperlane/core/interchain_security/v1/tx.js.map +1 -0
  58. package/dist/types/hyperlane/core/interchain_security/v1/types.d.ts +125 -0
  59. package/dist/types/hyperlane/core/interchain_security/v1/types.d.ts.map +1 -0
  60. package/dist/types/hyperlane/core/interchain_security/v1/types.js +274 -0
  61. package/dist/types/hyperlane/core/interchain_security/v1/types.js.map +1 -0
  62. package/dist/types/hyperlane/core/module/v1/module.d.ts +41 -0
  63. package/dist/types/hyperlane/core/module/v1/module.d.ts.map +1 -0
  64. package/dist/types/hyperlane/core/module/v1/module.js +66 -0
  65. package/dist/types/hyperlane/core/module/v1/module.js.map +1 -0
  66. package/dist/types/hyperlane/core/post_dispatch/v1/events.d.ts +151 -0
  67. package/dist/types/hyperlane/core/post_dispatch/v1/events.d.ts.map +1 -0
  68. package/dist/types/hyperlane/core/post_dispatch/v1/events.js +364 -0
  69. package/dist/types/hyperlane/core/post_dispatch/v1/events.js.map +1 -0
  70. package/dist/types/hyperlane/core/post_dispatch/v1/genesis.d.ts +407 -0
  71. package/dist/types/hyperlane/core/post_dispatch/v1/genesis.d.ts.map +1 -0
  72. package/dist/types/hyperlane/core/post_dispatch/v1/genesis.js +240 -0
  73. package/dist/types/hyperlane/core/post_dispatch/v1/genesis.js.map +1 -0
  74. package/dist/types/hyperlane/core/post_dispatch/v1/query.d.ts +1200 -0
  75. package/dist/types/hyperlane/core/post_dispatch/v1/query.d.ts.map +1 -0
  76. package/dist/types/hyperlane/core/post_dispatch/v1/query.js +1280 -0
  77. package/dist/types/hyperlane/core/post_dispatch/v1/query.js.map +1 -0
  78. package/dist/types/hyperlane/core/post_dispatch/v1/tx.d.ts +439 -0
  79. package/dist/types/hyperlane/core/post_dispatch/v1/tx.d.ts.map +1 -0
  80. package/dist/types/hyperlane/core/post_dispatch/v1/tx.js +921 -0
  81. package/dist/types/hyperlane/core/post_dispatch/v1/tx.js.map +1 -0
  82. package/dist/types/hyperlane/core/post_dispatch/v1/types.d.ts +274 -0
  83. package/dist/types/hyperlane/core/post_dispatch/v1/types.d.ts.map +1 -0
  84. package/dist/types/hyperlane/core/post_dispatch/v1/types.js +527 -0
  85. package/dist/types/hyperlane/core/post_dispatch/v1/types.js.map +1 -0
  86. package/dist/types/hyperlane/core/v1/events.d.ts +110 -0
  87. package/dist/types/hyperlane/core/v1/events.d.ts.map +1 -0
  88. package/dist/types/hyperlane/core/v1/events.js +267 -0
  89. package/dist/types/hyperlane/core/v1/events.js.map +1 -0
  90. package/dist/types/hyperlane/core/v1/genesis.d.ts +712 -0
  91. package/dist/types/hyperlane/core/v1/genesis.d.ts.map +1 -0
  92. package/dist/types/hyperlane/core/v1/genesis.js +260 -0
  93. package/dist/types/hyperlane/core/v1/genesis.js.map +1 -0
  94. package/dist/types/hyperlane/core/v1/query.d.ts +471 -0
  95. package/dist/types/hyperlane/core/v1/query.d.ts.map +1 -0
  96. package/dist/types/hyperlane/core/v1/query.js +655 -0
  97. package/dist/types/hyperlane/core/v1/query.js.map +1 -0
  98. package/dist/types/hyperlane/core/v1/tx.d.ts +213 -0
  99. package/dist/types/hyperlane/core/v1/tx.d.ts.map +1 -0
  100. package/dist/types/hyperlane/core/v1/tx.js +522 -0
  101. package/dist/types/hyperlane/core/v1/tx.js.map +1 -0
  102. package/dist/types/hyperlane/core/v1/types.d.ts +76 -0
  103. package/dist/types/hyperlane/core/v1/types.d.ts.map +1 -0
  104. package/dist/types/hyperlane/core/v1/types.js +183 -0
  105. package/dist/types/hyperlane/core/v1/types.js.map +1 -0
  106. package/dist/types/hyperlane/warp/module/v1/module.d.ts +46 -0
  107. package/dist/types/hyperlane/warp/module/v1/module.d.ts.map +1 -0
  108. package/dist/types/hyperlane/warp/module/v1/module.js +91 -0
  109. package/dist/types/hyperlane/warp/module/v1/module.js.map +1 -0
  110. package/dist/types/hyperlane/warp/v1/events.d.ts +39 -0
  111. package/dist/types/hyperlane/warp/v1/events.d.ts.map +1 -0
  112. package/dist/types/hyperlane/warp/v1/events.js +82 -0
  113. package/dist/types/hyperlane/warp/v1/events.js.map +1 -0
  114. package/dist/types/hyperlane/warp/v1/genesis.d.ts +252 -0
  115. package/dist/types/hyperlane/warp/v1/genesis.d.ts.map +1 -0
  116. package/dist/types/hyperlane/warp/v1/genesis.js +182 -0
  117. package/dist/types/hyperlane/warp/v1/genesis.js.map +1 -0
  118. package/dist/types/hyperlane/warp/v1/query.d.ts +623 -0
  119. package/dist/types/hyperlane/warp/v1/query.d.ts.map +1 -0
  120. package/dist/types/hyperlane/warp/v1/query.js +803 -0
  121. package/dist/types/hyperlane/warp/v1/query.js.map +1 -0
  122. package/dist/types/hyperlane/warp/v1/tx.d.ts +399 -0
  123. package/dist/types/hyperlane/warp/v1/tx.d.ts.map +1 -0
  124. package/dist/types/hyperlane/warp/v1/tx.js +936 -0
  125. package/dist/types/hyperlane/warp/v1/tx.js.map +1 -0
  126. package/dist/types/hyperlane/warp/v1/types.d.ts +118 -0
  127. package/dist/types/hyperlane/warp/v1/types.d.ts.map +1 -0
  128. package/dist/types/hyperlane/warp/v1/types.js +340 -0
  129. package/dist/types/hyperlane/warp/v1/types.js.map +1 -0
  130. package/package.json +48 -0
@@ -0,0 +1,3023 @@
1
+ import _m0 from 'protobufjs/minimal.js';
2
+ export declare const protobufPackage = "google.api";
3
+ /**
4
+ * Defines the HTTP configuration for an API service. It contains a list of
5
+ * [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
6
+ * to one or more HTTP REST API methods.
7
+ */
8
+ export interface Http {
9
+ /**
10
+ * A list of HTTP configuration rules that apply to individual API methods.
11
+ *
12
+ * **NOTE:** All service configuration rules follow "last one wins" order.
13
+ */
14
+ rules: HttpRule[];
15
+ /**
16
+ * When set to true, URL path parameters will be fully URI-decoded except in
17
+ * cases of single segment matches in reserved expansion, where "%2F" will be
18
+ * left encoded.
19
+ *
20
+ * The default behavior is to not decode RFC 6570 reserved characters in multi
21
+ * segment matches.
22
+ */
23
+ fully_decode_reserved_expansion: boolean;
24
+ }
25
+ /**
26
+ * # gRPC Transcoding
27
+ *
28
+ * gRPC Transcoding is a feature for mapping between a gRPC method and one or
29
+ * more HTTP REST endpoints. It allows developers to build a single API service
30
+ * that supports both gRPC APIs and REST APIs. Many systems, including [Google
31
+ * APIs](https://github.com/googleapis/googleapis),
32
+ * [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC
33
+ * Gateway](https://github.com/grpc-ecosystem/grpc-gateway),
34
+ * and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature
35
+ * and use it for large scale production services.
36
+ *
37
+ * `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies
38
+ * how different portions of the gRPC request message are mapped to the URL
39
+ * path, URL query parameters, and HTTP request body. It also controls how the
40
+ * gRPC response message is mapped to the HTTP response body. `HttpRule` is
41
+ * typically specified as an `google.api.http` annotation on the gRPC method.
42
+ *
43
+ * Each mapping specifies a URL path template and an HTTP method. The path
44
+ * template may refer to one or more fields in the gRPC request message, as long
45
+ * as each field is a non-repeated field with a primitive (non-message) type.
46
+ * The path template controls how fields of the request message are mapped to
47
+ * the URL path.
48
+ *
49
+ * Example:
50
+ *
51
+ * service Messaging {
52
+ * rpc GetMessage(GetMessageRequest) returns (Message) {
53
+ * option (google.api.http) = {
54
+ * get: "/v1/{name=messages/*}"
55
+ * };
56
+ * }
57
+ * }
58
+ * message GetMessageRequest {
59
+ * string name = 1; // Mapped to URL path.
60
+ * }
61
+ * message Message {
62
+ * string text = 1; // The resource content.
63
+ * }
64
+ *
65
+ * This enables an HTTP REST to gRPC mapping as below:
66
+ *
67
+ * HTTP | gRPC
68
+ * -----|-----
69
+ * `GET /v1/messages/123456` | `GetMessage(name: "messages/123456")`
70
+ *
71
+ * Any fields in the request message which are not bound by the path template
72
+ * automatically become HTTP query parameters if there is no HTTP request body.
73
+ * For example:
74
+ *
75
+ * service Messaging {
76
+ * rpc GetMessage(GetMessageRequest) returns (Message) {
77
+ * option (google.api.http) = {
78
+ * get:"/v1/messages/{message_id}"
79
+ * };
80
+ * }
81
+ * }
82
+ * message GetMessageRequest {
83
+ * message SubMessage {
84
+ * string subfield = 1;
85
+ * }
86
+ * string message_id = 1; // Mapped to URL path.
87
+ * int64 revision = 2; // Mapped to URL query parameter `revision`.
88
+ * SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.
89
+ * }
90
+ *
91
+ * This enables a HTTP JSON to RPC mapping as below:
92
+ *
93
+ * HTTP | gRPC
94
+ * -----|-----
95
+ * `GET /v1/messages/123456?revision=2&sub.subfield=foo` |
96
+ * `GetMessage(message_id: "123456" revision: 2 sub: SubMessage(subfield:
97
+ * "foo"))`
98
+ *
99
+ * Note that fields which are mapped to URL query parameters must have a
100
+ * primitive type or a repeated primitive type or a non-repeated message type.
101
+ * In the case of a repeated type, the parameter can be repeated in the URL
102
+ * as `...?param=A&param=B`. In the case of a message type, each field of the
103
+ * message is mapped to a separate parameter, such as
104
+ * `...?foo.a=A&foo.b=B&foo.c=C`.
105
+ *
106
+ * For HTTP methods that allow a request body, the `body` field
107
+ * specifies the mapping. Consider a REST update method on the
108
+ * message resource collection:
109
+ *
110
+ * service Messaging {
111
+ * rpc UpdateMessage(UpdateMessageRequest) returns (Message) {
112
+ * option (google.api.http) = {
113
+ * patch: "/v1/messages/{message_id}"
114
+ * body: "message"
115
+ * };
116
+ * }
117
+ * }
118
+ * message UpdateMessageRequest {
119
+ * string message_id = 1; // mapped to the URL
120
+ * Message message = 2; // mapped to the body
121
+ * }
122
+ *
123
+ * The following HTTP JSON to RPC mapping is enabled, where the
124
+ * representation of the JSON in the request body is determined by
125
+ * protos JSON encoding:
126
+ *
127
+ * HTTP | gRPC
128
+ * -----|-----
129
+ * `PATCH /v1/messages/123456 { "text": "Hi!" }` | `UpdateMessage(message_id:
130
+ * "123456" message { text: "Hi!" })`
131
+ *
132
+ * The special name `*` can be used in the body mapping to define that
133
+ * every field not bound by the path template should be mapped to the
134
+ * request body. This enables the following alternative definition of
135
+ * the update method:
136
+ *
137
+ * service Messaging {
138
+ * rpc UpdateMessage(Message) returns (Message) {
139
+ * option (google.api.http) = {
140
+ * patch: "/v1/messages/{message_id}"
141
+ * body: "*"
142
+ * };
143
+ * }
144
+ * }
145
+ * message Message {
146
+ * string message_id = 1;
147
+ * string text = 2;
148
+ * }
149
+ *
150
+ * The following HTTP JSON to RPC mapping is enabled:
151
+ *
152
+ * HTTP | gRPC
153
+ * -----|-----
154
+ * `PATCH /v1/messages/123456 { "text": "Hi!" }` | `UpdateMessage(message_id:
155
+ * "123456" text: "Hi!")`
156
+ *
157
+ * Note that when using `*` in the body mapping, it is not possible to
158
+ * have HTTP parameters, as all fields not bound by the path end in
159
+ * the body. This makes this option more rarely used in practice when
160
+ * defining REST APIs. The common usage of `*` is in custom methods
161
+ * which don't use the URL at all for transferring data.
162
+ *
163
+ * It is possible to define multiple HTTP methods for one RPC by using
164
+ * the `additional_bindings` option. Example:
165
+ *
166
+ * service Messaging {
167
+ * rpc GetMessage(GetMessageRequest) returns (Message) {
168
+ * option (google.api.http) = {
169
+ * get: "/v1/messages/{message_id}"
170
+ * additional_bindings {
171
+ * get: "/v1/users/{user_id}/messages/{message_id}"
172
+ * }
173
+ * };
174
+ * }
175
+ * }
176
+ * message GetMessageRequest {
177
+ * string message_id = 1;
178
+ * string user_id = 2;
179
+ * }
180
+ *
181
+ * This enables the following two alternative HTTP JSON to RPC mappings:
182
+ *
183
+ * HTTP | gRPC
184
+ * -----|-----
185
+ * `GET /v1/messages/123456` | `GetMessage(message_id: "123456")`
186
+ * `GET /v1/users/me/messages/123456` | `GetMessage(user_id: "me" message_id:
187
+ * "123456")`
188
+ *
189
+ * ## Rules for HTTP mapping
190
+ *
191
+ * 1. Leaf request fields (recursive expansion nested messages in the request
192
+ * message) are classified into three categories:
193
+ * - Fields referred by the path template. They are passed via the URL path.
194
+ * - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They
195
+ * are passed via the HTTP
196
+ * request body.
197
+ * - All other fields are passed via the URL query parameters, and the
198
+ * parameter name is the field path in the request message. A repeated
199
+ * field can be represented as multiple query parameters under the same
200
+ * name.
201
+ * 2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL
202
+ * query parameter, all fields
203
+ * are passed via URL path and HTTP request body.
204
+ * 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP
205
+ * request body, all
206
+ * fields are passed via URL path and URL query parameters.
207
+ *
208
+ * ### Path template syntax
209
+ *
210
+ * Template = "/" Segments [ Verb ] ;
211
+ * Segments = Segment { "/" Segment } ;
212
+ * Segment = "*" | "**" | LITERAL | Variable ;
213
+ * Variable = "{" FieldPath [ "=" Segments ] "}" ;
214
+ * FieldPath = IDENT { "." IDENT } ;
215
+ * Verb = ":" LITERAL ;
216
+ *
217
+ * The syntax `*` matches a single URL path segment. The syntax `**` matches
218
+ * zero or more URL path segments, which must be the last part of the URL path
219
+ * except the `Verb`.
220
+ *
221
+ * The syntax `Variable` matches part of the URL path as specified by its
222
+ * template. A variable template must not contain other variables. If a variable
223
+ * matches a single path segment, its template may be omitted, e.g. `{var}`
224
+ * is equivalent to `{var=*}`.
225
+ *
226
+ * The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`
227
+ * contains any reserved character, such characters should be percent-encoded
228
+ * before the matching.
229
+ *
230
+ * If a variable contains exactly one path segment, such as `"{var}"` or
231
+ * `"{var=*}"`, when such a variable is expanded into a URL path on the client
232
+ * side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The
233
+ * server side does the reverse decoding. Such variables show up in the
234
+ * [Discovery
235
+ * Document](https://developers.google.com/discovery/v1/reference/apis) as
236
+ * `{var}`.
237
+ *
238
+ * If a variable contains multiple path segments, such as `"{var=foo/*}"`
239
+ * or `"{var=**}"`, when such a variable is expanded into a URL path on the
240
+ * client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.
241
+ * The server side does the reverse decoding, except "%2F" and "%2f" are left
242
+ * unchanged. Such variables show up in the
243
+ * [Discovery
244
+ * Document](https://developers.google.com/discovery/v1/reference/apis) as
245
+ * `{+var}`.
246
+ *
247
+ * ## Using gRPC API Service Configuration
248
+ *
249
+ * gRPC API Service Configuration (service config) is a configuration language
250
+ * for configuring a gRPC service to become a user-facing product. The
251
+ * service config is simply the YAML representation of the `google.api.Service`
252
+ * proto message.
253
+ *
254
+ * As an alternative to annotating your proto file, you can configure gRPC
255
+ * transcoding in your service config YAML files. You do this by specifying a
256
+ * `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same
257
+ * effect as the proto annotation. This can be particularly useful if you
258
+ * have a proto that is reused in multiple services. Note that any transcoding
259
+ * specified in the service config will override any matching transcoding
260
+ * configuration in the proto.
261
+ *
262
+ * Example:
263
+ *
264
+ * http:
265
+ * rules:
266
+ * # Selects a gRPC method and applies HttpRule to it.
267
+ * - selector: example.v1.Messaging.GetMessage
268
+ * get: /v1/messages/{message_id}/{sub.subfield}
269
+ *
270
+ * ## Special notes
271
+ *
272
+ * When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the
273
+ * proto to JSON conversion must follow the [proto3
274
+ * specification](https://developers.google.com/protocol-buffers/docs/proto3#json).
275
+ *
276
+ * While the single segment variable follows the semantics of
277
+ * [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String
278
+ * Expansion, the multi segment variable **does not** follow RFC 6570 Section
279
+ * 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion
280
+ * does not expand special characters like `?` and `#`, which would lead
281
+ * to invalid URLs. As the result, gRPC Transcoding uses a custom encoding
282
+ * for multi segment variables.
283
+ *
284
+ * The path variables **must not** refer to any repeated or mapped field,
285
+ * because client libraries are not capable of handling such variable expansion.
286
+ *
287
+ * The path variables **must not** capture the leading "/" character. The reason
288
+ * is that the most common use case "{var}" does not capture the leading "/"
289
+ * character. For consistency, all path variables must share the same behavior.
290
+ *
291
+ * Repeated message fields must not be mapped to URL query parameters, because
292
+ * no client library can support such complicated mapping.
293
+ *
294
+ * If an API needs to use a JSON array for request or response body, it can map
295
+ * the request or response body to a repeated field. However, some gRPC
296
+ * Transcoding implementations may not support this feature.
297
+ */
298
+ export interface HttpRule {
299
+ /**
300
+ * Selects a method to which this rule applies.
301
+ *
302
+ * Refer to [selector][google.api.DocumentationRule.selector] for syntax
303
+ * details.
304
+ */
305
+ selector: string;
306
+ /**
307
+ * Maps to HTTP GET. Used for listing and getting information about
308
+ * resources.
309
+ */
310
+ get?: string | undefined;
311
+ /** Maps to HTTP PUT. Used for replacing a resource. */
312
+ put?: string | undefined;
313
+ /** Maps to HTTP POST. Used for creating a resource or performing an action. */
314
+ post?: string | undefined;
315
+ /** Maps to HTTP DELETE. Used for deleting a resource. */
316
+ delete?: string | undefined;
317
+ /** Maps to HTTP PATCH. Used for updating a resource. */
318
+ patch?: string | undefined;
319
+ /**
320
+ * The custom pattern is used for specifying an HTTP method that is not
321
+ * included in the `pattern` field, such as HEAD, or "*" to leave the
322
+ * HTTP method unspecified for this rule. The wild-card rule is useful
323
+ * for services that provide content to Web (HTML) clients.
324
+ */
325
+ custom?: CustomHttpPattern | undefined;
326
+ /**
327
+ * The name of the request field whose value is mapped to the HTTP request
328
+ * body, or `*` for mapping all request fields not captured by the path
329
+ * pattern to the HTTP body, or omitted for not having any HTTP request body.
330
+ *
331
+ * NOTE: the referred field must be present at the top-level of the request
332
+ * message type.
333
+ */
334
+ body: string;
335
+ /**
336
+ * Optional. The name of the response field whose value is mapped to the HTTP
337
+ * response body. When omitted, the entire response message will be used
338
+ * as the HTTP response body.
339
+ *
340
+ * NOTE: The referred field must be present at the top-level of the response
341
+ * message type.
342
+ */
343
+ response_body: string;
344
+ /**
345
+ * Additional HTTP bindings for the selector. Nested bindings must
346
+ * not contain an `additional_bindings` field themselves (that is,
347
+ * the nesting may only be one level deep).
348
+ */
349
+ additional_bindings: HttpRule[];
350
+ }
351
+ /** A custom pattern is used for defining custom HTTP verb. */
352
+ export interface CustomHttpPattern {
353
+ /** The name of this custom HTTP verb. */
354
+ kind: string;
355
+ /** The path matched by this custom verb. */
356
+ path: string;
357
+ }
358
+ export declare const Http: {
359
+ encode(message: Http, writer?: _m0.Writer): _m0.Writer;
360
+ decode(input: _m0.Reader | Uint8Array, length?: number): Http;
361
+ fromJSON(object: any): Http;
362
+ toJSON(message: Http): unknown;
363
+ create<I extends {
364
+ rules?: {
365
+ selector?: string | undefined;
366
+ get?: string | undefined;
367
+ put?: string | undefined;
368
+ post?: string | undefined;
369
+ delete?: string | undefined;
370
+ patch?: string | undefined;
371
+ custom?: {
372
+ kind?: string | undefined;
373
+ path?: string | undefined;
374
+ } | undefined;
375
+ body?: string | undefined;
376
+ response_body?: string | undefined;
377
+ additional_bindings?: any[] | undefined;
378
+ }[] | undefined;
379
+ fully_decode_reserved_expansion?: boolean | undefined;
380
+ } & {
381
+ rules?: ({
382
+ selector?: string | undefined;
383
+ get?: string | undefined;
384
+ put?: string | undefined;
385
+ post?: string | undefined;
386
+ delete?: string | undefined;
387
+ patch?: string | undefined;
388
+ custom?: {
389
+ kind?: string | undefined;
390
+ path?: string | undefined;
391
+ } | undefined;
392
+ body?: string | undefined;
393
+ response_body?: string | undefined;
394
+ additional_bindings?: any[] | undefined;
395
+ }[] & ({
396
+ selector?: string | undefined;
397
+ get?: string | undefined;
398
+ put?: string | undefined;
399
+ post?: string | undefined;
400
+ delete?: string | undefined;
401
+ patch?: string | undefined;
402
+ custom?: {
403
+ kind?: string | undefined;
404
+ path?: string | undefined;
405
+ } | undefined;
406
+ body?: string | undefined;
407
+ response_body?: string | undefined;
408
+ additional_bindings?: any[] | undefined;
409
+ } & {
410
+ selector?: string | undefined;
411
+ get?: string | undefined;
412
+ put?: string | undefined;
413
+ post?: string | undefined;
414
+ delete?: string | undefined;
415
+ patch?: string | undefined;
416
+ custom?: ({
417
+ kind?: string | undefined;
418
+ path?: string | undefined;
419
+ } & {
420
+ kind?: string | undefined;
421
+ path?: string | undefined;
422
+ } & { [K in Exclude<keyof I["rules"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
423
+ body?: string | undefined;
424
+ response_body?: string | undefined;
425
+ additional_bindings?: ({
426
+ selector?: string | undefined;
427
+ get?: string | undefined;
428
+ put?: string | undefined;
429
+ post?: string | undefined;
430
+ delete?: string | undefined;
431
+ patch?: string | undefined;
432
+ custom?: {
433
+ kind?: string | undefined;
434
+ path?: string | undefined;
435
+ } | undefined;
436
+ body?: string | undefined;
437
+ response_body?: string | undefined;
438
+ additional_bindings?: any[] | undefined;
439
+ }[] & ({
440
+ selector?: string | undefined;
441
+ get?: string | undefined;
442
+ put?: string | undefined;
443
+ post?: string | undefined;
444
+ delete?: string | undefined;
445
+ patch?: string | undefined;
446
+ custom?: {
447
+ kind?: string | undefined;
448
+ path?: string | undefined;
449
+ } | undefined;
450
+ body?: string | undefined;
451
+ response_body?: string | undefined;
452
+ additional_bindings?: any[] | undefined;
453
+ } & {
454
+ selector?: string | undefined;
455
+ get?: string | undefined;
456
+ put?: string | undefined;
457
+ post?: string | undefined;
458
+ delete?: string | undefined;
459
+ patch?: string | undefined;
460
+ custom?: ({
461
+ kind?: string | undefined;
462
+ path?: string | undefined;
463
+ } & {
464
+ kind?: string | undefined;
465
+ path?: string | undefined;
466
+ } & { [K_1 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
467
+ body?: string | undefined;
468
+ response_body?: string | undefined;
469
+ additional_bindings?: ({
470
+ selector?: string | undefined;
471
+ get?: string | undefined;
472
+ put?: string | undefined;
473
+ post?: string | undefined;
474
+ delete?: string | undefined;
475
+ patch?: string | undefined;
476
+ custom?: {
477
+ kind?: string | undefined;
478
+ path?: string | undefined;
479
+ } | undefined;
480
+ body?: string | undefined;
481
+ response_body?: string | undefined;
482
+ additional_bindings?: any[] | undefined;
483
+ }[] & ({
484
+ selector?: string | undefined;
485
+ get?: string | undefined;
486
+ put?: string | undefined;
487
+ post?: string | undefined;
488
+ delete?: string | undefined;
489
+ patch?: string | undefined;
490
+ custom?: {
491
+ kind?: string | undefined;
492
+ path?: string | undefined;
493
+ } | undefined;
494
+ body?: string | undefined;
495
+ response_body?: string | undefined;
496
+ additional_bindings?: any[] | undefined;
497
+ } & {
498
+ selector?: string | undefined;
499
+ get?: string | undefined;
500
+ put?: string | undefined;
501
+ post?: string | undefined;
502
+ delete?: string | undefined;
503
+ patch?: string | undefined;
504
+ custom?: ({
505
+ kind?: string | undefined;
506
+ path?: string | undefined;
507
+ } & {
508
+ kind?: string | undefined;
509
+ path?: string | undefined;
510
+ } & { [K_2 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
511
+ body?: string | undefined;
512
+ response_body?: string | undefined;
513
+ additional_bindings?: ({
514
+ selector?: string | undefined;
515
+ get?: string | undefined;
516
+ put?: string | undefined;
517
+ post?: string | undefined;
518
+ delete?: string | undefined;
519
+ patch?: string | undefined;
520
+ custom?: {
521
+ kind?: string | undefined;
522
+ path?: string | undefined;
523
+ } | undefined;
524
+ body?: string | undefined;
525
+ response_body?: string | undefined;
526
+ additional_bindings?: any[] | undefined;
527
+ }[] & ({
528
+ selector?: string | undefined;
529
+ get?: string | undefined;
530
+ put?: string | undefined;
531
+ post?: string | undefined;
532
+ delete?: string | undefined;
533
+ patch?: string | undefined;
534
+ custom?: {
535
+ kind?: string | undefined;
536
+ path?: string | undefined;
537
+ } | undefined;
538
+ body?: string | undefined;
539
+ response_body?: string | undefined;
540
+ additional_bindings?: any[] | undefined;
541
+ } & {
542
+ selector?: string | undefined;
543
+ get?: string | undefined;
544
+ put?: string | undefined;
545
+ post?: string | undefined;
546
+ delete?: string | undefined;
547
+ patch?: string | undefined;
548
+ custom?: ({
549
+ kind?: string | undefined;
550
+ path?: string | undefined;
551
+ } & {
552
+ kind?: string | undefined;
553
+ path?: string | undefined;
554
+ } & { [K_3 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
555
+ body?: string | undefined;
556
+ response_body?: string | undefined;
557
+ additional_bindings?: ({
558
+ selector?: string | undefined;
559
+ get?: string | undefined;
560
+ put?: string | undefined;
561
+ post?: string | undefined;
562
+ delete?: string | undefined;
563
+ patch?: string | undefined;
564
+ custom?: {
565
+ kind?: string | undefined;
566
+ path?: string | undefined;
567
+ } | undefined;
568
+ body?: string | undefined;
569
+ response_body?: string | undefined;
570
+ additional_bindings?: any[] | undefined;
571
+ }[] & ({
572
+ selector?: string | undefined;
573
+ get?: string | undefined;
574
+ put?: string | undefined;
575
+ post?: string | undefined;
576
+ delete?: string | undefined;
577
+ patch?: string | undefined;
578
+ custom?: {
579
+ kind?: string | undefined;
580
+ path?: string | undefined;
581
+ } | undefined;
582
+ body?: string | undefined;
583
+ response_body?: string | undefined;
584
+ additional_bindings?: any[] | undefined;
585
+ } & {
586
+ selector?: string | undefined;
587
+ get?: string | undefined;
588
+ put?: string | undefined;
589
+ post?: string | undefined;
590
+ delete?: string | undefined;
591
+ patch?: string | undefined;
592
+ custom?: ({
593
+ kind?: string | undefined;
594
+ path?: string | undefined;
595
+ } & {
596
+ kind?: string | undefined;
597
+ path?: string | undefined;
598
+ } & { [K_4 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
599
+ body?: string | undefined;
600
+ response_body?: string | undefined;
601
+ additional_bindings?: ({
602
+ selector?: string | undefined;
603
+ get?: string | undefined;
604
+ put?: string | undefined;
605
+ post?: string | undefined;
606
+ delete?: string | undefined;
607
+ patch?: string | undefined;
608
+ custom?: {
609
+ kind?: string | undefined;
610
+ path?: string | undefined;
611
+ } | undefined;
612
+ body?: string | undefined;
613
+ response_body?: string | undefined;
614
+ additional_bindings?: any[] | undefined;
615
+ }[] & ({
616
+ selector?: string | undefined;
617
+ get?: string | undefined;
618
+ put?: string | undefined;
619
+ post?: string | undefined;
620
+ delete?: string | undefined;
621
+ patch?: string | undefined;
622
+ custom?: {
623
+ kind?: string | undefined;
624
+ path?: string | undefined;
625
+ } | undefined;
626
+ body?: string | undefined;
627
+ response_body?: string | undefined;
628
+ additional_bindings?: any[] | undefined;
629
+ } & {
630
+ selector?: string | undefined;
631
+ get?: string | undefined;
632
+ put?: string | undefined;
633
+ post?: string | undefined;
634
+ delete?: string | undefined;
635
+ patch?: string | undefined;
636
+ custom?: ({
637
+ kind?: string | undefined;
638
+ path?: string | undefined;
639
+ } & {
640
+ kind?: string | undefined;
641
+ path?: string | undefined;
642
+ } & { [K_5 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
643
+ body?: string | undefined;
644
+ response_body?: string | undefined;
645
+ additional_bindings?: ({
646
+ selector?: string | undefined;
647
+ get?: string | undefined;
648
+ put?: string | undefined;
649
+ post?: string | undefined;
650
+ delete?: string | undefined;
651
+ patch?: string | undefined;
652
+ custom?: {
653
+ kind?: string | undefined;
654
+ path?: string | undefined;
655
+ } | undefined;
656
+ body?: string | undefined;
657
+ response_body?: string | undefined;
658
+ additional_bindings?: any[] | undefined;
659
+ }[] & ({
660
+ selector?: string | undefined;
661
+ get?: string | undefined;
662
+ put?: string | undefined;
663
+ post?: string | undefined;
664
+ delete?: string | undefined;
665
+ patch?: string | undefined;
666
+ custom?: {
667
+ kind?: string | undefined;
668
+ path?: string | undefined;
669
+ } | undefined;
670
+ body?: string | undefined;
671
+ response_body?: string | undefined;
672
+ additional_bindings?: any[] | undefined;
673
+ } & {
674
+ selector?: string | undefined;
675
+ get?: string | undefined;
676
+ put?: string | undefined;
677
+ post?: string | undefined;
678
+ delete?: string | undefined;
679
+ patch?: string | undefined;
680
+ custom?: ({
681
+ kind?: string | undefined;
682
+ path?: string | undefined;
683
+ } & {
684
+ kind?: string | undefined;
685
+ path?: string | undefined;
686
+ } & { [K_6 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
687
+ body?: string | undefined;
688
+ response_body?: string | undefined;
689
+ additional_bindings?: ({
690
+ selector?: string | undefined;
691
+ get?: string | undefined;
692
+ put?: string | undefined;
693
+ post?: string | undefined;
694
+ delete?: string | undefined;
695
+ patch?: string | undefined;
696
+ custom?: {
697
+ kind?: string | undefined;
698
+ path?: string | undefined;
699
+ } | undefined;
700
+ body?: string | undefined;
701
+ response_body?: string | undefined;
702
+ additional_bindings?: any[] | undefined;
703
+ }[] & ({
704
+ selector?: string | undefined;
705
+ get?: string | undefined;
706
+ put?: string | undefined;
707
+ post?: string | undefined;
708
+ delete?: string | undefined;
709
+ patch?: string | undefined;
710
+ custom?: {
711
+ kind?: string | undefined;
712
+ path?: string | undefined;
713
+ } | undefined;
714
+ body?: string | undefined;
715
+ response_body?: string | undefined;
716
+ additional_bindings?: any[] | undefined;
717
+ } & {
718
+ selector?: string | undefined;
719
+ get?: string | undefined;
720
+ put?: string | undefined;
721
+ post?: string | undefined;
722
+ delete?: string | undefined;
723
+ patch?: string | undefined;
724
+ custom?: ({
725
+ kind?: string | undefined;
726
+ path?: string | undefined;
727
+ } & {
728
+ kind?: string | undefined;
729
+ path?: string | undefined;
730
+ } & { [K_7 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
731
+ body?: string | undefined;
732
+ response_body?: string | undefined;
733
+ additional_bindings?: ({
734
+ selector?: string | undefined;
735
+ get?: string | undefined;
736
+ put?: string | undefined;
737
+ post?: string | undefined;
738
+ delete?: string | undefined;
739
+ patch?: string | undefined;
740
+ custom?: {
741
+ kind?: string | undefined;
742
+ path?: string | undefined;
743
+ } | undefined;
744
+ body?: string | undefined;
745
+ response_body?: string | undefined;
746
+ additional_bindings?: any[] | undefined;
747
+ }[] & ({
748
+ selector?: string | undefined;
749
+ get?: string | undefined;
750
+ put?: string | undefined;
751
+ post?: string | undefined;
752
+ delete?: string | undefined;
753
+ patch?: string | undefined;
754
+ custom?: {
755
+ kind?: string | undefined;
756
+ path?: string | undefined;
757
+ } | undefined;
758
+ body?: string | undefined;
759
+ response_body?: string | undefined;
760
+ additional_bindings?: any[] | undefined;
761
+ } & {
762
+ selector?: string | undefined;
763
+ get?: string | undefined;
764
+ put?: string | undefined;
765
+ post?: string | undefined;
766
+ delete?: string | undefined;
767
+ patch?: string | undefined;
768
+ custom?: ({
769
+ kind?: string | undefined;
770
+ path?: string | undefined;
771
+ } & {
772
+ kind?: string | undefined;
773
+ path?: string | undefined;
774
+ } & { [K_8 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
775
+ body?: string | undefined;
776
+ response_body?: string | undefined;
777
+ additional_bindings?: ({
778
+ selector?: string | undefined;
779
+ get?: string | undefined;
780
+ put?: string | undefined;
781
+ post?: string | undefined;
782
+ delete?: string | undefined;
783
+ patch?: string | undefined;
784
+ custom?: {
785
+ kind?: string | undefined;
786
+ path?: string | undefined;
787
+ } | undefined;
788
+ body?: string | undefined;
789
+ response_body?: string | undefined;
790
+ additional_bindings?: any[] | undefined;
791
+ }[] & ({
792
+ selector?: string | undefined;
793
+ get?: string | undefined;
794
+ put?: string | undefined;
795
+ post?: string | undefined;
796
+ delete?: string | undefined;
797
+ patch?: string | undefined;
798
+ custom?: {
799
+ kind?: string | undefined;
800
+ path?: string | undefined;
801
+ } | undefined;
802
+ body?: string | undefined;
803
+ response_body?: string | undefined;
804
+ additional_bindings?: any[] | undefined;
805
+ } & {
806
+ selector?: string | undefined;
807
+ get?: string | undefined;
808
+ put?: string | undefined;
809
+ post?: string | undefined;
810
+ delete?: string | undefined;
811
+ patch?: string | undefined;
812
+ custom?: ({
813
+ kind?: string | undefined;
814
+ path?: string | undefined;
815
+ } & any & { [K_9 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
816
+ body?: string | undefined;
817
+ response_body?: string | undefined;
818
+ additional_bindings?: ({
819
+ selector?: string | undefined;
820
+ get?: string | undefined;
821
+ put?: string | undefined;
822
+ post?: string | undefined;
823
+ delete?: string | undefined;
824
+ patch?: string | undefined;
825
+ custom?: {
826
+ kind?: string | undefined;
827
+ path?: string | undefined;
828
+ } | undefined;
829
+ body?: string | undefined;
830
+ response_body?: string | undefined;
831
+ additional_bindings?: any[] | undefined;
832
+ }[] & ({
833
+ selector?: string | undefined;
834
+ get?: string | undefined;
835
+ put?: string | undefined;
836
+ post?: string | undefined;
837
+ delete?: string | undefined;
838
+ patch?: string | undefined;
839
+ custom?: {
840
+ kind?: string | undefined;
841
+ path?: string | undefined;
842
+ } | undefined;
843
+ body?: string | undefined;
844
+ response_body?: string | undefined;
845
+ additional_bindings?: any[] | undefined;
846
+ } & any & { [K_10 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_11 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
847
+ selector?: string | undefined;
848
+ get?: string | undefined;
849
+ put?: string | undefined;
850
+ post?: string | undefined;
851
+ delete?: string | undefined;
852
+ patch?: string | undefined;
853
+ custom?: {
854
+ kind?: string | undefined;
855
+ path?: string | undefined;
856
+ } | undefined;
857
+ body?: string | undefined;
858
+ response_body?: string | undefined;
859
+ additional_bindings?: any[] | undefined;
860
+ }[]>]: never; }) | undefined;
861
+ } & { [K_12 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_13 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
862
+ selector?: string | undefined;
863
+ get?: string | undefined;
864
+ put?: string | undefined;
865
+ post?: string | undefined;
866
+ delete?: string | undefined;
867
+ patch?: string | undefined;
868
+ custom?: {
869
+ kind?: string | undefined;
870
+ path?: string | undefined;
871
+ } | undefined;
872
+ body?: string | undefined;
873
+ response_body?: string | undefined;
874
+ additional_bindings?: any[] | undefined;
875
+ }[]>]: never; }) | undefined;
876
+ } & { [K_14 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_15 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
877
+ selector?: string | undefined;
878
+ get?: string | undefined;
879
+ put?: string | undefined;
880
+ post?: string | undefined;
881
+ delete?: string | undefined;
882
+ patch?: string | undefined;
883
+ custom?: {
884
+ kind?: string | undefined;
885
+ path?: string | undefined;
886
+ } | undefined;
887
+ body?: string | undefined;
888
+ response_body?: string | undefined;
889
+ additional_bindings?: any[] | undefined;
890
+ }[]>]: never; }) | undefined;
891
+ } & { [K_16 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_17 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
892
+ selector?: string | undefined;
893
+ get?: string | undefined;
894
+ put?: string | undefined;
895
+ post?: string | undefined;
896
+ delete?: string | undefined;
897
+ patch?: string | undefined;
898
+ custom?: {
899
+ kind?: string | undefined;
900
+ path?: string | undefined;
901
+ } | undefined;
902
+ body?: string | undefined;
903
+ response_body?: string | undefined;
904
+ additional_bindings?: any[] | undefined;
905
+ }[]>]: never; }) | undefined;
906
+ } & { [K_18 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_19 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
907
+ selector?: string | undefined;
908
+ get?: string | undefined;
909
+ put?: string | undefined;
910
+ post?: string | undefined;
911
+ delete?: string | undefined;
912
+ patch?: string | undefined;
913
+ custom?: {
914
+ kind?: string | undefined;
915
+ path?: string | undefined;
916
+ } | undefined;
917
+ body?: string | undefined;
918
+ response_body?: string | undefined;
919
+ additional_bindings?: any[] | undefined;
920
+ }[]>]: never; }) | undefined;
921
+ } & { [K_20 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_21 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
922
+ selector?: string | undefined;
923
+ get?: string | undefined;
924
+ put?: string | undefined;
925
+ post?: string | undefined;
926
+ delete?: string | undefined;
927
+ patch?: string | undefined;
928
+ custom?: {
929
+ kind?: string | undefined;
930
+ path?: string | undefined;
931
+ } | undefined;
932
+ body?: string | undefined;
933
+ response_body?: string | undefined;
934
+ additional_bindings?: any[] | undefined;
935
+ }[]>]: never; }) | undefined;
936
+ } & { [K_22 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_23 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
937
+ selector?: string | undefined;
938
+ get?: string | undefined;
939
+ put?: string | undefined;
940
+ post?: string | undefined;
941
+ delete?: string | undefined;
942
+ patch?: string | undefined;
943
+ custom?: {
944
+ kind?: string | undefined;
945
+ path?: string | undefined;
946
+ } | undefined;
947
+ body?: string | undefined;
948
+ response_body?: string | undefined;
949
+ additional_bindings?: any[] | undefined;
950
+ }[]>]: never; }) | undefined;
951
+ } & { [K_24 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_25 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
952
+ selector?: string | undefined;
953
+ get?: string | undefined;
954
+ put?: string | undefined;
955
+ post?: string | undefined;
956
+ delete?: string | undefined;
957
+ patch?: string | undefined;
958
+ custom?: {
959
+ kind?: string | undefined;
960
+ path?: string | undefined;
961
+ } | undefined;
962
+ body?: string | undefined;
963
+ response_body?: string | undefined;
964
+ additional_bindings?: any[] | undefined;
965
+ }[]>]: never; }) | undefined;
966
+ } & { [K_26 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_27 in Exclude<keyof I["rules"][number]["additional_bindings"][number]["additional_bindings"], keyof {
967
+ selector?: string | undefined;
968
+ get?: string | undefined;
969
+ put?: string | undefined;
970
+ post?: string | undefined;
971
+ delete?: string | undefined;
972
+ patch?: string | undefined;
973
+ custom?: {
974
+ kind?: string | undefined;
975
+ path?: string | undefined;
976
+ } | undefined;
977
+ body?: string | undefined;
978
+ response_body?: string | undefined;
979
+ additional_bindings?: any[] | undefined;
980
+ }[]>]: never; }) | undefined;
981
+ } & { [K_28 in Exclude<keyof I["rules"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_29 in Exclude<keyof I["rules"][number]["additional_bindings"], keyof {
982
+ selector?: string | undefined;
983
+ get?: string | undefined;
984
+ put?: string | undefined;
985
+ post?: string | undefined;
986
+ delete?: string | undefined;
987
+ patch?: string | undefined;
988
+ custom?: {
989
+ kind?: string | undefined;
990
+ path?: string | undefined;
991
+ } | undefined;
992
+ body?: string | undefined;
993
+ response_body?: string | undefined;
994
+ additional_bindings?: any[] | undefined;
995
+ }[]>]: never; }) | undefined;
996
+ } & { [K_30 in Exclude<keyof I["rules"][number], keyof HttpRule>]: never; })[] & { [K_31 in Exclude<keyof I["rules"], keyof {
997
+ selector?: string | undefined;
998
+ get?: string | undefined;
999
+ put?: string | undefined;
1000
+ post?: string | undefined;
1001
+ delete?: string | undefined;
1002
+ patch?: string | undefined;
1003
+ custom?: {
1004
+ kind?: string | undefined;
1005
+ path?: string | undefined;
1006
+ } | undefined;
1007
+ body?: string | undefined;
1008
+ response_body?: string | undefined;
1009
+ additional_bindings?: any[] | undefined;
1010
+ }[]>]: never; }) | undefined;
1011
+ fully_decode_reserved_expansion?: boolean | undefined;
1012
+ } & { [K_32 in Exclude<keyof I, keyof Http>]: never; }>(base?: I | undefined): Http;
1013
+ fromPartial<I_1 extends {
1014
+ rules?: {
1015
+ selector?: string | undefined;
1016
+ get?: string | undefined;
1017
+ put?: string | undefined;
1018
+ post?: string | undefined;
1019
+ delete?: string | undefined;
1020
+ patch?: string | undefined;
1021
+ custom?: {
1022
+ kind?: string | undefined;
1023
+ path?: string | undefined;
1024
+ } | undefined;
1025
+ body?: string | undefined;
1026
+ response_body?: string | undefined;
1027
+ additional_bindings?: any[] | undefined;
1028
+ }[] | undefined;
1029
+ fully_decode_reserved_expansion?: boolean | undefined;
1030
+ } & {
1031
+ rules?: ({
1032
+ selector?: string | undefined;
1033
+ get?: string | undefined;
1034
+ put?: string | undefined;
1035
+ post?: string | undefined;
1036
+ delete?: string | undefined;
1037
+ patch?: string | undefined;
1038
+ custom?: {
1039
+ kind?: string | undefined;
1040
+ path?: string | undefined;
1041
+ } | undefined;
1042
+ body?: string | undefined;
1043
+ response_body?: string | undefined;
1044
+ additional_bindings?: any[] | undefined;
1045
+ }[] & ({
1046
+ selector?: string | undefined;
1047
+ get?: string | undefined;
1048
+ put?: string | undefined;
1049
+ post?: string | undefined;
1050
+ delete?: string | undefined;
1051
+ patch?: string | undefined;
1052
+ custom?: {
1053
+ kind?: string | undefined;
1054
+ path?: string | undefined;
1055
+ } | undefined;
1056
+ body?: string | undefined;
1057
+ response_body?: string | undefined;
1058
+ additional_bindings?: any[] | undefined;
1059
+ } & {
1060
+ selector?: string | undefined;
1061
+ get?: string | undefined;
1062
+ put?: string | undefined;
1063
+ post?: string | undefined;
1064
+ delete?: string | undefined;
1065
+ patch?: string | undefined;
1066
+ custom?: ({
1067
+ kind?: string | undefined;
1068
+ path?: string | undefined;
1069
+ } & {
1070
+ kind?: string | undefined;
1071
+ path?: string | undefined;
1072
+ } & { [K_33 in Exclude<keyof I_1["rules"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1073
+ body?: string | undefined;
1074
+ response_body?: string | undefined;
1075
+ additional_bindings?: ({
1076
+ selector?: string | undefined;
1077
+ get?: string | undefined;
1078
+ put?: string | undefined;
1079
+ post?: string | undefined;
1080
+ delete?: string | undefined;
1081
+ patch?: string | undefined;
1082
+ custom?: {
1083
+ kind?: string | undefined;
1084
+ path?: string | undefined;
1085
+ } | undefined;
1086
+ body?: string | undefined;
1087
+ response_body?: string | undefined;
1088
+ additional_bindings?: any[] | undefined;
1089
+ }[] & ({
1090
+ selector?: string | undefined;
1091
+ get?: string | undefined;
1092
+ put?: string | undefined;
1093
+ post?: string | undefined;
1094
+ delete?: string | undefined;
1095
+ patch?: string | undefined;
1096
+ custom?: {
1097
+ kind?: string | undefined;
1098
+ path?: string | undefined;
1099
+ } | undefined;
1100
+ body?: string | undefined;
1101
+ response_body?: string | undefined;
1102
+ additional_bindings?: any[] | undefined;
1103
+ } & {
1104
+ selector?: string | undefined;
1105
+ get?: string | undefined;
1106
+ put?: string | undefined;
1107
+ post?: string | undefined;
1108
+ delete?: string | undefined;
1109
+ patch?: string | undefined;
1110
+ custom?: ({
1111
+ kind?: string | undefined;
1112
+ path?: string | undefined;
1113
+ } & {
1114
+ kind?: string | undefined;
1115
+ path?: string | undefined;
1116
+ } & { [K_34 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1117
+ body?: string | undefined;
1118
+ response_body?: string | undefined;
1119
+ additional_bindings?: ({
1120
+ selector?: string | undefined;
1121
+ get?: string | undefined;
1122
+ put?: string | undefined;
1123
+ post?: string | undefined;
1124
+ delete?: string | undefined;
1125
+ patch?: string | undefined;
1126
+ custom?: {
1127
+ kind?: string | undefined;
1128
+ path?: string | undefined;
1129
+ } | undefined;
1130
+ body?: string | undefined;
1131
+ response_body?: string | undefined;
1132
+ additional_bindings?: any[] | undefined;
1133
+ }[] & ({
1134
+ selector?: string | undefined;
1135
+ get?: string | undefined;
1136
+ put?: string | undefined;
1137
+ post?: string | undefined;
1138
+ delete?: string | undefined;
1139
+ patch?: string | undefined;
1140
+ custom?: {
1141
+ kind?: string | undefined;
1142
+ path?: string | undefined;
1143
+ } | undefined;
1144
+ body?: string | undefined;
1145
+ response_body?: string | undefined;
1146
+ additional_bindings?: any[] | undefined;
1147
+ } & {
1148
+ selector?: string | undefined;
1149
+ get?: string | undefined;
1150
+ put?: string | undefined;
1151
+ post?: string | undefined;
1152
+ delete?: string | undefined;
1153
+ patch?: string | undefined;
1154
+ custom?: ({
1155
+ kind?: string | undefined;
1156
+ path?: string | undefined;
1157
+ } & {
1158
+ kind?: string | undefined;
1159
+ path?: string | undefined;
1160
+ } & { [K_35 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1161
+ body?: string | undefined;
1162
+ response_body?: string | undefined;
1163
+ additional_bindings?: ({
1164
+ selector?: string | undefined;
1165
+ get?: string | undefined;
1166
+ put?: string | undefined;
1167
+ post?: string | undefined;
1168
+ delete?: string | undefined;
1169
+ patch?: string | undefined;
1170
+ custom?: {
1171
+ kind?: string | undefined;
1172
+ path?: string | undefined;
1173
+ } | undefined;
1174
+ body?: string | undefined;
1175
+ response_body?: string | undefined;
1176
+ additional_bindings?: any[] | undefined;
1177
+ }[] & ({
1178
+ selector?: string | undefined;
1179
+ get?: string | undefined;
1180
+ put?: string | undefined;
1181
+ post?: string | undefined;
1182
+ delete?: string | undefined;
1183
+ patch?: string | undefined;
1184
+ custom?: {
1185
+ kind?: string | undefined;
1186
+ path?: string | undefined;
1187
+ } | undefined;
1188
+ body?: string | undefined;
1189
+ response_body?: string | undefined;
1190
+ additional_bindings?: any[] | undefined;
1191
+ } & {
1192
+ selector?: string | undefined;
1193
+ get?: string | undefined;
1194
+ put?: string | undefined;
1195
+ post?: string | undefined;
1196
+ delete?: string | undefined;
1197
+ patch?: string | undefined;
1198
+ custom?: ({
1199
+ kind?: string | undefined;
1200
+ path?: string | undefined;
1201
+ } & {
1202
+ kind?: string | undefined;
1203
+ path?: string | undefined;
1204
+ } & { [K_36 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1205
+ body?: string | undefined;
1206
+ response_body?: string | undefined;
1207
+ additional_bindings?: ({
1208
+ selector?: string | undefined;
1209
+ get?: string | undefined;
1210
+ put?: string | undefined;
1211
+ post?: string | undefined;
1212
+ delete?: string | undefined;
1213
+ patch?: string | undefined;
1214
+ custom?: {
1215
+ kind?: string | undefined;
1216
+ path?: string | undefined;
1217
+ } | undefined;
1218
+ body?: string | undefined;
1219
+ response_body?: string | undefined;
1220
+ additional_bindings?: any[] | undefined;
1221
+ }[] & ({
1222
+ selector?: string | undefined;
1223
+ get?: string | undefined;
1224
+ put?: string | undefined;
1225
+ post?: string | undefined;
1226
+ delete?: string | undefined;
1227
+ patch?: string | undefined;
1228
+ custom?: {
1229
+ kind?: string | undefined;
1230
+ path?: string | undefined;
1231
+ } | undefined;
1232
+ body?: string | undefined;
1233
+ response_body?: string | undefined;
1234
+ additional_bindings?: any[] | undefined;
1235
+ } & {
1236
+ selector?: string | undefined;
1237
+ get?: string | undefined;
1238
+ put?: string | undefined;
1239
+ post?: string | undefined;
1240
+ delete?: string | undefined;
1241
+ patch?: string | undefined;
1242
+ custom?: ({
1243
+ kind?: string | undefined;
1244
+ path?: string | undefined;
1245
+ } & {
1246
+ kind?: string | undefined;
1247
+ path?: string | undefined;
1248
+ } & { [K_37 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1249
+ body?: string | undefined;
1250
+ response_body?: string | undefined;
1251
+ additional_bindings?: ({
1252
+ selector?: string | undefined;
1253
+ get?: string | undefined;
1254
+ put?: string | undefined;
1255
+ post?: string | undefined;
1256
+ delete?: string | undefined;
1257
+ patch?: string | undefined;
1258
+ custom?: {
1259
+ kind?: string | undefined;
1260
+ path?: string | undefined;
1261
+ } | undefined;
1262
+ body?: string | undefined;
1263
+ response_body?: string | undefined;
1264
+ additional_bindings?: any[] | undefined;
1265
+ }[] & ({
1266
+ selector?: string | undefined;
1267
+ get?: string | undefined;
1268
+ put?: string | undefined;
1269
+ post?: string | undefined;
1270
+ delete?: string | undefined;
1271
+ patch?: string | undefined;
1272
+ custom?: {
1273
+ kind?: string | undefined;
1274
+ path?: string | undefined;
1275
+ } | undefined;
1276
+ body?: string | undefined;
1277
+ response_body?: string | undefined;
1278
+ additional_bindings?: any[] | undefined;
1279
+ } & {
1280
+ selector?: string | undefined;
1281
+ get?: string | undefined;
1282
+ put?: string | undefined;
1283
+ post?: string | undefined;
1284
+ delete?: string | undefined;
1285
+ patch?: string | undefined;
1286
+ custom?: ({
1287
+ kind?: string | undefined;
1288
+ path?: string | undefined;
1289
+ } & {
1290
+ kind?: string | undefined;
1291
+ path?: string | undefined;
1292
+ } & { [K_38 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1293
+ body?: string | undefined;
1294
+ response_body?: string | undefined;
1295
+ additional_bindings?: ({
1296
+ selector?: string | undefined;
1297
+ get?: string | undefined;
1298
+ put?: string | undefined;
1299
+ post?: string | undefined;
1300
+ delete?: string | undefined;
1301
+ patch?: string | undefined;
1302
+ custom?: {
1303
+ kind?: string | undefined;
1304
+ path?: string | undefined;
1305
+ } | undefined;
1306
+ body?: string | undefined;
1307
+ response_body?: string | undefined;
1308
+ additional_bindings?: any[] | undefined;
1309
+ }[] & ({
1310
+ selector?: string | undefined;
1311
+ get?: string | undefined;
1312
+ put?: string | undefined;
1313
+ post?: string | undefined;
1314
+ delete?: string | undefined;
1315
+ patch?: string | undefined;
1316
+ custom?: {
1317
+ kind?: string | undefined;
1318
+ path?: string | undefined;
1319
+ } | undefined;
1320
+ body?: string | undefined;
1321
+ response_body?: string | undefined;
1322
+ additional_bindings?: any[] | undefined;
1323
+ } & {
1324
+ selector?: string | undefined;
1325
+ get?: string | undefined;
1326
+ put?: string | undefined;
1327
+ post?: string | undefined;
1328
+ delete?: string | undefined;
1329
+ patch?: string | undefined;
1330
+ custom?: ({
1331
+ kind?: string | undefined;
1332
+ path?: string | undefined;
1333
+ } & {
1334
+ kind?: string | undefined;
1335
+ path?: string | undefined;
1336
+ } & { [K_39 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1337
+ body?: string | undefined;
1338
+ response_body?: string | undefined;
1339
+ additional_bindings?: ({
1340
+ selector?: string | undefined;
1341
+ get?: string | undefined;
1342
+ put?: string | undefined;
1343
+ post?: string | undefined;
1344
+ delete?: string | undefined;
1345
+ patch?: string | undefined;
1346
+ custom?: {
1347
+ kind?: string | undefined;
1348
+ path?: string | undefined;
1349
+ } | undefined;
1350
+ body?: string | undefined;
1351
+ response_body?: string | undefined;
1352
+ additional_bindings?: any[] | undefined;
1353
+ }[] & ({
1354
+ selector?: string | undefined;
1355
+ get?: string | undefined;
1356
+ put?: string | undefined;
1357
+ post?: string | undefined;
1358
+ delete?: string | undefined;
1359
+ patch?: string | undefined;
1360
+ custom?: {
1361
+ kind?: string | undefined;
1362
+ path?: string | undefined;
1363
+ } | undefined;
1364
+ body?: string | undefined;
1365
+ response_body?: string | undefined;
1366
+ additional_bindings?: any[] | undefined;
1367
+ } & {
1368
+ selector?: string | undefined;
1369
+ get?: string | undefined;
1370
+ put?: string | undefined;
1371
+ post?: string | undefined;
1372
+ delete?: string | undefined;
1373
+ patch?: string | undefined;
1374
+ custom?: ({
1375
+ kind?: string | undefined;
1376
+ path?: string | undefined;
1377
+ } & {
1378
+ kind?: string | undefined;
1379
+ path?: string | undefined;
1380
+ } & { [K_40 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1381
+ body?: string | undefined;
1382
+ response_body?: string | undefined;
1383
+ additional_bindings?: ({
1384
+ selector?: string | undefined;
1385
+ get?: string | undefined;
1386
+ put?: string | undefined;
1387
+ post?: string | undefined;
1388
+ delete?: string | undefined;
1389
+ patch?: string | undefined;
1390
+ custom?: {
1391
+ kind?: string | undefined;
1392
+ path?: string | undefined;
1393
+ } | undefined;
1394
+ body?: string | undefined;
1395
+ response_body?: string | undefined;
1396
+ additional_bindings?: any[] | undefined;
1397
+ }[] & ({
1398
+ selector?: string | undefined;
1399
+ get?: string | undefined;
1400
+ put?: string | undefined;
1401
+ post?: string | undefined;
1402
+ delete?: string | undefined;
1403
+ patch?: string | undefined;
1404
+ custom?: {
1405
+ kind?: string | undefined;
1406
+ path?: string | undefined;
1407
+ } | undefined;
1408
+ body?: string | undefined;
1409
+ response_body?: string | undefined;
1410
+ additional_bindings?: any[] | undefined;
1411
+ } & {
1412
+ selector?: string | undefined;
1413
+ get?: string | undefined;
1414
+ put?: string | undefined;
1415
+ post?: string | undefined;
1416
+ delete?: string | undefined;
1417
+ patch?: string | undefined;
1418
+ custom?: ({
1419
+ kind?: string | undefined;
1420
+ path?: string | undefined;
1421
+ } & {
1422
+ kind?: string | undefined;
1423
+ path?: string | undefined;
1424
+ } & { [K_41 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1425
+ body?: string | undefined;
1426
+ response_body?: string | undefined;
1427
+ additional_bindings?: ({
1428
+ selector?: string | undefined;
1429
+ get?: string | undefined;
1430
+ put?: string | undefined;
1431
+ post?: string | undefined;
1432
+ delete?: string | undefined;
1433
+ patch?: string | undefined;
1434
+ custom?: {
1435
+ kind?: string | undefined;
1436
+ path?: string | undefined;
1437
+ } | undefined;
1438
+ body?: string | undefined;
1439
+ response_body?: string | undefined;
1440
+ additional_bindings?: any[] | undefined;
1441
+ }[] & ({
1442
+ selector?: string | undefined;
1443
+ get?: string | undefined;
1444
+ put?: string | undefined;
1445
+ post?: string | undefined;
1446
+ delete?: string | undefined;
1447
+ patch?: string | undefined;
1448
+ custom?: {
1449
+ kind?: string | undefined;
1450
+ path?: string | undefined;
1451
+ } | undefined;
1452
+ body?: string | undefined;
1453
+ response_body?: string | undefined;
1454
+ additional_bindings?: any[] | undefined;
1455
+ } & {
1456
+ selector?: string | undefined;
1457
+ get?: string | undefined;
1458
+ put?: string | undefined;
1459
+ post?: string | undefined;
1460
+ delete?: string | undefined;
1461
+ patch?: string | undefined;
1462
+ custom?: ({
1463
+ kind?: string | undefined;
1464
+ path?: string | undefined;
1465
+ } & any & { [K_42 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1466
+ body?: string | undefined;
1467
+ response_body?: string | undefined;
1468
+ additional_bindings?: ({
1469
+ selector?: string | undefined;
1470
+ get?: string | undefined;
1471
+ put?: string | undefined;
1472
+ post?: string | undefined;
1473
+ delete?: string | undefined;
1474
+ patch?: string | undefined;
1475
+ custom?: {
1476
+ kind?: string | undefined;
1477
+ path?: string | undefined;
1478
+ } | undefined;
1479
+ body?: string | undefined;
1480
+ response_body?: string | undefined;
1481
+ additional_bindings?: any[] | undefined;
1482
+ }[] & ({
1483
+ selector?: string | undefined;
1484
+ get?: string | undefined;
1485
+ put?: string | undefined;
1486
+ post?: string | undefined;
1487
+ delete?: string | undefined;
1488
+ patch?: string | undefined;
1489
+ custom?: {
1490
+ kind?: string | undefined;
1491
+ path?: string | undefined;
1492
+ } | undefined;
1493
+ body?: string | undefined;
1494
+ response_body?: string | undefined;
1495
+ additional_bindings?: any[] | undefined;
1496
+ } & any & { [K_43 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_44 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
1497
+ selector?: string | undefined;
1498
+ get?: string | undefined;
1499
+ put?: string | undefined;
1500
+ post?: string | undefined;
1501
+ delete?: string | undefined;
1502
+ patch?: string | undefined;
1503
+ custom?: {
1504
+ kind?: string | undefined;
1505
+ path?: string | undefined;
1506
+ } | undefined;
1507
+ body?: string | undefined;
1508
+ response_body?: string | undefined;
1509
+ additional_bindings?: any[] | undefined;
1510
+ }[]>]: never; }) | undefined;
1511
+ } & { [K_45 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_46 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
1512
+ selector?: string | undefined;
1513
+ get?: string | undefined;
1514
+ put?: string | undefined;
1515
+ post?: string | undefined;
1516
+ delete?: string | undefined;
1517
+ patch?: string | undefined;
1518
+ custom?: {
1519
+ kind?: string | undefined;
1520
+ path?: string | undefined;
1521
+ } | undefined;
1522
+ body?: string | undefined;
1523
+ response_body?: string | undefined;
1524
+ additional_bindings?: any[] | undefined;
1525
+ }[]>]: never; }) | undefined;
1526
+ } & { [K_47 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_48 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
1527
+ selector?: string | undefined;
1528
+ get?: string | undefined;
1529
+ put?: string | undefined;
1530
+ post?: string | undefined;
1531
+ delete?: string | undefined;
1532
+ patch?: string | undefined;
1533
+ custom?: {
1534
+ kind?: string | undefined;
1535
+ path?: string | undefined;
1536
+ } | undefined;
1537
+ body?: string | undefined;
1538
+ response_body?: string | undefined;
1539
+ additional_bindings?: any[] | undefined;
1540
+ }[]>]: never; }) | undefined;
1541
+ } & { [K_49 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_50 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
1542
+ selector?: string | undefined;
1543
+ get?: string | undefined;
1544
+ put?: string | undefined;
1545
+ post?: string | undefined;
1546
+ delete?: string | undefined;
1547
+ patch?: string | undefined;
1548
+ custom?: {
1549
+ kind?: string | undefined;
1550
+ path?: string | undefined;
1551
+ } | undefined;
1552
+ body?: string | undefined;
1553
+ response_body?: string | undefined;
1554
+ additional_bindings?: any[] | undefined;
1555
+ }[]>]: never; }) | undefined;
1556
+ } & { [K_51 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_52 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
1557
+ selector?: string | undefined;
1558
+ get?: string | undefined;
1559
+ put?: string | undefined;
1560
+ post?: string | undefined;
1561
+ delete?: string | undefined;
1562
+ patch?: string | undefined;
1563
+ custom?: {
1564
+ kind?: string | undefined;
1565
+ path?: string | undefined;
1566
+ } | undefined;
1567
+ body?: string | undefined;
1568
+ response_body?: string | undefined;
1569
+ additional_bindings?: any[] | undefined;
1570
+ }[]>]: never; }) | undefined;
1571
+ } & { [K_53 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_54 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
1572
+ selector?: string | undefined;
1573
+ get?: string | undefined;
1574
+ put?: string | undefined;
1575
+ post?: string | undefined;
1576
+ delete?: string | undefined;
1577
+ patch?: string | undefined;
1578
+ custom?: {
1579
+ kind?: string | undefined;
1580
+ path?: string | undefined;
1581
+ } | undefined;
1582
+ body?: string | undefined;
1583
+ response_body?: string | undefined;
1584
+ additional_bindings?: any[] | undefined;
1585
+ }[]>]: never; }) | undefined;
1586
+ } & { [K_55 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_56 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
1587
+ selector?: string | undefined;
1588
+ get?: string | undefined;
1589
+ put?: string | undefined;
1590
+ post?: string | undefined;
1591
+ delete?: string | undefined;
1592
+ patch?: string | undefined;
1593
+ custom?: {
1594
+ kind?: string | undefined;
1595
+ path?: string | undefined;
1596
+ } | undefined;
1597
+ body?: string | undefined;
1598
+ response_body?: string | undefined;
1599
+ additional_bindings?: any[] | undefined;
1600
+ }[]>]: never; }) | undefined;
1601
+ } & { [K_57 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_58 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
1602
+ selector?: string | undefined;
1603
+ get?: string | undefined;
1604
+ put?: string | undefined;
1605
+ post?: string | undefined;
1606
+ delete?: string | undefined;
1607
+ patch?: string | undefined;
1608
+ custom?: {
1609
+ kind?: string | undefined;
1610
+ path?: string | undefined;
1611
+ } | undefined;
1612
+ body?: string | undefined;
1613
+ response_body?: string | undefined;
1614
+ additional_bindings?: any[] | undefined;
1615
+ }[]>]: never; }) | undefined;
1616
+ } & { [K_59 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_60 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number]["additional_bindings"], keyof {
1617
+ selector?: string | undefined;
1618
+ get?: string | undefined;
1619
+ put?: string | undefined;
1620
+ post?: string | undefined;
1621
+ delete?: string | undefined;
1622
+ patch?: string | undefined;
1623
+ custom?: {
1624
+ kind?: string | undefined;
1625
+ path?: string | undefined;
1626
+ } | undefined;
1627
+ body?: string | undefined;
1628
+ response_body?: string | undefined;
1629
+ additional_bindings?: any[] | undefined;
1630
+ }[]>]: never; }) | undefined;
1631
+ } & { [K_61 in Exclude<keyof I_1["rules"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_62 in Exclude<keyof I_1["rules"][number]["additional_bindings"], keyof {
1632
+ selector?: string | undefined;
1633
+ get?: string | undefined;
1634
+ put?: string | undefined;
1635
+ post?: string | undefined;
1636
+ delete?: string | undefined;
1637
+ patch?: string | undefined;
1638
+ custom?: {
1639
+ kind?: string | undefined;
1640
+ path?: string | undefined;
1641
+ } | undefined;
1642
+ body?: string | undefined;
1643
+ response_body?: string | undefined;
1644
+ additional_bindings?: any[] | undefined;
1645
+ }[]>]: never; }) | undefined;
1646
+ } & { [K_63 in Exclude<keyof I_1["rules"][number], keyof HttpRule>]: never; })[] & { [K_64 in Exclude<keyof I_1["rules"], keyof {
1647
+ selector?: string | undefined;
1648
+ get?: string | undefined;
1649
+ put?: string | undefined;
1650
+ post?: string | undefined;
1651
+ delete?: string | undefined;
1652
+ patch?: string | undefined;
1653
+ custom?: {
1654
+ kind?: string | undefined;
1655
+ path?: string | undefined;
1656
+ } | undefined;
1657
+ body?: string | undefined;
1658
+ response_body?: string | undefined;
1659
+ additional_bindings?: any[] | undefined;
1660
+ }[]>]: never; }) | undefined;
1661
+ fully_decode_reserved_expansion?: boolean | undefined;
1662
+ } & { [K_65 in Exclude<keyof I_1, keyof Http>]: never; }>(object: I_1): Http;
1663
+ };
1664
+ export declare const HttpRule: {
1665
+ encode(message: HttpRule, writer?: _m0.Writer): _m0.Writer;
1666
+ decode(input: _m0.Reader | Uint8Array, length?: number): HttpRule;
1667
+ fromJSON(object: any): HttpRule;
1668
+ toJSON(message: HttpRule): unknown;
1669
+ create<I extends {
1670
+ selector?: string | undefined;
1671
+ get?: string | undefined;
1672
+ put?: string | undefined;
1673
+ post?: string | undefined;
1674
+ delete?: string | undefined;
1675
+ patch?: string | undefined;
1676
+ custom?: {
1677
+ kind?: string | undefined;
1678
+ path?: string | undefined;
1679
+ } | undefined;
1680
+ body?: string | undefined;
1681
+ response_body?: string | undefined;
1682
+ additional_bindings?: any[] | undefined;
1683
+ } & {
1684
+ selector?: string | undefined;
1685
+ get?: string | undefined;
1686
+ put?: string | undefined;
1687
+ post?: string | undefined;
1688
+ delete?: string | undefined;
1689
+ patch?: string | undefined;
1690
+ custom?: ({
1691
+ kind?: string | undefined;
1692
+ path?: string | undefined;
1693
+ } & {
1694
+ kind?: string | undefined;
1695
+ path?: string | undefined;
1696
+ } & { [K in Exclude<keyof I["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1697
+ body?: string | undefined;
1698
+ response_body?: string | undefined;
1699
+ additional_bindings?: ({
1700
+ selector?: string | undefined;
1701
+ get?: string | undefined;
1702
+ put?: string | undefined;
1703
+ post?: string | undefined;
1704
+ delete?: string | undefined;
1705
+ patch?: string | undefined;
1706
+ custom?: {
1707
+ kind?: string | undefined;
1708
+ path?: string | undefined;
1709
+ } | undefined;
1710
+ body?: string | undefined;
1711
+ response_body?: string | undefined;
1712
+ additional_bindings?: any[] | undefined;
1713
+ }[] & ({
1714
+ selector?: string | undefined;
1715
+ get?: string | undefined;
1716
+ put?: string | undefined;
1717
+ post?: string | undefined;
1718
+ delete?: string | undefined;
1719
+ patch?: string | undefined;
1720
+ custom?: {
1721
+ kind?: string | undefined;
1722
+ path?: string | undefined;
1723
+ } | undefined;
1724
+ body?: string | undefined;
1725
+ response_body?: string | undefined;
1726
+ additional_bindings?: any[] | undefined;
1727
+ } & {
1728
+ selector?: string | undefined;
1729
+ get?: string | undefined;
1730
+ put?: string | undefined;
1731
+ post?: string | undefined;
1732
+ delete?: string | undefined;
1733
+ patch?: string | undefined;
1734
+ custom?: ({
1735
+ kind?: string | undefined;
1736
+ path?: string | undefined;
1737
+ } & {
1738
+ kind?: string | undefined;
1739
+ path?: string | undefined;
1740
+ } & { [K_1 in Exclude<keyof I["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1741
+ body?: string | undefined;
1742
+ response_body?: string | undefined;
1743
+ additional_bindings?: ({
1744
+ selector?: string | undefined;
1745
+ get?: string | undefined;
1746
+ put?: string | undefined;
1747
+ post?: string | undefined;
1748
+ delete?: string | undefined;
1749
+ patch?: string | undefined;
1750
+ custom?: {
1751
+ kind?: string | undefined;
1752
+ path?: string | undefined;
1753
+ } | undefined;
1754
+ body?: string | undefined;
1755
+ response_body?: string | undefined;
1756
+ additional_bindings?: any[] | undefined;
1757
+ }[] & ({
1758
+ selector?: string | undefined;
1759
+ get?: string | undefined;
1760
+ put?: string | undefined;
1761
+ post?: string | undefined;
1762
+ delete?: string | undefined;
1763
+ patch?: string | undefined;
1764
+ custom?: {
1765
+ kind?: string | undefined;
1766
+ path?: string | undefined;
1767
+ } | undefined;
1768
+ body?: string | undefined;
1769
+ response_body?: string | undefined;
1770
+ additional_bindings?: any[] | undefined;
1771
+ } & {
1772
+ selector?: string | undefined;
1773
+ get?: string | undefined;
1774
+ put?: string | undefined;
1775
+ post?: string | undefined;
1776
+ delete?: string | undefined;
1777
+ patch?: string | undefined;
1778
+ custom?: ({
1779
+ kind?: string | undefined;
1780
+ path?: string | undefined;
1781
+ } & {
1782
+ kind?: string | undefined;
1783
+ path?: string | undefined;
1784
+ } & { [K_2 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1785
+ body?: string | undefined;
1786
+ response_body?: string | undefined;
1787
+ additional_bindings?: ({
1788
+ selector?: string | undefined;
1789
+ get?: string | undefined;
1790
+ put?: string | undefined;
1791
+ post?: string | undefined;
1792
+ delete?: string | undefined;
1793
+ patch?: string | undefined;
1794
+ custom?: {
1795
+ kind?: string | undefined;
1796
+ path?: string | undefined;
1797
+ } | undefined;
1798
+ body?: string | undefined;
1799
+ response_body?: string | undefined;
1800
+ additional_bindings?: any[] | undefined;
1801
+ }[] & ({
1802
+ selector?: string | undefined;
1803
+ get?: string | undefined;
1804
+ put?: string | undefined;
1805
+ post?: string | undefined;
1806
+ delete?: string | undefined;
1807
+ patch?: string | undefined;
1808
+ custom?: {
1809
+ kind?: string | undefined;
1810
+ path?: string | undefined;
1811
+ } | undefined;
1812
+ body?: string | undefined;
1813
+ response_body?: string | undefined;
1814
+ additional_bindings?: any[] | undefined;
1815
+ } & {
1816
+ selector?: string | undefined;
1817
+ get?: string | undefined;
1818
+ put?: string | undefined;
1819
+ post?: string | undefined;
1820
+ delete?: string | undefined;
1821
+ patch?: string | undefined;
1822
+ custom?: ({
1823
+ kind?: string | undefined;
1824
+ path?: string | undefined;
1825
+ } & {
1826
+ kind?: string | undefined;
1827
+ path?: string | undefined;
1828
+ } & { [K_3 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1829
+ body?: string | undefined;
1830
+ response_body?: string | undefined;
1831
+ additional_bindings?: ({
1832
+ selector?: string | undefined;
1833
+ get?: string | undefined;
1834
+ put?: string | undefined;
1835
+ post?: string | undefined;
1836
+ delete?: string | undefined;
1837
+ patch?: string | undefined;
1838
+ custom?: {
1839
+ kind?: string | undefined;
1840
+ path?: string | undefined;
1841
+ } | undefined;
1842
+ body?: string | undefined;
1843
+ response_body?: string | undefined;
1844
+ additional_bindings?: any[] | undefined;
1845
+ }[] & ({
1846
+ selector?: string | undefined;
1847
+ get?: string | undefined;
1848
+ put?: string | undefined;
1849
+ post?: string | undefined;
1850
+ delete?: string | undefined;
1851
+ patch?: string | undefined;
1852
+ custom?: {
1853
+ kind?: string | undefined;
1854
+ path?: string | undefined;
1855
+ } | undefined;
1856
+ body?: string | undefined;
1857
+ response_body?: string | undefined;
1858
+ additional_bindings?: any[] | undefined;
1859
+ } & {
1860
+ selector?: string | undefined;
1861
+ get?: string | undefined;
1862
+ put?: string | undefined;
1863
+ post?: string | undefined;
1864
+ delete?: string | undefined;
1865
+ patch?: string | undefined;
1866
+ custom?: ({
1867
+ kind?: string | undefined;
1868
+ path?: string | undefined;
1869
+ } & {
1870
+ kind?: string | undefined;
1871
+ path?: string | undefined;
1872
+ } & { [K_4 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1873
+ body?: string | undefined;
1874
+ response_body?: string | undefined;
1875
+ additional_bindings?: ({
1876
+ selector?: string | undefined;
1877
+ get?: string | undefined;
1878
+ put?: string | undefined;
1879
+ post?: string | undefined;
1880
+ delete?: string | undefined;
1881
+ patch?: string | undefined;
1882
+ custom?: {
1883
+ kind?: string | undefined;
1884
+ path?: string | undefined;
1885
+ } | undefined;
1886
+ body?: string | undefined;
1887
+ response_body?: string | undefined;
1888
+ additional_bindings?: any[] | undefined;
1889
+ }[] & ({
1890
+ selector?: string | undefined;
1891
+ get?: string | undefined;
1892
+ put?: string | undefined;
1893
+ post?: string | undefined;
1894
+ delete?: string | undefined;
1895
+ patch?: string | undefined;
1896
+ custom?: {
1897
+ kind?: string | undefined;
1898
+ path?: string | undefined;
1899
+ } | undefined;
1900
+ body?: string | undefined;
1901
+ response_body?: string | undefined;
1902
+ additional_bindings?: any[] | undefined;
1903
+ } & {
1904
+ selector?: string | undefined;
1905
+ get?: string | undefined;
1906
+ put?: string | undefined;
1907
+ post?: string | undefined;
1908
+ delete?: string | undefined;
1909
+ patch?: string | undefined;
1910
+ custom?: ({
1911
+ kind?: string | undefined;
1912
+ path?: string | undefined;
1913
+ } & {
1914
+ kind?: string | undefined;
1915
+ path?: string | undefined;
1916
+ } & { [K_5 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1917
+ body?: string | undefined;
1918
+ response_body?: string | undefined;
1919
+ additional_bindings?: ({
1920
+ selector?: string | undefined;
1921
+ get?: string | undefined;
1922
+ put?: string | undefined;
1923
+ post?: string | undefined;
1924
+ delete?: string | undefined;
1925
+ patch?: string | undefined;
1926
+ custom?: {
1927
+ kind?: string | undefined;
1928
+ path?: string | undefined;
1929
+ } | undefined;
1930
+ body?: string | undefined;
1931
+ response_body?: string | undefined;
1932
+ additional_bindings?: any[] | undefined;
1933
+ }[] & ({
1934
+ selector?: string | undefined;
1935
+ get?: string | undefined;
1936
+ put?: string | undefined;
1937
+ post?: string | undefined;
1938
+ delete?: string | undefined;
1939
+ patch?: string | undefined;
1940
+ custom?: {
1941
+ kind?: string | undefined;
1942
+ path?: string | undefined;
1943
+ } | undefined;
1944
+ body?: string | undefined;
1945
+ response_body?: string | undefined;
1946
+ additional_bindings?: any[] | undefined;
1947
+ } & {
1948
+ selector?: string | undefined;
1949
+ get?: string | undefined;
1950
+ put?: string | undefined;
1951
+ post?: string | undefined;
1952
+ delete?: string | undefined;
1953
+ patch?: string | undefined;
1954
+ custom?: ({
1955
+ kind?: string | undefined;
1956
+ path?: string | undefined;
1957
+ } & {
1958
+ kind?: string | undefined;
1959
+ path?: string | undefined;
1960
+ } & { [K_6 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
1961
+ body?: string | undefined;
1962
+ response_body?: string | undefined;
1963
+ additional_bindings?: ({
1964
+ selector?: string | undefined;
1965
+ get?: string | undefined;
1966
+ put?: string | undefined;
1967
+ post?: string | undefined;
1968
+ delete?: string | undefined;
1969
+ patch?: string | undefined;
1970
+ custom?: {
1971
+ kind?: string | undefined;
1972
+ path?: string | undefined;
1973
+ } | undefined;
1974
+ body?: string | undefined;
1975
+ response_body?: string | undefined;
1976
+ additional_bindings?: any[] | undefined;
1977
+ }[] & ({
1978
+ selector?: string | undefined;
1979
+ get?: string | undefined;
1980
+ put?: string | undefined;
1981
+ post?: string | undefined;
1982
+ delete?: string | undefined;
1983
+ patch?: string | undefined;
1984
+ custom?: {
1985
+ kind?: string | undefined;
1986
+ path?: string | undefined;
1987
+ } | undefined;
1988
+ body?: string | undefined;
1989
+ response_body?: string | undefined;
1990
+ additional_bindings?: any[] | undefined;
1991
+ } & {
1992
+ selector?: string | undefined;
1993
+ get?: string | undefined;
1994
+ put?: string | undefined;
1995
+ post?: string | undefined;
1996
+ delete?: string | undefined;
1997
+ patch?: string | undefined;
1998
+ custom?: ({
1999
+ kind?: string | undefined;
2000
+ path?: string | undefined;
2001
+ } & {
2002
+ kind?: string | undefined;
2003
+ path?: string | undefined;
2004
+ } & { [K_7 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2005
+ body?: string | undefined;
2006
+ response_body?: string | undefined;
2007
+ additional_bindings?: ({
2008
+ selector?: string | undefined;
2009
+ get?: string | undefined;
2010
+ put?: string | undefined;
2011
+ post?: string | undefined;
2012
+ delete?: string | undefined;
2013
+ patch?: string | undefined;
2014
+ custom?: {
2015
+ kind?: string | undefined;
2016
+ path?: string | undefined;
2017
+ } | undefined;
2018
+ body?: string | undefined;
2019
+ response_body?: string | undefined;
2020
+ additional_bindings?: any[] | undefined;
2021
+ }[] & ({
2022
+ selector?: string | undefined;
2023
+ get?: string | undefined;
2024
+ put?: string | undefined;
2025
+ post?: string | undefined;
2026
+ delete?: string | undefined;
2027
+ patch?: string | undefined;
2028
+ custom?: {
2029
+ kind?: string | undefined;
2030
+ path?: string | undefined;
2031
+ } | undefined;
2032
+ body?: string | undefined;
2033
+ response_body?: string | undefined;
2034
+ additional_bindings?: any[] | undefined;
2035
+ } & {
2036
+ selector?: string | undefined;
2037
+ get?: string | undefined;
2038
+ put?: string | undefined;
2039
+ post?: string | undefined;
2040
+ delete?: string | undefined;
2041
+ patch?: string | undefined;
2042
+ custom?: ({
2043
+ kind?: string | undefined;
2044
+ path?: string | undefined;
2045
+ } & {
2046
+ kind?: string | undefined;
2047
+ path?: string | undefined;
2048
+ } & { [K_8 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2049
+ body?: string | undefined;
2050
+ response_body?: string | undefined;
2051
+ additional_bindings?: ({
2052
+ selector?: string | undefined;
2053
+ get?: string | undefined;
2054
+ put?: string | undefined;
2055
+ post?: string | undefined;
2056
+ delete?: string | undefined;
2057
+ patch?: string | undefined;
2058
+ custom?: {
2059
+ kind?: string | undefined;
2060
+ path?: string | undefined;
2061
+ } | undefined;
2062
+ body?: string | undefined;
2063
+ response_body?: string | undefined;
2064
+ additional_bindings?: any[] | undefined;
2065
+ }[] & ({
2066
+ selector?: string | undefined;
2067
+ get?: string | undefined;
2068
+ put?: string | undefined;
2069
+ post?: string | undefined;
2070
+ delete?: string | undefined;
2071
+ patch?: string | undefined;
2072
+ custom?: {
2073
+ kind?: string | undefined;
2074
+ path?: string | undefined;
2075
+ } | undefined;
2076
+ body?: string | undefined;
2077
+ response_body?: string | undefined;
2078
+ additional_bindings?: any[] | undefined;
2079
+ } & {
2080
+ selector?: string | undefined;
2081
+ get?: string | undefined;
2082
+ put?: string | undefined;
2083
+ post?: string | undefined;
2084
+ delete?: string | undefined;
2085
+ patch?: string | undefined;
2086
+ custom?: ({
2087
+ kind?: string | undefined;
2088
+ path?: string | undefined;
2089
+ } & {
2090
+ kind?: string | undefined;
2091
+ path?: string | undefined;
2092
+ } & { [K_9 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2093
+ body?: string | undefined;
2094
+ response_body?: string | undefined;
2095
+ additional_bindings?: ({
2096
+ selector?: string | undefined;
2097
+ get?: string | undefined;
2098
+ put?: string | undefined;
2099
+ post?: string | undefined;
2100
+ delete?: string | undefined;
2101
+ patch?: string | undefined;
2102
+ custom?: {
2103
+ kind?: string | undefined;
2104
+ path?: string | undefined;
2105
+ } | undefined;
2106
+ body?: string | undefined;
2107
+ response_body?: string | undefined;
2108
+ additional_bindings?: any[] | undefined;
2109
+ }[] & ({
2110
+ selector?: string | undefined;
2111
+ get?: string | undefined;
2112
+ put?: string | undefined;
2113
+ post?: string | undefined;
2114
+ delete?: string | undefined;
2115
+ patch?: string | undefined;
2116
+ custom?: {
2117
+ kind?: string | undefined;
2118
+ path?: string | undefined;
2119
+ } | undefined;
2120
+ body?: string | undefined;
2121
+ response_body?: string | undefined;
2122
+ additional_bindings?: any[] | undefined;
2123
+ } & {
2124
+ selector?: string | undefined;
2125
+ get?: string | undefined;
2126
+ put?: string | undefined;
2127
+ post?: string | undefined;
2128
+ delete?: string | undefined;
2129
+ patch?: string | undefined;
2130
+ custom?: ({
2131
+ kind?: string | undefined;
2132
+ path?: string | undefined;
2133
+ } & any & { [K_10 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2134
+ body?: string | undefined;
2135
+ response_body?: string | undefined;
2136
+ additional_bindings?: ({
2137
+ selector?: string | undefined;
2138
+ get?: string | undefined;
2139
+ put?: string | undefined;
2140
+ post?: string | undefined;
2141
+ delete?: string | undefined;
2142
+ patch?: string | undefined;
2143
+ custom?: {
2144
+ kind?: string | undefined;
2145
+ path?: string | undefined;
2146
+ } | undefined;
2147
+ body?: string | undefined;
2148
+ response_body?: string | undefined;
2149
+ additional_bindings?: any[] | undefined;
2150
+ }[] & ({
2151
+ selector?: string | undefined;
2152
+ get?: string | undefined;
2153
+ put?: string | undefined;
2154
+ post?: string | undefined;
2155
+ delete?: string | undefined;
2156
+ patch?: string | undefined;
2157
+ custom?: {
2158
+ kind?: string | undefined;
2159
+ path?: string | undefined;
2160
+ } | undefined;
2161
+ body?: string | undefined;
2162
+ response_body?: string | undefined;
2163
+ additional_bindings?: any[] | undefined;
2164
+ } & any & { [K_11 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_12 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2165
+ selector?: string | undefined;
2166
+ get?: string | undefined;
2167
+ put?: string | undefined;
2168
+ post?: string | undefined;
2169
+ delete?: string | undefined;
2170
+ patch?: string | undefined;
2171
+ custom?: {
2172
+ kind?: string | undefined;
2173
+ path?: string | undefined;
2174
+ } | undefined;
2175
+ body?: string | undefined;
2176
+ response_body?: string | undefined;
2177
+ additional_bindings?: any[] | undefined;
2178
+ }[]>]: never; }) | undefined;
2179
+ } & { [K_13 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_14 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2180
+ selector?: string | undefined;
2181
+ get?: string | undefined;
2182
+ put?: string | undefined;
2183
+ post?: string | undefined;
2184
+ delete?: string | undefined;
2185
+ patch?: string | undefined;
2186
+ custom?: {
2187
+ kind?: string | undefined;
2188
+ path?: string | undefined;
2189
+ } | undefined;
2190
+ body?: string | undefined;
2191
+ response_body?: string | undefined;
2192
+ additional_bindings?: any[] | undefined;
2193
+ }[]>]: never; }) | undefined;
2194
+ } & { [K_15 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_16 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2195
+ selector?: string | undefined;
2196
+ get?: string | undefined;
2197
+ put?: string | undefined;
2198
+ post?: string | undefined;
2199
+ delete?: string | undefined;
2200
+ patch?: string | undefined;
2201
+ custom?: {
2202
+ kind?: string | undefined;
2203
+ path?: string | undefined;
2204
+ } | undefined;
2205
+ body?: string | undefined;
2206
+ response_body?: string | undefined;
2207
+ additional_bindings?: any[] | undefined;
2208
+ }[]>]: never; }) | undefined;
2209
+ } & { [K_17 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_18 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2210
+ selector?: string | undefined;
2211
+ get?: string | undefined;
2212
+ put?: string | undefined;
2213
+ post?: string | undefined;
2214
+ delete?: string | undefined;
2215
+ patch?: string | undefined;
2216
+ custom?: {
2217
+ kind?: string | undefined;
2218
+ path?: string | undefined;
2219
+ } | undefined;
2220
+ body?: string | undefined;
2221
+ response_body?: string | undefined;
2222
+ additional_bindings?: any[] | undefined;
2223
+ }[]>]: never; }) | undefined;
2224
+ } & { [K_19 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_20 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2225
+ selector?: string | undefined;
2226
+ get?: string | undefined;
2227
+ put?: string | undefined;
2228
+ post?: string | undefined;
2229
+ delete?: string | undefined;
2230
+ patch?: string | undefined;
2231
+ custom?: {
2232
+ kind?: string | undefined;
2233
+ path?: string | undefined;
2234
+ } | undefined;
2235
+ body?: string | undefined;
2236
+ response_body?: string | undefined;
2237
+ additional_bindings?: any[] | undefined;
2238
+ }[]>]: never; }) | undefined;
2239
+ } & { [K_21 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_22 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2240
+ selector?: string | undefined;
2241
+ get?: string | undefined;
2242
+ put?: string | undefined;
2243
+ post?: string | undefined;
2244
+ delete?: string | undefined;
2245
+ patch?: string | undefined;
2246
+ custom?: {
2247
+ kind?: string | undefined;
2248
+ path?: string | undefined;
2249
+ } | undefined;
2250
+ body?: string | undefined;
2251
+ response_body?: string | undefined;
2252
+ additional_bindings?: any[] | undefined;
2253
+ }[]>]: never; }) | undefined;
2254
+ } & { [K_23 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_24 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2255
+ selector?: string | undefined;
2256
+ get?: string | undefined;
2257
+ put?: string | undefined;
2258
+ post?: string | undefined;
2259
+ delete?: string | undefined;
2260
+ patch?: string | undefined;
2261
+ custom?: {
2262
+ kind?: string | undefined;
2263
+ path?: string | undefined;
2264
+ } | undefined;
2265
+ body?: string | undefined;
2266
+ response_body?: string | undefined;
2267
+ additional_bindings?: any[] | undefined;
2268
+ }[]>]: never; }) | undefined;
2269
+ } & { [K_25 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_26 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2270
+ selector?: string | undefined;
2271
+ get?: string | undefined;
2272
+ put?: string | undefined;
2273
+ post?: string | undefined;
2274
+ delete?: string | undefined;
2275
+ patch?: string | undefined;
2276
+ custom?: {
2277
+ kind?: string | undefined;
2278
+ path?: string | undefined;
2279
+ } | undefined;
2280
+ body?: string | undefined;
2281
+ response_body?: string | undefined;
2282
+ additional_bindings?: any[] | undefined;
2283
+ }[]>]: never; }) | undefined;
2284
+ } & { [K_27 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_28 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2285
+ selector?: string | undefined;
2286
+ get?: string | undefined;
2287
+ put?: string | undefined;
2288
+ post?: string | undefined;
2289
+ delete?: string | undefined;
2290
+ patch?: string | undefined;
2291
+ custom?: {
2292
+ kind?: string | undefined;
2293
+ path?: string | undefined;
2294
+ } | undefined;
2295
+ body?: string | undefined;
2296
+ response_body?: string | undefined;
2297
+ additional_bindings?: any[] | undefined;
2298
+ }[]>]: never; }) | undefined;
2299
+ } & { [K_29 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_30 in Exclude<keyof I["additional_bindings"][number]["additional_bindings"], keyof {
2300
+ selector?: string | undefined;
2301
+ get?: string | undefined;
2302
+ put?: string | undefined;
2303
+ post?: string | undefined;
2304
+ delete?: string | undefined;
2305
+ patch?: string | undefined;
2306
+ custom?: {
2307
+ kind?: string | undefined;
2308
+ path?: string | undefined;
2309
+ } | undefined;
2310
+ body?: string | undefined;
2311
+ response_body?: string | undefined;
2312
+ additional_bindings?: any[] | undefined;
2313
+ }[]>]: never; }) | undefined;
2314
+ } & { [K_31 in Exclude<keyof I["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_32 in Exclude<keyof I["additional_bindings"], keyof {
2315
+ selector?: string | undefined;
2316
+ get?: string | undefined;
2317
+ put?: string | undefined;
2318
+ post?: string | undefined;
2319
+ delete?: string | undefined;
2320
+ patch?: string | undefined;
2321
+ custom?: {
2322
+ kind?: string | undefined;
2323
+ path?: string | undefined;
2324
+ } | undefined;
2325
+ body?: string | undefined;
2326
+ response_body?: string | undefined;
2327
+ additional_bindings?: any[] | undefined;
2328
+ }[]>]: never; }) | undefined;
2329
+ } & { [K_33 in Exclude<keyof I, keyof HttpRule>]: never; }>(base?: I | undefined): HttpRule;
2330
+ fromPartial<I_1 extends {
2331
+ selector?: string | undefined;
2332
+ get?: string | undefined;
2333
+ put?: string | undefined;
2334
+ post?: string | undefined;
2335
+ delete?: string | undefined;
2336
+ patch?: string | undefined;
2337
+ custom?: {
2338
+ kind?: string | undefined;
2339
+ path?: string | undefined;
2340
+ } | undefined;
2341
+ body?: string | undefined;
2342
+ response_body?: string | undefined;
2343
+ additional_bindings?: any[] | undefined;
2344
+ } & {
2345
+ selector?: string | undefined;
2346
+ get?: string | undefined;
2347
+ put?: string | undefined;
2348
+ post?: string | undefined;
2349
+ delete?: string | undefined;
2350
+ patch?: string | undefined;
2351
+ custom?: ({
2352
+ kind?: string | undefined;
2353
+ path?: string | undefined;
2354
+ } & {
2355
+ kind?: string | undefined;
2356
+ path?: string | undefined;
2357
+ } & { [K_34 in Exclude<keyof I_1["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2358
+ body?: string | undefined;
2359
+ response_body?: string | undefined;
2360
+ additional_bindings?: ({
2361
+ selector?: string | undefined;
2362
+ get?: string | undefined;
2363
+ put?: string | undefined;
2364
+ post?: string | undefined;
2365
+ delete?: string | undefined;
2366
+ patch?: string | undefined;
2367
+ custom?: {
2368
+ kind?: string | undefined;
2369
+ path?: string | undefined;
2370
+ } | undefined;
2371
+ body?: string | undefined;
2372
+ response_body?: string | undefined;
2373
+ additional_bindings?: any[] | undefined;
2374
+ }[] & ({
2375
+ selector?: string | undefined;
2376
+ get?: string | undefined;
2377
+ put?: string | undefined;
2378
+ post?: string | undefined;
2379
+ delete?: string | undefined;
2380
+ patch?: string | undefined;
2381
+ custom?: {
2382
+ kind?: string | undefined;
2383
+ path?: string | undefined;
2384
+ } | undefined;
2385
+ body?: string | undefined;
2386
+ response_body?: string | undefined;
2387
+ additional_bindings?: any[] | undefined;
2388
+ } & {
2389
+ selector?: string | undefined;
2390
+ get?: string | undefined;
2391
+ put?: string | undefined;
2392
+ post?: string | undefined;
2393
+ delete?: string | undefined;
2394
+ patch?: string | undefined;
2395
+ custom?: ({
2396
+ kind?: string | undefined;
2397
+ path?: string | undefined;
2398
+ } & {
2399
+ kind?: string | undefined;
2400
+ path?: string | undefined;
2401
+ } & { [K_35 in Exclude<keyof I_1["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2402
+ body?: string | undefined;
2403
+ response_body?: string | undefined;
2404
+ additional_bindings?: ({
2405
+ selector?: string | undefined;
2406
+ get?: string | undefined;
2407
+ put?: string | undefined;
2408
+ post?: string | undefined;
2409
+ delete?: string | undefined;
2410
+ patch?: string | undefined;
2411
+ custom?: {
2412
+ kind?: string | undefined;
2413
+ path?: string | undefined;
2414
+ } | undefined;
2415
+ body?: string | undefined;
2416
+ response_body?: string | undefined;
2417
+ additional_bindings?: any[] | undefined;
2418
+ }[] & ({
2419
+ selector?: string | undefined;
2420
+ get?: string | undefined;
2421
+ put?: string | undefined;
2422
+ post?: string | undefined;
2423
+ delete?: string | undefined;
2424
+ patch?: string | undefined;
2425
+ custom?: {
2426
+ kind?: string | undefined;
2427
+ path?: string | undefined;
2428
+ } | undefined;
2429
+ body?: string | undefined;
2430
+ response_body?: string | undefined;
2431
+ additional_bindings?: any[] | undefined;
2432
+ } & {
2433
+ selector?: string | undefined;
2434
+ get?: string | undefined;
2435
+ put?: string | undefined;
2436
+ post?: string | undefined;
2437
+ delete?: string | undefined;
2438
+ patch?: string | undefined;
2439
+ custom?: ({
2440
+ kind?: string | undefined;
2441
+ path?: string | undefined;
2442
+ } & {
2443
+ kind?: string | undefined;
2444
+ path?: string | undefined;
2445
+ } & { [K_36 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2446
+ body?: string | undefined;
2447
+ response_body?: string | undefined;
2448
+ additional_bindings?: ({
2449
+ selector?: string | undefined;
2450
+ get?: string | undefined;
2451
+ put?: string | undefined;
2452
+ post?: string | undefined;
2453
+ delete?: string | undefined;
2454
+ patch?: string | undefined;
2455
+ custom?: {
2456
+ kind?: string | undefined;
2457
+ path?: string | undefined;
2458
+ } | undefined;
2459
+ body?: string | undefined;
2460
+ response_body?: string | undefined;
2461
+ additional_bindings?: any[] | undefined;
2462
+ }[] & ({
2463
+ selector?: string | undefined;
2464
+ get?: string | undefined;
2465
+ put?: string | undefined;
2466
+ post?: string | undefined;
2467
+ delete?: string | undefined;
2468
+ patch?: string | undefined;
2469
+ custom?: {
2470
+ kind?: string | undefined;
2471
+ path?: string | undefined;
2472
+ } | undefined;
2473
+ body?: string | undefined;
2474
+ response_body?: string | undefined;
2475
+ additional_bindings?: any[] | undefined;
2476
+ } & {
2477
+ selector?: string | undefined;
2478
+ get?: string | undefined;
2479
+ put?: string | undefined;
2480
+ post?: string | undefined;
2481
+ delete?: string | undefined;
2482
+ patch?: string | undefined;
2483
+ custom?: ({
2484
+ kind?: string | undefined;
2485
+ path?: string | undefined;
2486
+ } & {
2487
+ kind?: string | undefined;
2488
+ path?: string | undefined;
2489
+ } & { [K_37 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2490
+ body?: string | undefined;
2491
+ response_body?: string | undefined;
2492
+ additional_bindings?: ({
2493
+ selector?: string | undefined;
2494
+ get?: string | undefined;
2495
+ put?: string | undefined;
2496
+ post?: string | undefined;
2497
+ delete?: string | undefined;
2498
+ patch?: string | undefined;
2499
+ custom?: {
2500
+ kind?: string | undefined;
2501
+ path?: string | undefined;
2502
+ } | undefined;
2503
+ body?: string | undefined;
2504
+ response_body?: string | undefined;
2505
+ additional_bindings?: any[] | undefined;
2506
+ }[] & ({
2507
+ selector?: string | undefined;
2508
+ get?: string | undefined;
2509
+ put?: string | undefined;
2510
+ post?: string | undefined;
2511
+ delete?: string | undefined;
2512
+ patch?: string | undefined;
2513
+ custom?: {
2514
+ kind?: string | undefined;
2515
+ path?: string | undefined;
2516
+ } | undefined;
2517
+ body?: string | undefined;
2518
+ response_body?: string | undefined;
2519
+ additional_bindings?: any[] | undefined;
2520
+ } & {
2521
+ selector?: string | undefined;
2522
+ get?: string | undefined;
2523
+ put?: string | undefined;
2524
+ post?: string | undefined;
2525
+ delete?: string | undefined;
2526
+ patch?: string | undefined;
2527
+ custom?: ({
2528
+ kind?: string | undefined;
2529
+ path?: string | undefined;
2530
+ } & {
2531
+ kind?: string | undefined;
2532
+ path?: string | undefined;
2533
+ } & { [K_38 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2534
+ body?: string | undefined;
2535
+ response_body?: string | undefined;
2536
+ additional_bindings?: ({
2537
+ selector?: string | undefined;
2538
+ get?: string | undefined;
2539
+ put?: string | undefined;
2540
+ post?: string | undefined;
2541
+ delete?: string | undefined;
2542
+ patch?: string | undefined;
2543
+ custom?: {
2544
+ kind?: string | undefined;
2545
+ path?: string | undefined;
2546
+ } | undefined;
2547
+ body?: string | undefined;
2548
+ response_body?: string | undefined;
2549
+ additional_bindings?: any[] | undefined;
2550
+ }[] & ({
2551
+ selector?: string | undefined;
2552
+ get?: string | undefined;
2553
+ put?: string | undefined;
2554
+ post?: string | undefined;
2555
+ delete?: string | undefined;
2556
+ patch?: string | undefined;
2557
+ custom?: {
2558
+ kind?: string | undefined;
2559
+ path?: string | undefined;
2560
+ } | undefined;
2561
+ body?: string | undefined;
2562
+ response_body?: string | undefined;
2563
+ additional_bindings?: any[] | undefined;
2564
+ } & {
2565
+ selector?: string | undefined;
2566
+ get?: string | undefined;
2567
+ put?: string | undefined;
2568
+ post?: string | undefined;
2569
+ delete?: string | undefined;
2570
+ patch?: string | undefined;
2571
+ custom?: ({
2572
+ kind?: string | undefined;
2573
+ path?: string | undefined;
2574
+ } & {
2575
+ kind?: string | undefined;
2576
+ path?: string | undefined;
2577
+ } & { [K_39 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2578
+ body?: string | undefined;
2579
+ response_body?: string | undefined;
2580
+ additional_bindings?: ({
2581
+ selector?: string | undefined;
2582
+ get?: string | undefined;
2583
+ put?: string | undefined;
2584
+ post?: string | undefined;
2585
+ delete?: string | undefined;
2586
+ patch?: string | undefined;
2587
+ custom?: {
2588
+ kind?: string | undefined;
2589
+ path?: string | undefined;
2590
+ } | undefined;
2591
+ body?: string | undefined;
2592
+ response_body?: string | undefined;
2593
+ additional_bindings?: any[] | undefined;
2594
+ }[] & ({
2595
+ selector?: string | undefined;
2596
+ get?: string | undefined;
2597
+ put?: string | undefined;
2598
+ post?: string | undefined;
2599
+ delete?: string | undefined;
2600
+ patch?: string | undefined;
2601
+ custom?: {
2602
+ kind?: string | undefined;
2603
+ path?: string | undefined;
2604
+ } | undefined;
2605
+ body?: string | undefined;
2606
+ response_body?: string | undefined;
2607
+ additional_bindings?: any[] | undefined;
2608
+ } & {
2609
+ selector?: string | undefined;
2610
+ get?: string | undefined;
2611
+ put?: string | undefined;
2612
+ post?: string | undefined;
2613
+ delete?: string | undefined;
2614
+ patch?: string | undefined;
2615
+ custom?: ({
2616
+ kind?: string | undefined;
2617
+ path?: string | undefined;
2618
+ } & {
2619
+ kind?: string | undefined;
2620
+ path?: string | undefined;
2621
+ } & { [K_40 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2622
+ body?: string | undefined;
2623
+ response_body?: string | undefined;
2624
+ additional_bindings?: ({
2625
+ selector?: string | undefined;
2626
+ get?: string | undefined;
2627
+ put?: string | undefined;
2628
+ post?: string | undefined;
2629
+ delete?: string | undefined;
2630
+ patch?: string | undefined;
2631
+ custom?: {
2632
+ kind?: string | undefined;
2633
+ path?: string | undefined;
2634
+ } | undefined;
2635
+ body?: string | undefined;
2636
+ response_body?: string | undefined;
2637
+ additional_bindings?: any[] | undefined;
2638
+ }[] & ({
2639
+ selector?: string | undefined;
2640
+ get?: string | undefined;
2641
+ put?: string | undefined;
2642
+ post?: string | undefined;
2643
+ delete?: string | undefined;
2644
+ patch?: string | undefined;
2645
+ custom?: {
2646
+ kind?: string | undefined;
2647
+ path?: string | undefined;
2648
+ } | undefined;
2649
+ body?: string | undefined;
2650
+ response_body?: string | undefined;
2651
+ additional_bindings?: any[] | undefined;
2652
+ } & {
2653
+ selector?: string | undefined;
2654
+ get?: string | undefined;
2655
+ put?: string | undefined;
2656
+ post?: string | undefined;
2657
+ delete?: string | undefined;
2658
+ patch?: string | undefined;
2659
+ custom?: ({
2660
+ kind?: string | undefined;
2661
+ path?: string | undefined;
2662
+ } & {
2663
+ kind?: string | undefined;
2664
+ path?: string | undefined;
2665
+ } & { [K_41 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2666
+ body?: string | undefined;
2667
+ response_body?: string | undefined;
2668
+ additional_bindings?: ({
2669
+ selector?: string | undefined;
2670
+ get?: string | undefined;
2671
+ put?: string | undefined;
2672
+ post?: string | undefined;
2673
+ delete?: string | undefined;
2674
+ patch?: string | undefined;
2675
+ custom?: {
2676
+ kind?: string | undefined;
2677
+ path?: string | undefined;
2678
+ } | undefined;
2679
+ body?: string | undefined;
2680
+ response_body?: string | undefined;
2681
+ additional_bindings?: any[] | undefined;
2682
+ }[] & ({
2683
+ selector?: string | undefined;
2684
+ get?: string | undefined;
2685
+ put?: string | undefined;
2686
+ post?: string | undefined;
2687
+ delete?: string | undefined;
2688
+ patch?: string | undefined;
2689
+ custom?: {
2690
+ kind?: string | undefined;
2691
+ path?: string | undefined;
2692
+ } | undefined;
2693
+ body?: string | undefined;
2694
+ response_body?: string | undefined;
2695
+ additional_bindings?: any[] | undefined;
2696
+ } & {
2697
+ selector?: string | undefined;
2698
+ get?: string | undefined;
2699
+ put?: string | undefined;
2700
+ post?: string | undefined;
2701
+ delete?: string | undefined;
2702
+ patch?: string | undefined;
2703
+ custom?: ({
2704
+ kind?: string | undefined;
2705
+ path?: string | undefined;
2706
+ } & {
2707
+ kind?: string | undefined;
2708
+ path?: string | undefined;
2709
+ } & { [K_42 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2710
+ body?: string | undefined;
2711
+ response_body?: string | undefined;
2712
+ additional_bindings?: ({
2713
+ selector?: string | undefined;
2714
+ get?: string | undefined;
2715
+ put?: string | undefined;
2716
+ post?: string | undefined;
2717
+ delete?: string | undefined;
2718
+ patch?: string | undefined;
2719
+ custom?: {
2720
+ kind?: string | undefined;
2721
+ path?: string | undefined;
2722
+ } | undefined;
2723
+ body?: string | undefined;
2724
+ response_body?: string | undefined;
2725
+ additional_bindings?: any[] | undefined;
2726
+ }[] & ({
2727
+ selector?: string | undefined;
2728
+ get?: string | undefined;
2729
+ put?: string | undefined;
2730
+ post?: string | undefined;
2731
+ delete?: string | undefined;
2732
+ patch?: string | undefined;
2733
+ custom?: {
2734
+ kind?: string | undefined;
2735
+ path?: string | undefined;
2736
+ } | undefined;
2737
+ body?: string | undefined;
2738
+ response_body?: string | undefined;
2739
+ additional_bindings?: any[] | undefined;
2740
+ } & {
2741
+ selector?: string | undefined;
2742
+ get?: string | undefined;
2743
+ put?: string | undefined;
2744
+ post?: string | undefined;
2745
+ delete?: string | undefined;
2746
+ patch?: string | undefined;
2747
+ custom?: ({
2748
+ kind?: string | undefined;
2749
+ path?: string | undefined;
2750
+ } & {
2751
+ kind?: string | undefined;
2752
+ path?: string | undefined;
2753
+ } & { [K_43 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2754
+ body?: string | undefined;
2755
+ response_body?: string | undefined;
2756
+ additional_bindings?: ({
2757
+ selector?: string | undefined;
2758
+ get?: string | undefined;
2759
+ put?: string | undefined;
2760
+ post?: string | undefined;
2761
+ delete?: string | undefined;
2762
+ patch?: string | undefined;
2763
+ custom?: {
2764
+ kind?: string | undefined;
2765
+ path?: string | undefined;
2766
+ } | undefined;
2767
+ body?: string | undefined;
2768
+ response_body?: string | undefined;
2769
+ additional_bindings?: any[] | undefined;
2770
+ }[] & ({
2771
+ selector?: string | undefined;
2772
+ get?: string | undefined;
2773
+ put?: string | undefined;
2774
+ post?: string | undefined;
2775
+ delete?: string | undefined;
2776
+ patch?: string | undefined;
2777
+ custom?: {
2778
+ kind?: string | undefined;
2779
+ path?: string | undefined;
2780
+ } | undefined;
2781
+ body?: string | undefined;
2782
+ response_body?: string | undefined;
2783
+ additional_bindings?: any[] | undefined;
2784
+ } & {
2785
+ selector?: string | undefined;
2786
+ get?: string | undefined;
2787
+ put?: string | undefined;
2788
+ post?: string | undefined;
2789
+ delete?: string | undefined;
2790
+ patch?: string | undefined;
2791
+ custom?: ({
2792
+ kind?: string | undefined;
2793
+ path?: string | undefined;
2794
+ } & any & { [K_44 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["custom"], keyof CustomHttpPattern>]: never; }) | undefined;
2795
+ body?: string | undefined;
2796
+ response_body?: string | undefined;
2797
+ additional_bindings?: ({
2798
+ selector?: string | undefined;
2799
+ get?: string | undefined;
2800
+ put?: string | undefined;
2801
+ post?: string | undefined;
2802
+ delete?: string | undefined;
2803
+ patch?: string | undefined;
2804
+ custom?: {
2805
+ kind?: string | undefined;
2806
+ path?: string | undefined;
2807
+ } | undefined;
2808
+ body?: string | undefined;
2809
+ response_body?: string | undefined;
2810
+ additional_bindings?: any[] | undefined;
2811
+ }[] & ({
2812
+ selector?: string | undefined;
2813
+ get?: string | undefined;
2814
+ put?: string | undefined;
2815
+ post?: string | undefined;
2816
+ delete?: string | undefined;
2817
+ patch?: string | undefined;
2818
+ custom?: {
2819
+ kind?: string | undefined;
2820
+ path?: string | undefined;
2821
+ } | undefined;
2822
+ body?: string | undefined;
2823
+ response_body?: string | undefined;
2824
+ additional_bindings?: any[] | undefined;
2825
+ } & any & { [K_45 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_46 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2826
+ selector?: string | undefined;
2827
+ get?: string | undefined;
2828
+ put?: string | undefined;
2829
+ post?: string | undefined;
2830
+ delete?: string | undefined;
2831
+ patch?: string | undefined;
2832
+ custom?: {
2833
+ kind?: string | undefined;
2834
+ path?: string | undefined;
2835
+ } | undefined;
2836
+ body?: string | undefined;
2837
+ response_body?: string | undefined;
2838
+ additional_bindings?: any[] | undefined;
2839
+ }[]>]: never; }) | undefined;
2840
+ } & { [K_47 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_48 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2841
+ selector?: string | undefined;
2842
+ get?: string | undefined;
2843
+ put?: string | undefined;
2844
+ post?: string | undefined;
2845
+ delete?: string | undefined;
2846
+ patch?: string | undefined;
2847
+ custom?: {
2848
+ kind?: string | undefined;
2849
+ path?: string | undefined;
2850
+ } | undefined;
2851
+ body?: string | undefined;
2852
+ response_body?: string | undefined;
2853
+ additional_bindings?: any[] | undefined;
2854
+ }[]>]: never; }) | undefined;
2855
+ } & { [K_49 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_50 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2856
+ selector?: string | undefined;
2857
+ get?: string | undefined;
2858
+ put?: string | undefined;
2859
+ post?: string | undefined;
2860
+ delete?: string | undefined;
2861
+ patch?: string | undefined;
2862
+ custom?: {
2863
+ kind?: string | undefined;
2864
+ path?: string | undefined;
2865
+ } | undefined;
2866
+ body?: string | undefined;
2867
+ response_body?: string | undefined;
2868
+ additional_bindings?: any[] | undefined;
2869
+ }[]>]: never; }) | undefined;
2870
+ } & { [K_51 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_52 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2871
+ selector?: string | undefined;
2872
+ get?: string | undefined;
2873
+ put?: string | undefined;
2874
+ post?: string | undefined;
2875
+ delete?: string | undefined;
2876
+ patch?: string | undefined;
2877
+ custom?: {
2878
+ kind?: string | undefined;
2879
+ path?: string | undefined;
2880
+ } | undefined;
2881
+ body?: string | undefined;
2882
+ response_body?: string | undefined;
2883
+ additional_bindings?: any[] | undefined;
2884
+ }[]>]: never; }) | undefined;
2885
+ } & { [K_53 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_54 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2886
+ selector?: string | undefined;
2887
+ get?: string | undefined;
2888
+ put?: string | undefined;
2889
+ post?: string | undefined;
2890
+ delete?: string | undefined;
2891
+ patch?: string | undefined;
2892
+ custom?: {
2893
+ kind?: string | undefined;
2894
+ path?: string | undefined;
2895
+ } | undefined;
2896
+ body?: string | undefined;
2897
+ response_body?: string | undefined;
2898
+ additional_bindings?: any[] | undefined;
2899
+ }[]>]: never; }) | undefined;
2900
+ } & { [K_55 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_56 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2901
+ selector?: string | undefined;
2902
+ get?: string | undefined;
2903
+ put?: string | undefined;
2904
+ post?: string | undefined;
2905
+ delete?: string | undefined;
2906
+ patch?: string | undefined;
2907
+ custom?: {
2908
+ kind?: string | undefined;
2909
+ path?: string | undefined;
2910
+ } | undefined;
2911
+ body?: string | undefined;
2912
+ response_body?: string | undefined;
2913
+ additional_bindings?: any[] | undefined;
2914
+ }[]>]: never; }) | undefined;
2915
+ } & { [K_57 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_58 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2916
+ selector?: string | undefined;
2917
+ get?: string | undefined;
2918
+ put?: string | undefined;
2919
+ post?: string | undefined;
2920
+ delete?: string | undefined;
2921
+ patch?: string | undefined;
2922
+ custom?: {
2923
+ kind?: string | undefined;
2924
+ path?: string | undefined;
2925
+ } | undefined;
2926
+ body?: string | undefined;
2927
+ response_body?: string | undefined;
2928
+ additional_bindings?: any[] | undefined;
2929
+ }[]>]: never; }) | undefined;
2930
+ } & { [K_59 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_60 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2931
+ selector?: string | undefined;
2932
+ get?: string | undefined;
2933
+ put?: string | undefined;
2934
+ post?: string | undefined;
2935
+ delete?: string | undefined;
2936
+ patch?: string | undefined;
2937
+ custom?: {
2938
+ kind?: string | undefined;
2939
+ path?: string | undefined;
2940
+ } | undefined;
2941
+ body?: string | undefined;
2942
+ response_body?: string | undefined;
2943
+ additional_bindings?: any[] | undefined;
2944
+ }[]>]: never; }) | undefined;
2945
+ } & { [K_61 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_62 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number]["additional_bindings"], keyof {
2946
+ selector?: string | undefined;
2947
+ get?: string | undefined;
2948
+ put?: string | undefined;
2949
+ post?: string | undefined;
2950
+ delete?: string | undefined;
2951
+ patch?: string | undefined;
2952
+ custom?: {
2953
+ kind?: string | undefined;
2954
+ path?: string | undefined;
2955
+ } | undefined;
2956
+ body?: string | undefined;
2957
+ response_body?: string | undefined;
2958
+ additional_bindings?: any[] | undefined;
2959
+ }[]>]: never; }) | undefined;
2960
+ } & { [K_63 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_64 in Exclude<keyof I_1["additional_bindings"][number]["additional_bindings"], keyof {
2961
+ selector?: string | undefined;
2962
+ get?: string | undefined;
2963
+ put?: string | undefined;
2964
+ post?: string | undefined;
2965
+ delete?: string | undefined;
2966
+ patch?: string | undefined;
2967
+ custom?: {
2968
+ kind?: string | undefined;
2969
+ path?: string | undefined;
2970
+ } | undefined;
2971
+ body?: string | undefined;
2972
+ response_body?: string | undefined;
2973
+ additional_bindings?: any[] | undefined;
2974
+ }[]>]: never; }) | undefined;
2975
+ } & { [K_65 in Exclude<keyof I_1["additional_bindings"][number], keyof HttpRule>]: never; })[] & { [K_66 in Exclude<keyof I_1["additional_bindings"], keyof {
2976
+ selector?: string | undefined;
2977
+ get?: string | undefined;
2978
+ put?: string | undefined;
2979
+ post?: string | undefined;
2980
+ delete?: string | undefined;
2981
+ patch?: string | undefined;
2982
+ custom?: {
2983
+ kind?: string | undefined;
2984
+ path?: string | undefined;
2985
+ } | undefined;
2986
+ body?: string | undefined;
2987
+ response_body?: string | undefined;
2988
+ additional_bindings?: any[] | undefined;
2989
+ }[]>]: never; }) | undefined;
2990
+ } & { [K_67 in Exclude<keyof I_1, keyof HttpRule>]: never; }>(object: I_1): HttpRule;
2991
+ };
2992
+ export declare const CustomHttpPattern: {
2993
+ encode(message: CustomHttpPattern, writer?: _m0.Writer): _m0.Writer;
2994
+ decode(input: _m0.Reader | Uint8Array, length?: number): CustomHttpPattern;
2995
+ fromJSON(object: any): CustomHttpPattern;
2996
+ toJSON(message: CustomHttpPattern): unknown;
2997
+ create<I extends {
2998
+ kind?: string | undefined;
2999
+ path?: string | undefined;
3000
+ } & {
3001
+ kind?: string | undefined;
3002
+ path?: string | undefined;
3003
+ } & { [K in Exclude<keyof I, keyof CustomHttpPattern>]: never; }>(base?: I | undefined): CustomHttpPattern;
3004
+ fromPartial<I_1 extends {
3005
+ kind?: string | undefined;
3006
+ path?: string | undefined;
3007
+ } & {
3008
+ kind?: string | undefined;
3009
+ path?: string | undefined;
3010
+ } & { [K_1 in Exclude<keyof I_1, keyof CustomHttpPattern>]: never; }>(object: I_1): CustomHttpPattern;
3011
+ };
3012
+ type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
3013
+ export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
3014
+ [K in keyof T]?: DeepPartial<T[K]>;
3015
+ } : Partial<T>;
3016
+ type KeysOfUnion<T> = T extends T ? keyof T : never;
3017
+ export type Exact<P, I extends P> = P extends Builtin ? P : P & {
3018
+ [K in keyof P]: Exact<P[K], I[K]>;
3019
+ } & {
3020
+ [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
3021
+ };
3022
+ export {};
3023
+ //# sourceMappingURL=http.d.ts.map