@finam/grpc-tradeapi 2.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/README.md +41 -0
  2. package/google/api/annotations_pb.d.ts +34 -0
  3. package/google/api/annotations_pb.js +36 -0
  4. package/google/api/auth_pb.d.ts +382 -0
  5. package/google/api/auth_pb.js +68 -0
  6. package/google/api/backend_pb.d.ts +278 -0
  7. package/google/api/backend_pb.js +60 -0
  8. package/google/api/billing_pb.d.ts +112 -0
  9. package/google/api/billing_pb.js +40 -0
  10. package/google/api/client_pb.d.ts +906 -0
  11. package/google/api/client_pb.js +268 -0
  12. package/google/api/config_change_pb.d.ts +156 -0
  13. package/google/api/config_change_pb.js +55 -0
  14. package/google/api/consumer_pb.d.ts +151 -0
  15. package/google/api/consumer_pb.js +54 -0
  16. package/google/api/context_pb.d.ts +139 -0
  17. package/google/api/context_pb.js +40 -0
  18. package/google/api/control_pb.d.ts +61 -0
  19. package/google/api/control_pb.js +34 -0
  20. package/google/api/distribution_pb.d.ts +379 -0
  21. package/google/api/distribution_pb.js +76 -0
  22. package/google/api/documentation_pb.d.ts +249 -0
  23. package/google/api/documentation_pb.js +47 -0
  24. package/google/api/endpoint_pb.d.ts +98 -0
  25. package/google/api/endpoint_pb.js +33 -0
  26. package/google/api/error_reason_pb.d.ts +765 -0
  27. package/google/api/error_reason_pb.js +49 -0
  28. package/google/api/field_behavior_pb.d.ts +152 -0
  29. package/google/api/field_behavior_pb.js +65 -0
  30. package/google/api/field_info_pb.d.ts +171 -0
  31. package/google/api/field_info_pb.js +80 -0
  32. package/google/api/http_pb.d.ts +469 -0
  33. package/google/api/http_pb.js +47 -0
  34. package/google/api/httpbody_pb.d.ts +104 -0
  35. package/google/api/httpbody_pb.js +34 -0
  36. package/google/api/label_pb.d.ts +93 -0
  37. package/google/api/label_pb.js +47 -0
  38. package/google/api/launch_stage_pb.d.ts +115 -0
  39. package/google/api/launch_stage_pb.js +41 -0
  40. package/google/api/log_pb.d.ts +82 -0
  41. package/google/api/log_pb.js +34 -0
  42. package/google/api/logging_pb.d.ts +120 -0
  43. package/google/api/logging_pb.js +40 -0
  44. package/google/api/metric_pb.d.ts +474 -0
  45. package/google/api/metric_pb.js +94 -0
  46. package/google/api/monitored_resource_pb.d.ts +200 -0
  47. package/google/api/monitored_resource_pb.js +50 -0
  48. package/google/api/monitoring_pb.d.ts +146 -0
  49. package/google/api/monitoring_pb.js +40 -0
  50. package/google/api/policy_pb.d.ts +128 -0
  51. package/google/api/policy_pb.js +57 -0
  52. package/google/api/quota_pb.d.ts +273 -0
  53. package/google/api/quota_pb.js +47 -0
  54. package/google/api/resource_pb.d.ts +344 -0
  55. package/google/api/resource_pb.js +97 -0
  56. package/google/api/routing_pb.d.ts +497 -0
  57. package/google/api/routing_pb.js +49 -0
  58. package/google/api/service_pb.d.ts +305 -0
  59. package/google/api/service_pb.js +52 -0
  60. package/google/api/source_info_pb.d.ts +47 -0
  61. package/google/api/source_info_pb.js +34 -0
  62. package/google/api/system_parameter_pb.d.ts +153 -0
  63. package/google/api/system_parameter_pb.js +47 -0
  64. package/google/api/usage_pb.d.ts +143 -0
  65. package/google/api/usage_pb.js +40 -0
  66. package/google/api/visibility_pb.d.ts +158 -0
  67. package/google/api/visibility_pb.js +89 -0
  68. package/google/protobuf/any_pb.d.ts +182 -0
  69. package/google/protobuf/any_pb.js +49 -0
  70. package/google/protobuf/api_pb.d.ts +302 -0
  71. package/google/protobuf/api_pb.js +65 -0
  72. package/google/protobuf/descriptor_pb.d.ts +2511 -0
  73. package/google/protobuf/descriptor_pb.js +500 -0
  74. package/google/protobuf/duration_pb.d.ts +134 -0
  75. package/google/protobuf/duration_pb.js +49 -0
  76. package/google/protobuf/empty_pb.d.ts +63 -0
  77. package/google/protobuf/empty_pb.js +49 -0
  78. package/google/protobuf/field_mask_pb.d.ts +260 -0
  79. package/google/protobuf/field_mask_pb.js +49 -0
  80. package/google/protobuf/source_context_pb.d.ts +64 -0
  81. package/google/protobuf/source_context_pb.js +49 -0
  82. package/google/protobuf/struct_pb.d.ts +186 -0
  83. package/google/protobuf/struct_pb.js +80 -0
  84. package/google/protobuf/timestamp_pb.d.ts +163 -0
  85. package/google/protobuf/timestamp_pb.js +49 -0
  86. package/google/protobuf/type_pb.d.ts +532 -0
  87. package/google/protobuf/type_pb.js +121 -0
  88. package/google/protobuf/wrappers_pb.d.ts +250 -0
  89. package/google/protobuf/wrappers_pb.js +115 -0
  90. package/google/type/calendar_period_pb.d.ts +99 -0
  91. package/google/type/calendar_period_pb.js +42 -0
  92. package/google/type/color_pb.d.ts +200 -0
  93. package/google/type/color_pb.js +34 -0
  94. package/google/type/date_pb.d.ts +76 -0
  95. package/google/type/date_pb.js +33 -0
  96. package/google/type/datetime_pb.d.ts +175 -0
  97. package/google/type/datetime_pb.js +41 -0
  98. package/google/type/dayofweek_pb.d.ts +93 -0
  99. package/google/type/dayofweek_pb.js +40 -0
  100. package/google/type/decimal_pb.d.ts +111 -0
  101. package/google/type/decimal_pb.js +33 -0
  102. package/google/type/expr_pb.d.ts +102 -0
  103. package/google/type/expr_pb.js +33 -0
  104. package/google/type/fraction_pb.d.ts +54 -0
  105. package/google/type/fraction_pb.js +33 -0
  106. package/google/type/interval_pb.d.ts +65 -0
  107. package/google/type/interval_pb.js +34 -0
  108. package/google/type/latlng_pb.d.ts +57 -0
  109. package/google/type/latlng_pb.js +33 -0
  110. package/google/type/localized_text_pb.d.ts +56 -0
  111. package/google/type/localized_text_pb.js +33 -0
  112. package/google/type/money_pb.d.ts +66 -0
  113. package/google/type/money_pb.js +33 -0
  114. package/google/type/month_pb.d.ts +128 -0
  115. package/google/type/month_pb.js +40 -0
  116. package/google/type/phone_number_pb.d.ts +161 -0
  117. package/google/type/phone_number_pb.js +40 -0
  118. package/google/type/postal_address_pb.d.ts +190 -0
  119. package/google/type/postal_address_pb.js +33 -0
  120. package/google/type/quaternion_pb.d.ts +122 -0
  121. package/google/type/quaternion_pb.js +33 -0
  122. package/google/type/timeofday_pb.d.ts +72 -0
  123. package/google/type/timeofday_pb.js +33 -0
  124. package/grpc/gateway/protoc_gen_openapiv2/options/annotations_pb.d.ts +73 -0
  125. package/grpc/gateway/protoc_gen_openapiv2/options/annotations_pb.js +80 -0
  126. package/grpc/gateway/protoc_gen_openapiv2/options/openapiv2_pb.d.ts +1586 -0
  127. package/grpc/gateway/protoc_gen_openapiv2/options/openapiv2_pb.js +239 -0
  128. package/grpc/tradeapi/v1/accounts/accounts_service_pb.d.ts +671 -0
  129. package/grpc/tradeapi/v1/accounts/accounts_service_pb.js +126 -0
  130. package/grpc/tradeapi/v1/assets/assets_service_pb.d.ts +1318 -0
  131. package/grpc/tradeapi/v1/assets/assets_service_pb.js +279 -0
  132. package/grpc/tradeapi/v1/auth/auth_service_pb.d.ts +336 -0
  133. package/grpc/tradeapi/v1/auth/auth_service_pb.js +86 -0
  134. package/grpc/tradeapi/v1/marketdata/marketdata_service_pb.d.ts +1215 -0
  135. package/grpc/tradeapi/v1/marketdata/marketdata_service_pb.js +243 -0
  136. package/grpc/tradeapi/v1/metrics/usage_metrics_service_pb.d.ts +111 -0
  137. package/grpc/tradeapi/v1/metrics/usage_metrics_service_pb.js +46 -0
  138. package/grpc/tradeapi/v1/orders/orders_service_pb.d.ts +1256 -0
  139. package/grpc/tradeapi/v1/orders/orders_service_pb.js +242 -0
  140. package/grpc/tradeapi/v1/reports/reports_service_pb.d.ts +353 -0
  141. package/grpc/tradeapi/v1/reports/reports_service_pb.js +107 -0
  142. package/grpc/tradeapi/v1/side_pb.d.ts +44 -0
  143. package/grpc/tradeapi/v1/side_pb.js +26 -0
  144. package/grpc/tradeapi/v1/trade_pb.d.ts +91 -0
  145. package/grpc/tradeapi/v1/trade_pb.js +22 -0
  146. package/package.json +14 -0
