@mochabug/adapt-web 0.0.1-beta

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