@google-cloud/discoveryengine 0.1.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 (32) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/LICENSE +202 -0
  3. package/README.md +209 -0
  4. package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +93 -0
  5. package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +77 -0
  6. package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +261 -0
  7. package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +265 -0
  8. package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +182 -0
  9. package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +453 -0
  10. package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +122 -0
  11. package/build/protos/protos.d.ts +10120 -0
  12. package/build/protos/protos.js +26118 -0
  13. package/build/protos/protos.json +2682 -0
  14. package/build/src/index.d.ts +17 -0
  15. package/build/src/index.js +37 -0
  16. package/build/src/index.js.map +1 -0
  17. package/build/src/v1beta/document_service_client.d.ts +684 -0
  18. package/build/src/v1beta/document_service_client.js +830 -0
  19. package/build/src/v1beta/document_service_client.js.map +1 -0
  20. package/build/src/v1beta/document_service_client_config.json +77 -0
  21. package/build/src/v1beta/index.d.ts +3 -0
  22. package/build/src/v1beta/index.js +27 -0
  23. package/build/src/v1beta/index.js.map +1 -0
  24. package/build/src/v1beta/recommendation_service_client.d.ts +307 -0
  25. package/build/src/v1beta/recommendation_service_client.js +407 -0
  26. package/build/src/v1beta/recommendation_service_client.js.map +1 -0
  27. package/build/src/v1beta/recommendation_service_client_config.json +43 -0
  28. package/build/src/v1beta/user_event_service_client.d.ts +445 -0
  29. package/build/src/v1beta/user_event_service_client.js +628 -0
  30. package/build/src/v1beta/user_event_service_client.js.map +1 -0
  31. package/build/src/v1beta/user_event_service_client_config.json +62 -0
  32. package/package.json +66 -0