@@ -0,0 +1,302 @@
1
+ // Protocol Buffers - Google's data interchange format
2
+ // Copyright 2008 Google Inc. All rights reserved.
3
+ // https://developers.google.com/protocol-buffers/
4
+ //
5
+ // Redistribution and use in source and binary forms, with or without
6
+ // modification, are permitted provided that the following conditions are
7
+ // met:
8
+ //
9
+ // * Redistributions of source code must retain the above copyright
10
+ // notice, this list of conditions and the following disclaimer.
11
+ // * Redistributions in binary form must reproduce the above
12
+ // copyright notice, this list of conditions and the following disclaimer
13
+ // in the documentation and/or other materials provided with the
14
+ // distribution.
15
+ // * Neither the name of Google Inc. nor the names of its
16
+ // contributors may be used to endorse or promote products derived from
17
+ // this software without specific prior written permission.
18
+ //
19
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
+
31
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
32
+ // @generated from file google/protobuf/api.proto (package google.protobuf, syntax proto3)
33
+ /* eslint-disable */
34
+
35
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
36
+ import type { Message } from "@bufbuild/protobuf";
37
+ import type { Option, Syntax } from "./type_pb.js";
38
+ import type { SourceContext } from "./source_context_pb.js";
39
+
40
+ /**
41
+ * Describes the file google/protobuf/api.proto.
42
+ */
43
+ export declare const file_google_protobuf_api: GenFile;
44
+
45
+ /**
46
+ * Api is a light-weight descriptor for an API Interface.
47
+ *
48
+ * Interfaces are also described as "protocol buffer services" in some contexts,
49
+ * such as by the "service" keyword in a .proto file, but they are different
50
+ * from API Services, which represent a concrete implementation of an interface
51
+ * as opposed to simply a description of methods and bindings. They are also
52
+ * sometimes simply referred to as "APIs" in other contexts, such as the name of
53
+ * this message itself. See https://cloud.google.com/apis/design/glossary for
54
+ * detailed terminology.
55
+ *
56
+ * @generated from message google.protobuf.Api
57
+ */
58
+ export declare type Api = Message<"google.protobuf.Api"> & {
59
+ /**
60
+ * The fully qualified name of this interface, including package name
61
+ * followed by the interface's simple name.
62
+ *
63
+ * @generated from field: string name = 1;
64
+ */
65
+ name: string;
66
+
67
+ /**
68
+ * The methods of this interface, in unspecified order.
69
+ *
70
+ * @generated from field: repeated google.protobuf.Method methods = 2;
71
+ */
72
+ methods: Method[];
73
+
74
+ /**
75
+ * Any metadata attached to the interface.
76
+ *
77
+ * @generated from field: repeated google.protobuf.Option options = 3;
78
+ */
79
+ options: Option[];
80
+
81
+ /**
82
+ * A version string for this interface. If specified, must have the form
83
+ * `major-version.minor-version`, as in `1.10`. If the minor version is
84
+ * omitted, it defaults to zero. If the entire version field is empty, the
85
+ * major version is derived from the package name, as outlined below. If the
86
+ * field is not empty, the version in the package name will be verified to be
87
+ * consistent with what is provided here.
88
+ *
89
+ * The versioning schema uses [semantic
90
+ * versioning](http://semver.org) where the major version number
91
+ * indicates a breaking change and the minor version an additive,
92
+ * non-breaking change. Both version numbers are signals to users
93
+ * what to expect from different versions, and should be carefully
94
+ * chosen based on the product plan.
95
+ *
96
+ * The major version is also reflected in the package name of the
97
+ * interface, which must end in `v<major-version>`, as in
98
+ * `google.feature.v1`. For major versions 0 and 1, the suffix can
99
+ * be omitted. Zero major versions must only be used for
100
+ * experimental, non-GA interfaces.
101
+ *
102
+ *
103
+ * @generated from field: string version = 4;
104
+ */
105
+ version: string;
106
+
107
+ /**
108
+ * Source context for the protocol buffer service represented by this
109
+ * message.
110
+ *
111
+ * @generated from field: google.protobuf.SourceContext source_context = 5;
112
+ */
113
+ sourceContext?: SourceContext;
114
+
115
+ /**
116
+ * Included interfaces. See [Mixin][].
117
+ *
118
+ * @generated from field: repeated google.protobuf.Mixin mixins = 6;
119
+ */
120
+ mixins: Mixin[];
121
+
122
+ /**
123
+ * The source syntax of the service.
124
+ *
125
+ * @generated from field: google.protobuf.Syntax syntax = 7;
126
+ */
127
+ syntax: Syntax;
128
+ };
129
+
130
+ /**
131
+ * Describes the message google.protobuf.Api.
132
+ * Use `create(ApiSchema)` to create a new message.
133
+ */
134
+ export declare const ApiSchema: GenMessage<Api>;
135
+
136
+ /**
137
+ * Method represents a method of an API interface.
138
+ *
139
+ * @generated from message google.protobuf.Method
140
+ */
141
+ export declare type Method = Message<"google.protobuf.Method"> & {
142
+ /**
143
+ * The simple name of this method.
144
+ *
145
+ * @generated from field: string name = 1;
146
+ */
147
+ name: string;
148
+
149
+ /**
150
+ * A URL of the input message type.
151
+ *
152
+ * @generated from field: string request_type_url = 2;
153
+ */
154
+ requestTypeUrl: string;
155
+
156
+ /**
157
+ * If true, the request is streamed.
158
+ *
159
+ * @generated from field: bool request_streaming = 3;
160
+ */
161
+ requestStreaming: boolean;
162
+
163
+ /**
164
+ * The URL of the output message type.
165
+ *
166
+ * @generated from field: string response_type_url = 4;
167
+ */
168
+ responseTypeUrl: string;
169
+
170
+ /**
171
+ * If true, the response is streamed.
172
+ *
173
+ * @generated from field: bool response_streaming = 5;
174
+ */
175
+ responseStreaming: boolean;
176
+
177
+ /**
178
+ * Any metadata attached to the method.
179
+ *
180
+ * @generated from field: repeated google.protobuf.Option options = 6;
181
+ */
182
+ options: Option[];
183
+
184
+ /**
185
+ * The source syntax of this method.
186
+ *
187
+ * @generated from field: google.protobuf.Syntax syntax = 7;
188
+ */
189
+ syntax: Syntax;
190
+ };
191
+
192
+ /**
193
+ * Describes the message google.protobuf.Method.
194
+ * Use `create(MethodSchema)` to create a new message.
195
+ */
196
+ export declare const MethodSchema: GenMessage<Method>;
197
+
198
+ /**
199
+ * Declares an API Interface to be included in this interface. The including
200
+ * interface must redeclare all the methods from the included interface, but
201
+ * documentation and options are inherited as follows:
202
+ *
203
+ * - If after comment and whitespace stripping, the documentation
204
+ * string of the redeclared method is empty, it will be inherited
205
+ * from the original method.
206
+ *
207
+ * - Each annotation belonging to the service config (http,
208
+ * visibility) which is not set in the redeclared method will be
209
+ * inherited.
210
+ *
211
+ * - If an http annotation is inherited, the path pattern will be
212
+ * modified as follows. Any version prefix will be replaced by the
213
+ * version of the including interface plus the [root][] path if
214
+ * specified.
215
+ *
216
+ * Example of a simple mixin:
217
+ *
218
+ * package google.acl.v1;
219
+ * service AccessControl {
220
+ * // Get the underlying ACL object.
221
+ * rpc GetAcl(GetAclRequest) returns (Acl) {
222
+ * option (google.api.http).get = "/v1/{resource=**}:getAcl";
223
+ * }
224
+ * }
225
+ *
226
+ * package google.storage.v2;
227
+ * service Storage {
228
+ * rpc GetAcl(GetAclRequest) returns (Acl);
229
+ *
230
+ * // Get a data record.
231
+ * rpc GetData(GetDataRequest) returns (Data) {
232
+ * option (google.api.http).get = "/v2/{resource=**}";
233
+ * }
234
+ * }
235
+ *
236
+ * Example of a mixin configuration:
237
+ *
238
+ * apis:
239
+ * - name: google.storage.v2.Storage
240
+ * mixins:
241
+ * - name: google.acl.v1.AccessControl
242
+ *
243
+ * The mixin construct implies that all methods in `AccessControl` are
244
+ * also declared with same name and request/response types in
245
+ * `Storage`. A documentation generator or annotation processor will
246
+ * see the effective `Storage.GetAcl` method after inherting
247
+ * documentation and annotations as follows:
248
+ *
249
+ * service Storage {
250
+ * // Get the underlying ACL object.
251
+ * rpc GetAcl(GetAclRequest) returns (Acl) {
252
+ * option (google.api.http).get = "/v2/{resource=**}:getAcl";
253
+ * }
254
+ * ...
255
+ * }
256
+ *
257
+ * Note how the version in the path pattern changed from `v1` to `v2`.
258
+ *
259
+ * If the `root` field in the mixin is specified, it should be a
260
+ * relative path under which inherited HTTP paths are placed. Example:
261
+ *
262
+ * apis:
263
+ * - name: google.storage.v2.Storage
264
+ * mixins:
265
+ * - name: google.acl.v1.AccessControl
266
+ * root: acls
267
+ *
268
+ * This implies the following inherited HTTP annotation:
269
+ *
270
+ * service Storage {
271
+ * // Get the underlying ACL object.
272
+ * rpc GetAcl(GetAclRequest) returns (Acl) {
273
+ * option (google.api.http).get = "/v2/acls/{resource=**}:getAcl";
274
+ * }
275
+ * ...
276
+ * }
277
+ *
278
+ * @generated from message google.protobuf.Mixin
279
+ */
280
+ export declare type Mixin = Message<"google.protobuf.Mixin"> & {
281
+ /**
282
+ * The fully qualified name of the interface which is included.
283
+ *
284
+ * @generated from field: string name = 1;
285
+ */
286
+ name: string;
287
+
288
+ /**
289
+ * If non-empty specifies a path under which inherited HTTP paths
290
+ * are rooted.
291
+ *
292
+ * @generated from field: string root = 2;
293
+ */
294
+ root: string;
295
+ };
296
+
297
+ /**
298
+ * Describes the message google.protobuf.Mixin.
299
+ * Use `create(MixinSchema)` to create a new message.
300
+ */
301
+ export declare const MixinSchema: GenMessage<Mixin>;
302
+
@@ -0,0 +1,65 @@
1
+ // Protocol Buffers - Google's data interchange format
2
+ // Copyright 2008 Google Inc. All rights reserved.
3
+ // https://developers.google.com/protocol-buffers/
4
+ //
5
+ // Redistribution and use in source and binary forms, with or without
6
+ // modification, are permitted provided that the following conditions are
7
+ // met:
8
+ //
9
+ // * Redistributions of source code must retain the above copyright
10
+ // notice, this list of conditions and the following disclaimer.
11
+ // * Redistributions in binary form must reproduce the above
12
+ // copyright notice, this list of conditions and the following disclaimer
13
+ // in the documentation and/or other materials provided with the
14
+ // distribution.
15
+ // * Neither the name of Google Inc. nor the names of its
16
+ // contributors may be used to endorse or promote products derived from
17
+ // this software without specific prior written permission.
18
+ //
19
+ // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20
+ // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21
+ // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
+ // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23
+ // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24
+ // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25
+ // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26
+ // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27
+ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28
+ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
+ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
+
31
+ // @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
32
+ // @generated from file google/protobuf/api.proto (package google.protobuf, syntax proto3)
33
+ /* eslint-disable */
34
+
35
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
36
+ import { file_google_protobuf_source_context } from "./source_context_pb.js";
37
+ import { file_google_protobuf_type } from "./type_pb.js";
38
+
39
+ /**
40
+ * Describes the file google/protobuf/api.proto.
41
+ */
42
+ export const file_google_protobuf_api = /*@__PURE__*/
43
+ fileDesc("Chlnb29nbGUvcHJvdG9idWYvYXBpLnByb3RvEg9nb29nbGUucHJvdG9idWYigQIKA0FwaRIMCgRuYW1lGAEgASgJEigKB21ldGhvZHMYAiADKAsyFy5nb29nbGUucHJvdG9idWYuTWV0aG9kEigKB29wdGlvbnMYAyADKAsyFy5nb29nbGUucHJvdG9idWYuT3B0aW9uEg8KB3ZlcnNpb24YBCABKAkSNgoOc291cmNlX2NvbnRleHQYBSABKAsyHi5nb29nbGUucHJvdG9idWYuU291cmNlQ29udGV4dBImCgZtaXhpbnMYBiADKAsyFi5nb29nbGUucHJvdG9idWYuTWl4aW4SJwoGc3ludGF4GAcgASgOMhcuZ29vZ2xlLnByb3RvYnVmLlN5bnRheCLVAQoGTWV0aG9kEgwKBG5hbWUYASABKAkSGAoQcmVxdWVzdF90eXBlX3VybBgCIAEoCRIZChFyZXF1ZXN0X3N0cmVhbWluZxgDIAEoCBIZChFyZXNwb25zZV90eXBlX3VybBgEIAEoCRIaChJyZXNwb25zZV9zdHJlYW1pbmcYBSABKAgSKAoHb3B0aW9ucxgGIAMoCzIXLmdvb2dsZS5wcm90b2J1Zi5PcHRpb24SJwoGc3ludGF4GAcgASgOMhcuZ29vZ2xlLnByb3RvYnVmLlN5bnRheCIjCgVNaXhpbhIMCgRuYW1lGAEgASgJEgwKBHJvb3QYAiABKAlCdgoTY29tLmdvb2dsZS5wcm90b2J1ZkIIQXBpUHJvdG9QAVosZ29vZ2xlLmdvbGFuZy5vcmcvcHJvdG9idWYvdHlwZXMva25vd24vYXBpcGKiAgNHUEKqAh5Hb29nbGUuUHJvdG9idWYuV2VsbEtub3duVHlwZXNiBnByb3RvMw", [file_google_protobuf_source_context, file_google_protobuf_type]);
44
+
45
+ /**
46
+ * Describes the message google.protobuf.Api.
47
+ * Use `create(ApiSchema)` to create a new message.
48
+ */
49
+ export const ApiSchema = /*@__PURE__*/
50
+ messageDesc(file_google_protobuf_api, 0);
51
+
52
+ /**
53
+ * Describes the message google.protobuf.Method.
54
+ * Use `create(MethodSchema)` to create a new message.
55
+ */
56
+ export const MethodSchema = /*@__PURE__*/
57
+ messageDesc(file_google_protobuf_api, 1);
58
+
59
+ /**
60
+ * Describes the message google.protobuf.Mixin.
61
+ * Use `create(MixinSchema)` to create a new message.
62
+ */
63
+ export const MixinSchema = /*@__PURE__*/
64
+ messageDesc(file_google_protobuf_api, 2);
65
+