@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.
- package/README.md +41 -0
- package/google/api/annotations_pb.d.ts +34 -0
- package/google/api/annotations_pb.js +36 -0
- package/google/api/auth_pb.d.ts +382 -0
- package/google/api/auth_pb.js +68 -0
- package/google/api/backend_pb.d.ts +278 -0
- package/google/api/backend_pb.js +60 -0
- package/google/api/billing_pb.d.ts +112 -0
- package/google/api/billing_pb.js +40 -0
- package/google/api/client_pb.d.ts +906 -0
- package/google/api/client_pb.js +268 -0
- package/google/api/config_change_pb.d.ts +156 -0
- package/google/api/config_change_pb.js +55 -0
- package/google/api/consumer_pb.d.ts +151 -0
- package/google/api/consumer_pb.js +54 -0
- package/google/api/context_pb.d.ts +139 -0
- package/google/api/context_pb.js +40 -0
- package/google/api/control_pb.d.ts +61 -0
- package/google/api/control_pb.js +34 -0
- package/google/api/distribution_pb.d.ts +379 -0
- package/google/api/distribution_pb.js +76 -0
- package/google/api/documentation_pb.d.ts +249 -0
- package/google/api/documentation_pb.js +47 -0
- package/google/api/endpoint_pb.d.ts +98 -0
- package/google/api/endpoint_pb.js +33 -0
- package/google/api/error_reason_pb.d.ts +765 -0
- package/google/api/error_reason_pb.js +49 -0
- package/google/api/field_behavior_pb.d.ts +152 -0
- package/google/api/field_behavior_pb.js +65 -0
- package/google/api/field_info_pb.d.ts +171 -0
- package/google/api/field_info_pb.js +80 -0
- package/google/api/http_pb.d.ts +469 -0
- package/google/api/http_pb.js +47 -0
- package/google/api/httpbody_pb.d.ts +104 -0
- package/google/api/httpbody_pb.js +34 -0
- package/google/api/label_pb.d.ts +93 -0
- package/google/api/label_pb.js +47 -0
- package/google/api/launch_stage_pb.d.ts +115 -0
- package/google/api/launch_stage_pb.js +41 -0
- package/google/api/log_pb.d.ts +82 -0
- package/google/api/log_pb.js +34 -0
- package/google/api/logging_pb.d.ts +120 -0
- package/google/api/logging_pb.js +40 -0
- package/google/api/metric_pb.d.ts +474 -0
- package/google/api/metric_pb.js +94 -0
- package/google/api/monitored_resource_pb.d.ts +200 -0
- package/google/api/monitored_resource_pb.js +50 -0
- package/google/api/monitoring_pb.d.ts +146 -0
- package/google/api/monitoring_pb.js +40 -0
- package/google/api/policy_pb.d.ts +128 -0
- package/google/api/policy_pb.js +57 -0
- package/google/api/quota_pb.d.ts +273 -0
- package/google/api/quota_pb.js +47 -0
- package/google/api/resource_pb.d.ts +344 -0
- package/google/api/resource_pb.js +97 -0
- package/google/api/routing_pb.d.ts +497 -0
- package/google/api/routing_pb.js +49 -0
- package/google/api/service_pb.d.ts +305 -0
- package/google/api/service_pb.js +52 -0
- package/google/api/source_info_pb.d.ts +47 -0
- package/google/api/source_info_pb.js +34 -0
- package/google/api/system_parameter_pb.d.ts +153 -0
- package/google/api/system_parameter_pb.js +47 -0
- package/google/api/usage_pb.d.ts +143 -0
- package/google/api/usage_pb.js +40 -0
- package/google/api/visibility_pb.d.ts +158 -0
- package/google/api/visibility_pb.js +89 -0
- package/google/protobuf/any_pb.d.ts +182 -0
- package/google/protobuf/any_pb.js +49 -0
- package/google/protobuf/api_pb.d.ts +302 -0
- package/google/protobuf/api_pb.js +65 -0
- package/google/protobuf/descriptor_pb.d.ts +2511 -0
- package/google/protobuf/descriptor_pb.js +500 -0
- package/google/protobuf/duration_pb.d.ts +134 -0
- package/google/protobuf/duration_pb.js +49 -0
- package/google/protobuf/empty_pb.d.ts +63 -0
- package/google/protobuf/empty_pb.js +49 -0
- package/google/protobuf/field_mask_pb.d.ts +260 -0
- package/google/protobuf/field_mask_pb.js +49 -0
- package/google/protobuf/source_context_pb.d.ts +64 -0
- package/google/protobuf/source_context_pb.js +49 -0
- package/google/protobuf/struct_pb.d.ts +186 -0
- package/google/protobuf/struct_pb.js +80 -0
- package/google/protobuf/timestamp_pb.d.ts +163 -0
- package/google/protobuf/timestamp_pb.js +49 -0
- package/google/protobuf/type_pb.d.ts +532 -0
- package/google/protobuf/type_pb.js +121 -0
- package/google/protobuf/wrappers_pb.d.ts +250 -0
- package/google/protobuf/wrappers_pb.js +115 -0
- package/google/type/calendar_period_pb.d.ts +99 -0
- package/google/type/calendar_period_pb.js +42 -0
- package/google/type/color_pb.d.ts +200 -0
- package/google/type/color_pb.js +34 -0
- package/google/type/date_pb.d.ts +76 -0
- package/google/type/date_pb.js +33 -0
- package/google/type/datetime_pb.d.ts +175 -0
- package/google/type/datetime_pb.js +41 -0
- package/google/type/dayofweek_pb.d.ts +93 -0
- package/google/type/dayofweek_pb.js +40 -0
- package/google/type/decimal_pb.d.ts +111 -0
- package/google/type/decimal_pb.js +33 -0
- package/google/type/expr_pb.d.ts +102 -0
- package/google/type/expr_pb.js +33 -0
- package/google/type/fraction_pb.d.ts +54 -0
- package/google/type/fraction_pb.js +33 -0
- package/google/type/interval_pb.d.ts +65 -0
- package/google/type/interval_pb.js +34 -0
- package/google/type/latlng_pb.d.ts +57 -0
- package/google/type/latlng_pb.js +33 -0
- package/google/type/localized_text_pb.d.ts +56 -0
- package/google/type/localized_text_pb.js +33 -0
- package/google/type/money_pb.d.ts +66 -0
- package/google/type/money_pb.js +33 -0
- package/google/type/month_pb.d.ts +128 -0
- package/google/type/month_pb.js +40 -0
- package/google/type/phone_number_pb.d.ts +161 -0
- package/google/type/phone_number_pb.js +40 -0
- package/google/type/postal_address_pb.d.ts +190 -0
- package/google/type/postal_address_pb.js +33 -0
- package/google/type/quaternion_pb.d.ts +122 -0
- package/google/type/quaternion_pb.js +33 -0
- package/google/type/timeofday_pb.d.ts +72 -0
- package/google/type/timeofday_pb.js +33 -0
- package/grpc/gateway/protoc_gen_openapiv2/options/annotations_pb.d.ts +73 -0
- package/grpc/gateway/protoc_gen_openapiv2/options/annotations_pb.js +80 -0
- package/grpc/gateway/protoc_gen_openapiv2/options/openapiv2_pb.d.ts +1586 -0
- package/grpc/gateway/protoc_gen_openapiv2/options/openapiv2_pb.js +239 -0
- package/grpc/tradeapi/v1/accounts/accounts_service_pb.d.ts +671 -0
- package/grpc/tradeapi/v1/accounts/accounts_service_pb.js +126 -0
- package/grpc/tradeapi/v1/assets/assets_service_pb.d.ts +1318 -0
- package/grpc/tradeapi/v1/assets/assets_service_pb.js +279 -0
- package/grpc/tradeapi/v1/auth/auth_service_pb.d.ts +336 -0
- package/grpc/tradeapi/v1/auth/auth_service_pb.js +86 -0
- package/grpc/tradeapi/v1/marketdata/marketdata_service_pb.d.ts +1215 -0
- package/grpc/tradeapi/v1/marketdata/marketdata_service_pb.js +243 -0
- package/grpc/tradeapi/v1/metrics/usage_metrics_service_pb.d.ts +111 -0
- package/grpc/tradeapi/v1/metrics/usage_metrics_service_pb.js +46 -0
- package/grpc/tradeapi/v1/orders/orders_service_pb.d.ts +1256 -0
- package/grpc/tradeapi/v1/orders/orders_service_pb.js +242 -0
- package/grpc/tradeapi/v1/reports/reports_service_pb.d.ts +353 -0
- package/grpc/tradeapi/v1/reports/reports_service_pb.js +107 -0
- package/grpc/tradeapi/v1/side_pb.d.ts +44 -0
- package/grpc/tradeapi/v1/side_pb.js +26 -0
- package/grpc/tradeapi/v1/trade_pb.d.ts +91 -0
- package/grpc/tradeapi/v1/trade_pb.js +22 -0
- package/package.json +14 -0
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
// Copyright 2024 Google LLC
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
|
|
15
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
|
|
16
|
+
// @generated from file google/api/service.proto (package google.api, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
21
|
+
import type { Api, Enum, Type } from "@bufbuild/protobuf/wkt";
|
|
22
|
+
import type { Documentation } from "./documentation_pb.js";
|
|
23
|
+
import type { Backend } from "./backend_pb.js";
|
|
24
|
+
import type { Http } from "./http_pb.js";
|
|
25
|
+
import type { Quota } from "./quota_pb.js";
|
|
26
|
+
import type { Authentication } from "./auth_pb.js";
|
|
27
|
+
import type { Context } from "./context_pb.js";
|
|
28
|
+
import type { Usage } from "./usage_pb.js";
|
|
29
|
+
import type { Endpoint } from "./endpoint_pb.js";
|
|
30
|
+
import type { Control } from "./control_pb.js";
|
|
31
|
+
import type { LogDescriptor } from "./log_pb.js";
|
|
32
|
+
import type { MetricDescriptor } from "./metric_pb.js";
|
|
33
|
+
import type { MonitoredResourceDescriptor } from "./monitored_resource_pb.js";
|
|
34
|
+
import type { Billing } from "./billing_pb.js";
|
|
35
|
+
import type { Logging } from "./logging_pb.js";
|
|
36
|
+
import type { Monitoring } from "./monitoring_pb.js";
|
|
37
|
+
import type { SystemParameters } from "./system_parameter_pb.js";
|
|
38
|
+
import type { SourceInfo } from "./source_info_pb.js";
|
|
39
|
+
import type { Publishing } from "./client_pb.js";
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Describes the file google/api/service.proto.
|
|
43
|
+
*/
|
|
44
|
+
export declare const file_google_api_service: GenFile;
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* `Service` is the root object of Google API service configuration (service
|
|
48
|
+
* config). It describes the basic information about a logical service,
|
|
49
|
+
* such as the service name and the user-facing title, and delegates other
|
|
50
|
+
* aspects to sub-sections. Each sub-section is either a proto message or a
|
|
51
|
+
* repeated proto message that configures a specific aspect, such as auth.
|
|
52
|
+
* For more information, see each proto message definition.
|
|
53
|
+
*
|
|
54
|
+
* Example:
|
|
55
|
+
*
|
|
56
|
+
* type: google.api.Service
|
|
57
|
+
* name: calendar.googleapis.com
|
|
58
|
+
* title: Google Calendar API
|
|
59
|
+
* apis:
|
|
60
|
+
* - name: google.calendar.v3.Calendar
|
|
61
|
+
*
|
|
62
|
+
* visibility:
|
|
63
|
+
* rules:
|
|
64
|
+
* - selector: "google.calendar.v3.*"
|
|
65
|
+
* restriction: PREVIEW
|
|
66
|
+
* backend:
|
|
67
|
+
* rules:
|
|
68
|
+
* - selector: "google.calendar.v3.*"
|
|
69
|
+
* address: calendar.example.com
|
|
70
|
+
*
|
|
71
|
+
* authentication:
|
|
72
|
+
* providers:
|
|
73
|
+
* - id: google_calendar_auth
|
|
74
|
+
* jwks_uri: https://www.googleapis.com/oauth2/v1/certs
|
|
75
|
+
* issuer: https://securetoken.google.com
|
|
76
|
+
* rules:
|
|
77
|
+
* - selector: "*"
|
|
78
|
+
* requirements:
|
|
79
|
+
* provider_id: google_calendar_auth
|
|
80
|
+
*
|
|
81
|
+
* @generated from message google.api.Service
|
|
82
|
+
*/
|
|
83
|
+
export declare type Service = Message<"google.api.Service"> & {
|
|
84
|
+
/**
|
|
85
|
+
* The service name, which is a DNS-like logical identifier for the
|
|
86
|
+
* service, such as `calendar.googleapis.com`. The service name
|
|
87
|
+
* typically goes through DNS verification to make sure the owner
|
|
88
|
+
* of the service also owns the DNS name.
|
|
89
|
+
*
|
|
90
|
+
* @generated from field: string name = 1;
|
|
91
|
+
*/
|
|
92
|
+
name: string;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* The product title for this service, it is the name displayed in Google
|
|
96
|
+
* Cloud Console.
|
|
97
|
+
*
|
|
98
|
+
* @generated from field: string title = 2;
|
|
99
|
+
*/
|
|
100
|
+
title: string;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* The Google project that owns this service.
|
|
104
|
+
*
|
|
105
|
+
* @generated from field: string producer_project_id = 22;
|
|
106
|
+
*/
|
|
107
|
+
producerProjectId: string;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* A unique ID for a specific instance of this message, typically assigned
|
|
111
|
+
* by the client for tracking purpose. Must be no longer than 63 characters
|
|
112
|
+
* and only lower case letters, digits, '.', '_' and '-' are allowed. If
|
|
113
|
+
* empty, the server may choose to generate one instead.
|
|
114
|
+
*
|
|
115
|
+
* @generated from field: string id = 33;
|
|
116
|
+
*/
|
|
117
|
+
id: string;
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* A list of API interfaces exported by this service. Only the `name` field
|
|
121
|
+
* of the [google.protobuf.Api][google.protobuf.Api] needs to be provided by
|
|
122
|
+
* the configuration author, as the remaining fields will be derived from the
|
|
123
|
+
* IDL during the normalization process. It is an error to specify an API
|
|
124
|
+
* interface here which cannot be resolved against the associated IDL files.
|
|
125
|
+
*
|
|
126
|
+
* @generated from field: repeated google.protobuf.Api apis = 3;
|
|
127
|
+
*/
|
|
128
|
+
apis: Api[];
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* A list of all proto message types included in this API service.
|
|
132
|
+
* Types referenced directly or indirectly by the `apis` are automatically
|
|
133
|
+
* included. Messages which are not referenced but shall be included, such as
|
|
134
|
+
* types used by the `google.protobuf.Any` type, should be listed here by
|
|
135
|
+
* name by the configuration author. Example:
|
|
136
|
+
*
|
|
137
|
+
* types:
|
|
138
|
+
* - name: google.protobuf.Int32
|
|
139
|
+
*
|
|
140
|
+
* @generated from field: repeated google.protobuf.Type types = 4;
|
|
141
|
+
*/
|
|
142
|
+
types: Type[];
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* A list of all enum types included in this API service. Enums referenced
|
|
146
|
+
* directly or indirectly by the `apis` are automatically included. Enums
|
|
147
|
+
* which are not referenced but shall be included should be listed here by
|
|
148
|
+
* name by the configuration author. Example:
|
|
149
|
+
*
|
|
150
|
+
* enums:
|
|
151
|
+
* - name: google.someapi.v1.SomeEnum
|
|
152
|
+
*
|
|
153
|
+
* @generated from field: repeated google.protobuf.Enum enums = 5;
|
|
154
|
+
*/
|
|
155
|
+
enums: Enum[];
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* Additional API documentation.
|
|
159
|
+
*
|
|
160
|
+
* @generated from field: google.api.Documentation documentation = 6;
|
|
161
|
+
*/
|
|
162
|
+
documentation?: Documentation;
|
|
163
|
+
|
|
164
|
+
/**
|
|
165
|
+
* API backend configuration.
|
|
166
|
+
*
|
|
167
|
+
* @generated from field: google.api.Backend backend = 8;
|
|
168
|
+
*/
|
|
169
|
+
backend?: Backend;
|
|
170
|
+
|
|
171
|
+
/**
|
|
172
|
+
* HTTP configuration.
|
|
173
|
+
*
|
|
174
|
+
* @generated from field: google.api.Http http = 9;
|
|
175
|
+
*/
|
|
176
|
+
http?: Http;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* Quota configuration.
|
|
180
|
+
*
|
|
181
|
+
* @generated from field: google.api.Quota quota = 10;
|
|
182
|
+
*/
|
|
183
|
+
quota?: Quota;
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* Auth configuration.
|
|
187
|
+
*
|
|
188
|
+
* @generated from field: google.api.Authentication authentication = 11;
|
|
189
|
+
*/
|
|
190
|
+
authentication?: Authentication;
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* Context configuration.
|
|
194
|
+
*
|
|
195
|
+
* @generated from field: google.api.Context context = 12;
|
|
196
|
+
*/
|
|
197
|
+
context?: Context;
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* Configuration controlling usage of this service.
|
|
201
|
+
*
|
|
202
|
+
* @generated from field: google.api.Usage usage = 15;
|
|
203
|
+
*/
|
|
204
|
+
usage?: Usage;
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* Configuration for network endpoints. If this is empty, then an endpoint
|
|
208
|
+
* with the same name as the service is automatically generated to service all
|
|
209
|
+
* defined APIs.
|
|
210
|
+
*
|
|
211
|
+
* @generated from field: repeated google.api.Endpoint endpoints = 18;
|
|
212
|
+
*/
|
|
213
|
+
endpoints: Endpoint[];
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* Configuration for the service control plane.
|
|
217
|
+
*
|
|
218
|
+
* @generated from field: google.api.Control control = 21;
|
|
219
|
+
*/
|
|
220
|
+
control?: Control;
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* Defines the logs used by this service.
|
|
224
|
+
*
|
|
225
|
+
* @generated from field: repeated google.api.LogDescriptor logs = 23;
|
|
226
|
+
*/
|
|
227
|
+
logs: LogDescriptor[];
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* Defines the metrics used by this service.
|
|
231
|
+
*
|
|
232
|
+
* @generated from field: repeated google.api.MetricDescriptor metrics = 24;
|
|
233
|
+
*/
|
|
234
|
+
metrics: MetricDescriptor[];
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* Defines the monitored resources used by this service. This is required
|
|
238
|
+
* by the [Service.monitoring][google.api.Service.monitoring] and
|
|
239
|
+
* [Service.logging][google.api.Service.logging] configurations.
|
|
240
|
+
*
|
|
241
|
+
* @generated from field: repeated google.api.MonitoredResourceDescriptor monitored_resources = 25;
|
|
242
|
+
*/
|
|
243
|
+
monitoredResources: MonitoredResourceDescriptor[];
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* Billing configuration.
|
|
247
|
+
*
|
|
248
|
+
* @generated from field: google.api.Billing billing = 26;
|
|
249
|
+
*/
|
|
250
|
+
billing?: Billing;
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* Logging configuration.
|
|
254
|
+
*
|
|
255
|
+
* @generated from field: google.api.Logging logging = 27;
|
|
256
|
+
*/
|
|
257
|
+
logging?: Logging;
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* Monitoring configuration.
|
|
261
|
+
*
|
|
262
|
+
* @generated from field: google.api.Monitoring monitoring = 28;
|
|
263
|
+
*/
|
|
264
|
+
monitoring?: Monitoring;
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* System parameter configuration.
|
|
268
|
+
*
|
|
269
|
+
* @generated from field: google.api.SystemParameters system_parameters = 29;
|
|
270
|
+
*/
|
|
271
|
+
systemParameters?: SystemParameters;
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* Output only. The source information for this configuration if available.
|
|
275
|
+
*
|
|
276
|
+
* @generated from field: google.api.SourceInfo source_info = 37;
|
|
277
|
+
*/
|
|
278
|
+
sourceInfo?: SourceInfo;
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* Settings for [Google Cloud Client
|
|
282
|
+
* libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
|
|
283
|
+
* generated from APIs defined as protocol buffers.
|
|
284
|
+
*
|
|
285
|
+
* @generated from field: google.api.Publishing publishing = 45;
|
|
286
|
+
*/
|
|
287
|
+
publishing?: Publishing;
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* Obsolete. Do not use.
|
|
291
|
+
*
|
|
292
|
+
* This field has no semantic meaning. The service config compiler always
|
|
293
|
+
* sets this field to `3`.
|
|
294
|
+
*
|
|
295
|
+
* @generated from field: google.protobuf.UInt32Value config_version = 20;
|
|
296
|
+
*/
|
|
297
|
+
configVersion?: number;
|
|
298
|
+
};
|
|
299
|
+
|
|
300
|
+
/**
|
|
301
|
+
* Describes the message google.api.Service.
|
|
302
|
+
* Use `create(ServiceSchema)` to create a new message.
|
|
303
|
+
*/
|
|
304
|
+
export declare const ServiceSchema: GenMessage<Service>;
|
|
305
|
+
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
// Copyright 2024 Google LLC
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
|
|
15
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
|
|
16
|
+
// @generated from file google/api/service.proto (package google.api, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import { file_google_api_auth } from "./auth_pb.js";
|
|
21
|
+
import { file_google_api_backend } from "./backend_pb.js";
|
|
22
|
+
import { file_google_api_billing } from "./billing_pb.js";
|
|
23
|
+
import { file_google_api_client } from "./client_pb.js";
|
|
24
|
+
import { file_google_api_context } from "./context_pb.js";
|
|
25
|
+
import { file_google_api_control } from "./control_pb.js";
|
|
26
|
+
import { file_google_api_documentation } from "./documentation_pb.js";
|
|
27
|
+
import { file_google_api_endpoint } from "./endpoint_pb.js";
|
|
28
|
+
import { file_google_api_http } from "./http_pb.js";
|
|
29
|
+
import { file_google_api_log } from "./log_pb.js";
|
|
30
|
+
import { file_google_api_logging } from "./logging_pb.js";
|
|
31
|
+
import { file_google_api_metric } from "./metric_pb.js";
|
|
32
|
+
import { file_google_api_monitored_resource } from "./monitored_resource_pb.js";
|
|
33
|
+
import { file_google_api_monitoring } from "./monitoring_pb.js";
|
|
34
|
+
import { file_google_api_quota } from "./quota_pb.js";
|
|
35
|
+
import { file_google_api_source_info } from "./source_info_pb.js";
|
|
36
|
+
import { file_google_api_system_parameter } from "./system_parameter_pb.js";
|
|
37
|
+
import { file_google_api_usage } from "./usage_pb.js";
|
|
38
|
+
import { file_google_protobuf_api, file_google_protobuf_type, file_google_protobuf_wrappers } from "@bufbuild/protobuf/wkt";
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Describes the file google/api/service.proto.
|
|
42
|
+
*/
|
|
43
|
+
export const file_google_api_service = /*@__PURE__*/
|
|
44
|
+
fileDesc("Chhnb29nbGUvYXBpL3NlcnZpY2UucHJvdG8SCmdvb2dsZS5hcGkigggKB1NlcnZpY2USDAoEbmFtZRgBIAEoCRINCgV0aXRsZRgCIAEoCRIbChNwcm9kdWNlcl9wcm9qZWN0X2lkGBYgASgJEgoKAmlkGCEgASgJEiIKBGFwaXMYAyADKAsyFC5nb29nbGUucHJvdG9idWYuQXBpEiQKBXR5cGVzGAQgAygLMhUuZ29vZ2xlLnByb3RvYnVmLlR5cGUSJAoFZW51bXMYBSADKAsyFS5nb29nbGUucHJvdG9idWYuRW51bRIwCg1kb2N1bWVudGF0aW9uGAYgASgLMhkuZ29vZ2xlLmFwaS5Eb2N1bWVudGF0aW9uEiQKB2JhY2tlbmQYCCABKAsyEy5nb29nbGUuYXBpLkJhY2tlbmQSHgoEaHR0cBgJIAEoCzIQLmdvb2dsZS5hcGkuSHR0cBIgCgVxdW90YRgKIAEoCzIRLmdvb2dsZS5hcGkuUXVvdGESMgoOYXV0aGVudGljYXRpb24YCyABKAsyGi5nb29nbGUuYXBpLkF1dGhlbnRpY2F0aW9uEiQKB2NvbnRleHQYDCABKAsyEy5nb29nbGUuYXBpLkNvbnRleHQSIAoFdXNhZ2UYDyABKAsyES5nb29nbGUuYXBpLlVzYWdlEicKCWVuZHBvaW50cxgSIAMoCzIULmdvb2dsZS5hcGkuRW5kcG9pbnQSJAoHY29udHJvbBgVIAEoCzITLmdvb2dsZS5hcGkuQ29udHJvbBInCgRsb2dzGBcgAygLMhkuZ29vZ2xlLmFwaS5Mb2dEZXNjcmlwdG9yEi0KB21ldHJpY3MYGCADKAsyHC5nb29nbGUuYXBpLk1ldHJpY0Rlc2NyaXB0b3ISRAoTbW9uaXRvcmVkX3Jlc291cmNlcxgZIAMoCzInLmdvb2dsZS5hcGkuTW9uaXRvcmVkUmVzb3VyY2VEZXNjcmlwdG9yEiQKB2JpbGxpbmcYGiABKAsyEy5nb29nbGUuYXBpLkJpbGxpbmcSJAoHbG9nZ2luZxgbIAEoCzITLmdvb2dsZS5hcGkuTG9nZ2luZxIqCgptb25pdG9yaW5nGBwgASgLMhYuZ29vZ2xlLmFwaS5Nb25pdG9yaW5nEjcKEXN5c3RlbV9wYXJhbWV0ZXJzGB0gASgLMhwuZ29vZ2xlLmFwaS5TeXN0ZW1QYXJhbWV0ZXJzEisKC3NvdXJjZV9pbmZvGCUgASgLMhYuZ29vZ2xlLmFwaS5Tb3VyY2VJbmZvEioKCnB1Ymxpc2hpbmcYLSABKAsyFi5nb29nbGUuYXBpLlB1Ymxpc2hpbmcSNAoOY29uZmlnX3ZlcnNpb24YFCABKAsyHC5nb29nbGUucHJvdG9idWYuVUludDMyVmFsdWVCbgoOY29tLmdvb2dsZS5hcGlCDFNlcnZpY2VQcm90b1ABWkVnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL2FwaS9zZXJ2aWNlY29uZmlnO3NlcnZpY2Vjb25maWeiAgRHQVBJYgZwcm90bzM", [file_google_api_auth, file_google_api_backend, file_google_api_billing, file_google_api_client, file_google_api_context, file_google_api_control, file_google_api_documentation, file_google_api_endpoint, file_google_api_http, file_google_api_log, file_google_api_logging, file_google_api_metric, file_google_api_monitored_resource, file_google_api_monitoring, file_google_api_quota, file_google_api_source_info, file_google_api_system_parameter, file_google_api_usage, file_google_protobuf_api, file_google_protobuf_type, file_google_protobuf_wrappers]);
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* Describes the message google.api.Service.
|
|
48
|
+
* Use `create(ServiceSchema)` to create a new message.
|
|
49
|
+
*/
|
|
50
|
+
export const ServiceSchema = /*@__PURE__*/
|
|
51
|
+
messageDesc(file_google_api_service, 0);
|
|
52
|
+
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// Copyright 2024 Google LLC
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
|
|
15
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
|
|
16
|
+
// @generated from file google/api/source_info.proto (package google.api, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
21
|
+
import type { Any } from "@bufbuild/protobuf/wkt";
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Describes the file google/api/source_info.proto.
|
|
25
|
+
*/
|
|
26
|
+
export declare const file_google_api_source_info: GenFile;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Source information used to create a Service Config
|
|
30
|
+
*
|
|
31
|
+
* @generated from message google.api.SourceInfo
|
|
32
|
+
*/
|
|
33
|
+
export declare type SourceInfo = Message<"google.api.SourceInfo"> & {
|
|
34
|
+
/**
|
|
35
|
+
* All files used during config generation.
|
|
36
|
+
*
|
|
37
|
+
* @generated from field: repeated google.protobuf.Any source_files = 1;
|
|
38
|
+
*/
|
|
39
|
+
sourceFiles: Any[];
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Describes the message google.api.SourceInfo.
|
|
44
|
+
* Use `create(SourceInfoSchema)` to create a new message.
|
|
45
|
+
*/
|
|
46
|
+
export declare const SourceInfoSchema: GenMessage<SourceInfo>;
|
|
47
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// Copyright 2024 Google LLC
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
|
|
15
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
|
|
16
|
+
// @generated from file google/api/source_info.proto (package google.api, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import { file_google_protobuf_any } from "@bufbuild/protobuf/wkt";
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Describes the file google/api/source_info.proto.
|
|
24
|
+
*/
|
|
25
|
+
export const file_google_api_source_info = /*@__PURE__*/
|
|
26
|
+
fileDesc("Chxnb29nbGUvYXBpL3NvdXJjZV9pbmZvLnByb3RvEgpnb29nbGUuYXBpIjgKClNvdXJjZUluZm8SKgoMc291cmNlX2ZpbGVzGAEgAygLMhQuZ29vZ2xlLnByb3RvYnVmLkFueUJxCg5jb20uZ29vZ2xlLmFwaUIPU291cmNlSW5mb1Byb3RvUAFaRWdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvYXBpL3NlcnZpY2Vjb25maWc7c2VydmljZWNvbmZpZ6ICBEdBUEliBnByb3RvMw", [file_google_protobuf_any]);
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Describes the message google.api.SourceInfo.
|
|
30
|
+
* Use `create(SourceInfoSchema)` to create a new message.
|
|
31
|
+
*/
|
|
32
|
+
export const SourceInfoSchema = /*@__PURE__*/
|
|
33
|
+
messageDesc(file_google_api_source_info, 0);
|
|
34
|
+
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
// Copyright 2024 Google LLC
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
|
|
15
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
|
|
16
|
+
// @generated from file google/api/system_parameter.proto (package google.api, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Describes the file google/api/system_parameter.proto.
|
|
24
|
+
*/
|
|
25
|
+
export declare const file_google_api_system_parameter: GenFile;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* ### System parameter configuration
|
|
29
|
+
*
|
|
30
|
+
* A system parameter is a special kind of parameter defined by the API
|
|
31
|
+
* system, not by an individual API. It is typically mapped to an HTTP header
|
|
32
|
+
* and/or a URL query parameter. This configuration specifies which methods
|
|
33
|
+
* change the names of the system parameters.
|
|
34
|
+
*
|
|
35
|
+
* @generated from message google.api.SystemParameters
|
|
36
|
+
*/
|
|
37
|
+
export declare type SystemParameters = Message<"google.api.SystemParameters"> & {
|
|
38
|
+
/**
|
|
39
|
+
* Define system parameters.
|
|
40
|
+
*
|
|
41
|
+
* The parameters defined here will override the default parameters
|
|
42
|
+
* implemented by the system. If this field is missing from the service
|
|
43
|
+
* config, default system parameters will be used. Default system parameters
|
|
44
|
+
* and names is implementation-dependent.
|
|
45
|
+
*
|
|
46
|
+
* Example: define api key for all methods
|
|
47
|
+
*
|
|
48
|
+
* system_parameters
|
|
49
|
+
* rules:
|
|
50
|
+
* - selector: "*"
|
|
51
|
+
* parameters:
|
|
52
|
+
* - name: api_key
|
|
53
|
+
* url_query_parameter: api_key
|
|
54
|
+
*
|
|
55
|
+
*
|
|
56
|
+
* Example: define 2 api key names for a specific method.
|
|
57
|
+
*
|
|
58
|
+
* system_parameters
|
|
59
|
+
* rules:
|
|
60
|
+
* - selector: "/ListShelves"
|
|
61
|
+
* parameters:
|
|
62
|
+
* - name: api_key
|
|
63
|
+
* http_header: Api-Key1
|
|
64
|
+
* - name: api_key
|
|
65
|
+
* http_header: Api-Key2
|
|
66
|
+
*
|
|
67
|
+
* **NOTE:** All service configuration rules follow "last one wins" order.
|
|
68
|
+
*
|
|
69
|
+
* @generated from field: repeated google.api.SystemParameterRule rules = 1;
|
|
70
|
+
*/
|
|
71
|
+
rules: SystemParameterRule[];
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* Describes the message google.api.SystemParameters.
|
|
76
|
+
* Use `create(SystemParametersSchema)` to create a new message.
|
|
77
|
+
*/
|
|
78
|
+
export declare const SystemParametersSchema: GenMessage<SystemParameters>;
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Define a system parameter rule mapping system parameter definitions to
|
|
82
|
+
* methods.
|
|
83
|
+
*
|
|
84
|
+
* @generated from message google.api.SystemParameterRule
|
|
85
|
+
*/
|
|
86
|
+
export declare type SystemParameterRule = Message<"google.api.SystemParameterRule"> & {
|
|
87
|
+
/**
|
|
88
|
+
* Selects the methods to which this rule applies. Use '*' to indicate all
|
|
89
|
+
* methods in all APIs.
|
|
90
|
+
*
|
|
91
|
+
* Refer to [selector][google.api.DocumentationRule.selector] for syntax
|
|
92
|
+
* details.
|
|
93
|
+
*
|
|
94
|
+
* @generated from field: string selector = 1;
|
|
95
|
+
*/
|
|
96
|
+
selector: string;
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* Define parameters. Multiple names may be defined for a parameter.
|
|
100
|
+
* For a given method call, only one of them should be used. If multiple
|
|
101
|
+
* names are used the behavior is implementation-dependent.
|
|
102
|
+
* If none of the specified names are present the behavior is
|
|
103
|
+
* parameter-dependent.
|
|
104
|
+
*
|
|
105
|
+
* @generated from field: repeated google.api.SystemParameter parameters = 2;
|
|
106
|
+
*/
|
|
107
|
+
parameters: SystemParameter[];
|
|
108
|
+
};
|
|
109
|
+
|
|
110
|
+
/**
|
|
111
|
+
* Describes the message google.api.SystemParameterRule.
|
|
112
|
+
* Use `create(SystemParameterRuleSchema)` to create a new message.
|
|
113
|
+
*/
|
|
114
|
+
export declare const SystemParameterRuleSchema: GenMessage<SystemParameterRule>;
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Define a parameter's name and location. The parameter may be passed as either
|
|
118
|
+
* an HTTP header or a URL query parameter, and if both are passed the behavior
|
|
119
|
+
* is implementation-dependent.
|
|
120
|
+
*
|
|
121
|
+
* @generated from message google.api.SystemParameter
|
|
122
|
+
*/
|
|
123
|
+
export declare type SystemParameter = Message<"google.api.SystemParameter"> & {
|
|
124
|
+
/**
|
|
125
|
+
* Define the name of the parameter, such as "api_key" . It is case sensitive.
|
|
126
|
+
*
|
|
127
|
+
* @generated from field: string name = 1;
|
|
128
|
+
*/
|
|
129
|
+
name: string;
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Define the HTTP header name to use for the parameter. It is case
|
|
133
|
+
* insensitive.
|
|
134
|
+
*
|
|
135
|
+
* @generated from field: string http_header = 2;
|
|
136
|
+
*/
|
|
137
|
+
httpHeader: string;
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Define the URL query parameter name to use for the parameter. It is case
|
|
141
|
+
* sensitive.
|
|
142
|
+
*
|
|
143
|
+
* @generated from field: string url_query_parameter = 3;
|
|
144
|
+
*/
|
|
145
|
+
urlQueryParameter: string;
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
/**
|
|
149
|
+
* Describes the message google.api.SystemParameter.
|
|
150
|
+
* Use `create(SystemParameterSchema)` to create a new message.
|
|
151
|
+
*/
|
|
152
|
+
export declare const SystemParameterSchema: GenMessage<SystemParameter>;
|
|
153
|
+
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// Copyright 2024 Google LLC
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
|
|
15
|
+
// @generated by protoc-gen-es v2.11.0 with parameter "target=js+dts,import_extension=js"
|
|
16
|
+
// @generated from file google/api/system_parameter.proto (package google.api, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
|
|
19
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Describes the file google/api/system_parameter.proto.
|
|
23
|
+
*/
|
|
24
|
+
export const file_google_api_system_parameter = /*@__PURE__*/
|
|
25
|
+
fileDesc("CiFnb29nbGUvYXBpL3N5c3RlbV9wYXJhbWV0ZXIucHJvdG8SCmdvb2dsZS5hcGkiQgoQU3lzdGVtUGFyYW1ldGVycxIuCgVydWxlcxgBIAMoCzIfLmdvb2dsZS5hcGkuU3lzdGVtUGFyYW1ldGVyUnVsZSJYChNTeXN0ZW1QYXJhbWV0ZXJSdWxlEhAKCHNlbGVjdG9yGAEgASgJEi8KCnBhcmFtZXRlcnMYAiADKAsyGy5nb29nbGUuYXBpLlN5c3RlbVBhcmFtZXRlciJRCg9TeXN0ZW1QYXJhbWV0ZXISDAoEbmFtZRgBIAEoCRITCgtodHRwX2hlYWRlchgCIAEoCRIbChN1cmxfcXVlcnlfcGFyYW1ldGVyGAMgASgJQnYKDmNvbS5nb29nbGUuYXBpQhRTeXN0ZW1QYXJhbWV0ZXJQcm90b1ABWkVnb29nbGUuZ29sYW5nLm9yZy9nZW5wcm90by9nb29nbGVhcGlzL2FwaS9zZXJ2aWNlY29uZmlnO3NlcnZpY2Vjb25maWeiAgRHQVBJYgZwcm90bzM");
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Describes the message google.api.SystemParameters.
|
|
29
|
+
* Use `create(SystemParametersSchema)` to create a new message.
|
|
30
|
+
*/
|
|
31
|
+
export const SystemParametersSchema = /*@__PURE__*/
|
|
32
|
+
messageDesc(file_google_api_system_parameter, 0);
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Describes the message google.api.SystemParameterRule.
|
|
36
|
+
* Use `create(SystemParameterRuleSchema)` to create a new message.
|
|
37
|
+
*/
|
|
38
|
+
export const SystemParameterRuleSchema = /*@__PURE__*/
|
|
39
|
+
messageDesc(file_google_api_system_parameter, 1);
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Describes the message google.api.SystemParameter.
|
|
43
|
+
* Use `create(SystemParameterSchema)` to create a new message.
|
|
44
|
+
*/
|
|
45
|
+
export const SystemParameterSchema = /*@__PURE__*/
|
|
46
|
+
messageDesc(file_google_api_system_parameter, 2);
|
|
47
|
+
|