@google-cloud/discoveryengine 1.3.0 → 1.3.1

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 (57) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +12 -0
  3. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +0 -5
  4. package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +3 -0
  5. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +39 -0
  6. package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +1 -1
  7. package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +1 -1
  8. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +97 -0
  9. package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +147 -0
  10. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +164 -0
  11. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +540 -0
  12. package/build/protos/protos.d.ts +4473 -550
  13. package/build/protos/protos.js +27437 -19222
  14. package/build/protos/protos.json +1060 -358
  15. package/build/src/index.js +1 -1
  16. package/build/src/v1/completion_service_client.js +1 -1
  17. package/build/src/v1/conversational_search_service_client.js +1 -1
  18. package/build/src/v1/document_service_client.js +1 -1
  19. package/build/src/v1/index.js +1 -1
  20. package/build/src/v1/schema_service_client.js +1 -1
  21. package/build/src/v1/search_service_client.js +1 -1
  22. package/build/src/v1/user_event_service_client.js +1 -1
  23. package/build/src/v1alpha/completion_service_client.d.ts +219 -0
  24. package/build/src/v1alpha/completion_service_client.js +302 -0
  25. package/build/src/v1alpha/conversational_search_service_client.d.ts +236 -0
  26. package/build/src/v1alpha/conversational_search_service_client.js +302 -0
  27. package/build/src/v1alpha/data_store_service_client.d.ts +219 -0
  28. package/build/src/v1alpha/data_store_service_client.js +310 -2
  29. package/build/src/v1alpha/document_service_client.d.ts +219 -0
  30. package/build/src/v1alpha/document_service_client.js +310 -2
  31. package/build/src/v1alpha/engine_service_client.d.ts +220 -1
  32. package/build/src/v1alpha/engine_service_client.js +310 -2
  33. package/build/src/v1alpha/index.d.ts +1 -0
  34. package/build/src/v1alpha/index.js +3 -1
  35. package/build/src/v1alpha/recommendation_service_client.d.ts +219 -0
  36. package/build/src/v1alpha/recommendation_service_client.js +302 -0
  37. package/build/src/v1alpha/schema_service_client.d.ts +219 -0
  38. package/build/src/v1alpha/schema_service_client.js +310 -2
  39. package/build/src/v1alpha/search_service_client.d.ts +258 -0
  40. package/build/src/v1alpha/search_service_client.js +328 -0
  41. package/build/src/v1alpha/search_tuning_service_client.d.ts +968 -0
  42. package/build/src/v1alpha/search_tuning_service_client.js +1452 -0
  43. package/build/src/v1alpha/search_tuning_service_client_config.json +30 -0
  44. package/build/src/v1alpha/site_search_engine_service_client.d.ts +739 -1
  45. package/build/src/v1alpha/site_search_engine_service_client.js +801 -4
  46. package/build/src/v1alpha/site_search_engine_service_client_config.json +44 -0
  47. package/build/src/v1alpha/user_event_service_client.d.ts +219 -0
  48. package/build/src/v1alpha/user_event_service_client.js +310 -2
  49. package/build/src/v1beta/completion_service_client.js +1 -1
  50. package/build/src/v1beta/conversational_search_service_client.js +1 -1
  51. package/build/src/v1beta/document_service_client.js +1 -1
  52. package/build/src/v1beta/index.js +1 -1
  53. package/build/src/v1beta/recommendation_service_client.js +1 -1
  54. package/build/src/v1beta/schema_service_client.js +1 -1
  55. package/build/src/v1beta/search_service_client.js +1 -1
  56. package/build/src/v1beta/user_event_service_client.js +1 -1
  57. package/package.json +2 -2
@@ -2539,8 +2539,8 @@
2539
2539
  "objc_class_prefix": "DISCOVERYENGINE",
2540
2540
  "php_namespace": "Google\\Cloud\\DiscoveryEngine\\V1alpha",
2541
2541
  "ruby_package": "Google::Cloud::DiscoveryEngine::V1alpha",
2542
- "(google.api.resource_definition).type": "discoveryengine.googleapis.com/SiteSearchEngine",
2543
- "(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine"
2542
+ "(google.api.resource_definition).type": "discoveryengine.googleapis.com/ServingConfig",
2543
+ "(google.api.resource_definition).pattern": "projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}"
2544
2544
  },
2545
2545
  "nested": {
2546
2546
  "IndustryVertical": {
@@ -2728,7 +2728,7 @@
2728
2728
  "Conversation": {
2729
2729
  "options": {
2730
2730
  "(google.api.resource).type": "discoveryengine.googleapis.com/Conversation",
2731
- "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}"
2731
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/conversations/{conversation}"
2732
2732
  },
2733
2733
  "fields": {
2734
2734
  "name": {
@@ -2953,6 +2953,10 @@
2953
2953
  "type": "string",
2954
2954
  "id": 7
2955
2955
  },
2956
+ "canonicalFilter": {
2957
+ "type": "string",
2958
+ "id": 29
2959
+ },
2956
2960
  "orderBy": {
2957
2961
  "type": "string",
2958
2962
  "id": 8
@@ -3207,9 +3211,35 @@
3207
3211
  "type": "bool",
3208
3212
  "id": 4
3209
3213
  },
3214
+ "modelPromptSpec": {
3215
+ "type": "ModelPromptSpec",
3216
+ "id": 5
3217
+ },
3210
3218
  "languageCode": {
3211
3219
  "type": "string",
3212
3220
  "id": 6
3221
+ },
3222
+ "modelSpec": {
3223
+ "type": "ModelSpec",
3224
+ "id": 7
3225
+ }
3226
+ },
3227
+ "nested": {
3228
+ "ModelPromptSpec": {
3229
+ "fields": {
3230
+ "preamble": {
3231
+ "type": "string",
3232
+ "id": 1
3233
+ }
3234
+ }
3235
+ },
3236
+ "ModelSpec": {
3237
+ "fields": {
3238
+ "version": {
3239
+ "type": "string",
3240
+ "id": 1
3241
+ }
3242
+ }
3213
3243
  }
3214
3244
  }
3215
3245
  },
@@ -3423,6 +3453,10 @@
3423
3453
  "safetyAttributes": {
3424
3454
  "type": "SafetyAttributes",
3425
3455
  "id": 3
3456
+ },
3457
+ "summaryWithMetadata": {
3458
+ "type": "SummaryWithMetadata",
3459
+ "id": 4
3426
3460
  }
3427
3461
  },
3428
3462
  "nested": {
@@ -3440,6 +3474,77 @@
3440
3474
  }
3441
3475
  }
3442
3476
  },
