@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,906 @@
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/client.proto (package google.api, syntax proto3)
17
+ /* eslint-disable */
18
+
19
+ import type { GenEnum, GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
20
+ import type { Message } from "@bufbuild/protobuf";
21
+ import type { LaunchStage } from "./launch_stage_pb.js";
22
+ import type { Duration, MethodOptions, ServiceOptions } from "@bufbuild/protobuf/wkt";
23
+
24
+ /**
25
+ * Describes the file google/api/client.proto.
26
+ */
27
+ export declare const file_google_api_client: GenFile;
28
+
29
+ /**
30
+ * Required information for every language.
31
+ *
32
+ * @generated from message google.api.CommonLanguageSettings
33
+ */
34
+ export declare type CommonLanguageSettings = Message<"google.api.CommonLanguageSettings"> & {
35
+ /**
36
+ * Link to automatically generated reference documentation. Example:
37
+ * https://cloud.google.com/nodejs/docs/reference/asset/latest
38
+ *
39
+ * @generated from field: string reference_docs_uri = 1 [deprecated = true];
40
+ * @deprecated
41
+ */
42
+ referenceDocsUri: string;
43
+
44
+ /**
45
+ * The destination where API teams want this client library to be published.
46
+ *
47
+ * @generated from field: repeated google.api.ClientLibraryDestination destinations = 2;
48
+ */
49
+ destinations: ClientLibraryDestination[];
50
+
51
+ /**
52
+ * Configuration for which RPCs should be generated in the GAPIC client.
53
+ *
54
+ * @generated from field: google.api.SelectiveGapicGeneration selective_gapic_generation = 3;
55
+ */
56
+ selectiveGapicGeneration?: SelectiveGapicGeneration;
57
+ };
58
+
59
+ /**
60
+ * Describes the message google.api.CommonLanguageSettings.
61
+ * Use `create(CommonLanguageSettingsSchema)` to create a new message.
62
+ */
63
+ export declare const CommonLanguageSettingsSchema: GenMessage<CommonLanguageSettings>;
64
+
65
+ /**
66
+ * Details about how and where to publish client libraries.
67
+ *
68
+ * @generated from message google.api.ClientLibrarySettings
69
+ */
70
+ export declare type ClientLibrarySettings = Message<"google.api.ClientLibrarySettings"> & {
71
+ /**
72
+ * Version of the API to apply these settings to. This is the full protobuf
73
+ * package for the API, ending in the version element.
74
+ * Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
75
+ *
76
+ * @generated from field: string version = 1;
77
+ */
78
+ version: string;
79
+
80
+ /**
81
+ * Launch stage of this version of the API.
82
+ *
83
+ * @generated from field: google.api.LaunchStage launch_stage = 2;
84
+ */
85
+ launchStage: LaunchStage;
86
+
87
+ /**
88
+ * When using transport=rest, the client request will encode enums as
89
+ * numbers rather than strings.
90
+ *
91
+ * @generated from field: bool rest_numeric_enums = 3;
92
+ */
93
+ restNumericEnums: boolean;
94
+
95
+ /**
96
+ * Settings for legacy Java features, supported in the Service YAML.
97
+ *
98
+ * @generated from field: google.api.JavaSettings java_settings = 21;
99
+ */
100
+ javaSettings?: JavaSettings;
101
+
102
+ /**
103
+ * Settings for C++ client libraries.
104
+ *
105
+ * @generated from field: google.api.CppSettings cpp_settings = 22;
106
+ */
107
+ cppSettings?: CppSettings;
108
+
109
+ /**
110
+ * Settings for PHP client libraries.
111
+ *
112
+ * @generated from field: google.api.PhpSettings php_settings = 23;
113
+ */
114
+ phpSettings?: PhpSettings;
115
+
116
+ /**
117
+ * Settings for Python client libraries.
118
+ *
119
+ * @generated from field: google.api.PythonSettings python_settings = 24;
120
+ */
121
+ pythonSettings?: PythonSettings;
122
+
123
+ /**
124
+ * Settings for Node client libraries.
125
+ *
126
+ * @generated from field: google.api.NodeSettings node_settings = 25;
127
+ */
128
+ nodeSettings?: NodeSettings;
129
+
130
+ /**
131
+ * Settings for .NET client libraries.
132
+ *
133
+ * @generated from field: google.api.DotnetSettings dotnet_settings = 26;
134
+ */
135
+ dotnetSettings?: DotnetSettings;
136
+
137
+ /**
138
+ * Settings for Ruby client libraries.
139
+ *
140
+ * @generated from field: google.api.RubySettings ruby_settings = 27;
141
+ */
142
+ rubySettings?: RubySettings;
143
+
144
+ /**
145
+ * Settings for Go client libraries.
146
+ *
147
+ * @generated from field: google.api.GoSettings go_settings = 28;
148
+ */
149
+ goSettings?: GoSettings;
150
+ };
151
+
152
+ /**
153
+ * Describes the message google.api.ClientLibrarySettings.
154
+ * Use `create(ClientLibrarySettingsSchema)` to create a new message.
155
+ */
156
+ export declare const ClientLibrarySettingsSchema: GenMessage<ClientLibrarySettings>;
157
+
158
+ /**
159
+ * This message configures the settings for publishing [Google Cloud Client
160
+ * libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
161
+ * generated from the service config.
162
+ *
163
+ * @generated from message google.api.Publishing
164
+ */
165
+ export declare type Publishing = Message<"google.api.Publishing"> & {
166
+ /**
167
+ * A list of API method settings, e.g. the behavior for methods that use the
168
+ * long-running operation pattern.
169
+ *
170
+ * @generated from field: repeated google.api.MethodSettings method_settings = 2;
171
+ */
172
+ methodSettings: MethodSettings[];
173
+
174
+ /**
175
+ * Link to a *public* URI where users can report issues. Example:
176
+ * https://issuetracker.google.com/issues/new?component=190865&template=1161103
177
+ *
178
+ * @generated from field: string new_issue_uri = 101;
179
+ */
180
+ newIssueUri: string;
181
+
182
+ /**
183
+ * Link to product home page. Example:
184
+ * https://cloud.google.com/asset-inventory/docs/overview
185
+ *
186
+ * @generated from field: string documentation_uri = 102;
187
+ */
188
+ documentationUri: string;
189
+
190
+ /**
191
+ * Used as a tracking tag when collecting data about the APIs developer
192
+ * relations artifacts like docs, packages delivered to package managers,
193
+ * etc. Example: "speech".
194
+ *
195
+ * @generated from field: string api_short_name = 103;
196
+ */
197
+ apiShortName: string;
198
+
199
+ /**
200
+ * GitHub label to apply to issues and pull requests opened for this API.
201
+ *
202
+ * @generated from field: string github_label = 104;
203
+ */
204
+ githubLabel: string;
205
+
206
+ /**
207
+ * GitHub teams to be added to CODEOWNERS in the directory in GitHub
208
+ * containing source code for the client libraries for this API.
209
+ *
210
+ * @generated from field: repeated string codeowner_github_teams = 105;
211
+ */
212
+ codeownerGithubTeams: string[];
213
+
214
+ /**
215
+ * A prefix used in sample code when demarking regions to be included in
216
+ * documentation.
217
+ *
218
+ * @generated from field: string doc_tag_prefix = 106;
219
+ */
220
+ docTagPrefix: string;
221
+
222
+ /**
223
+ * For whom the client library is being published.
224
+ *
225
+ * @generated from field: google.api.ClientLibraryOrganization organization = 107;
226
+ */
227
+ organization: ClientLibraryOrganization;
228
+
229
+ /**
230
+ * Client library settings. If the same version string appears multiple
231
+ * times in this list, then the last one wins. Settings from earlier
232
+ * settings with the same version string are discarded.
233
+ *
234
+ * @generated from field: repeated google.api.ClientLibrarySettings library_settings = 109;
235
+ */
236
+ librarySettings: ClientLibrarySettings[];
237
+
238
+ /**
239
+ * Optional link to proto reference documentation. Example:
240
+ * https://cloud.google.com/pubsub/lite/docs/reference/rpc
241
+ *
242
+ * @generated from field: string proto_reference_documentation_uri = 110;
243
+ */
244
+ protoReferenceDocumentationUri: string;
245
+
246
+ /**
247
+ * Optional link to REST reference documentation. Example:
248
+ * https://cloud.google.com/pubsub/lite/docs/reference/rest
249
+ *
250
+ * @generated from field: string rest_reference_documentation_uri = 111;
251
+ */
252
+ restReferenceDocumentationUri: string;
253
+ };
254
+
255
+ /**
256
+ * Describes the message google.api.Publishing.
257
+ * Use `create(PublishingSchema)` to create a new message.
258
+ */
259
+ export declare const PublishingSchema: GenMessage<Publishing>;
260
+
261
+ /**
262
+ * Settings for Java client libraries.
263
+ *
264
+ * @generated from message google.api.JavaSettings
265
+ */
266
+ export declare type JavaSettings = Message<"google.api.JavaSettings"> & {
267
+ /**
268
+ * The package name to use in Java. Clobbers the java_package option
269
+ * set in the protobuf. This should be used **only** by APIs
270
+ * who have already set the language_settings.java.package_name" field
271
+ * in gapic.yaml. API teams should use the protobuf java_package option
272
+ * where possible.
273
+ *
274
+ * Example of a YAML configuration::
275
+ *
276
+ * publishing:
277
+ * java_settings:
278
+ * library_package: com.google.cloud.pubsub.v1
279
+ *
280
+ * @generated from field: string library_package = 1;
281
+ */
282
+ libraryPackage: string;
283
+
284
+ /**
285
+ * Configure the Java class name to use instead of the service's for its
286
+ * corresponding generated GAPIC client. Keys are fully-qualified
287
+ * service names as they appear in the protobuf (including the full
288
+ * the language_settings.java.interface_names" field in gapic.yaml. API
289
+ * teams should otherwise use the service name as it appears in the
290
+ * protobuf.
291
+ *
292
+ * Example of a YAML configuration::
293
+ *
294
+ * publishing:
295
+ * java_settings:
296
+ * service_class_names:
297
+ * - google.pubsub.v1.Publisher: TopicAdmin
298
+ * - google.pubsub.v1.Subscriber: SubscriptionAdmin
299
+ *
300
+ * @generated from field: map<string, string> service_class_names = 2;
301
+ */
302
+ serviceClassNames: { [key: string]: string };
303
+
304
+ /**
305
+ * Some settings.
306
+ *
307
+ * @generated from field: google.api.CommonLanguageSettings common = 3;
308
+ */
309
+ common?: CommonLanguageSettings;
310
+ };
311
+
312
+ /**
313
+ * Describes the message google.api.JavaSettings.
314
+ * Use `create(JavaSettingsSchema)` to create a new message.
315
+ */
316
+ export declare const JavaSettingsSchema: GenMessage<JavaSettings>;
317
+
318
+ /**
319
+ * Settings for C++ client libraries.
320
+ *
321
+ * @generated from message google.api.CppSettings
322
+ */
323
+ export declare type CppSettings = Message<"google.api.CppSettings"> & {
324
+ /**
325
+ * Some settings.
326
+ *
327
+ * @generated from field: google.api.CommonLanguageSettings common = 1;
328
+ */
329
+ common?: CommonLanguageSettings;
330
+ };
331
+
332
+ /**
333
+ * Describes the message google.api.CppSettings.
334
+ * Use `create(CppSettingsSchema)` to create a new message.
335
+ */
336
+ export declare const CppSettingsSchema: GenMessage<CppSettings>;
337
+
338
+ /**
339
+ * Settings for Php client libraries.
340
+ *
341
+ * @generated from message google.api.PhpSettings
342
+ */
343
+ export declare type PhpSettings = Message<"google.api.PhpSettings"> & {
344
+ /**
345
+ * Some settings.
346
+ *
347
+ * @generated from field: google.api.CommonLanguageSettings common = 1;
348
+ */
349
+ common?: CommonLanguageSettings;
350
+ };
351
+
352
+ /**
353
+ * Describes the message google.api.PhpSettings.
354
+ * Use `create(PhpSettingsSchema)` to create a new message.
355
+ */
356
+ export declare const PhpSettingsSchema: GenMessage<PhpSettings>;
357
+
358
+ /**
359
+ * Settings for Python client libraries.
360
+ *
361
+ * @generated from message google.api.PythonSettings
362
+ */
363
+ export declare type PythonSettings = Message<"google.api.PythonSettings"> & {
364
+ /**
365
+ * Some settings.
366
+ *
367
+ * @generated from field: google.api.CommonLanguageSettings common = 1;
368
+ */
369
+ common?: CommonLanguageSettings;
370
+
371
+ /**
372
+ * Experimental features to be included during client library generation.
373
+ *
374
+ * @generated from field: google.api.PythonSettings.ExperimentalFeatures experimental_features = 2;
375
+ */
376
+ experimentalFeatures?: PythonSettings_ExperimentalFeatures;
377
+ };
378
+
379
+ /**
380
+ * Describes the message google.api.PythonSettings.
381
+ * Use `create(PythonSettingsSchema)` to create a new message.
382
+ */
383
+ export declare const PythonSettingsSchema: GenMessage<PythonSettings>;
384
+
385
+ /**
386
+ * Experimental features to be included during client library generation.
387
+ * These fields will be deprecated once the feature graduates and is enabled
388
+ * by default.
389
+ *
390
+ * @generated from message google.api.PythonSettings.ExperimentalFeatures
391
+ */
392
+ export declare type PythonSettings_ExperimentalFeatures = Message<"google.api.PythonSettings.ExperimentalFeatures"> & {
393
+ /**
394
+ * Enables generation of asynchronous REST clients if `rest` transport is
395
+ * enabled. By default, asynchronous REST clients will not be generated.
396
+ * This feature will be enabled by default 1 month after launching the
397
+ * feature in preview packages.
398
+ *
399
+ * @generated from field: bool rest_async_io_enabled = 1;
400
+ */
401
+ restAsyncIoEnabled: boolean;
402
+
403
+ /**
404
+ * Enables generation of protobuf code using new types that are more
405
+ * Pythonic which are included in `protobuf>=5.29.x`. This feature will be
406
+ * enabled by default 1 month after launching the feature in preview
407
+ * packages.
408
+ *
409
+ * @generated from field: bool protobuf_pythonic_types_enabled = 2;
410
+ */
411
+ protobufPythonicTypesEnabled: boolean;
412
+ };
413
+
414
+ /**
415
+ * Describes the message google.api.PythonSettings.ExperimentalFeatures.
416
+ * Use `create(PythonSettings_ExperimentalFeaturesSchema)` to create a new message.
417
+ */
418
+ export declare const PythonSettings_ExperimentalFeaturesSchema: GenMessage<PythonSettings_ExperimentalFeatures>;
419
+
420
+ /**
421
+ * Settings for Node client libraries.
422
+ *
423
+ * @generated from message google.api.NodeSettings
424
+ */
425
+ export declare type NodeSettings = Message<"google.api.NodeSettings"> & {
426
+ /**
427
+ * Some settings.
428
+ *
429
+ * @generated from field: google.api.CommonLanguageSettings common = 1;
430
+ */
431
+ common?: CommonLanguageSettings;
432
+ };
433
+
434
+ /**
435
+ * Describes the message google.api.NodeSettings.
436
+ * Use `create(NodeSettingsSchema)` to create a new message.
437
+ */
438
+ export declare const NodeSettingsSchema: GenMessage<NodeSettings>;
439
+
440
+ /**
441
+ * Settings for Dotnet client libraries.
442
+ *
443
+ * @generated from message google.api.DotnetSettings
444
+ */
445
+ export declare type DotnetSettings = Message<"google.api.DotnetSettings"> & {
446
+ /**
447
+ * Some settings.
448
+ *
449
+ * @generated from field: google.api.CommonLanguageSettings common = 1;
450
+ */
451
+ common?: CommonLanguageSettings;
452
+
453
+ /**
454
+ * Map from original service names to renamed versions.
455
+ * This is used when the default generated types
456
+ * would cause a naming conflict. (Neither name is
457
+ * fully-qualified.)
458
+ * Example: Subscriber to SubscriberServiceApi.
459
+ *
460
+ * @generated from field: map<string, string> renamed_services = 2;
461
+ */
462
+ renamedServices: { [key: string]: string };
463
+
464
+ /**
465
+ * Map from full resource types to the effective short name
466
+ * for the resource. This is used when otherwise resource
467
+ * named from different services would cause naming collisions.
468
+ * Example entry:
469
+ * "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
470
+ *
471
+ * @generated from field: map<string, string> renamed_resources = 3;
472
+ */
473
+ renamedResources: { [key: string]: string };
474
+
475
+ /**
476
+ * List of full resource types to ignore during generation.
477
+ * This is typically used for API-specific Location resources,
478
+ * which should be handled by the generator as if they were actually
479
+ * the common Location resources.
480
+ * Example entry: "documentai.googleapis.com/Location"
481
+ *
482
+ * @generated from field: repeated string ignored_resources = 4;
483
+ */
484
+ ignoredResources: string[];
485
+
486
+ /**
487
+ * Namespaces which must be aliased in snippets due to
488
+ * a known (but non-generator-predictable) naming collision
489
+ *
490
+ * @generated from field: repeated string forced_namespace_aliases = 5;
491
+ */
492
+ forcedNamespaceAliases: string[];
493
+
494
+ /**
495
+ * Method signatures (in the form "service.method(signature)")
496
+ * which are provided separately, so shouldn't be generated.
497
+ * Snippets *calling* these methods are still generated, however.
498
+ *
499
+ * @generated from field: repeated string handwritten_signatures = 6;
500
+ */
501
+ handwrittenSignatures: string[];
502
+ };
503
+
504
+ /**
505
+ * Describes the message google.api.DotnetSettings.
506
+ * Use `create(DotnetSettingsSchema)` to create a new message.
507
+ */
508
+ export declare const DotnetSettingsSchema: GenMessage<DotnetSettings>;
509
+
510
+ /**
511
+ * Settings for Ruby client libraries.
512
+ *
513
+ * @generated from message google.api.RubySettings
514
+ */
515
+ export declare type RubySettings = Message<"google.api.RubySettings"> & {
516
+ /**
517
+ * Some settings.
518
+ *
519
+ * @generated from field: google.api.CommonLanguageSettings common = 1;
520
+ */
521
+ common?: CommonLanguageSettings;
522
+ };
523
+
524
+ /**
525
+ * Describes the message google.api.RubySettings.
526
+ * Use `create(RubySettingsSchema)` to create a new message.
527
+ */
528
+ export declare const RubySettingsSchema: GenMessage<RubySettings>;
529
+
530
+ /**
531
+ * Settings for Go client libraries.
532
+ *
533
+ * @generated from message google.api.GoSettings
534
+ */
535
+ export declare type GoSettings = Message<"google.api.GoSettings"> & {
536
+ /**
537
+ * Some settings.
538
+ *
539
+ * @generated from field: google.api.CommonLanguageSettings common = 1;
540
+ */
541
+ common?: CommonLanguageSettings;
542
+
543
+ /**
544
+ * Map of service names to renamed services. Keys are the package relative
545
+ * service names and values are the name to be used for the service client
546
+ * and call options.
547
+ *
548
+ * publishing:
549
+ * go_settings:
550
+ * renamed_services:
551
+ * Publisher: TopicAdmin
552
+ *
553
+ * @generated from field: map<string, string> renamed_services = 2;
554
+ */
555
+ renamedServices: { [key: string]: string };
556
+ };
557
+
558
+ /**
559
+ * Describes the message google.api.GoSettings.
560
+ * Use `create(GoSettingsSchema)` to create a new message.
561
+ */
562
+ export declare const GoSettingsSchema: GenMessage<GoSettings>;
563
+
564
+ /**
565
+ * Describes the generator configuration for a method.
566
+ *
567
+ * @generated from message google.api.MethodSettings
568
+ */
569
+ export declare type MethodSettings = Message<"google.api.MethodSettings"> & {
570
+ /**
571
+ * The fully qualified name of the method, for which the options below apply.
572
+ * This is used to find the method to apply the options.
573
+ *
574
+ * Example:
575
+ *
576
+ * publishing:
577
+ * method_settings:
578
+ * - selector: google.storage.control.v2.StorageControl.CreateFolder
579
+ * # method settings for CreateFolder...
580
+ *
581
+ * @generated from field: string selector = 1;
582
+ */
583
+ selector: string;
584
+
585
+ /**
586
+ * Describes settings to use for long-running operations when generating
587
+ * API methods for RPCs. Complements RPCs that use the annotations in
588
+ * google/longrunning/operations.proto.
589
+ *
590
+ * Example of a YAML configuration::
591
+ *
592
+ * publishing:
593
+ * method_settings:
594
+ * - selector: google.cloud.speech.v2.Speech.BatchRecognize
595
+ * long_running:
596
+ * initial_poll_delay: 60s # 1 minute
597
+ * poll_delay_multiplier: 1.5
598
+ * max_poll_delay: 360s # 6 minutes
599
+ * total_poll_timeout: 54000s # 90 minutes
600
+ *
601
+ * @generated from field: google.api.MethodSettings.LongRunning long_running = 2;
602
+ */
603
+ longRunning?: MethodSettings_LongRunning;
604
+
605
+ /**
606
+ * List of top-level fields of the request message, that should be
607
+ * automatically populated by the client libraries based on their
608
+ * (google.api.field_info).format. Currently supported format: UUID4.
609
+ *
610
+ * Example of a YAML configuration:
611
+ *
612
+ * publishing:
613
+ * method_settings:
614
+ * - selector: google.example.v1.ExampleService.CreateExample
615
+ * auto_populated_fields:
616
+ * - request_id
617
+ *
618
+ * @generated from field: repeated string auto_populated_fields = 3;
619
+ */
620
+ autoPopulatedFields: string[];
621
+ };
622
+
623
+ /**
624
+ * Describes the message google.api.MethodSettings.
625
+ * Use `create(MethodSettingsSchema)` to create a new message.
626
+ */
627
+ export declare const MethodSettingsSchema: GenMessage<MethodSettings>;
628
+
629
+ /**
630
+ * Describes settings to use when generating API methods that use the
631
+ * long-running operation pattern.
632
+ * All default values below are from those used in the client library
633
+ * generators (e.g.
634
+ * [Java](https://github.com/googleapis/gapic-generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/google/api/generator/gapic/composer/common/RetrySettingsComposer.java)).
635
+ *
636
+ * @generated from message google.api.MethodSettings.LongRunning
637
+ */
638
+ export declare type MethodSettings_LongRunning = Message<"google.api.MethodSettings.LongRunning"> & {
639
+ /**
640
+ * Initial delay after which the first poll request will be made.
641
+ * Default value: 5 seconds.
642
+ *
643
+ * @generated from field: google.protobuf.Duration initial_poll_delay = 1;
644
+ */
645
+ initialPollDelay?: Duration;
646
+
647
+ /**
648
+ * Multiplier to gradually increase delay between subsequent polls until it
649
+ * reaches max_poll_delay.
650
+ * Default value: 1.5.
651
+ *
652
+ * @generated from field: float poll_delay_multiplier = 2;
653
+ */
654
+ pollDelayMultiplier: number;
655
+
656
+ /**
657
+ * Maximum time between two subsequent poll requests.
658
+ * Default value: 45 seconds.
659
+ *
660
+ * @generated from field: google.protobuf.Duration max_poll_delay = 3;
661
+ */
662
+ maxPollDelay?: Duration;
663
+
664
+ /**
665
+ * Total polling timeout.
666
+ * Default value: 5 minutes.
667
+ *
668
+ * @generated from field: google.protobuf.Duration total_poll_timeout = 4;
669
+ */
670
+ totalPollTimeout?: Duration;
671
+ };
672
+
673
+ /**
674
+ * Describes the message google.api.MethodSettings.LongRunning.
675
+ * Use `create(MethodSettings_LongRunningSchema)` to create a new message.
676
+ */
677
+ export declare const MethodSettings_LongRunningSchema: GenMessage<MethodSettings_LongRunning>;
678
+
679
+ /**
680
+ * This message is used to configure the generation of a subset of the RPCs in
681
+ * a service for client libraries.
682
+ *
683
+ * @generated from message google.api.SelectiveGapicGeneration
684
+ */
685
+ export declare type SelectiveGapicGeneration = Message<"google.api.SelectiveGapicGeneration"> & {
686
+ /**
687
+ * An allowlist of the fully qualified names of RPCs that should be included
688
+ * on public client surfaces.
689
+ *
690
+ * @generated from field: repeated string methods = 1;
691
+ */
692
+ methods: string[];
693
+ };
694
+
695
+ /**
696
+ * Describes the message google.api.SelectiveGapicGeneration.
697
+ * Use `create(SelectiveGapicGenerationSchema)` to create a new message.
698
+ */
699
+ export declare const SelectiveGapicGenerationSchema: GenMessage<SelectiveGapicGeneration>;
700
+
701
+ /**
702
+ * The organization for which the client libraries are being published.
703
+ * Affects the url where generated docs are published, etc.
704
+ *
705
+ * @generated from enum google.api.ClientLibraryOrganization
706
+ */
707
+ export enum ClientLibraryOrganization {
708
+ /**
709
+ * Not useful.
710
+ *
711
+ * @generated from enum value: CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0;
712
+ */
713
+ CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0,
714
+
715
+ /**
716
+ * Google Cloud Platform Org.
717
+ *
718
+ * @generated from enum value: CLOUD = 1;
719
+ */
720
+ CLOUD = 1,
721
+
722
+ /**
723
+ * Ads (Advertising) Org.
724
+ *
725
+ * @generated from enum value: ADS = 2;
726
+ */
727
+ ADS = 2,
728
+
729
+ /**
730
+ * Photos Org.
731
+ *
732
+ * @generated from enum value: PHOTOS = 3;
733
+ */
734
+ PHOTOS = 3,
735
+
736
+ /**
737
+ * Street View Org.
738
+ *
739
+ * @generated from enum value: STREET_VIEW = 4;
740
+ */
741
+ STREET_VIEW = 4,
742
+
743
+ /**
744
+ * Shopping Org.
745
+ *
746
+ * @generated from enum value: SHOPPING = 5;
747
+ */
748
+ SHOPPING = 5,
749
+
750
+ /**
751
+ * Geo Org.
752
+ *
753
+ * @generated from enum value: GEO = 6;
754
+ */
755
+ GEO = 6,
756
+
757
+ /**
758
+ * Generative AI - https://developers.generativeai.google
759
+ *
760
+ * @generated from enum value: GENERATIVE_AI = 7;
761
+ */
762
+ GENERATIVE_AI = 7,
763
+ }
764
+
765
+ /**
766
+ * Describes the enum google.api.ClientLibraryOrganization.
767
+ */
768
+ export declare const ClientLibraryOrganizationSchema: GenEnum<ClientLibraryOrganization>;
769
+
770
+ /**
771
+ * To where should client libraries be published?
772
+ *
773
+ * @generated from enum google.api.ClientLibraryDestination
774
+ */
775
+ export enum ClientLibraryDestination {
776
+ /**
777
+ * Client libraries will neither be generated nor published to package
778
+ * managers.
779
+ *
780
+ * @generated from enum value: CLIENT_LIBRARY_DESTINATION_UNSPECIFIED = 0;
781
+ */
782
+ CLIENT_LIBRARY_DESTINATION_UNSPECIFIED = 0,
783
+
784
+ /**
785
+ * Generate the client library in a repo under github.com/googleapis,
786
+ * but don't publish it to package managers.
787
+ *
788
+ * @generated from enum value: GITHUB = 10;
789
+ */
790
+ GITHUB = 10,
791
+
792
+ /**
793
+ * Publish the library to package managers like nuget.org and npmjs.com.
794
+ *
795
+ * @generated from enum value: PACKAGE_MANAGER = 20;
796
+ */
797
+ PACKAGE_MANAGER = 20,
798
+ }
799
+
800
+ /**
801
+ * Describes the enum google.api.ClientLibraryDestination.
802
+ */
803
+ export declare const ClientLibraryDestinationSchema: GenEnum<ClientLibraryDestination>;
804
+
805
+ /**
806
+ * A definition of a client library method signature.
807
+ *
808
+ * In client libraries, each proto RPC corresponds to one or more methods
809
+ * which the end user is able to call, and calls the underlying RPC.
810
+ * Normally, this method receives a single argument (a struct or instance
811
+ * corresponding to the RPC request object). Defining this field will
812
+ * add one or more overloads providing flattened or simpler method signatures
813
+ * in some languages.
814
+ *
815
+ * The fields on the method signature are provided as a comma-separated
816
+ * string.
817
+ *
818
+ * For example, the proto RPC and annotation:
819
+ *
820
+ * rpc CreateSubscription(CreateSubscriptionRequest)
821
+ * returns (Subscription) {
822
+ * option (google.api.method_signature) = "name,topic";
823
+ * }
824
+ *
825
+ * Would add the following Java overload (in addition to the method accepting
826
+ * the request object):
827
+ *
828
+ * public final Subscription createSubscription(String name, String topic)
829
+ *
830
+ * The following backwards-compatibility guidelines apply:
831
+ *
832
+ * * Adding this annotation to an unannotated method is backwards
833
+ * compatible.
834
+ * * Adding this annotation to a method which already has existing
835
+ * method signature annotations is backwards compatible if and only if
836
+ * the new method signature annotation is last in the sequence.
837
+ * * Modifying or removing an existing method signature annotation is
838
+ * a breaking change.
839
+ * * Re-ordering existing method signature annotations is a breaking
840
+ * change.
841
+ *
842
+ * @generated from extension: repeated string method_signature = 1051;
843
+ */
844
+ export declare const method_signature: GenExtension<MethodOptions, string[]>;
845
+
846
+ /**
847
+ * The hostname for this service.
848
+ * This should be specified with no prefix or protocol.
849
+ *
850
+ * Example:
851
+ *
852
+ * service Foo {
853
+ * option (google.api.default_host) = "foo.googleapi.com";
854
+ * ...
855
+ * }
856
+ *
857
+ * @generated from extension: string default_host = 1049;
858
+ */
859
+ export declare const default_host: GenExtension<ServiceOptions, string>;
860
+
861
+ /**
862
+ * OAuth scopes needed for the client.
863
+ *
864
+ * Example:
865
+ *
866
+ * service Foo {
867
+ * option (google.api.oauth_scopes) = \
868
+ * "https://www.googleapis.com/auth/cloud-platform";
869
+ * ...
870
+ * }
871
+ *
872
+ * If there is more than one scope, use a comma-separated string:
873
+ *
874
+ * Example:
875
+ *
876
+ * service Foo {
877
+ * option (google.api.oauth_scopes) = \
878
+ * "https://www.googleapis.com/auth/cloud-platform,"
879
+ * "https://www.googleapis.com/auth/monitoring";
880
+ * ...
881
+ * }
882
+ *
883
+ * @generated from extension: string oauth_scopes = 1050;
884
+ */
885
+ export declare const oauth_scopes: GenExtension<ServiceOptions, string>;
886
+
887
+ /**
888
+ * The API version of this service, which should be sent by version-aware
889
+ * clients to the service. This allows services to abide by the schema and
890
+ * behavior of the service at the time this API version was deployed.
891
+ * The format of the API version must be treated as opaque by clients.
892
+ * Services may use a format with an apparent structure, but clients must
893
+ * not rely on this to determine components within an API version, or attempt
894
+ * to construct other valid API versions. Note that this is for upcoming
895
+ * functionality and may not be implemented for all services.
896
+ *
897
+ * Example:
898
+ *
899
+ * service Foo {
900
+ * option (google.api.api_version) = "v1_20230821_preview";
901
+ * }
902
+ *
903
+ * @generated from extension: string api_version = 525000001;
904
+ */
905
+ export declare const api_version: GenExtension<ServiceOptions, string>;
906
+