@@ -0,0 +1,2682 @@
1
+ {
2
+ "nested": {
3
+ "google": {
4
+ "nested": {
5
+ "cloud": {
6
+ "nested": {
7
+ "discoveryengine": {
8
+ "nested": {
9
+ "v1beta": {
10
+ "options": {
11
+ "csharp_namespace": "Google.Cloud.DiscoveryEngine.V1Beta",
12
+ "go_package": "google.golang.org/genproto/googleapis/cloud/discoveryengine/v1beta;discoveryengine",
13
+ "java_multiple_files": true,
14
+ "java_outer_classname": "UserEventServiceProto",
15
+ "java_package": "com.google.cloud.discoveryengine.v1beta",
16
+ "objc_class_prefix": "DISCOVERYENGINE",
17
+ "php_namespace": "Google\\Cloud\\DiscoveryEngine\\V1beta",
18
+ "ruby_package": "Google::Cloud::DiscoveryEngine::V1beta",
19
+ "(google.api.resource_definition).type": "discoveryengine.googleapis.com/ServingConfig",
20
+ "(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}"
21
+ },
22
+ "nested": {
23
+ "CustomAttribute": {
24
+ "fields": {
25
+ "text": {
26
+ "rule": "repeated",
27
+ "type": "string",
28
+ "id": 1
29
+ },
30
+ "numbers": {
31
+ "rule": "repeated",
32
+ "type": "double",
33
+ "id": 2
34
+ }
35
+ }
36
+ },
37
+ "UserInfo": {
38
+ "fields": {
39
+ "userId": {
40
+ "type": "string",
41
+ "id": 1
42
+ },
43
+ "userAgent": {
44
+ "type": "string",
45
+ "id": 2
46
+ }
47
+ }
48
+ },
49
+ "Document": {
50
+ "options": {
51
+ "(google.api.resource).type": "discoveryengine.googleapis.com/Document",
52
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}"
53
+ },
54
+ "oneofs": {
55
+ "data": {
56
+ "oneof": [
57
+ "structData",
58
+ "jsonData"
59
+ ]
60
+ }
61
+ },
62
+ "fields": {
63
+ "structData": {
64
+ "type": "google.protobuf.Struct",
65
+ "id": 4
66
+ },
67
+ "jsonData": {
68
+ "type": "string",
69
+ "id": 5
70
+ },
71
+ "name": {
72
+ "type": "string",
73
+ "id": 1,
74
+ "options": {
75
+ "(google.api.field_behavior)": "IMMUTABLE"
76
+ }
77
+ },
78
+ "id": {
79
+ "type": "string",
80
+ "id": 2,
81
+ "options": {
82
+ "(google.api.field_behavior)": "IMMUTABLE"
83
+ }
84
+ },
85
+ "schemaId": {
86
+ "type": "string",
87
+ "id": 3,
88
+ "options": {
89
+ "(google.api.field_behavior)": "REQUIRED"
90
+ }
91
+ },
92
+ "parentDocumentId": {
93
+ "type": "string",
94
+ "id": 7
95
+ }
96
+ }
97
+ },
98
+ "DocumentService": {
99
+ "options": {
100
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
101
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
102
+ },
103
+ "methods": {
104
+ "GetDocument": {
105
+ "requestType": "GetDocumentRequest",
106
+ "responseType": "Document",
107
+ "options": {
108
+ "(google.api.http).get": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
109
+ "(google.api.method_signature)": "name"
110
+ },
111
+ "parsedOptions": [
112
+ {
113
+ "(google.api.http)": {
114
+ "get": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}"
115
+ }
116
+ },
117
+ {
118
+ "(google.api.method_signature)": "name"
119
+ }
120
+ ]
121
+ },
122
+ "ListDocuments": {
123
+ "requestType": "ListDocumentsRequest",
124
+ "responseType": "ListDocumentsResponse",
125
+ "options": {
126
+ "(google.api.http).get": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
127
+ "(google.api.method_signature)": "parent"
128
+ },
129
+ "parsedOptions": [
130
+ {
131
+ "(google.api.http)": {
132
+ "get": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents"
133
+ }
134
+ },
135
+ {
136
+ "(google.api.method_signature)": "parent"
137
+ }
138
+ ]
139
+ },
140
+ "CreateDocument": {
141
+ "requestType": "CreateDocumentRequest",
142
+ "responseType": "Document",
143
+ "options": {
144
+ "(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
145
+ "(google.api.http).body": "document",
146
+ "(google.api.method_signature)": "parent,document,document_id"
147
+ },
148
+ "parsedOptions": [
149
+ {
150
+ "(google.api.http)": {
151
+ "post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
152
+ "body": "document"
153
+ }
154
+ },
155
+ {
156
+ "(google.api.method_signature)": "parent,document,document_id"
157
+ }
158
+ ]
159
+ },
160
+ "UpdateDocument": {
161
+ "requestType": "UpdateDocumentRequest",
162
+ "responseType": "Document",
163
+ "options": {
164
+ "(google.api.http).patch": "/v1beta/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
165
+ "(google.api.http).body": "document"
166
+ },
167
+ "parsedOptions": [
168
+ {
169
+ "(google.api.http)": {
170
+ "patch": "/v1beta/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
171
+ "body": "document"
172
+ }
173
+ }
174
+ ]
175
+ },
176
+ "DeleteDocument": {
177
+ "requestType": "DeleteDocumentRequest",
178
+ "responseType": "google.protobuf.Empty",
179
+ "options": {
180
+ "(google.api.http).delete": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
181
+ "(google.api.method_signature)": "name"
182
+ },
183
+ "parsedOptions": [
184
+ {
185
+ "(google.api.http)": {
186
+ "delete": "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}"
187
+ }
188
+ },
189
+ {
190
+ "(google.api.method_signature)": "name"
191
+ }
192
+ ]
193
+ },
194
+ "ImportDocuments": {
195
+ "requestType": "ImportDocumentsRequest",
196
+ "responseType": "google.longrunning.Operation",
197
+ "options": {
198
+ "(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import",
199
+ "(google.api.http).body": "*",
200
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1beta.ImportDocumentsResponse",
201
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1beta.ImportDocumentsMetadata"
202
+ },
203
+ "parsedOptions": [
204
+ {
205
+ "(google.api.http)": {
206
+ "post": "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import",
207
+ "body": "*"
208
+ }
209
+ },
210
+ {
211
+ "(google.longrunning.operation_info)": {
212
+ "response_type": "google.cloud.discoveryengine.v1beta.ImportDocumentsResponse",
213
+ "metadata_type": "google.cloud.discoveryengine.v1beta.ImportDocumentsMetadata"
214
+ }
215
+ }
216
+ ]
217
+ }
218
+ }
219
+ },
220
+ "GetDocumentRequest": {
221
+ "fields": {
222
+ "name": {
223
+ "type": "string",
224
+ "id": 1,
225
+ "options": {
226
+ "(google.api.field_behavior)": "REQUIRED",
227
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
228
+ }
229
+ }
230
+ }
231
+ },
232
+ "ListDocumentsRequest": {
233
+ "fields": {
234
+ "parent": {
235
+ "type": "string",
236
+ "id": 1,
237
+ "options": {
238
+ "(google.api.field_behavior)": "REQUIRED",
239
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
240
+ }
241
+ },
242
+ "pageSize": {
243
+ "type": "int32",
244
+ "id": 2
245
+ },
246
+ "pageToken": {
247
+ "type": "string",
248
+ "id": 3
249
+ }
250
+ }
251
+ },
252
+ "ListDocumentsResponse": {
253
+ "fields": {
254
+ "documents": {
255
+ "rule": "repeated",
256
+ "type": "Document",
257
+ "id": 1
258
+ },
259
+ "nextPageToken": {
260
+ "type": "string",
261
+ "id": 2
262
+ }
263
+ }
264
+ },
265
+ "CreateDocumentRequest": {
266
+ "fields": {
267
+ "parent": {
268
+ "type": "string",
269
+ "id": 1,
270
+ "options": {
271
+ "(google.api.field_behavior)": "REQUIRED",
272
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
273
+ }
274
+ },
275
+ "document": {
276
+ "type": "Document",
277
+ "id": 2,
278
+ "options": {
279
+ "(google.api.field_behavior)": "REQUIRED"
280
+ }
281
+ },
282
+ "documentId": {
283
+ "type": "string",
284
+ "id": 3,
285
+ "options": {
286
+ "(google.api.field_behavior)": "REQUIRED"
287
+ }
288
+ }
289
+ }
290
+ },
291
+ "UpdateDocumentRequest": {
292
+ "fields": {
293
+ "document": {
294
+ "type": "Document",
295
+ "id": 1,
296
+ "options": {
297
+ "(google.api.field_behavior)": "REQUIRED"
298
+ }
299
+ },
300
+ "allowMissing": {
301
+ "type": "bool",
302
+ "id": 2
303
+ }
304
+ }
305
+ },
306
+ "DeleteDocumentRequest": {
307
+ "fields": {
308
+ "name": {
309
+ "type": "string",
310
+ "id": 1,
311
+ "options": {
312
+ "(google.api.field_behavior)": "REQUIRED",
313
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
314
+ }
315
+ }
316
+ }
317
+ },
318
+ "GcsSource": {
319
+ "fields": {
320
+ "inputUris": {
321
+ "rule": "repeated",
322
+ "type": "string",
323
+ "id": 1,
324
+ "options": {
325
+ "(google.api.field_behavior)": "REQUIRED"
326
+ }
327
+ },
328
+ "dataSchema": {
329
+ "type": "string",
330
+ "id": 2
331
+ }
332
+ }
333
+ },
334
+ "BigQuerySource": {
335
+ "oneofs": {
336
+ "partition": {
337
+ "oneof": [
338
+ "partitionDate"
339
+ ]
340
+ }
341
+ },
342
+ "fields": {
343
+ "partitionDate": {
344
+ "type": "google.type.Date",
345
+ "id": 5
346
+ },
347
+ "projectId": {
348
+ "type": "string",
349
+ "id": 1
350
+ },
351
+ "datasetId": {
352
+ "type": "string",
353
+ "id": 2,
354
+ "options": {
355
+ "(google.api.field_behavior)": "REQUIRED"
356
+ }
357
+ },
358
+ "tableId": {
359
+ "type": "string",
360
+ "id": 3,
361
+ "options": {
362
+ "(google.api.field_behavior)": "REQUIRED"
363
+ }
364
+ },
365
+ "gcsStagingDir": {
366
+ "type": "string",
367
+ "id": 4
368
+ },
369
+ "dataSchema": {
370
+ "type": "string",
371
+ "id": 6
372
+ }
373
+ }
374
+ },
375
+ "ImportErrorConfig": {
376
+ "oneofs": {
377
+ "destination": {
378
+ "oneof": [
379
+ "gcsPrefix"
380
+ ]
381
+ }
382
+ },
383
+ "fields": {
384
+ "gcsPrefix": {
385
+ "type": "string",
386
+ "id": 1
387
+ }
388
+ }
389
+ },
390
+ "ImportUserEventsRequest": {
391
+ "oneofs": {
392
+ "source": {
393
+ "oneof": [
394
+ "inlineSource",
395
+ "gcsSource",
396
+ "bigquerySource"
397
+ ]
398
+ }
399
+ },
400
+ "fields": {
401
+ "inlineSource": {
402
+ "type": "InlineSource",
403
+ "id": 2,
404
+ "options": {
405
+ "(google.api.field_behavior)": "REQUIRED"
406
+ }
407
+ },
408
+ "gcsSource": {
409
+ "type": "GcsSource",
410
+ "id": 3,
411
+ "options": {
412
+ "(google.api.field_behavior)": "REQUIRED"
413
+ }
414
+ },
415
+ "bigquerySource": {
416
+ "type": "BigQuerySource",
417
+ "id": 4,
418
+ "options": {
419
+ "(google.api.field_behavior)": "REQUIRED"
420
+ }
421
+ },
422
+ "parent": {
423
+ "type": "string",
424
+ "id": 1,
425
+ "options": {
426
+ "(google.api.field_behavior)": "REQUIRED",
427
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
428
+ }
429
+ },
430
+ "errorConfig": {
431
+ "type": "ImportErrorConfig",
432
+ "id": 5
433
+ }
434
+ },
435
+ "nested": {
436
+ "InlineSource": {
437
+ "fields": {
438
+ "userEvents": {
439
+ "rule": "repeated",
440
+ "type": "UserEvent",
441
+ "id": 1,
442
+ "options": {
443
+ "(google.api.field_behavior)": "REQUIRED"
444
+ }
445
+ }
446
+ }
447
+ }
448
+ }
449
+ },
450
+ "ImportUserEventsResponse": {
451
+ "fields": {
452
+ "errorSamples": {
453
+ "rule": "repeated",
454
+ "type": "google.rpc.Status",
455
+ "id": 1
456
+ },
457
+ "errorConfig": {
458
+ "type": "ImportErrorConfig",
459
+ "id": 2
460
+ },
461
+ "joinedEventsCount": {
462
+ "type": "int64",
463
+ "id": 3
464
+ },
465
+ "unjoinedEventsCount": {
466
+ "type": "int64",
467
+ "id": 4
468
+ }
469
+ }
470
+ },
471
+ "ImportUserEventsMetadata": {
472
+ "fields": {
473
+ "createTime": {
474
+ "type": "google.protobuf.Timestamp",
475
+ "id": 1
476
+ },
477
+ "updateTime": {
478
+ "type": "google.protobuf.Timestamp",
479
+ "id": 2
480
+ },
481
+ "successCount": {
482
+ "type": "int64",
483
+ "id": 3
484
+ },
485
+ "failureCount": {
486
+ "type": "int64",
487
+ "id": 4
488
+ }
489
+ }
490
+ },
491
+ "ImportDocumentsMetadata": {
492
+ "fields": {
493
+ "createTime": {
494
+ "type": "google.protobuf.Timestamp",
495
+ "id": 1
496
+ },
497
+ "updateTime": {
498
+ "type": "google.protobuf.Timestamp",
499
+ "id": 2
500
+ },
501
+ "successCount": {
502
+ "type": "int64",
503
+ "id": 3
504
+ },
505
+ "failureCount": {
506
+ "type": "int64",
507
+ "id": 4
508
+ }
509
+ }
510
+ },
511
+ "ImportDocumentsRequest": {
512
+ "oneofs": {
513
+ "source": {
514
+ "oneof": [
515
+ "inlineSource",
516
+ "gcsSource",
517
+ "bigquerySource"
518
+ ]
519
+ }
520
+ },
521
+ "fields": {
522
+ "inlineSource": {
523
+ "type": "InlineSource",
524
+ "id": 2
525
+ },
526
+ "gcsSource": {
527
+ "type": "GcsSource",
528
+ "id": 3
529
+ },
530
+ "bigquerySource": {
531
+ "type": "BigQuerySource",
532
+ "id": 4
533
+ },
534
+ "parent": {
535
+ "type": "string",
536
+ "id": 1,
537
+ "options": {
538
+ "(google.api.field_behavior)": "REQUIRED",
539
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Branch"
540
+ }
541
+ },
542
+ "errorConfig": {
543
+ "type": "ImportErrorConfig",
544
+ "id": 5
545
+ },
546
+ "reconciliationMode": {
547
+ "type": "ReconciliationMode",
548
+ "id": 6
549
+ }
550
+ },
551
+ "nested": {
552
+ "InlineSource": {
553
+ "fields": {
554
+ "documents": {
555
+ "rule": "repeated",
556
+ "type": "Document",
557
+ "id": 1,
558
+ "options": {
559
+ "(google.api.field_behavior)": "REQUIRED"
560
+ }
561
+ }
562
+ }
563
+ },
564
+ "ReconciliationMode": {
565
+ "values": {
566
+ "RECONCILIATION_MODE_UNSPECIFIED": 0,
567
+ "INCREMENTAL": 1,
568
+ "FULL": 2
569
+ }
570
+ }
571
+ }
572
+ },
573
+ "ImportDocumentsResponse": {
574
+ "fields": {
575
+ "errorSamples": {
576
+ "rule": "repeated",
577
+ "type": "google.rpc.Status",
578
+ "id": 1
579
+ },
580
+ "errorConfig": {
581
+ "type": "ImportErrorConfig",
582
+ "id": 2
583
+ }
584
+ }
585
+ },
586
+ "UserEvent": {
587
+ "fields": {
588
+ "eventType": {
589
+ "type": "string",
590
+ "id": 1,
591
+ "options": {
592
+ "(google.api.field_behavior)": "REQUIRED"
593
+ }
594
+ },
595
+ "userPseudoId": {
596
+ "type": "string",
597
+ "id": 2,
598
+ "options": {
599
+ "(google.api.field_behavior)": "REQUIRED"
600
+ }
601
+ },
602
+ "eventTime": {
603
+ "type": "google.protobuf.Timestamp",
604
+ "id": 3
605
+ },
606
+ "userInfo": {
607
+ "type": "UserInfo",
608
+ "id": 4
609
+ },
610
+ "directUserRequest": {
611
+ "type": "bool",
612
+ "id": 5
613
+ },
614
+ "sessionId": {
615
+ "type": "string",
616
+ "id": 6
617
+ },
618
+ "pageInfo": {
619
+ "type": "PageInfo",
620
+ "id": 7
621
+ },
622
+ "attributionToken": {
623
+ "type": "string",
624
+ "id": 8
625
+ },
626
+ "filter": {
627
+ "type": "string",
628
+ "id": 9
629
+ },
630
+ "documents": {
631
+ "rule": "repeated",
632
+ "type": "DocumentInfo",
633
+ "id": 10
634
+ },
635
+ "panel": {
636
+ "type": "PanelInfo",
637
+ "id": 11
638
+ },
639
+ "searchInfo": {
640
+ "type": "SearchInfo",
641
+ "id": 12
642
+ },
643
+ "completionInfo": {
644
+ "type": "CompletionInfo",
645
+ "id": 13
646
+ },
647
+ "transactionInfo": {
648
+ "type": "TransactionInfo",
649
+ "id": 14
650
+ },
651
+ "tagIds": {
652
+ "rule": "repeated",
653
+ "type": "string",
654
+ "id": 15
655
+ },
656
+ "promotionIds": {
657
+ "rule": "repeated",
658
+ "type": "string",
659
+ "id": 16
660
+ },
661
+ "attributes": {
662
+ "keyType": "string",
663
+ "type": "CustomAttribute",
664
+ "id": 17
665
+ },
666
+ "mediaInfo": {
667
+ "type": "MediaInfo",
668
+ "id": 18
669
+ }
670
+ }
671
+ },
672
+ "PageInfo": {
673
+ "fields": {
674
+ "pageviewId": {
675
+ "type": "string",
676
+ "id": 1
677
+ },
678
+ "pageCategory": {
679
+ "type": "string",
680
+ "id": 2
681
+ },
682
+ "uri": {
683
+ "type": "string",
684
+ "id": 3
685
+ },
686
+ "referrerUri": {
687
+ "type": "string",
688
+ "id": 4
689
+ }
690
+ }
691
+ },
692
+ "SearchInfo": {
693
+ "oneofs": {
694
+ "_offset": {
695
+ "oneof": [
696
+ "offset"
697
+ ]
698
+ }
699
+ },
700
+ "fields": {
701
+ "searchQuery": {
702
+ "type": "string",
703
+ "id": 1
704
+ },
705
+ "orderBy": {
706
+ "type": "string",
707
+ "id": 2
708
+ },
709
+ "offset": {
710
+ "type": "int32",
711
+ "id": 3,
712
+ "options": {
713
+ "proto3_optional": true
714
+ }
715
+ }
716
+ }
717
+ },
718
+ "CompletionInfo": {
719
+ "fields": {
720
+ "selectedSuggestion": {
721
+ "type": "string",
722
+ "id": 1
723
+ },
724
+ "selectedPosition": {
725
+ "type": "int32",
726
+ "id": 2
727
+ }
728
+ }
729
+ },
730
+ "TransactionInfo": {
731
+ "oneofs": {
732
+ "_value": {
733
+ "oneof": [
734
+ "value"
735
+ ]
736
+ },
737
+ "_tax": {
738
+ "oneof": [
739
+ "tax"
740
+ ]
741
+ },
742
+ "_cost": {
743
+ "oneof": [
744
+ "cost"
745
+ ]
746
+ },
747
+ "_discountValue": {
748
+ "oneof": [
749
+ "discountValue"
750
+ ]
751
+ }
752
+ },
753
+ "fields": {
754
+ "value": {
755
+ "type": "float",
756
+ "id": 1,
757
+ "options": {
758
+ "(google.api.field_behavior)": "REQUIRED",
759
+ "proto3_optional": true
760
+ }
761
+ },
762
+ "currency": {
763
+ "type": "string",
764
+ "id": 2,
765
+ "options": {
766
+ "(google.api.field_behavior)": "REQUIRED"
767
+ }
768
+ },
769
+ "transactionId": {
770
+ "type": "string",
771
+ "id": 3
772
+ },
773
+ "tax": {
774
+ "type": "float",
775
+ "id": 4,
776
+ "options": {
777
+ "proto3_optional": true
778
+ }
779
+ },
780
+ "cost": {
781
+ "type": "float",
782
+ "id": 5,
783
+ "options": {
784
+ "proto3_optional": true
785
+ }
786
+ },
787
+ "discountValue": {
788
+ "type": "float",
789
+ "id": 6,
790
+ "options": {
791
+ "proto3_optional": true
792
+ }
793
+ }
794
+ }
795
+ },
796
+ "DocumentInfo": {
797
+ "oneofs": {
798
+ "documentDescriptor": {
799
+ "oneof": [
800
+ "id",
801
+ "name"
802
+ ]
803
+ },
804
+ "_quantity": {
805
+ "oneof": [
806
+ "quantity"
807
+ ]
808
+ }
809
+ },
810
+ "fields": {
811
+ "id": {
812
+ "type": "string",
813
+ "id": 1,
814
+ "options": {
815
+ "(google.api.field_behavior)": "REQUIRED"
816
+ }
817
+ },
818
+ "name": {
819
+ "type": "string",
820
+ "id": 2,
821
+ "options": {
822
+ "(google.api.field_behavior)": "REQUIRED",
823
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
824
+ }
825
+ },
826
+ "quantity": {
827
+ "type": "int32",
828
+ "id": 3,
829
+ "options": {
830
+ "proto3_optional": true
831
+ }
832
+ },
833
+ "promotionIds": {
834
+ "rule": "repeated",
835
+ "type": "string",
836
+ "id": 4
837
+ }
838
+ }
839
+ },
840
+ "PanelInfo": {
841
+ "oneofs": {
842
+ "_panelPosition": {
843
+ "oneof": [
844
+ "panelPosition"
845
+ ]
846
+ },
847
+ "_totalPanels": {
848
+ "oneof": [
849
+ "totalPanels"
850
+ ]
851
+ }
852
+ },
853
+ "fields": {
854
+ "panelId": {
855
+ "type": "string",
856
+ "id": 2,
857
+ "options": {
858
+ "(google.api.field_behavior)": "REQUIRED"
859
+ }
860
+ },
861
+ "displayName": {
862
+ "type": "string",
863
+ "id": 3
864
+ },
865
+ "panelPosition": {
866
+ "type": "int32",
867
+ "id": 4,
868
+ "options": {
869
+ "proto3_optional": true
870
+ }
871
+ },
872
+ "totalPanels": {
873
+ "type": "int32",
874
+ "id": 5,
875
+ "options": {
876
+ "proto3_optional": true
877
+ }
878
+ }
879
+ }
880
+ },
881
+ "MediaInfo": {
882
+ "oneofs": {
883
+ "_mediaProgressPercentage": {
884
+ "oneof": [
885
+ "mediaProgressPercentage"
886
+ ]
887
+ }
888
+ },
889
+ "fields": {
890
+ "mediaProgressDuration": {
891
+ "type": "google.protobuf.Duration",
892
+ "id": 1
893
+ },
894
+ "mediaProgressPercentage": {
895
+ "type": "float",
896
+ "id": 2,
897
+ "options": {
898
+ "proto3_optional": true
899
+ }
900
+ }
901
+ }
902
+ },
903
+ "RecommendationService": {
904
+ "options": {
905
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
906
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
907
+ },
908
+ "methods": {
909
+ "Recommend": {
910
+ "requestType": "RecommendRequest",
911
+ "responseType": "RecommendResponse",
912
+ "options": {
913
+ "(google.api.http).post": "/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
914
+ "(google.api.http).body": "*"
915
+ },
916
+ "parsedOptions": [
917
+ {
918
+ "(google.api.http)": {
919
+ "post": "/v1beta/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
920
+ "body": "*"
921
+ }
922
+ }
923
+ ]
924
+ }
925
+ }
926
+ },
927
+ "RecommendRequest": {
928
+ "fields": {
929
+ "servingConfig": {
930
+ "type": "string",
931
+ "id": 1,
932
+ "options": {
933
+ "(google.api.field_behavior)": "REQUIRED",
934
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/ServingConfig"
935
+ }
936
+ },
937
+ "userEvent": {
938
+ "type": "UserEvent",
939
+ "id": 2,
940
+ "options": {
941
+ "(google.api.field_behavior)": "REQUIRED"
942
+ }
943
+ },
944
+ "pageSize": {
945
+ "type": "int32",
946
+ "id": 3
947
+ },
948
+ "filter": {
949
+ "type": "string",
950
+ "id": 4
951
+ },
952
+ "validateOnly": {
953
+ "type": "bool",
954
+ "id": 5
955
+ },
956
+ "params": {
957
+ "keyType": "string",
958
+ "type": "google.protobuf.Value",
959
+ "id": 6
960
+ }
961
+ }
962
+ },
963
+ "RecommendResponse": {
964
+ "fields": {
965
+ "results": {
966
+ "rule": "repeated",
967
+ "type": "RecommendationResult",
968
+ "id": 1
969
+ },
970
+ "attributionToken": {
971
+ "type": "string",
972
+ "id": 2
973
+ },
974
+ "missingIds": {
975
+ "rule": "repeated",
976
+ "type": "string",
977
+ "id": 3
978
+ },
979
+ "validateOnly": {
980
+ "type": "bool",
981
+ "id": 4
982
+ }
983
+ },
984
+ "nested": {
985
+ "RecommendationResult": {
986
+ "fields": {
987
+ "id": {
988
+ "type": "string",
989
+ "id": 1
990
+ },
991
+ "document": {
992
+ "type": "Document",
993
+ "id": 2
994
+ },
995
+ "metadata": {
996
+ "keyType": "string",
997
+ "type": "google.protobuf.Value",
998
+ "id": 3
999
+ }
1000
+ }
1001
+ }
1002
+ }
1003
+ },
1004
+ "UserEventService": {
1005
+ "options": {
1006
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
1007
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
1008
+ },
1009
+ "methods": {
1010
+ "WriteUserEvent": {
1011
+ "requestType": "WriteUserEventRequest",
1012
+ "responseType": "UserEvent",
1013
+ "options": {
1014
+ "(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:write",
1015
+ "(google.api.http).body": "user_event"
1016
+ },
1017
+ "parsedOptions": [
1018
+ {
1019
+ "(google.api.http)": {
1020
+ "post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:write",
1021
+ "body": "user_event"
1022
+ }
1023
+ }
1024
+ ]
1025
+ },
1026
+ "CollectUserEvent": {
1027
+ "requestType": "CollectUserEventRequest",
1028
+ "responseType": "google.api.HttpBody",
1029
+ "options": {
1030
+ "(google.api.http).get": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect"
1031
+ },
1032
+ "parsedOptions": [
1033
+ {
1034
+ "(google.api.http)": {
1035
+ "get": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:collect"
1036
+ }
1037
+ }
1038
+ ]
1039
+ },
1040
+ "ImportUserEvents": {
1041
+ "requestType": "ImportUserEventsRequest",
1042
+ "responseType": "google.longrunning.Operation",
1043
+ "options": {
1044
+ "(google.api.http).post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:import",
1045
+ "(google.api.http).body": "*",
1046
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1beta.ImportUserEventsResponse",
1047
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1beta.ImportUserEventsMetadata"
1048
+ },
1049
+ "parsedOptions": [
1050
+ {
1051
+ "(google.api.http)": {
1052
+ "post": "/v1beta/{parent=projects/*/locations/*/dataStores/*}/userEvents:import",
1053
+ "body": "*"
1054
+ }
1055
+ },
1056
+ {
1057
+ "(google.longrunning.operation_info)": {
1058
+ "response_type": "google.cloud.discoveryengine.v1beta.ImportUserEventsResponse",
1059
+ "metadata_type": "google.cloud.discoveryengine.v1beta.ImportUserEventsMetadata"
1060
+ }
1061
+ }
1062
+ ]
1063
+ }
1064
+ }
1065
+ },
1066
+ "WriteUserEventRequest": {
1067
+ "oneofs": {
1068
+ "_userEvent": {
1069
+ "oneof": [
1070
+ "userEvent"
1071
+ ]
1072
+ }
1073
+ },
1074
+ "fields": {
1075
+ "parent": {
1076
+ "type": "string",
1077
+ "id": 1,
1078
+ "options": {
1079
+ "(google.api.field_behavior)": "REQUIRED",
1080
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
1081
+ }
1082
+ },
1083
+ "userEvent": {
1084
+ "type": "UserEvent",
1085
+ "id": 2,
1086
+ "options": {
1087
+ "(google.api.field_behavior)": "REQUIRED",
1088
+ "proto3_optional": true
1089
+ }
1090
+ }
1091
+ }
1092
+ },
1093
+ "CollectUserEventRequest": {
1094
+ "oneofs": {
1095
+ "_uri": {
1096
+ "oneof": [
1097
+ "uri"
1098
+ ]
1099
+ },
1100
+ "_ets": {
1101
+ "oneof": [
1102
+ "ets"
1103
+ ]
1104
+ }
1105
+ },
1106
+ "fields": {
1107
+ "parent": {
1108
+ "type": "string",
1109
+ "id": 1,
1110
+ "options": {
1111
+ "(google.api.field_behavior)": "REQUIRED",
1112
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
1113
+ }
1114
+ },
1115
+ "userEvent": {
1116
+ "type": "string",
1117
+ "id": 2,
1118
+ "options": {
1119
+ "(google.api.field_behavior)": "REQUIRED"
1120
+ }
1121
+ },
1122
+ "uri": {
1123
+ "type": "string",
1124
+ "id": 3,
1125
+ "options": {
1126
+ "proto3_optional": true
1127
+ }
1128
+ },
1129
+ "ets": {
1130
+ "type": "int64",
1131
+ "id": 4,
1132
+ "options": {
1133
+ "proto3_optional": true
1134
+ }
1135
+ }
1136
+ }
1137
+ }
1138
+ }
1139
+ }
1140
+ }
1141
+ }
1142
+ }
1143
+ },
1144
+ "api": {
1145
+ "options": {
1146
+ "cc_enable_arenas": true,
1147
+ "go_package": "google.golang.org/genproto/googleapis/api/httpbody;httpbody",
1148
+ "java_multiple_files": true,
1149
+ "java_outer_classname": "HttpBodyProto",
1150
+ "java_package": "com.google.api",
1151
+ "objc_class_prefix": "GAPI"
1152
+ },
1153
+ "nested": {
1154
+ "resourceReference": {
1155
+ "type": "google.api.ResourceReference",
1156
+ "id": 1055,
1157
+ "extend": "google.protobuf.FieldOptions"
1158
+ },
1159
+ "resourceDefinition": {
1160
+ "rule": "repeated",
1161
+ "type": "google.api.ResourceDescriptor",
1162
+ "id": 1053,
1163
+ "extend": "google.protobuf.FileOptions"
1164
+ },
1165
+ "resource": {
1166
+ "type": "google.api.ResourceDescriptor",
1167
+ "id": 1053,
1168
+ "extend": "google.protobuf.MessageOptions"
1169
+ },
1170
+ "ResourceDescriptor": {
1171
+ "fields": {
1172
+ "type": {
1173
+ "type": "string",
1174
+ "id": 1
1175
+ },
1176
+ "pattern": {
1177
+ "rule": "repeated",
1178
+ "type": "string",
1179
+ "id": 2
1180
+ },
1181
+ "nameField": {
1182
+ "type": "string",
1183
+ "id": 3
1184
+ },
1185
+ "history": {
1186
+ "type": "History",
1187
+ "id": 4
1188
+ },
1189
+ "plural": {
1190
+ "type": "string",
1191
+ "id": 5
1192
+ },
1193
+ "singular": {
1194
+ "type": "string",
1195
+ "id": 6
1196
+ },
1197
+ "style": {
1198
+ "rule": "repeated",
1199
+ "type": "Style",
1200
+ "id": 10
1201
+ }
1202
+ },
1203
+ "nested": {
1204
+ "History": {
1205
+ "values": {
1206
+ "HISTORY_UNSPECIFIED": 0,
1207
+ "ORIGINALLY_SINGLE_PATTERN": 1,
1208
+ "FUTURE_MULTI_PATTERN": 2
1209
+ }
1210
+ },
1211
+ "Style": {
1212
+ "values": {
1213
+ "STYLE_UNSPECIFIED": 0,
1214
+ "DECLARATIVE_FRIENDLY": 1
1215
+ }
1216
+ }
1217
+ }
1218
+ },
1219
+ "ResourceReference": {
1220
+ "fields": {
1221
+ "type": {
1222
+ "type": "string",
1223
+ "id": 1
1224
+ },
1225
+ "childType": {
1226
+ "type": "string",
1227
+ "id": 2
1228
+ }
1229
+ }
1230
+ },
1231
+ "fieldBehavior": {
1232
+ "rule": "repeated",
1233
+ "type": "google.api.FieldBehavior",
1234
+ "id": 1052,
1235
+ "extend": "google.protobuf.FieldOptions"
1236
+ },
1237
+ "FieldBehavior": {
1238
+ "values": {
1239
+ "FIELD_BEHAVIOR_UNSPECIFIED": 0,
1240
+ "OPTIONAL": 1,
1241
+ "REQUIRED": 2,
1242
+ "OUTPUT_ONLY": 3,
1243
+ "INPUT_ONLY": 4,
1244
+ "IMMUTABLE": 5,
1245
+ "UNORDERED_LIST": 6,
1246
+ "NON_EMPTY_DEFAULT": 7
1247
+ }
1248
+ },
1249
+ "http": {
1250
+ "type": "HttpRule",
1251
+ "id": 72295728,
1252
+ "extend": "google.protobuf.MethodOptions"
1253
+ },
1254
+ "Http": {
1255
+ "fields": {
1256
+ "rules": {
1257
+ "rule": "repeated",
1258
+ "type": "HttpRule",
1259
+ "id": 1
1260
+ },
1261
+ "fullyDecodeReservedExpansion": {
1262
+ "type": "bool",
1263
+ "id": 2
1264
+ }
1265
+ }
1266
+ },
1267
+ "HttpRule": {
1268
+ "oneofs": {
1269
+ "pattern": {
1270
+ "oneof": [
1271
+ "get",
1272
+ "put",
1273
+ "post",
1274
+ "delete",
1275
+ "patch",
1276
+ "custom"
1277
+ ]
1278
+ }
1279
+ },
1280
+ "fields": {
1281
+ "selector": {
1282
+ "type": "string",
1283
+ "id": 1
1284
+ },
1285
+ "get": {
1286
+ "type": "string",
1287
+ "id": 2
1288
+ },
1289
+ "put": {
1290
+ "type": "string",
1291
+ "id": 3
1292
+ },
1293
+ "post": {
1294
+ "type": "string",
1295
+ "id": 4
1296
+ },
1297
+ "delete": {
1298
+ "type": "string",
1299
+ "id": 5
1300
+ },
1301
+ "patch": {
1302
+ "type": "string",
1303
+ "id": 6
1304
+ },
1305
+ "custom": {
1306
+ "type": "CustomHttpPattern",
1307
+ "id": 8
1308
+ },
1309
+ "body": {
1310
+ "type": "string",
1311
+ "id": 7
1312
+ },
1313
+ "responseBody": {
1314
+ "type": "string",
1315
+ "id": 12
1316
+ },
1317
+ "additionalBindings": {
1318
+ "rule": "repeated",
1319
+ "type": "HttpRule",
1320
+ "id": 11
1321
+ }
1322
+ }
1323
+ },
1324
+ "CustomHttpPattern": {
1325
+ "fields": {
1326
+ "kind": {
1327
+ "type": "string",
1328
+ "id": 1
1329
+ },
1330
+ "path": {
1331
+ "type": "string",
1332
+ "id": 2
1333
+ }
1334
+ }
1335
+ },
1336
+ "methodSignature": {
1337
+ "rule": "repeated",
1338
+ "type": "string",
1339
+ "id": 1051,
1340
+ "extend": "google.protobuf.MethodOptions"
1341
+ },
1342
+ "defaultHost": {
1343
+ "type": "string",
1344
+ "id": 1049,
1345
+ "extend": "google.protobuf.ServiceOptions"
1346
+ },
1347
+ "oauthScopes": {
1348
+ "type": "string",
1349
+ "id": 1050,
1350
+ "extend": "google.protobuf.ServiceOptions"
1351
+ },
1352
+ "HttpBody": {
1353
+ "fields": {
1354
+ "contentType": {
1355
+ "type": "string",
1356
+ "id": 1
1357
+ },
1358
+ "data": {
1359
+ "type": "bytes",
1360
+ "id": 2
1361
+ },
1362
+ "extensions": {
1363
+ "rule": "repeated",
1364
+ "type": "google.protobuf.Any",
1365
+ "id": 3
1366
+ }
1367
+ }
1368
+ }
1369
+ }
1370
+ },
1371
+ "protobuf": {
1372
+ "options": {
1373
+ "go_package": "google.golang.org/protobuf/types/descriptorpb",
1374
+ "java_package": "com.google.protobuf",
1375
+ "java_outer_classname": "DescriptorProtos",
1376
+ "csharp_namespace": "Google.Protobuf.Reflection",
1377
+ "objc_class_prefix": "GPB",
1378
+ "cc_enable_arenas": true,
1379
+ "optimize_for": "SPEED"
1380
+ },
1381
+ "nested": {
1382
+ "FileDescriptorSet": {
1383
+ "fields": {
1384
+ "file": {
1385
+ "rule": "repeated",
1386
+ "type": "FileDescriptorProto",
1387
+ "id": 1
1388
+ }
1389
+ }
1390
+ },
1391
+ "FileDescriptorProto": {
1392
+ "fields": {
1393
+ "name": {
1394
+ "type": "string",
1395
+ "id": 1
1396
+ },
1397
+ "package": {
1398
+ "type": "string",
1399
+ "id": 2
1400
+ },
1401
+ "dependency": {
1402
+ "rule": "repeated",
1403
+ "type": "string",
1404
+ "id": 3
1405
+ },
1406
+ "publicDependency": {
1407
+ "rule": "repeated",
1408
+ "type": "int32",
1409
+ "id": 10,
1410
+ "options": {
1411
+ "packed": false
1412
+ }
1413
+ },
1414
+ "weakDependency": {
1415
+ "rule": "repeated",
1416
+ "type": "int32",
1417
+ "id": 11,
1418
+ "options": {
1419
+ "packed": false
1420
+ }
1421
+ },
1422
+ "messageType": {
1423
+ "rule": "repeated",
1424
+ "type": "DescriptorProto",
1425
+ "id": 4
1426
+ },
1427
+ "enumType": {
1428
+ "rule": "repeated",
1429
+ "type": "EnumDescriptorProto",
1430
+ "id": 5
1431
+ },
1432
+ "service": {
1433
+ "rule": "repeated",
1434
+ "type": "ServiceDescriptorProto",
1435
+ "id": 6
1436
+ },
1437
+ "extension": {
1438
+ "rule": "repeated",
1439
+ "type": "FieldDescriptorProto",
1440
+ "id": 7
1441
+ },
1442
+ "options": {
1443
+ "type": "FileOptions",
1444
+ "id": 8
1445
+ },
1446
+ "sourceCodeInfo": {
1447
+ "type": "SourceCodeInfo",
1448
+ "id": 9
1449
+ },
1450
+ "syntax": {
1451
+ "type": "string",
1452
+ "id": 12
1453
+ },
1454
+ "edition": {
1455
+ "type": "string",
1456
+ "id": 13
1457
+ }
1458
+ }
1459
+ },
1460
+ "DescriptorProto": {
1461
+ "fields": {
1462
+ "name": {
1463
+ "type": "string",
1464
+ "id": 1
1465
+ },
1466
+ "field": {
1467
+ "rule": "repeated",
1468
+ "type": "FieldDescriptorProto",
1469
+ "id": 2
1470
+ },
1471
+ "extension": {
1472
+ "rule": "repeated",
1473
+ "type": "FieldDescriptorProto",
1474
+ "id": 6
1475
+ },
1476
+ "nestedType": {
1477
+ "rule": "repeated",
1478
+ "type": "DescriptorProto",
1479
+ "id": 3
1480
+ },
1481
+ "enumType": {
1482
+ "rule": "repeated",
1483
+ "type": "EnumDescriptorProto",
1484
+ "id": 4
1485
+ },
1486
+ "extensionRange": {
1487
+ "rule": "repeated",
1488
+ "type": "ExtensionRange",
1489
+ "id": 5
1490
+ },
1491
+ "oneofDecl": {
1492
+ "rule": "repeated",
1493
+ "type": "OneofDescriptorProto",
1494
+ "id": 8
1495
+ },
1496
+ "options": {
1497
+ "type": "MessageOptions",
1498
+ "id": 7
1499
+ },
1500
+ "reservedRange": {
1501
+ "rule": "repeated",
1502
+ "type": "ReservedRange",
1503
+ "id": 9
1504
+ },
1505
+ "reservedName": {
1506
+ "rule": "repeated",
1507
+ "type": "string",
1508
+ "id": 10
1509
+ }
1510
+ },
1511
+ "nested": {
1512
+ "ExtensionRange": {
1513
+ "fields": {
1514
+ "start": {
1515
+ "type": "int32",
1516
+ "id": 1
1517
+ },
1518
+ "end": {
1519
+ "type": "int32",
1520
+ "id": 2
1521
+ },
1522
+ "options": {
1523
+ "type": "ExtensionRangeOptions",
1524
+ "id": 3
1525
+ }
1526
+ }
1527
+ },
1528
+ "ReservedRange": {
1529
+ "fields": {
1530
+ "start": {
1531
+ "type": "int32",
1532
+ "id": 1
1533
+ },
1534
+ "end": {
1535
+ "type": "int32",
1536
+ "id": 2
1537
+ }
1538
+ }
1539
+ }
1540
+ }
1541
+ },
1542
+ "ExtensionRangeOptions": {
1543
+ "fields": {
1544
+ "uninterpretedOption": {
1545
+ "rule": "repeated",
1546
+ "type": "UninterpretedOption",
1547
+ "id": 999
1548
+ }
1549
+ },
1550
+ "extensions": [
1551
+ [
1552
+ 1000,
1553
+ 536870911
1554
+ ]
1555
+ ]
1556
+ },
1557
+ "FieldDescriptorProto": {
1558
+ "fields": {
1559
+ "name": {
1560
+ "type": "string",
1561
+ "id": 1
1562
+ },
1563
+ "number": {
1564
+ "type": "int32",
1565
+ "id": 3
1566
+ },
1567
+ "label": {
1568
+ "type": "Label",
1569
+ "id": 4
1570
+ },
1571
+ "type": {
1572
+ "type": "Type",
1573
+ "id": 5
1574
+ },
1575
+ "typeName": {
1576
+ "type": "string",
1577
+ "id": 6
1578
+ },
1579
+ "extendee": {
1580
+ "type": "string",
1581
+ "id": 2
1582
+ },
1583
+ "defaultValue": {
1584
+ "type": "string",
1585
+ "id": 7
1586
+ },
1587
+ "oneofIndex": {
1588
+ "type": "int32",
1589
+ "id": 9
1590
+ },
1591
+ "jsonName": {
1592
+ "type": "string",
1593
+ "id": 10
1594
+ },
1595
+ "options": {
1596
+ "type": "FieldOptions",
1597
+ "id": 8
1598
+ },
1599
+ "proto3Optional": {
1600
+ "type": "bool",
1601
+ "id": 17
1602
+ }
1603
+ },
1604
+ "nested": {
1605
+ "Type": {
1606
+ "values": {
1607
+ "TYPE_DOUBLE": 1,
1608
+ "TYPE_FLOAT": 2,
1609
+ "TYPE_INT64": 3,
1610
+ "TYPE_UINT64": 4,
1611
+ "TYPE_INT32": 5,
1612
+ "TYPE_FIXED64": 6,
1613
+ "TYPE_FIXED32": 7,
1614
+ "TYPE_BOOL": 8,
1615
+ "TYPE_STRING": 9,
1616
+ "TYPE_GROUP": 10,
1617
+ "TYPE_MESSAGE": 11,
1618
+ "TYPE_BYTES": 12,
1619
+ "TYPE_UINT32": 13,
1620
+ "TYPE_ENUM": 14,
1621
+ "TYPE_SFIXED32": 15,
1622
+ "TYPE_SFIXED64": 16,
1623
+ "TYPE_SINT32": 17,
1624
+ "TYPE_SINT64": 18
1625
+ }
1626
+ },
1627
+ "Label": {
1628
+ "values": {
1629
+ "LABEL_OPTIONAL": 1,
1630
+ "LABEL_REQUIRED": 2,
1631
+ "LABEL_REPEATED": 3
1632
+ }
1633
+ }
1634
+ }
1635
+ },
1636
+ "OneofDescriptorProto": {
1637
+ "fields": {
1638
+ "name": {
1639
+ "type": "string",
1640
+ "id": 1
1641
+ },
1642
+ "options": {
1643
+ "type": "OneofOptions",
1644
+ "id": 2
1645
+ }
1646
+ }
1647
+ },
1648
+ "EnumDescriptorProto": {
1649
+ "fields": {
1650
+ "name": {
1651
+ "type": "string",
1652
+ "id": 1
1653
+ },
1654
+ "value": {
1655
+ "rule": "repeated",
1656
+ "type": "EnumValueDescriptorProto",
1657
+ "id": 2
1658
+ },
1659
+ "options": {
1660
+ "type": "EnumOptions",
1661
+ "id": 3
1662
+ },
1663
+ "reservedRange": {
1664
+ "rule": "repeated",
1665
+ "type": "EnumReservedRange",
1666
+ "id": 4
1667
+ },
1668
+ "reservedName": {
1669
+ "rule": "repeated",
1670
+ "type": "string",
1671
+ "id": 5
1672
+ }
1673
+ },
1674
+ "nested": {
1675
+ "EnumReservedRange": {
1676
+ "fields": {
1677
+ "start": {
1678
+ "type": "int32",
1679
+ "id": 1
1680
+ },
1681
+ "end": {
1682
+ "type": "int32",
1683
+ "id": 2
1684
+ }
1685
+ }
1686
+ }
1687
+ }
1688
+ },
1689
+ "EnumValueDescriptorProto": {
1690
+ "fields": {
1691
+ "name": {
1692
+ "type": "string",
1693
+ "id": 1
1694
+ },
1695
+ "number": {
1696
+ "type": "int32",
1697
+ "id": 2
1698
+ },
1699
+ "options": {
1700
+ "type": "EnumValueOptions",
1701
+ "id": 3
1702
+ }
1703
+ }
1704
+ },
1705
+ "ServiceDescriptorProto": {
1706
+ "fields": {
1707
+ "name": {
1708
+ "type": "string",
1709
+ "id": 1
1710
+ },
1711
+ "method": {
1712
+ "rule": "repeated",
1713
+ "type": "MethodDescriptorProto",
1714
+ "id": 2
1715
+ },
1716
+ "options": {
1717
+ "type": "ServiceOptions",
1718
+ "id": 3
1719
+ }
1720
+ }
1721
+ },
1722
+ "MethodDescriptorProto": {
1723
+ "fields": {
1724
+ "name": {
1725
+ "type": "string",
1726
+ "id": 1
1727
+ },
1728
+ "inputType": {
1729
+ "type": "string",
1730
+ "id": 2
1731
+ },
1732
+ "outputType": {
1733
+ "type": "string",
1734
+ "id": 3
1735
+ },
1736
+ "options": {
1737
+ "type": "MethodOptions",
1738
+ "id": 4
1739
+ },
1740
+ "clientStreaming": {
1741
+ "type": "bool",
1742
+ "id": 5,
1743
+ "options": {
1744
+ "default": false
1745
+ }
1746
+ },
1747
+ "serverStreaming": {
1748
+ "type": "bool",
1749
+ "id": 6,
1750
+ "options": {
1751
+ "default": false
1752
+ }
1753
+ }
1754
+ }
1755
+ },
1756
+ "FileOptions": {
1757
+ "fields": {
1758
+ "javaPackage": {
1759
+ "type": "string",
1760
+ "id": 1
1761
+ },
1762
+ "javaOuterClassname": {
1763
+ "type": "string",
1764
+ "id": 8
1765
+ },
1766
+ "javaMultipleFiles": {
1767
+ "type": "bool",
1768
+ "id": 10,
1769
+ "options": {
1770
+ "default": false
1771
+ }
1772
+ },
1773
+ "javaGenerateEqualsAndHash": {
1774
+ "type": "bool",
1775
+ "id": 20,
1776
+ "options": {
1777
+ "deprecated": true
1778
+ }
1779
+ },
1780
+ "javaStringCheckUtf8": {
1781
+ "type": "bool",
1782
+ "id": 27,
1783
+ "options": {
1784
+ "default": false
1785
+ }
1786
+ },
1787
+ "optimizeFor": {
1788
+ "type": "OptimizeMode",
1789
+ "id": 9,
1790
+ "options": {
1791
+ "default": "SPEED"
1792
+ }
1793
+ },
1794
+ "goPackage": {
1795
+ "type": "string",
1796
+ "id": 11
1797
+ },
1798
+ "ccGenericServices": {
1799
+ "type": "bool",
1800
+ "id": 16,
1801
+ "options": {
1802
+ "default": false
1803
+ }
1804
+ },
1805
+ "javaGenericServices": {
1806
+ "type": "bool",
1807
+ "id": 17,
1808
+ "options": {
1809
+ "default": false
1810
+ }
1811
+ },
1812
+ "pyGenericServices": {
1813
+ "type": "bool",
1814
+ "id": 18,
1815
+ "options": {
1816
+ "default": false
1817
+ }
1818
+ },
1819
+ "phpGenericServices": {
1820
+ "type": "bool",
1821
+ "id": 42,
1822
+ "options": {
1823
+ "default": false
1824
+ }
1825
+ },
1826
+ "deprecated": {
1827
+ "type": "bool",
1828
+ "id": 23,
1829
+ "options": {
1830
+ "default": false
1831
+ }
1832
+ },
1833
+ "ccEnableArenas": {
1834
+ "type": "bool",
1835
+ "id": 31,
1836
+ "options": {
1837
+ "default": true
1838
+ }
1839
+ },
1840
+ "objcClassPrefix": {
1841
+ "type": "string",
1842
+ "id": 36
1843
+ },
1844
+ "csharpNamespace": {
1845
+ "type": "string",
1846
+ "id": 37
1847
+ },
1848
+ "swiftPrefix": {
1849
+ "type": "string",
1850
+ "id": 39
1851
+ },
1852
+ "phpClassPrefix": {
1853
+ "type": "string",
1854
+ "id": 40
1855
+ },
1856
+ "phpNamespace": {
1857
+ "type": "string",
1858
+ "id": 41
1859
+ },
1860
+ "phpMetadataNamespace": {
1861
+ "type": "string",
1862
+ "id": 44
1863
+ },
1864
+ "rubyPackage": {
1865
+ "type": "string",
1866
+ "id": 45
1867
+ },
1868
+ "uninterpretedOption": {
1869
+ "rule": "repeated",
1870
+ "type": "UninterpretedOption",
1871
+ "id": 999
1872
+ }
1873
+ },
1874
+ "extensions": [
1875
+ [
1876
+ 1000,
1877
+ 536870911
1878
+ ]
1879
+ ],
1880
+ "reserved": [
1881
+ [
1882
+ 38,
1883
+ 38
1884
+ ]
1885
+ ],
1886
+ "nested": {
1887
+ "OptimizeMode": {
1888
+ "values": {
1889
+ "SPEED": 1,
1890
+ "CODE_SIZE": 2,
1891
+ "LITE_RUNTIME": 3
1892
+ }
1893
+ }
1894
+ }
1895
+ },
1896
+ "MessageOptions": {
1897
+ "fields": {
1898
+ "messageSetWireFormat": {
1899
+ "type": "bool",
1900
+ "id": 1,
1901
+ "options": {
1902
+ "default": false
1903
+ }
1904
+ },
1905
+ "noStandardDescriptorAccessor": {
1906
+ "type": "bool",
1907
+ "id": 2,
1908
+ "options": {
1909
+ "default": false
1910
+ }
1911
+ },
1912
+ "deprecated": {
1913
+ "type": "bool",
1914
+ "id": 3,
1915
+ "options": {
1916
+ "default": false
1917
+ }
1918
+ },
1919
+ "mapEntry": {
1920
+ "type": "bool",
1921
+ "id": 7
1922
+ },
1923
+ "uninterpretedOption": {
1924
+ "rule": "repeated",
1925
+ "type": "UninterpretedOption",
1926
+ "id": 999
1927
+ }
1928
+ },
1929
+ "extensions": [
1930
+ [
1931
+ 1000,
1932
+ 536870911
1933
+ ]
1934
+ ],
1935
+ "reserved": [
1936
+ [
1937
+ 4,
1938
+ 4
1939
+ ],
1940
+ [
1941
+ 5,
1942
+ 5
1943
+ ],
1944
+ [
1945
+ 6,
1946
+ 6
1947
+ ],
1948
+ [
1949
+ 8,
1950
+ 8
1951
+ ],
1952
+ [
1953
+ 9,
1954
+ 9
1955
+ ]
1956
+ ]
1957
+ },
1958
+ "FieldOptions": {
1959
+ "fields": {
1960
+ "ctype": {
1961
+ "type": "CType",
1962
+ "id": 1,
1963
+ "options": {
1964
+ "default": "STRING"
1965
+ }
1966
+ },
1967
+ "packed": {
1968
+ "type": "bool",
1969
+ "id": 2
1970
+ },
1971
+ "jstype": {
1972
+ "type": "JSType",
1973
+ "id": 6,
1974
+ "options": {
1975
+ "default": "JS_NORMAL"
1976
+ }
1977
+ },
1978
+ "lazy": {
1979
+ "type": "bool",
1980
+ "id": 5,
1981
+ "options": {
1982
+ "default": false
1983
+ }
1984
+ },
1985
+ "unverifiedLazy": {
1986
+ "type": "bool",
1987
+ "id": 15,
1988
+ "options": {
1989
+ "default": false
1990
+ }
1991
+ },
1992
+ "deprecated": {
1993
+ "type": "bool",
1994
+ "id": 3,
1995
+ "options": {
1996
+ "default": false
1997
+ }
1998
+ },
1999
+ "weak": {
2000
+ "type": "bool",
2001
+ "id": 10,
2002
+ "options": {
2003
+ "default": false
2004
+ }
2005
+ },
2006
+ "uninterpretedOption": {
2007
+ "rule": "repeated",
2008
+ "type": "UninterpretedOption",
2009
+ "id": 999
2010
+ }
2011
+ },
2012
+ "extensions": [
2013
+ [
2014
+ 1000,
2015
+ 536870911
2016
+ ]
2017
+ ],
2018
+ "reserved": [
2019
+ [
2020
+ 4,
2021
+ 4
2022
+ ]
2023
+ ],
2024
+ "nested": {
2025
+ "CType": {
2026
+ "values": {
2027
+ "STRING": 0,
2028
+ "CORD": 1,
2029
+ "STRING_PIECE": 2
2030
+ }
2031
+ },
2032
+ "JSType": {
2033
+ "values": {
2034
+ "JS_NORMAL": 0,
2035
+ "JS_STRING": 1,
2036
+ "JS_NUMBER": 2
2037
+ }
2038
+ }
2039
+ }
2040
+ },
2041
+ "OneofOptions": {
2042
+ "fields": {
2043
+ "uninterpretedOption": {
2044
+ "rule": "repeated",
2045
+ "type": "UninterpretedOption",
2046
+ "id": 999
2047
+ }
2048
+ },
2049
+ "extensions": [
2050
+ [
2051
+ 1000,
2052
+ 536870911
2053
+ ]
2054
+ ]
2055
+ },
2056
+ "EnumOptions": {
2057
+ "fields": {
2058
+ "allowAlias": {
2059
+ "type": "bool",
2060
+ "id": 2
2061
+ },
2062
+ "deprecated": {
2063
+ "type": "bool",
2064
+ "id": 3,
2065
+ "options": {
2066
+ "default": false
2067
+ }
2068
+ },
2069
+ "uninterpretedOption": {
2070
+ "rule": "repeated",
2071
+ "type": "UninterpretedOption",
2072
+ "id": 999
2073
+ }
2074
+ },
2075
+ "extensions": [
2076
+ [
2077
+ 1000,
2078
+ 536870911
2079
+ ]
2080
+ ],
2081
+ "reserved": [
2082
+ [
2083
+ 5,
2084
+ 5
2085
+ ]
2086
+ ]
2087
+ },
2088
+ "EnumValueOptions": {
2089
+ "fields": {
2090
+ "deprecated": {
2091
+ "type": "bool",
2092
+ "id": 1,
2093
+ "options": {
2094
+ "default": false
2095
+ }
2096
+ },
2097
+ "uninterpretedOption": {
2098
+ "rule": "repeated",
2099
+ "type": "UninterpretedOption",
2100
+ "id": 999
2101
+ }
2102
+ },
2103
+ "extensions": [
2104
+ [
2105
+ 1000,
2106
+ 536870911
2107
+ ]
2108
+ ]
2109
+ },
2110
+ "ServiceOptions": {
2111
+ "fields": {
2112
+ "deprecated": {
2113
+ "type": "bool",
2114
+ "id": 33,
2115
+ "options": {
2116
+ "default": false
2117
+ }
2118
+ },
2119
+ "uninterpretedOption": {
2120
+ "rule": "repeated",
2121
+ "type": "UninterpretedOption",
2122
+ "id": 999
2123
+ }
2124
+ },
2125
+ "extensions": [
2126
+ [
2127
+ 1000,
2128
+ 536870911
2129
+ ]
2130
+ ]
2131
+ },
2132
+ "MethodOptions": {
2133
+ "fields": {
2134
+ "deprecated": {
2135
+ "type": "bool",
2136
+ "id": 33,
2137
+ "options": {
2138
+ "default": false
2139
+ }
2140
+ },
2141
+ "idempotencyLevel": {
2142
+ "type": "IdempotencyLevel",
2143
+ "id": 34,
2144
+ "options": {
2145
+ "default": "IDEMPOTENCY_UNKNOWN"
2146
+ }
2147
+ },
2148
+ "uninterpretedOption": {
2149
+ "rule": "repeated",
2150
+ "type": "UninterpretedOption",
2151
+ "id": 999
2152
+ }
2153
+ },
2154
+ "extensions": [
2155
+ [
2156
+ 1000,
2157
+ 536870911
2158
+ ]
2159
+ ],
2160
+ "nested": {
2161
+ "IdempotencyLevel": {
2162
+ "values": {
2163
+ "IDEMPOTENCY_UNKNOWN": 0,
2164
+ "NO_SIDE_EFFECTS": 1,
2165
+ "IDEMPOTENT": 2
2166
+ }
2167
+ }
2168
+ }
2169
+ },
2170
+ "UninterpretedOption": {
2171
+ "fields": {
2172
+ "name": {
2173
+ "rule": "repeated",
2174
+ "type": "NamePart",
2175
+ "id": 2
2176
+ },
2177
+ "identifierValue": {
2178
+ "type": "string",
2179
+ "id": 3
2180
+ },
2181
+ "positiveIntValue": {
2182
+ "type": "uint64",
2183
+ "id": 4
2184
+ },
2185
+ "negativeIntValue": {
2186
+ "type": "int64",
2187
+ "id": 5
2188
+ },
2189
+ "doubleValue": {
2190
+ "type": "double",
2191
+ "id": 6
2192
+ },
2193
+ "stringValue": {
2194
+ "type": "bytes",
2195
+ "id": 7
2196
+ },
2197
+ "aggregateValue": {
2198
+ "type": "string",
2199
+ "id": 8
2200
+ }
2201
+ },
2202
+ "nested": {
2203
+ "NamePart": {
2204
+ "fields": {
2205
+ "namePart": {
2206
+ "rule": "required",
2207
+ "type": "string",
2208
+ "id": 1
2209
+ },
2210
+ "isExtension": {
2211
+ "rule": "required",
2212
+ "type": "bool",
2213
+ "id": 2
2214
+ }
2215
+ }
2216
+ }
2217
+ }
2218
+ },
2219
+ "SourceCodeInfo": {
2220
+ "fields": {
2221
+ "location": {
2222
+ "rule": "repeated",
2223
+ "type": "Location",
2224
+ "id": 1
2225
+ }
2226
+ },
2227
+ "nested": {
2228
+ "Location": {
2229
+ "fields": {
2230
+ "path": {
2231
+ "rule": "repeated",
2232
+ "type": "int32",
2233
+ "id": 1
2234
+ },
2235
+ "span": {
2236
+ "rule": "repeated",
2237
+ "type": "int32",
2238
+ "id": 2
2239
+ },
2240
+ "leadingComments": {
2241
+ "type": "string",
2242
+ "id": 3
2243
+ },
2244
+ "trailingComments": {
2245
+ "type": "string",
2246
+ "id": 4
2247
+ },
2248
+ "leadingDetachedComments": {
2249
+ "rule": "repeated",
2250
+ "type": "string",
2251
+ "id": 6
2252
+ }
2253
+ }
2254
+ }
2255
+ }
2256
+ },
2257
+ "GeneratedCodeInfo": {
2258
+ "fields": {
2259
+ "annotation": {
2260
+ "rule": "repeated",
2261
+ "type": "Annotation",
2262
+ "id": 1
2263
+ }
2264
+ },
2265
+ "nested": {
2266
+ "Annotation": {
2267
+ "fields": {
2268
+ "path": {
2269
+ "rule": "repeated",
2270
+ "type": "int32",
2271
+ "id": 1
2272
+ },
2273
+ "sourceFile": {
2274
+ "type": "string",
2275
+ "id": 2
2276
+ },
2277
+ "begin": {
2278
+ "type": "int32",
2279
+ "id": 3
2280
+ },
2281
+ "end": {
2282
+ "type": "int32",
2283
+ "id": 4
2284
+ },
2285
+ "semantic": {
2286
+ "type": "Semantic",
2287
+ "id": 5
2288
+ }
2289
+ },
2290
+ "nested": {
2291
+ "Semantic": {
2292
+ "values": {
2293
+ "NONE": 0,
2294
+ "SET": 1,
2295
+ "ALIAS": 2
2296
+ }
2297
+ }
2298
+ }
2299
+ }
2300
+ }
2301
+ },
2302
+ "Struct": {
2303
+ "fields": {
2304
+ "fields": {
2305
+ "keyType": "string",
2306
+ "type": "Value",
2307
+ "id": 1
2308
+ }
2309
+ }
2310
+ },
2311
+ "Value": {
2312
+ "oneofs": {
2313
+ "kind": {
2314
+ "oneof": [
2315
+ "nullValue",
2316
+ "numberValue",
2317
+ "stringValue",
2318
+ "boolValue",
2319
+ "structValue",
2320
+ "listValue"
2321
+ ]
2322
+ }
2323
+ },
2324
+ "fields": {
2325
+ "nullValue": {
2326
+ "type": "NullValue",
2327
+ "id": 1
2328
+ },
2329
+ "numberValue": {
2330
+ "type": "double",
2331
+ "id": 2
2332
+ },
2333
+ "stringValue": {
2334
+ "type": "string",
2335
+ "id": 3
2336
+ },
2337
+ "boolValue": {
2338
+ "type": "bool",
2339
+ "id": 4
2340
+ },
2341
+ "structValue": {
2342
+ "type": "Struct",
2343
+ "id": 5
2344
+ },
2345
+ "listValue": {
2346
+ "type": "ListValue",
2347
+ "id": 6
2348
+ }
2349
+ }
2350
+ },
2351
+ "NullValue": {
2352
+ "values": {
2353
+ "NULL_VALUE": 0
2354
+ }
2355
+ },
2356
+ "ListValue": {
2357
+ "fields": {
2358
+ "values": {
2359
+ "rule": "repeated",
2360
+ "type": "Value",
2361
+ "id": 1
2362
+ }
2363
+ }
2364
+ },
2365
+ "Duration": {
2366
+ "fields": {
2367
+ "seconds": {
2368
+ "type": "int64",
2369
+ "id": 1
2370
+ },
2371
+ "nanos": {
2372
+ "type": "int32",
2373
+ "id": 2
2374
+ }
2375
+ }
2376
+ },
2377
+ "Timestamp": {
2378
+ "fields": {
2379
+ "seconds": {
2380
+ "type": "int64",
2381
+ "id": 1
2382
+ },
2383
+ "nanos": {
2384
+ "type": "int32",
2385
+ "id": 2
2386
+ }
2387
+ }
2388
+ },
2389
+ "Any": {
2390
+ "fields": {
2391
+ "type_url": {
2392
+ "type": "string",
2393
+ "id": 1
2394
+ },
2395
+ "value": {
2396
+ "type": "bytes",
2397
+ "id": 2
2398
+ }
2399
+ }
2400
+ },
2401
+ "Empty": {
2402
+ "fields": {}
2403
+ }
2404
+ }
2405
+ },
2406
+ "rpc": {
2407
+ "options": {
2408
+ "cc_enable_arenas": true,
2409
+ "go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
2410
+ "java_multiple_files": true,
2411
+ "java_outer_classname": "StatusProto",
2412
+ "java_package": "com.google.rpc",
2413
+ "objc_class_prefix": "RPC"
2414
+ },
2415
+ "nested": {
2416
+ "Status": {
2417
+ "fields": {
2418
+ "code": {
2419
+ "type": "int32",
2420
+ "id": 1
2421
+ },
2422
+ "message": {
2423
+ "type": "string",
2424
+ "id": 2
2425
+ },
2426
+ "details": {
2427
+ "rule": "repeated",
2428
+ "type": "google.protobuf.Any",
2429
+ "id": 3
2430
+ }
2431
+ }
2432
+ }
2433
+ }
2434
+ },
2435
+ "type": {
2436
+ "options": {
2437
+ "cc_enable_arenas": true,
2438
+ "go_package": "google.golang.org/genproto/googleapis/type/date;date",
2439
+ "java_multiple_files": true,
2440
+ "java_outer_classname": "DateProto",
2441
+ "java_package": "com.google.type",
2442
+ "objc_class_prefix": "GTP"
2443
+ },
2444
+ "nested": {
2445
+ "Date": {
2446
+ "fields": {
2447
+ "year": {
2448
+ "type": "int32",
2449
+ "id": 1
2450
+ },
2451
+ "month": {
2452
+ "type": "int32",
2453
+ "id": 2
2454
+ },
2455
+ "day": {
2456
+ "type": "int32",
2457
+ "id": 3
2458
+ }
2459
+ }
2460
+ }
2461
+ }
2462
+ },
2463
+ "longrunning": {
2464
+ "options": {
2465
+ "cc_enable_arenas": true,
2466
+ "csharp_namespace": "Google.LongRunning",
2467
+ "go_package": "google.golang.org/genproto/googleapis/longrunning;longrunning",
2468
+ "java_multiple_files": true,
2469
+ "java_outer_classname": "OperationsProto",
2470
+ "java_package": "com.google.longrunning",
2471
+ "php_namespace": "Google\\LongRunning"
2472
+ },
2473
+ "nested": {
2474
+ "operationInfo": {
2475
+ "type": "google.longrunning.OperationInfo",
2476
+ "id": 1049,
2477
+ "extend": "google.protobuf.MethodOptions"
2478
+ },
2479
+ "Operations": {
2480
+ "options": {
2481
+ "(google.api.default_host)": "longrunning.googleapis.com"
2482
+ },
2483
+ "methods": {
2484
+ "ListOperations": {
2485
+ "requestType": "ListOperationsRequest",
2486
+ "responseType": "ListOperationsResponse",
2487
+ "options": {
2488
+ "(google.api.http).get": "/v1/{name=operations}",
2489
+ "(google.api.method_signature)": "name,filter"
2490
+ },
2491
+ "parsedOptions": [
2492
+ {
2493
+ "(google.api.http)": {
2494
+ "get": "/v1/{name=operations}"
2495
+ }
2496
+ },
2497
+ {
2498
+ "(google.api.method_signature)": "name,filter"
2499
+ }
2500
+ ]
2501
+ },
2502
+ "GetOperation": {
2503
+ "requestType": "GetOperationRequest",
2504
+ "responseType": "Operation",
2505
+ "options": {
2506
+ "(google.api.http).get": "/v1/{name=operations/**}",
2507
+ "(google.api.method_signature)": "name"
2508
+ },
2509
+ "parsedOptions": [
2510
+ {
2511
+ "(google.api.http)": {
2512
+ "get": "/v1/{name=operations/**}"
2513
+ }
2514
+ },
2515
+ {
2516
+ "(google.api.method_signature)": "name"
2517
+ }
2518
+ ]
2519
+ },
2520
+ "DeleteOperation": {
2521
+ "requestType": "DeleteOperationRequest",
2522
+ "responseType": "google.protobuf.Empty",
2523
+ "options": {
2524
+ "(google.api.http).delete": "/v1/{name=operations/**}",
2525
+ "(google.api.method_signature)": "name"
2526
+ },
2527
+ "parsedOptions": [
2528
+ {
2529
+ "(google.api.http)": {
2530
+ "delete": "/v1/{name=operations/**}"
2531
+ }
2532
+ },
2533
+ {
2534
+ "(google.api.method_signature)": "name"
2535
+ }
2536
+ ]
2537
+ },
2538
+ "CancelOperation": {
2539
+ "requestType": "CancelOperationRequest",
2540
+ "responseType": "google.protobuf.Empty",
2541
+ "options": {
2542
+ "(google.api.http).post": "/v1/{name=operations/**}:cancel",
2543
+ "(google.api.http).body": "*",
2544
+ "(google.api.method_signature)": "name"
2545
+ },
2546
+ "parsedOptions": [
2547
+ {
2548
+ "(google.api.http)": {
2549
+ "post": "/v1/{name=operations/**}:cancel",
2550
+ "body": "*"
2551
+ }
2552
+ },
2553
+ {
2554
+ "(google.api.method_signature)": "name"
2555
+ }
2556
+ ]
2557
+ },
2558
+ "WaitOperation": {
2559
+ "requestType": "WaitOperationRequest",
2560
+ "responseType": "Operation"
2561
+ }
2562
+ }
2563
+ },
2564
+ "Operation": {
2565
+ "oneofs": {
2566
+ "result": {
2567
+ "oneof": [
2568
+ "error",
2569
+ "response"
2570
+ ]
2571
+ }
2572
+ },
2573
+ "fields": {
2574
+ "name": {
2575
+ "type": "string",
2576
+ "id": 1
2577
+ },
2578
+ "metadata": {
2579
+ "type": "google.protobuf.Any",
2580
+ "id": 2
2581
+ },
2582
+ "done": {
2583
+ "type": "bool",
2584
+ "id": 3
2585
+ },
2586
+ "error": {
2587
+ "type": "google.rpc.Status",
2588
+ "id": 4
2589
+ },
2590
+ "response": {
2591
+ "type": "google.protobuf.Any",
2592
+ "id": 5
2593
+ }
2594
+ }
2595
+ },
2596
+ "GetOperationRequest": {
2597
+ "fields": {
2598
+ "name": {
2599
+ "type": "string",
2600
+ "id": 1
2601
+ }
2602
+ }
2603
+ },
2604
+ "ListOperationsRequest": {
2605
+ "fields": {
2606
+ "name": {
2607
+ "type": "string",
2608
+ "id": 4
2609
+ },
2610
+ "filter": {
2611
+ "type": "string",
2612
+ "id": 1
2613
+ },
2614
+ "pageSize": {
2615
+ "type": "int32",
2616
+ "id": 2
2617
+ },
2618
+ "pageToken": {
2619
+ "type": "string",
2620
+ "id": 3
2621
+ }
2622
+ }
2623
+ },
2624
+ "ListOperationsResponse": {
2625
+ "fields": {
2626
+ "operations": {
2627
+ "rule": "repeated",
2628
+ "type": "Operation",
2629
+ "id": 1
2630
+ },
2631
+ "nextPageToken": {
2632
+ "type": "string",
2633
+ "id": 2
2634
+ }
2635
+ }
2636
+ },
2637
+ "CancelOperationRequest": {
2638
+ "fields": {
2639
+ "name": {
2640
+ "type": "string",
2641
+ "id": 1
2642
+ }
2643
+ }
2644
+ },
2645
+ "DeleteOperationRequest": {
2646
+ "fields": {
2647
+ "name": {
2648
+ "type": "string",
2649
+ "id": 1
2650
+ }
2651
+ }
2652
+ },
2653
+ "WaitOperationRequest": {
2654
+ "fields": {
2655
+ "name": {
2656
+ "type": "string",
2657
+ "id": 1
2658
+ },
2659
+ "timeout": {
2660
+ "type": "google.protobuf.Duration",
2661
+ "id": 2
2662
+ }
2663
+ }
2664
+ },
2665
+ "OperationInfo": {
2666
+ "fields": {
2667
+ "responseType": {
2668
+ "type": "string",
2669
+ "id": 1
2670
+ },
2671
+ "metadataType": {
2672
+ "type": "string",
2673
+ "id": 2
2674
+ }
2675
+ }
2676
+ }
2677
+ }
2678
+ }
2679
+ }
2680
+ }
2681
+ }
2682
+ }