3477
+ "CitationMetadata": {
3478
+ "fields": {
3479
+ "citations": {
3480
+ "rule": "repeated",
3481
+ "type": "Citation",
3482
+ "id": 1
3483
+ }
3484
+ }
3485
+ },
3486
+ "Citation": {
3487
+ "fields": {
3488
+ "startIndex": {
3489
+ "type": "int64",
3490
+ "id": 1
3491
+ },
3492
+ "endIndex": {
3493
+ "type": "int64",
3494
+ "id": 2
3495
+ },
3496
+ "sources": {
3497
+ "rule": "repeated",
3498
+ "type": "CitationSource",
3499
+ "id": 3
3500
+ }
3501
+ }
3502
+ },
3503
+ "CitationSource": {
3504
+ "fields": {
3505
+ "referenceIndex": {
3506
+ "type": "int64",
3507
+ "id": 4
3508
+ }
3509
+ }
3510
+ },
3511
+ "Reference": {
3512
+ "fields": {
3513
+ "title": {
3514
+ "type": "string",
3515
+ "id": 1
3516
+ },
3517
+ "document": {
3518
+ "type": "string",
3519
+ "id": 2,
3520
+ "options": {
3521
+ "(google.api.field_behavior)": "REQUIRED",
3522
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Document"
3523
+ }
3524
+ },
3525
+ "uri": {
3526
+ "type": "string",
3527
+ "id": 3
3528
+ }
3529
+ }
3530
+ },
3531
+ "SummaryWithMetadata": {
3532
+ "fields": {
3533
+ "summary": {
3534
+ "type": "string",
3535
+ "id": 1
3536
+ },
3537
+ "citationMetadata": {
3538
+ "type": "CitationMetadata",
3539
+ "id": 2
3540
+ },
3541
+ "references": {
3542
+ "rule": "repeated",
3543
+ "type": "Reference",
3544
+ "id": 3
3545
+ }
3546
+ }
3547
+ },
3443
3548
  "SummarySkippedReason": {
3444
3549
  "values": {
3445
3550
  "SUMMARY_SKIPPED_REASON_UNSPECIFIED": 0,
@@ -3573,7 +3678,7 @@
3573
3678
  "options": {
3574
3679
  "(google.api.http).post": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}:converse",
3575
3680
  "(google.api.http).body": "*",
3576
- "(google.api.http).additional_bindings.post": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}:converse",
3681
+ "(google.api.http).additional_bindings.post": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*/conversations/*}:converse",
3577
3682
  "(google.api.http).additional_bindings.body": "*",
3578
3683
  "(google.api.method_signature)": "name,query"
3579
3684
  },
@@ -3582,10 +3687,16 @@
3582
3687
  "(google.api.http)": {
3583
3688
  "post": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}:converse",
3584
3689
  "body": "*",
3585
- "additional_bindings": {
3586
- "post": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}:converse",
3587
- "body": "*"
3588
- }
3690
+ "additional_bindings": [
3691
+ {
3692
+ "post": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}:converse",
3693
+ "body": "*"
3694
+ },
3695
+ {
3696
+ "post": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*/conversations/*}:converse",
3697
+ "body": "*"
3698
+ }
3699
+ ]
3589
3700
  }
3590
3701
  },
3591
3702
  {
@@ -3599,7 +3710,7 @@
3599
3710
  "options": {
3600
3711
  "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3601
3712
  "(google.api.http).body": "conversation",
3602
- "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations",
3713
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/engines/*}/conversations",
3603
3714
  "(google.api.http).additional_bindings.body": "conversation",
3604
3715
  "(google.api.method_signature)": "parent,conversation"
3605
3716
  },
@@ -3608,10 +3719,16 @@
3608
3719
  "(google.api.http)": {
3609
3720
  "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3610
3721
  "body": "conversation",
3611
- "additional_bindings": {
3612
- "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations",
3613
- "body": "conversation"
3614
- }
3722
+ "additional_bindings": [
3723
+ {
3724
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations",
3725
+ "body": "conversation"
3726
+ },
3727
+ {
3728
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/engines/*}/conversations",
3729
+ "body": "conversation"
3730
+ }
3731
+ ]
3615
3732
  }
3616
3733
  },
3617
3734
  {
@@ -3624,16 +3741,21 @@
3624
3741
  "responseType": "google.protobuf.Empty",
3625
3742
  "options": {
3626
3743
  "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3627
- "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}",
3744
+ "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*/conversations/*}",
3628
3745
  "(google.api.method_signature)": "name"
3629
3746
  },
3630
3747
  "parsedOptions": [
3631
3748
  {
3632
3749
  "(google.api.http)": {
3633
3750
  "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3634
- "additional_bindings": {
3635
- "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}"
3636
- }
3751
+ "additional_bindings": [
3752
+ {
3753
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}"
3754
+ },
3755
+ {
3756
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*/conversations/*}"
3757
+ }
3758
+ ]
3637
3759
  }
3638
3760
  },
3639
3761
  {
@@ -3647,7 +3769,7 @@
3647
3769
  "options": {
3648
3770
  "(google.api.http).patch": "/v1alpha/{conversation.name=projects/*/locations/*/dataStores/*/conversations/*}",
3649
3771
  "(google.api.http).body": "conversation",
3650
- "(google.api.http).additional_bindings.patch": "/v1alpha/{conversation.name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}",
3772
+ "(google.api.http).additional_bindings.patch": "/v1alpha/{conversation.name=projects/*/locations/*/collections/*/engines/*/conversations/*}",
3651
3773
  "(google.api.http).additional_bindings.body": "conversation",
3652
3774
  "(google.api.method_signature)": "conversation,update_mask"
3653
3775
  },
@@ -3656,10 +3778,16 @@
3656
3778
  "(google.api.http)": {
3657
3779
  "patch": "/v1alpha/{conversation.name=projects/*/locations/*/dataStores/*/conversations/*}",
3658
3780
  "body": "conversation",
3659
- "additional_bindings": {
3660
- "patch": "/v1alpha/{conversation.name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}",
3661
- "body": "conversation"
3662
- }
3781
+ "additional_bindings": [
3782
+ {
3783
+ "patch": "/v1alpha/{conversation.name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}",
3784
+ "body": "conversation"
3785
+ },
3786
+ {
3787
+ "patch": "/v1alpha/{conversation.name=projects/*/locations/*/collections/*/engines/*/conversations/*}",
3788
+ "body": "conversation"
3789
+ }
3790
+ ]
3663
3791
  }
3664
3792
  },
3665
3793
  {
@@ -3672,16 +3800,21 @@
3672
3800
  "responseType": "Conversation",
3673
3801
  "options": {
3674
3802
  "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3675
- "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}",
3803
+ "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*/conversations/*}",
3676
3804
  "(google.api.method_signature)": "name"
3677
3805
  },
3678
3806
  "parsedOptions": [
3679
3807
  {
3680
3808
  "(google.api.http)": {
3681
3809
  "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3682
- "additional_bindings": {
3683
- "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}"
3684
- }
3810
+ "additional_bindings": [
3811
+ {
3812
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}"
3813
+ },
3814
+ {
3815
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*/conversations/*}"
3816
+ }
3817
+ ]
3685
3818
  }
3686
3819
  },
3687
3820
  {
@@ -3694,16 +3827,21 @@
3694
3827
  "responseType": "ListConversationsResponse",
3695
3828
  "options": {
3696
3829
  "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3697
- "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations",
3830
+ "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/engines/*}/conversations",
3698
3831
  "(google.api.method_signature)": "parent"
3699
3832
  },
3700
3833
  "parsedOptions": [
3701
3834
  {
3702
3835
  "(google.api.http)": {
3703
3836
  "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3704
- "additional_bindings": {
3705
- "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations"
3706
- }
3837
+ "additional_bindings": [
3838
+ {
3839
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations"
3840
+ },
3841
+ {
3842
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/engines/*}/conversations"
3843
+ }
3844
+ ]
3707
3845
  }
3708
3846
  },
3709
3847
  {
@@ -3753,6 +3891,10 @@
3753
3891
  "summarySpec": {
3754
3892
  "type": "SearchRequest.ContentSearchSpec.SummarySpec",
3755
3893
  "id": 8
3894
+ },
3895
+ "filter": {
3896
+ "type": "string",
3897
+ "id": 9
3756
3898
  }
3757
3899
  }
3758
3900
  },
@@ -6358,7 +6500,825 @@
6358
6500
  }
6359
6501
  }
6360
6502
  },
6361
- "DeleteSchemaMetadata": {
6503
+ "DeleteSchemaMetadata": {
6504
+ "fields": {
6505
+ "createTime": {
6506
+ "type": "google.protobuf.Timestamp",
6507
+ "id": 1
6508
+ },
6509
+ "updateTime": {
6510
+ "type": "google.protobuf.Timestamp",
6511
+ "id": 2
6512
+ }
6513
+ }
6514
+ },
6515
+ "SearchTuningService": {
6516
+ "options": {
6517
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
6518
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
6519
+ },
6520
+ "methods": {
6521
+ "TrainCustomModel": {
6522
+ "requestType": "TrainCustomModelRequest",
6523
+ "responseType": "google.longrunning.Operation",
6524
+ "options": {
6525
+ "(google.api.http).post": "/v1alpha/{data_store=projects/*/locations/*/collections/*/dataStores/*}:trainCustomModel",
6526
+ "(google.api.http).body": "*",
6527
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.TrainCustomModelResponse",
6528
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.TrainCustomModelMetadata"
6529
+ },
6530
+ "parsedOptions": [
6531
+ {
6532
+ "(google.api.http)": {
6533
+ "post": "/v1alpha/{data_store=projects/*/locations/*/collections/*/dataStores/*}:trainCustomModel",
6534
+ "body": "*"
6535
+ }
6536
+ },
6537
+ {
6538
+ "(google.longrunning.operation_info)": {
6539
+ "response_type": "google.cloud.discoveryengine.v1alpha.TrainCustomModelResponse",
6540
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.TrainCustomModelMetadata"
6541
+ }
6542
+ }
6543
+ ]
6544
+ }
6545
+ }
6546
+ },
6547
+ "TrainCustomModelRequest": {
6548
+ "oneofs": {
6549
+ "trainingInput": {
6550
+ "oneof": [
6551
+ "gcsTrainingInput"
6552
+ ]
6553
+ }
6554
+ },
6555
+ "fields": {
6556
+ "gcsTrainingInput": {
6557
+ "type": "GcsTrainingInput",
6558
+ "id": 2
6559
+ },
6560
+ "dataStore": {
6561
+ "type": "string",
6562
+ "id": 1,
6563
+ "options": {
6564
+ "(google.api.field_behavior)": "REQUIRED",
6565
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
6566
+ }
6567
+ },
6568
+ "modelType": {
6569
+ "type": "string",
6570
+ "id": 3
6571
+ },
6572
+ "errorConfig": {
6573
+ "type": "ImportErrorConfig",
6574
+ "id": 4
6575
+ }
6576
+ },
6577
+ "nested": {
6578
+ "GcsTrainingInput": {
6579
+ "fields": {
6580
+ "corpusDataPath": {
6581
+ "type": "string",
6582
+ "id": 1
6583
+ },
6584
+ "queryDataPath": {
6585
+ "type": "string",
6586
+ "id": 2
6587
+ },
6588
+ "trainDataPath": {
6589
+ "type": "string",
6590
+ "id": 3
6591
+ },
6592
+ "testDataPath": {
6593
+ "type": "string",
6594
+ "id": 4
6595
+ }
6596
+ }
6597
+ }
6598
+ }
6599
+ },
6600
+ "TrainCustomModelResponse": {
6601
+ "fields": {
6602
+ "errorSamples": {
6603
+ "rule": "repeated",
6604
+ "type": "google.rpc.Status",
6605
+ "id": 1
6606
+ },
6607
+ "errorConfig": {
6608
+ "type": "ImportErrorConfig",
6609
+ "id": 2
6610
+ },
6611
+ "modelStatus": {
6612
+ "type": "string",
6613
+ "id": 3
6614
+ }
6615
+ }
6616
+ },
6617
+ "TrainCustomModelMetadata": {
6618
+ "fields": {
6619
+ "createTime": {
6620
+ "type": "google.protobuf.Timestamp",
6621
+ "id": 1
6622
+ },
6623
+ "updateTime": {
6624
+ "type": "google.protobuf.Timestamp",
6625
+ "id": 2
6626
+ }
6627
+ }
6628
+ },
6629
+ "SiteSearchEngine": {
6630
+ "options": {
6631
+ "(google.api.resource).type": "discoveryengine.googleapis.com/SiteSearchEngine",
6632
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine"
6633
+ },
6634
+ "fields": {
6635
+ "name": {
6636
+ "type": "string",
6637
+ "id": 1
6638
+ }
6639
+ }
6640
+ },
6641
+ "TargetSite": {
6642
+ "options": {
6643
+ "(google.api.resource).type": "discoveryengine.googleapis.com/TargetSite",
6644
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}"
6645
+ },
6646
+ "fields": {
6647
+ "name": {
6648
+ "type": "string",
6649
+ "id": 1,
6650
+ "options": {
6651
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6652
+ }
6653
+ },
6654
+ "providedUriPattern": {
6655
+ "type": "string",
6656
+ "id": 2,
6657
+ "options": {
6658
+ "(google.api.field_behavior)": "INPUT_ONLY"
6659
+ }
6660
+ },
6661
+ "type": {
6662
+ "type": "Type",
6663
+ "id": 3
6664
+ },
6665
+ "exactMatch": {
6666
+ "type": "bool",
6667
+ "id": 6,
6668
+ "options": {
6669
+ "(google.api.field_behavior)": "INPUT_ONLY"
6670
+ }
6671
+ },
6672
+ "generatedUriPattern": {
6673
+ "type": "string",
6674
+ "id": 4,
6675
+ "options": {
6676
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6677
+ }
6678
+ },
6679
+ "siteVerificationInfo": {
6680
+ "type": "SiteVerificationInfo",
6681
+ "id": 7,
6682
+ "options": {
6683
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6684
+ }
6685
+ },
6686
+ "indexingStatus": {
6687
+ "type": "IndexingStatus",
6688
+ "id": 8,
6689
+ "options": {
6690
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6691
+ }
6692
+ },
6693
+ "updateTime": {
6694
+ "type": "google.protobuf.Timestamp",
6695
+ "id": 5,
6696
+ "options": {
6697
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6698
+ }
6699
+ },
6700
+ "failureReason": {
6701
+ "type": "FailureReason",
6702
+ "id": 9,
6703
+ "options": {
6704
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6705
+ }
6706
+ }
6707
+ },
6708
+ "nested": {
6709
+ "FailureReason": {
6710
+ "oneofs": {
6711
+ "failure": {
6712
+ "oneof": [
6713
+ "quotaFailure"
6714
+ ]
6715
+ }
6716
+ },
6717
+ "fields": {
6718
+ "quotaFailure": {
6719
+ "type": "QuotaFailure",
6720
+ "id": 1
6721
+ }
6722
+ },
6723
+ "nested": {
6724
+ "QuotaFailure": {
6725
+ "fields": {}
6726
+ }
6727
+ }
6728
+ },
6729
+ "Type": {
6730
+ "values": {
6731
+ "TYPE_UNSPECIFIED": 0,
6732
+ "INCLUDE": 1,
6733
+ "EXCLUDE": 2
6734
+ }
6735
+ },
6736
+ "IndexingStatus": {
6737
+ "values": {
6738
+ "INDEXING_STATUS_UNSPECIFIED": 0,
6739
+ "PENDING": 1,
6740
+ "FAILED": 2,
6741
+ "SUCCEEDED": 3,
6742
+ "DELETING": 4
6743
+ }
6744
+ }
6745
+ }
6746
+ },
6747
+ "SiteVerificationInfo": {
6748
+ "fields": {
6749
+ "siteVerificationState": {
6750
+ "type": "SiteVerificationState",
6751
+ "id": 1
6752
+ },
6753
+ "verifyTime": {
6754
+ "type": "google.protobuf.Timestamp",
6755
+ "id": 2
6756
+ }
6757
+ },
6758
+ "nested": {
6759
+ "SiteVerificationState": {
6760
+ "values": {
6761
+ "SITE_VERIFICATION_STATE_UNSPECIFIED": 0,
6762
+ "VERIFIED": 1,
6763
+ "UNVERIFIED": 2,
6764
+ "EXEMPTED": 3
6765
+ }
6766
+ }
6767
+ }
6768
+ },
6769
+ "SiteSearchEngineService": {
6770
+ "options": {
6771
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
6772
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
6773
+ },
6774
+ "methods": {
6775
+ "GetSiteSearchEngine": {
6776
+ "requestType": "GetSiteSearchEngineRequest",
6777
+ "responseType": "SiteSearchEngine",
6778
+ "options": {
6779
+ "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/siteSearchEngine}",
6780
+ "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}",
6781
+ "(google.api.method_signature)": "name"
6782
+ },
6783
+ "parsedOptions": [
6784
+ {
6785
+ "(google.api.http)": {
6786
+ "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/siteSearchEngine}",
6787
+ "additional_bindings": {
6788
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}"
6789
+ }
6790
+ }
6791
+ },
6792
+ {
6793
+ "(google.api.method_signature)": "name"
6794
+ }
6795
+ ]
6796
+ },
6797
+ "CreateTargetSite": {
6798
+ "requestType": "CreateTargetSiteRequest",
6799
+ "responseType": "google.longrunning.Operation",
6800
+ "options": {
6801
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/siteSearchEngine}/targetSites",
6802
+ "(google.api.http).body": "target_site",
6803
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}/targetSites",
6804
+ "(google.api.http).additional_bindings.body": "target_site",
6805
+ "(google.api.method_signature)": "parent,target_site",
6806
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.TargetSite",
6807
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.CreateTargetSiteMetadata"
6808
+ },
6809
+ "parsedOptions": [
6810
+ {
6811
+ "(google.api.http)": {
6812
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/siteSearchEngine}/targetSites",
6813
+ "body": "target_site",
6814
+ "additional_bindings": {
6815
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}/targetSites",
6816
+ "body": "target_site"
6817
+ }
6818
+ }
6819
+ },
6820
+ {
6821
+ "(google.api.method_signature)": "parent,target_site"
6822
+ },
6823
+ {
6824
+ "(google.longrunning.operation_info)": {
6825
+ "response_type": "google.cloud.discoveryengine.v1alpha.TargetSite",
6826
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.CreateTargetSiteMetadata"
6827
+ }
6828
+ }
6829
+ ]
6830
+ },
6831
+ "BatchCreateTargetSites": {
6832
+ "requestType": "BatchCreateTargetSitesRequest",
6833
+ "responseType": "google.longrunning.Operation",
6834
+ "options": {
6835
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/siteSearchEngine}/targetSites:batchCreate",
6836
+ "(google.api.http).body": "*",
6837
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}/targetSites:batchCreate",
6838
+ "(google.api.http).additional_bindings.body": "*",
6839
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.BatchCreateTargetSitesResponse",
6840
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.BatchCreateTargetSiteMetadata"
6841
+ },
6842
+ "parsedOptions": [
6843
+ {
6844
+ "(google.api.http)": {
6845
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/siteSearchEngine}/targetSites:batchCreate",
6846
+ "body": "*",
6847
+ "additional_bindings": {
6848
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}/targetSites:batchCreate",
6849
+ "body": "*"
6850
+ }
6851
+ }
6852
+ },
6853
+ {
6854
+ "(google.longrunning.operation_info)": {
6855
+ "response_type": "google.cloud.discoveryengine.v1alpha.BatchCreateTargetSitesResponse",
6856
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.BatchCreateTargetSiteMetadata"
6857
+ }
6858
+ }
6859
+ ]
6860
+ },
6861
+ "GetTargetSite": {
6862
+ "requestType": "GetTargetSiteRequest",
6863
+ "responseType": "TargetSite",
6864
+ "options": {
6865
+ "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/siteSearchEngine/targetSites/*}",
6866
+ "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/targetSites/*}",
6867
+ "(google.api.method_signature)": "name"
6868
+ },
6869
+ "parsedOptions": [
6870
+ {
6871
+ "(google.api.http)": {
6872
+ "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/siteSearchEngine/targetSites/*}",
6873
+ "additional_bindings": {
6874
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/targetSites/*}"
6875
+ }
6876
+ }
6877
+ },
6878
+ {
6879
+ "(google.api.method_signature)": "name"
6880
+ }
6881
+ ]
6882
+ },
6883
+ "UpdateTargetSite": {
6884
+ "requestType": "UpdateTargetSiteRequest",
6885
+ "responseType": "google.longrunning.Operation",
6886
+ "options": {
6887
+ "(google.api.http).patch": "/v1alpha/{target_site.name=projects/*/locations/*/dataStores/*/siteSearchEngine/targetSites/*}",
6888
+ "(google.api.http).body": "target_site",
6889
+ "(google.api.http).additional_bindings.patch": "/v1alpha/{target_site.name=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/targetSites/*}",
6890
+ "(google.api.http).additional_bindings.body": "target_site",
6891
+ "(google.api.method_signature)": "target_site",
6892
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.TargetSite",
6893
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.UpdateTargetSiteMetadata"
6894
+ },
6895
+ "parsedOptions": [
6896
+ {
6897
+ "(google.api.http)": {
6898
+ "patch": "/v1alpha/{target_site.name=projects/*/locations/*/dataStores/*/siteSearchEngine/targetSites/*}",
6899
+ "body": "target_site",
6900
+ "additional_bindings": {
6901
+ "patch": "/v1alpha/{target_site.name=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/targetSites/*}",
6902
+ "body": "target_site"
6903
+ }
6904
+ }
6905
+ },
6906
+ {
6907
+ "(google.api.method_signature)": "target_site"
6908
+ },
6909
+ {
6910
+ "(google.longrunning.operation_info)": {
6911
+ "response_type": "google.cloud.discoveryengine.v1alpha.TargetSite",
6912
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.UpdateTargetSiteMetadata"
6913
+ }
6914
+ }
6915
+ ]
6916
+ },
6917
+ "DeleteTargetSite": {
6918
+ "requestType": "DeleteTargetSiteRequest",
6919
+ "responseType": "google.longrunning.Operation",
6920
+ "options": {
6921
+ "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/siteSearchEngine/targetSites/*}",
6922
+ "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/targetSites/*}",
6923
+ "(google.api.method_signature)": "name",
6924
+ "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
6925
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteTargetSiteMetadata"
6926
+ },
6927
+ "parsedOptions": [
6928
+ {
6929
+ "(google.api.http)": {
6930
+ "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/siteSearchEngine/targetSites/*}",
6931
+ "additional_bindings": {
6932
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine/targetSites/*}"
6933
+ }
6934
+ }
6935
+ },
6936
+ {
6937
+ "(google.api.method_signature)": "name"
6938
+ },
6939
+ {
6940
+ "(google.longrunning.operation_info)": {
6941
+ "response_type": "google.protobuf.Empty",
6942
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteTargetSiteMetadata"
6943
+ }
6944
+ }
6945
+ ]
6946
+ },
6947
+ "ListTargetSites": {
6948
+ "requestType": "ListTargetSitesRequest",
6949
+ "responseType": "ListTargetSitesResponse",
6950
+ "options": {
6951
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/siteSearchEngine}/targetSites",
6952
+ "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}/targetSites",
6953
+ "(google.api.method_signature)": "parent"
6954
+ },
6955
+ "parsedOptions": [
6956
+ {
6957
+ "(google.api.http)": {
6958
+ "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/siteSearchEngine}/targetSites",
6959
+ "additional_bindings": {
6960
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}/targetSites"
6961
+ }
6962
+ }
6963
+ },
6964
+ {
6965
+ "(google.api.method_signature)": "parent"
6966
+ }
6967
+ ]
6968
+ },
6969
+ "EnableAdvancedSiteSearch": {
6970
+ "requestType": "EnableAdvancedSiteSearchRequest",
6971
+ "responseType": "google.longrunning.Operation",
6972
+ "options": {
6973
+ "(google.api.http).post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:enableAdvancedSiteSearch",
6974
+ "(google.api.http).body": "*",
6975
+ "(google.api.http).additional_bindings.post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:enableAdvancedSiteSearch",
6976
+ "(google.api.http).additional_bindings.body": "*",
6977
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.EnableAdvancedSiteSearchResponse",
6978
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.EnableAdvancedSiteSearchMetadata"
6979
+ },
6980
+ "parsedOptions": [
6981
+ {
6982
+ "(google.api.http)": {
6983
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:enableAdvancedSiteSearch",
6984
+ "body": "*",
6985
+ "additional_bindings": {
6986
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:enableAdvancedSiteSearch",
6987
+ "body": "*"
6988
+ }
6989
+ }
6990
+ },
6991
+ {
6992
+ "(google.longrunning.operation_info)": {
6993
+ "response_type": "google.cloud.discoveryengine.v1alpha.EnableAdvancedSiteSearchResponse",
6994
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.EnableAdvancedSiteSearchMetadata"
6995
+ }
6996
+ }
6997
+ ]
6998
+ },
6999
+ "DisableAdvancedSiteSearch": {
7000
+ "requestType": "DisableAdvancedSiteSearchRequest",
7001
+ "responseType": "google.longrunning.Operation",
7002
+ "options": {
7003
+ "(google.api.http).post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:disableAdvancedSiteSearch",
7004
+ "(google.api.http).body": "*",
7005
+ "(google.api.http).additional_bindings.post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:disableAdvancedSiteSearch",
7006
+ "(google.api.http).additional_bindings.body": "*",
7007
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.DisableAdvancedSiteSearchResponse",
7008
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.DisableAdvancedSiteSearchMetadata"
7009
+ },
7010
+ "parsedOptions": [
7011
+ {
7012
+ "(google.api.http)": {
7013
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:disableAdvancedSiteSearch",
7014
+ "body": "*",
7015
+ "additional_bindings": {
7016
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:disableAdvancedSiteSearch",
7017
+ "body": "*"
7018
+ }
7019
+ }
7020
+ },
7021
+ {
7022
+ "(google.longrunning.operation_info)": {
7023
+ "response_type": "google.cloud.discoveryengine.v1alpha.DisableAdvancedSiteSearchResponse",
7024
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.DisableAdvancedSiteSearchMetadata"
7025
+ }
7026
+ }
7027
+ ]
7028
+ },
7029
+ "RecrawlUris": {
7030
+ "requestType": "RecrawlUrisRequest",
7031
+ "responseType": "google.longrunning.Operation",
7032
+ "options": {
7033
+ "(google.api.http).post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:recrawlUris",
7034
+ "(google.api.http).body": "*",
7035
+ "(google.api.http).additional_bindings.post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:recrawlUris",
7036
+ "(google.api.http).additional_bindings.body": "*",
7037
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisResponse",
7038
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisMetadata"
7039
+ },
7040
+ "parsedOptions": [
7041
+ {
7042
+ "(google.api.http)": {
7043
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:recrawlUris",
7044
+ "body": "*",
7045
+ "additional_bindings": {
7046
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:recrawlUris",
7047
+ "body": "*"
7048
+ }
7049
+ }
7050
+ },
7051
+ {
7052
+ "(google.longrunning.operation_info)": {
7053
+ "response_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisResponse",
7054
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisMetadata"
7055
+ }
7056
+ }
7057
+ ]
7058
+ },
7059
+ "BatchVerifyTargetSites": {
7060
+ "requestType": "BatchVerifyTargetSitesRequest",
7061
+ "responseType": "google.longrunning.Operation",
7062
+ "options": {
7063
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:batchVerifyTargetSites",
7064
+ "(google.api.http).body": "*",
7065
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.BatchVerifyTargetSitesResponse",
7066
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.BatchVerifyTargetSitesMetadata"
7067
+ },
7068
+ "parsedOptions": [
7069
+ {
7070
+ "(google.api.http)": {
7071
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:batchVerifyTargetSites",
7072
+ "body": "*"
7073
+ }
7074
+ },
7075
+ {
7076
+ "(google.longrunning.operation_info)": {
7077
+ "response_type": "google.cloud.discoveryengine.v1alpha.BatchVerifyTargetSitesResponse",
7078
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.BatchVerifyTargetSitesMetadata"
7079
+ }
7080
+ }
7081
+ ]
7082
+ },
7083
+ "FetchDomainVerificationStatus": {
7084
+ "requestType": "FetchDomainVerificationStatusRequest",
7085
+ "responseType": "FetchDomainVerificationStatusResponse",
7086
+ "options": {
7087
+ "(google.api.http).get": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:fetchDomainVerificationStatus"
7088
+ },
7089
+ "parsedOptions": [
7090
+ {
7091
+ "(google.api.http)": {
7092
+ "get": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:fetchDomainVerificationStatus"
7093
+ }
7094
+ }
7095
+ ]
7096
+ }
7097
+ }
7098
+ },
7099
+ "GetSiteSearchEngineRequest": {
7100
+ "fields": {
7101
+ "name": {
7102
+ "type": "string",
7103
+ "id": 1,
7104
+ "options": {
7105
+ "(google.api.field_behavior)": "REQUIRED",
7106
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/SiteSearchEngine"
7107
+ }
7108
+ }
7109
+ }
7110
+ },
7111
+ "CreateTargetSiteRequest": {
7112
+ "fields": {
7113
+ "parent": {
7114
+ "type": "string",
7115
+ "id": 1,
7116
+ "options": {
7117
+ "(google.api.field_behavior)": "REQUIRED",
7118
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/SiteSearchEngine"
7119
+ }
7120
+ },
7121
+ "targetSite": {
7122
+ "type": "TargetSite",
7123
+ "id": 2,
7124
+ "options": {
7125
+ "(google.api.field_behavior)": "REQUIRED"
7126
+ }
7127
+ }
7128
+ }
7129
+ },
7130
+ "CreateTargetSiteMetadata": {
7131
+ "fields": {
7132
+ "createTime": {
7133
+ "type": "google.protobuf.Timestamp",
7134
+ "id": 1
7135
+ },
7136
+ "updateTime": {
7137
+ "type": "google.protobuf.Timestamp",
7138
+ "id": 2
7139
+ }
7140
+ }
7141
+ },
7142
+ "BatchCreateTargetSitesRequest": {
7143
+ "fields": {
7144
+ "parent": {
7145
+ "type": "string",
7146
+ "id": 1,
7147
+ "options": {
7148
+ "(google.api.field_behavior)": "REQUIRED",
7149
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/SiteSearchEngine"
7150
+ }
7151
+ },
7152
+ "requests": {
7153
+ "rule": "repeated",
7154
+ "type": "CreateTargetSiteRequest",
7155
+ "id": 2,
7156
+ "options": {
7157
+ "(google.api.field_behavior)": "REQUIRED"
7158
+ }
7159
+ }
7160
+ }
7161
+ },
7162
+ "GetTargetSiteRequest": {
7163
+ "fields": {
7164
+ "name": {
7165
+ "type": "string",
7166
+ "id": 1,
7167
+ "options": {
7168
+ "(google.api.field_behavior)": "REQUIRED",
7169
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/TargetSite"
7170
+ }
7171
+ }
7172
+ }
7173
+ },
7174
+ "UpdateTargetSiteRequest": {
7175
+ "fields": {
7176
+ "targetSite": {
7177
+ "type": "TargetSite",
7178
+ "id": 1,
7179
+ "options": {
7180
+ "(google.api.field_behavior)": "REQUIRED"
7181
+ }
7182
+ }
7183
+ }
7184
+ },
7185
+ "UpdateTargetSiteMetadata": {
7186
+ "fields": {
7187
+ "createTime": {
7188
+ "type": "google.protobuf.Timestamp",
7189
+ "id": 1
7190
+ },
7191
+ "updateTime": {
7192
+ "type": "google.protobuf.Timestamp",
7193
+ "id": 2
7194
+ }
7195
+ }
7196
+ },
7197
+ "DeleteTargetSiteRequest": {
7198
+ "fields": {
7199
+ "name": {
7200
+ "type": "string",
7201
+ "id": 1,
7202
+ "options": {
7203
+ "(google.api.field_behavior)": "REQUIRED",
7204
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/TargetSite"
7205
+ }
7206
+ }
7207
+ }
7208
+ },
7209
+ "DeleteTargetSiteMetadata": {
7210
+ "fields": {
7211
+ "createTime": {
7212
+ "type": "google.protobuf.Timestamp",
7213
+ "id": 1
7214
+ },
7215
+ "updateTime": {
7216
+ "type": "google.protobuf.Timestamp",
7217
+ "id": 2
7218
+ }
7219
+ }
7220
+ },
7221
+ "ListTargetSitesRequest": {
7222
+ "fields": {
7223
+ "parent": {
7224
+ "type": "string",
7225
+ "id": 1,
7226
+ "options": {
7227
+ "(google.api.field_behavior)": "REQUIRED",
7228
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/SiteSearchEngine"
7229
+ }
7230
+ },
7231
+ "pageSize": {
7232
+ "type": "int32",
7233
+ "id": 2
7234
+ },
7235
+ "pageToken": {
7236
+ "type": "string",
7237
+ "id": 3
7238
+ }
7239
+ }
7240
+ },
7241
+ "ListTargetSitesResponse": {
7242
+ "fields": {
7243
+ "targetSites": {
7244
+ "rule": "repeated",
7245
+ "type": "TargetSite",
7246
+ "id": 1
7247
+ },
7248
+ "nextPageToken": {
7249
+ "type": "string",
7250
+ "id": 2
7251
+ },
7252
+ "totalSize": {
7253
+ "type": "int32",
7254
+ "id": 3
7255
+ }
7256
+ }
7257
+ },
7258
+ "BatchCreateTargetSiteMetadata": {
7259
+ "fields": {
7260
+ "createTime": {
7261
+ "type": "google.protobuf.Timestamp",
7262
+ "id": 1
7263
+ },
7264
+ "updateTime": {
7265
+ "type": "google.protobuf.Timestamp",
7266
+ "id": 2
7267
+ }
7268
+ }
7269
+ },
7270
+ "BatchCreateTargetSitesResponse": {
7271
+ "fields": {
7272
+ "targetSites": {
7273
+ "rule": "repeated",
7274
+ "type": "TargetSite",
7275
+ "id": 1
7276
+ }
7277
+ }
7278
+ },
7279
+ "EnableAdvancedSiteSearchRequest": {
7280
+ "fields": {
7281
+ "siteSearchEngine": {
7282
+ "type": "string",
7283
+ "id": 1,
7284
+ "options": {
7285
+ "(google.api.field_behavior)": "REQUIRED",
7286
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/SiteSearchEngine"
7287
+ }
7288
+ }
7289
+ }
7290
+ },
7291
+ "EnableAdvancedSiteSearchResponse": {
7292
+ "fields": {}
7293
+ },
7294
+ "EnableAdvancedSiteSearchMetadata": {
7295
+ "fields": {
7296
+ "createTime": {
7297
+ "type": "google.protobuf.Timestamp",
7298
+ "id": 1
7299
+ },
7300
+ "updateTime": {
7301
+ "type": "google.protobuf.Timestamp",
7302
+ "id": 2
7303
+ }
7304
+ }
7305
+ },
7306
+ "DisableAdvancedSiteSearchRequest": {
7307
+ "fields": {
7308
+ "siteSearchEngine": {
7309
+ "type": "string",
7310
+ "id": 1,
7311
+ "options": {
7312
+ "(google.api.field_behavior)": "REQUIRED",
7313
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/SiteSearchEngine"
7314
+ }
7315
+ }
7316
+ }
7317
+ },
7318
+ "DisableAdvancedSiteSearchResponse": {
7319
+ "fields": {}
7320
+ },
7321
+ "DisableAdvancedSiteSearchMetadata": {
6362
7322
  "fields": {
6363
7323
  "createTime": {
6364
7324
  "type": "google.protobuf.Timestamp",
@@ -6370,44 +7330,6 @@
6370
7330
  }
6371
7331
  }
6372
7332
  },
6373
- "SiteSearchEngineService": {
6374
- "options": {
6375
- "(google.api.default_host)": "discoveryengine.googleapis.com",
6376
- "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
6377
- },
6378
- "methods": {
6379
- "RecrawlUris": {
6380
- "requestType": "RecrawlUrisRequest",
6381
- "responseType": "google.longrunning.Operation",
6382
- "options": {
6383
- "(google.api.http).post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:recrawlUris",
6384
- "(google.api.http).body": "*",
6385
- "(google.api.http).additional_bindings.post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:recrawlUris",
6386
- "(google.api.http).additional_bindings.body": "*",
6387
- "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisResponse",
6388
- "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisMetadata"
6389
- },
6390
- "parsedOptions": [
6391
- {
6392
- "(google.api.http)": {
6393
- "post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:recrawlUris",
6394
- "body": "*",
6395
- "additional_bindings": {
6396
- "post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:recrawlUris",
6397
- "body": "*"
6398
- }
6399
- }
6400
- },
6401
- {
6402
- "(google.longrunning.operation_info)": {
6403
- "response_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisResponse",
6404
- "metadata_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisMetadata"
6405
- }
6406
- }
6407
- ]
6408
- }
6409
- }
6410
- },
6411
7333
  "RecrawlUrisRequest": {
6412
7334
  "fields": {
6413
7335
  "siteSearchEngine": {
@@ -6513,6 +7435,70 @@
6513
7435
  }
6514
7436
  }
6515
7437
  },
7438
+ "BatchVerifyTargetSitesRequest": {
7439
+ "fields": {
7440
+ "parent": {
7441
+ "type": "string",
7442
+ "id": 1,
7443
+ "options": {
7444
+ "(google.api.field_behavior)": "REQUIRED",
7445
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/SiteSearchEngine"
7446
+ }
7447
+ }
7448
+ }
7449
+ },
7450
+ "BatchVerifyTargetSitesResponse": {
7451
+ "fields": {}
7452
+ },
7453
+ "BatchVerifyTargetSitesMetadata": {
7454
+ "fields": {
7455
+ "createTime": {
7456
+ "type": "google.protobuf.Timestamp",
7457
+ "id": 1
7458
+ },
7459
+ "updateTime": {
7460
+ "type": "google.protobuf.Timestamp",
7461
+ "id": 2
7462
+ }
7463
+ }
7464
+ },
7465
+ "FetchDomainVerificationStatusRequest": {
7466
+ "fields": {
7467
+ "siteSearchEngine": {
7468
+ "type": "string",
7469
+ "id": 1,
7470
+ "options": {
7471
+ "(google.api.field_behavior)": "REQUIRED",
7472
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/SiteSearchEngine"
7473
+ }
7474
+ },
7475
+ "pageSize": {
7476
+ "type": "int32",
7477
+ "id": 2
7478
+ },
7479
+ "pageToken": {
7480
+ "type": "string",
7481
+ "id": 3
7482
+ }
7483
+ }
7484
+ },
7485
+ "FetchDomainVerificationStatusResponse": {
7486
+ "fields": {
7487
+ "targetSites": {
7488
+ "rule": "repeated",
7489
+ "type": "TargetSite",
7490
+ "id": 1
7491
+ },
7492
+ "nextPageToken": {
7493
+ "type": "string",
7494
+ "id": 2
7495
+ },
7496
+ "totalSize": {
7497
+ "type": "int32",
7498
+ "id": 3
7499
+ }
7500
+ }
7501
+ },
6516
7502
  "UserEventService": {
6517
7503
  "options": {
6518
7504
  "(google.api.default_host)": "discoveryengine.googleapis.com",
@@ -9784,10 +10770,6 @@
9784
10770
  "rule": "repeated",
9785
10771
  "type": "ClientLibrarySettings",
9786
10772
  "id": 109
9787
- },
9788
- "protoReferenceDocumentationUri": {
9789
- "type": "string",
9790
- "id": 110
9791
10773
  }
9792
10774
  }
9793
10775
  },
@@ -9845,31 +10827,6 @@
9845
10827
  "common": {
9846
10828
  "type": "CommonLanguageSettings",
9847
10829
  "id": 1
9848
- },
9849
- "renamedServices": {
9850
- "keyType": "string",
9851
- "type": "string",
9852
- "id": 2
9853
- },
9854
- "renamedResources": {
9855
- "keyType": "string",
9856
- "type": "string",
9857
- "id": 3
9858
- },
9859
- "ignoredResources": {
9860
- "rule": "repeated",
9861
- "type": "string",
9862
- "id": 4
9863
- },
9864
- "forcedNamespaceAliases": {
9865
- "rule": "repeated",
9866
- "type": "string",
9867
- "id": 5
9868
- },
9869
- "handwrittenSignatures": {
9870
- "rule": "repeated",
9871
- "type": "string",
9872
- "id": 6
9873
10830
  }
9874
10831
  }
9875
10832
  },
@@ -9929,10 +10886,7 @@
9929
10886
  "CLOUD": 1,
9930
10887
  "ADS": 2,
9931
10888
  "PHOTOS": 3,
9932
- "STREET_VIEW": 4,
9933
- "SHOPPING": 5,
9934
- "GEO": 6,
9935
- "GENERATIVE_AI": 7
10889
+ "STREET_VIEW": 4
9936
10890
  }
9937
10891
  },
9938
10892
  "ClientLibraryDestination": {
@@ -10168,25 +11122,6 @@
10168
11122
  "rule": "repeated",
10169
11123
  "type": "UninterpretedOption",
10170
11124
  "id": 999
10171
- },
10172
- "declaration": {
10173
- "rule": "repeated",
10174
- "type": "Declaration",
10175
- "id": 2,
10176
- "options": {
10177
- "retention": "RETENTION_SOURCE"
10178
- }
10179
- },
10180
- "features": {
10181
- "type": "FeatureSet",
10182
- "id": 50
10183
- },
10184
- "verification": {
10185
- "type": "VerificationState",
10186
- "id": 3,
10187
- "options": {
10188
- "default": "UNVERIFIED"
10189
- }
10190
11125
  }
10191
11126
  },
10192
11127
  "extensions": [
@@ -10194,45 +11129,7 @@
10194
11129
  1000,
10195
11130
  536870911
10196
11131
  ]
10197
- ],
10198
- "nested": {
10199
- "Declaration": {
10200
- "fields": {
10201
- "number": {
10202
- "type": "int32",
10203
- "id": 1
10204
- },
10205
- "fullName": {
10206
- "type": "string",
10207
- "id": 2
10208
- },
10209
- "type": {
10210
- "type": "string",
10211
- "id": 3
10212
- },
10213
- "reserved": {
10214
- "type": "bool",
10215
- "id": 5
10216
- },
10217
- "repeated": {
10218
- "type": "bool",
10219
- "id": 6
10220
- }
10221
- },
10222
- "reserved": [
10223
- [
10224
- 4,
10225
- 4
10226
- ]
10227
- ]
10228
- },
10229
- "VerificationState": {
10230
- "values": {
10231
- "DECLARATION": 0,
10232
- "UNVERIFIED": 1
10233
- }
10234
- }
10235
- }
11132
+ ]
10236
11133
  },
10237
11134
  "FieldDescriptorProto": {
10238
11135
  "fields": {
@@ -10545,10 +11442,6 @@
10545
11442
  "type": "string",
10546
11443
  "id": 45
10547
11444
  },
10548
- "features": {
10549
- "type": "FeatureSet",
10550
- "id": 50
10551
- },
10552
11445
  "uninterpretedOption": {
10553
11446
  "rule": "repeated",
10554
11447
  "type": "UninterpretedOption",
@@ -10611,10 +11504,6 @@
10611
11504
  "deprecated": true
10612
11505
  }
10613
11506
  },
10614
- "features": {
10615
- "type": "FeatureSet",
10616
- "id": 12
10617
- },
10618
11507
  "uninterpretedOption": {
10619
11508
  "rule": "repeated",
10620
11509
  "type": "UninterpretedOption",
@@ -10709,22 +11598,9 @@
10709
11598
  "type": "OptionRetention",
10710
11599
  "id": 17
10711
11600
  },
10712
- "targets": {
10713
- "rule": "repeated",
11601
+ "target": {
10714
11602
  "type": "OptionTargetType",
10715
- "id": 19,
10716
- "options": {
10717
- "packed": false
10718
- }
10719
- },
10720
- "editionDefaults": {
10721
- "rule": "repeated",
10722
- "type": "EditionDefault",
10723
- "id": 20
10724
- },
10725
- "features": {
10726
- "type": "FeatureSet",
10727
- "id": 21
11603
+ "id": 18
10728
11604
  },
10729
11605
  "uninterpretedOption": {
10730
11606
  "rule": "repeated",
@@ -10742,10 +11618,6 @@
10742
11618
  [
10743
11619
  4,
10744
11620
  4
10745
- ],
10746
- [
10747
- 18,
10748
- 18
10749
11621
  ]
10750
11622
  ],
10751
11623
  "nested": {
@@ -10783,27 +11655,11 @@
10783
11655
  "TARGET_TYPE_SERVICE": 8,
10784
11656
  "TARGET_TYPE_METHOD": 9
10785
11657
  }
10786
- },
10787
- "EditionDefault": {
10788
- "fields": {
10789
- "edition": {
10790
- "type": "string",
10791
- "id": 1
10792
- },
10793
- "value": {
10794
- "type": "string",
10795
- "id": 2
10796
- }
10797
- }
10798
11658
  }
10799
11659
  }
10800
11660
  },
10801
11661
  "OneofOptions": {
10802
11662
  "fields": {
10803
- "features": {
10804
- "type": "FeatureSet",
10805
- "id": 1
10806
- },
10807
11663
  "uninterpretedOption": {
10808
11664
  "rule": "repeated",
10809
11665
  "type": "UninterpretedOption",
@@ -10837,10 +11693,6 @@
10837
11693
  "deprecated": true
10838
11694
  }
10839
11695
  },
10840
- "features": {
10841
- "type": "FeatureSet",
10842
- "id": 7
10843
- },
10844
11696
  "uninterpretedOption": {
10845
11697
  "rule": "repeated",
10846
11698
  "type": "UninterpretedOption",
@@ -10869,17 +11721,6 @@
10869
11721
  "default": false
10870
11722
  }
10871
11723
  },
10872
- "features": {
10873
- "type": "FeatureSet",
10874
- "id": 2
10875
- },
10876
- "debugRedact": {
10877
- "type": "bool",
10878
- "id": 3,
10879
- "options": {
10880
- "default": false
10881
- }
10882
- },
10883
11724
  "uninterpretedOption": {
10884
11725
  "rule": "repeated",
10885
11726
  "type": "UninterpretedOption",
@@ -10895,10 +11736,6 @@
10895
11736
  },
10896
11737
  "ServiceOptions": {
10897
11738
  "fields": {
10898
- "features": {
10899
- "type": "FeatureSet",
10900
- "id": 34
10901
- },
10902
11739
  "deprecated": {
10903
11740
  "type": "bool",
10904
11741
  "id": 33,
@@ -10935,10 +11772,6 @@
10935
11772
  "default": "IDEMPOTENCY_UNKNOWN"
10936
11773
  }
10937
11774
  },
10938
- "features": {
10939
- "type": "FeatureSet",
10940
- "id": 35
10941
- },
10942
11775
  "uninterpretedOption": {
10943
11776
  "rule": "repeated",
10944
11777
  "type": "UninterpretedOption",
@@ -11010,137 +11843,6 @@
11010
11843
  }
11011
11844
  }
11012
11845
  },
11013
- "FeatureSet": {
11014
- "fields": {
11015
- "fieldPresence": {
11016
- "type": "FieldPresence",
11017
- "id": 1,
11018
- "options": {
11019
- "retention": "RETENTION_RUNTIME",
11020
- "targets": "TARGET_TYPE_FILE",
11021
- "edition_defaults.edition": "2023",
11022
- "edition_defaults.value": "EXPLICIT"
11023
- }
11024
- },
11025
- "enumType": {
11026
- "type": "EnumType",
11027
- "id": 2,
11028
- "options": {
11029
- "retention": "RETENTION_RUNTIME",
11030
- "targets": "TARGET_TYPE_FILE",
11031
- "edition_defaults.edition": "2023",
11032
- "edition_defaults.value": "OPEN"
11033
- }
11034
- },
11035
- "repeatedFieldEncoding": {
11036
- "type": "RepeatedFieldEncoding",
11037
- "id": 3,
11038
- "options": {
11039
- "retention": "RETENTION_RUNTIME",
11040
- "targets": "TARGET_TYPE_FILE",
11041
- "edition_defaults.edition": "2023",
11042
- "edition_defaults.value": "PACKED"
11043
- }
11044
- },
11045
- "stringFieldValidation": {
11046
- "type": "StringFieldValidation",
11047
- "id": 4,
11048
- "options": {
11049
- "retention": "RETENTION_RUNTIME",
11050
- "targets": "TARGET_TYPE_FILE",
11051
- "edition_defaults.edition": "2023",
11052
- "edition_defaults.value": "MANDATORY"
11053
- }
11054
- },
11055
- "messageEncoding": {
11056
- "type": "MessageEncoding",
11057
- "id": 5,
11058
- "options": {
11059
- "retention": "RETENTION_RUNTIME",
11060
- "targets": "TARGET_TYPE_FILE",
11061
- "edition_defaults.edition": "2023",
11062
- "edition_defaults.value": "LENGTH_PREFIXED"
11063
- }
11064
- },
11065
- "jsonFormat": {
11066
- "type": "JsonFormat",
11067
- "id": 6,
11068
- "options": {
11069
- "retention": "RETENTION_RUNTIME",
11070
- "targets": "TARGET_TYPE_FILE",
11071
- "edition_defaults.edition": "2023",
11072
- "edition_defaults.value": "ALLOW"
11073
- }
11074
- },
11075
- "rawFeatures": {
11076
- "type": "FeatureSet",
11077
- "id": 999,
11078
- "options": {
11079
- "targets": "TARGET_TYPE_UNKNOWN"
11080
- }
11081
- }
11082
- },
11083
- "extensions": [
11084
- [
11085
- 1000,
11086
- 1000
11087
- ],
11088
- [
11089
- 1001,
11090
- 1001
11091
- ],
11092
- [
11093
- 9995,
11094
- 9999
11095
- ]
11096
- ],
11097
- "nested": {
11098
- "FieldPresence": {
11099
- "values": {
11100
- "FIELD_PRESENCE_UNKNOWN": 0,
11101
- "EXPLICIT": 1,
11102
- "IMPLICIT": 2,
11103
- "LEGACY_REQUIRED": 3
11104
- }
11105
- },
11106
- "EnumType": {
11107
- "values": {
11108
- "ENUM_TYPE_UNKNOWN": 0,
11109
- "OPEN": 1,
11110
- "CLOSED": 2
11111
- }
11112
- },
11113
- "RepeatedFieldEncoding": {
11114
- "values": {
11115
- "REPEATED_FIELD_ENCODING_UNKNOWN": 0,
11116
- "PACKED": 1,
11117
- "EXPANDED": 2
11118
- }
11119
- },
11120
- "StringFieldValidation": {
11121
- "values": {
11122
- "STRING_FIELD_VALIDATION_UNKNOWN": 0,
11123
- "MANDATORY": 1,
11124
- "HINT": 2,
11125
- "NONE": 3
11126
- }
11127
- },
11128
- "MessageEncoding": {
11129
- "values": {
11130
- "MESSAGE_ENCODING_UNKNOWN": 0,
11131
- "LENGTH_PREFIXED": 1,
11132
- "DELIMITED": 2
11133
- }
11134
- },
11135
- "JsonFormat": {
11136
- "values": {
11137
- "JSON_FORMAT_UNKNOWN": 0,
11138
- "ALLOW": 1,
11139
- "LEGACY_BEST_EFFORT": 2
11140
- }
11141
- }
11142
- }
11143
- },
11144
11846
  "SourceCodeInfo": {
11145
11847
  "fields": {
11146
11848
  "location": {
@@ -11398,7 +12100,7 @@
11398
12100
  "options": {
11399
12101
  "cc_enable_arenas": true,
11400
12102
  "csharp_namespace": "Google.LongRunning",
11401
- "go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
12103
+ "go_package": "google.golang.org/genproto/googleapis/longrunning;longrunning",
11402
12104
  "java_multiple_files": true,
11403
12105
  "java_outer_classname": "OperationsProto",
11404
12106
  "java_package": "com.google.longrunning",