@google-cloud/discoveryengine 1.2.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 (63) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +25 -0
  3. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +38 -8
  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/data_store.proto +98 -0
  7. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +307 -0
  8. package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +1 -1
  9. package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +370 -0
  10. package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +336 -0
  11. package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +9 -3
  12. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +123 -3
  13. package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +147 -0
  14. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +164 -0
  15. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +540 -0
  16. package/build/protos/protos.d.ts +10923 -3222
  17. package/build/protos/protos.js +29891 -12914
  18. package/build/protos/protos.json +2367 -668
  19. package/build/src/index.js +1 -1
  20. package/build/src/v1/completion_service_client.js +1 -1
  21. package/build/src/v1/conversational_search_service_client.js +1 -1
  22. package/build/src/v1/document_service_client.js +1 -1
  23. package/build/src/v1/index.js +1 -1
  24. package/build/src/v1/schema_service_client.js +1 -1
  25. package/build/src/v1/search_service_client.js +1 -1
  26. package/build/src/v1/user_event_service_client.js +1 -1
  27. package/build/src/v1alpha/completion_service_client.d.ts +261 -0
  28. package/build/src/v1alpha/completion_service_client.js +360 -0
  29. package/build/src/v1alpha/conversational_search_service_client.d.ts +278 -0
  30. package/build/src/v1alpha/conversational_search_service_client.js +360 -0
  31. package/build/src/v1alpha/data_store_service_client.d.ts +1279 -0
  32. package/build/src/v1alpha/data_store_service_client.js +1739 -0
  33. package/build/src/v1alpha/data_store_service_client_config.json +46 -0
  34. package/build/src/v1alpha/document_service_client.d.ts +336 -0
  35. package/build/src/v1alpha/document_service_client.js +472 -2
  36. package/build/src/v1alpha/engine_service_client.d.ts +1298 -0
  37. package/build/src/v1alpha/engine_service_client.js +1789 -0
  38. package/build/src/v1alpha/engine_service_client_config.json +58 -0
  39. package/build/src/v1alpha/index.d.ts +3 -0
  40. package/build/src/v1alpha/index.js +7 -1
  41. package/build/src/v1alpha/recommendation_service_client.d.ts +345 -3
  42. package/build/src/v1alpha/recommendation_service_client.js +464 -0
  43. package/build/src/v1alpha/schema_service_client.d.ts +261 -0
  44. package/build/src/v1alpha/schema_service_client.js +368 -2
  45. package/build/src/v1alpha/search_service_client.d.ts +453 -9
  46. package/build/src/v1alpha/search_service_client.js +542 -6
  47. package/build/src/v1alpha/search_tuning_service_client.d.ts +968 -0
  48. package/build/src/v1alpha/search_tuning_service_client.js +1452 -0
  49. package/build/src/v1alpha/search_tuning_service_client_config.json +30 -0
  50. package/build/src/v1alpha/site_search_engine_service_client.d.ts +856 -1
  51. package/build/src/v1alpha/site_search_engine_service_client.js +993 -34
  52. package/build/src/v1alpha/site_search_engine_service_client_config.json +44 -0
  53. package/build/src/v1alpha/user_event_service_client.d.ts +261 -0
  54. package/build/src/v1alpha/user_event_service_client.js +368 -2
  55. package/build/src/v1beta/completion_service_client.js +1 -1
  56. package/build/src/v1beta/conversational_search_service_client.js +1 -1
  57. package/build/src/v1beta/document_service_client.js +1 -1
  58. package/build/src/v1beta/index.js +1 -1
  59. package/build/src/v1beta/recommendation_service_client.js +1 -1
  60. package/build/src/v1beta/schema_service_client.js +1 -1
  61. package/build/src/v1beta/search_service_client.js +1 -1
  62. package/build/src/v1beta/user_event_service_client.js +1 -1
  63. package/package.json +4 -4
@@ -2539,10 +2539,17 @@
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
+ "IndustryVertical": {
2547
+ "values": {
2548
+ "INDUSTRY_VERTICAL_UNSPECIFIED": 0,
2549
+ "GENERIC": 1,
2550
+ "MEDIA": 2
2551
+ }
2552
+ },
2546
2553
  "SolutionType": {
2547
2554
  "values": {
2548
2555
  "SOLUTION_TYPE_UNSPECIFIED": 0,
@@ -2551,6 +2558,19 @@
2551
2558
  "SOLUTION_TYPE_CHAT": 3
2552
2559
  }
2553
2560
  },
2561
+ "SearchTier": {
2562
+ "values": {
2563
+ "SEARCH_TIER_UNSPECIFIED": 0,
2564
+ "SEARCH_TIER_STANDARD": 1,
2565
+ "SEARCH_TIER_ENTERPRISE": 2
2566
+ }
2567
+ },
2568
+ "SearchAddOn": {
2569
+ "values": {
2570
+ "SEARCH_ADD_ON_UNSPECIFIED": 0,
2571
+ "SEARCH_ADD_ON_LLM": 1
2572
+ }
2573
+ },
2554
2574
  "Interval": {
2555
2575
  "oneofs": {
2556
2576
  "min": {
@@ -2708,7 +2728,7 @@
2708
2728
  "Conversation": {
2709
2729
  "options": {
2710
2730
  "(google.api.resource).type": "discoveryengine.googleapis.com/Conversation",
2711
- "(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}"
2712
2732
  },
2713
2733
  "fields": {
2714
2734
  "name": {
@@ -2933,6 +2953,10 @@
2933
2953
  "type": "string",
2934
2954
  "id": 7
2935
2955
  },
2956
+ "canonicalFilter": {
2957
+ "type": "string",
2958
+ "id": 29
2959
+ },
2936
2960
  "orderBy": {
2937
2961
  "type": "string",
2938
2962
  "id": 8
@@ -3187,9 +3211,35 @@
3187
3211
  "type": "bool",
3188
3212
  "id": 4
3189
3213
  },
3214
+ "modelPromptSpec": {
3215
+ "type": "ModelPromptSpec",
3216
+ "id": 5
3217
+ },
3190
3218
  "languageCode": {
3191
3219
  "type": "string",
3192
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
+ }
3193
3243
  }
3194
3244
  }
3195
3245
  },
@@ -3403,6 +3453,10 @@
3403
3453
  "safetyAttributes": {
3404
3454
  "type": "SafetyAttributes",
3405
3455
  "id": 3
3456
+ },
3457
+ "summaryWithMetadata": {
3458
+ "type": "SummaryWithMetadata",
3459
+ "id": 4
3406
3460
  }
3407
3461
  },
3408
3462
  "nested": {
@@ -3420,6 +3474,77 @@
3420
3474
  }
3421
3475
  }
3422
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
+ },
3423
3548
  "SummarySkippedReason": {
3424
3549
  "values": {
3425
3550
  "SUMMARY_SKIPPED_REASON_UNSPECIFIED": 0,
@@ -3553,7 +3678,7 @@
3553
3678
  "options": {
3554
3679
  "(google.api.http).post": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}:converse",
3555
3680
  "(google.api.http).body": "*",
3556
- "(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",
3557
3682
  "(google.api.http).additional_bindings.body": "*",
3558
3683
  "(google.api.method_signature)": "name,query"
3559
3684
  },
@@ -3562,10 +3687,16 @@
3562
3687
  "(google.api.http)": {
3563
3688
  "post": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}:converse",
3564
3689
  "body": "*",
3565
- "additional_bindings": {
3566
- "post": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}:converse",
3567
- "body": "*"
3568
- }
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
+ ]
3569
3700
  }
3570
3701
  },
3571
3702
  {
@@ -3579,7 +3710,7 @@
3579
3710
  "options": {
3580
3711
  "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3581
3712
  "(google.api.http).body": "conversation",
3582
- "(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",
3583
3714
  "(google.api.http).additional_bindings.body": "conversation",
3584
3715
  "(google.api.method_signature)": "parent,conversation"
3585
3716
  },
@@ -3588,10 +3719,16 @@
3588
3719
  "(google.api.http)": {
3589
3720
  "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3590
3721
  "body": "conversation",
3591
- "additional_bindings": {
3592
- "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations",
3593
- "body": "conversation"
3594
- }
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
+ ]
3595
3732
  }
3596
3733
  },
3597
3734
  {
@@ -3604,16 +3741,21 @@
3604
3741
  "responseType": "google.protobuf.Empty",
3605
3742
  "options": {
3606
3743
  "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3607
- "(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/*}",
3608
3745
  "(google.api.method_signature)": "name"
3609
3746
  },
3610
3747
  "parsedOptions": [
3611
3748
  {
3612
3749
  "(google.api.http)": {
3613
3750
  "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3614
- "additional_bindings": {
3615
- "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}"
3616
- }
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
+ ]
3617
3759
  }
3618
3760
  },
3619
3761
  {
@@ -3627,7 +3769,7 @@
3627
3769
  "options": {
3628
3770
  "(google.api.http).patch": "/v1alpha/{conversation.name=projects/*/locations/*/dataStores/*/conversations/*}",
3629
3771
  "(google.api.http).body": "conversation",
3630
- "(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/*}",
3631
3773
  "(google.api.http).additional_bindings.body": "conversation",
3632
3774
  "(google.api.method_signature)": "conversation,update_mask"
3633
3775
  },
@@ -3636,10 +3778,16 @@
3636
3778
  "(google.api.http)": {
3637
3779
  "patch": "/v1alpha/{conversation.name=projects/*/locations/*/dataStores/*/conversations/*}",
3638
3780
  "body": "conversation",
3639
- "additional_bindings": {
3640
- "patch": "/v1alpha/{conversation.name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}",
3641
- "body": "conversation"
3642
- }
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
+ ]
3643
3791
  }
3644
3792
  },
3645
3793
  {
@@ -3652,16 +3800,21 @@
3652
3800
  "responseType": "Conversation",
3653
3801
  "options": {
3654
3802
  "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3655
- "(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/*}",
3656
3804
  "(google.api.method_signature)": "name"
3657
3805
  },
3658
3806
  "parsedOptions": [
3659
3807
  {
3660
3808
  "(google.api.http)": {
3661
3809
  "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/conversations/*}",
3662
- "additional_bindings": {
3663
- "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/conversations/*}"
3664
- }
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
+ ]
3665
3818
  }
3666
3819
  },
3667
3820
  {
@@ -3674,16 +3827,21 @@
3674
3827
  "responseType": "ListConversationsResponse",
3675
3828
  "options": {
3676
3829
  "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3677
- "(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",
3678
3831
  "(google.api.method_signature)": "parent"
3679
3832
  },
3680
3833
  "parsedOptions": [
3681
3834
  {
3682
3835
  "(google.api.http)": {
3683
3836
  "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/conversations",
3684
- "additional_bindings": {
3685
- "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/conversations"
3686
- }
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
+ ]
3687
3845
  }
3688
3846
  },
3689
3847
  {
@@ -3733,6 +3891,10 @@
3733
3891
  "summarySpec": {
3734
3892
  "type": "SearchRequest.ContentSearchSpec.SummarySpec",
3735
3893
  "id": 8
3894
+ },
3895
+ "filter": {
3896
+ "type": "string",
3897
+ "id": 9
3736
3898
  }
3737
3899
  }
3738
3900
  },
@@ -3857,128 +4019,465 @@
3857
4019
  }
3858
4020
  }
3859
4021
  },
3860
- "DocumentService": {
4022
+ "DataStore": {
4023
+ "options": {
4024
+ "(google.api.resource).type": "discoveryengine.googleapis.com/DataStore",
4025
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}"
4026
+ },
4027
+ "fields": {
4028
+ "name": {
4029
+ "type": "string",
4030
+ "id": 1,
4031
+ "options": {
4032
+ "(google.api.field_behavior)": "IMMUTABLE"
4033
+ }
4034
+ },
4035
+ "displayName": {
4036
+ "type": "string",
4037
+ "id": 2,
4038
+ "options": {
4039
+ "(google.api.field_behavior)": "REQUIRED"
4040
+ }
4041
+ },
4042
+ "industryVertical": {
4043
+ "type": "IndustryVertical",
4044
+ "id": 3,
4045
+ "options": {
4046
+ "(google.api.field_behavior)": "IMMUTABLE"
4047
+ }
4048
+ },
4049
+ "solutionTypes": {
4050
+ "rule": "repeated",
4051
+ "type": "SolutionType",
4052
+ "id": 5
4053
+ },
4054
+ "defaultSchemaId": {
4055
+ "type": "string",
4056
+ "id": 7,
4057
+ "options": {
4058
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4059
+ }
4060
+ },
4061
+ "contentConfig": {
4062
+ "type": "ContentConfig",
4063
+ "id": 6,
4064
+ "options": {
4065
+ "(google.api.field_behavior)": "IMMUTABLE"
4066
+ }
4067
+ },
4068
+ "createTime": {
4069
+ "type": "google.protobuf.Timestamp",
4070
+ "id": 4,
4071
+ "options": {
4072
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4073
+ }
4074
+ }
4075
+ },
4076
+ "nested": {
4077
+ "ContentConfig": {
4078
+ "values": {
4079
+ "CONTENT_CONFIG_UNSPECIFIED": 0,
4080
+ "NO_CONTENT": 1,
4081
+ "CONTENT_REQUIRED": 2,
4082
+ "PUBLIC_WEBSITE": 3
4083
+ }
4084
+ }
4085
+ }
4086
+ },
4087
+ "DataStoreService": {
3861
4088
  "options": {
3862
4089
  "(google.api.default_host)": "discoveryengine.googleapis.com",
3863
4090
  "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
3864
4091
  },
3865
4092
  "methods": {
3866
- "GetDocument": {
3867
- "requestType": "GetDocumentRequest",
3868
- "responseType": "Document",
4093
+ "CreateDataStore": {
4094
+ "requestType": "CreateDataStoreRequest",
4095
+ "responseType": "google.longrunning.Operation",
3869
4096
  "options": {
3870
- "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
3871
- "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
3872
- "(google.api.method_signature)": "name"
4097
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*}/dataStores",
4098
+ "(google.api.http).body": "data_store",
4099
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*}/dataStores",
4100
+ "(google.api.http).additional_bindings.body": "data_store",
4101
+ "(google.api.method_signature)": "parent,data_store,data_store_id",
4102
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.DataStore",
4103
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.CreateDataStoreMetadata"
3873
4104
  },
3874
4105
  "parsedOptions": [
3875
4106
  {
3876
4107
  "(google.api.http)": {
3877
- "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
4108
+ "post": "/v1alpha/{parent=projects/*/locations/*}/dataStores",
4109
+ "body": "data_store",
3878
4110
  "additional_bindings": {
3879
- "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
4111
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*}/dataStores",
4112
+ "body": "data_store"
3880
4113
  }
3881
4114
  }
3882
4115
  },
3883
4116
  {
3884
- "(google.api.method_signature)": "name"
4117
+ "(google.api.method_signature)": "parent,data_store,data_store_id"
4118
+ },
4119
+ {
4120
+ "(google.longrunning.operation_info)": {
4121
+ "response_type": "google.cloud.discoveryengine.v1alpha.DataStore",
4122
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.CreateDataStoreMetadata"
4123
+ }
3885
4124
  }
3886
4125
  ]
3887
4126
  },
3888
- "ListDocuments": {
3889
- "requestType": "ListDocumentsRequest",
3890
- "responseType": "ListDocumentsResponse",
4127
+ "GetDataStore": {
4128
+ "requestType": "GetDataStoreRequest",
4129
+ "responseType": "DataStore",
3891
4130
  "options": {
3892
- "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
3893
- "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
3894
- "(google.api.method_signature)": "parent"
4131
+ "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*}",
4132
+ "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*}",
4133
+ "(google.api.method_signature)": "name"
3895
4134
  },
3896
4135
  "parsedOptions": [
3897
4136
  {
3898
4137
  "(google.api.http)": {
3899
- "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
4138
+ "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*}",
3900
4139
  "additional_bindings": {
3901
- "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents"
4140
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*}"
3902
4141
  }
3903
4142
  }
3904
4143
  },
3905
4144
  {
3906
- "(google.api.method_signature)": "parent"
4145
+ "(google.api.method_signature)": "name"
3907
4146
  }
3908
4147
  ]
3909
4148
  },
3910
- "CreateDocument": {
3911
- "requestType": "CreateDocumentRequest",
3912
- "responseType": "Document",
4149
+ "ListDataStores": {
4150
+ "requestType": "ListDataStoresRequest",
4151
+ "responseType": "ListDataStoresResponse",
3913
4152
  "options": {
3914
- "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
3915
- "(google.api.http).body": "document",
3916
- "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
3917
- "(google.api.http).additional_bindings.body": "document",
3918
- "(google.api.method_signature)": "parent,document,document_id"
4153
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*}/dataStores",
4154
+ "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*}/dataStores",
4155
+ "(google.api.method_signature)": "parent"
3919
4156
  },
3920
4157
  "parsedOptions": [
3921
4158
  {
3922
4159
  "(google.api.http)": {
3923
- "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
3924
- "body": "document",
4160
+ "get": "/v1alpha/{parent=projects/*/locations/*}/dataStores",
3925
4161
  "additional_bindings": {
3926
- "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
3927
- "body": "document"
4162
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*}/dataStores"
3928
4163
  }
3929
4164
  }
3930
4165
  },
3931
4166
  {
3932
- "(google.api.method_signature)": "parent,document,document_id"
4167
+ "(google.api.method_signature)": "parent"
3933
4168
  }
3934
4169
  ]
3935
4170
  },
3936
- "UpdateDocument": {
3937
- "requestType": "UpdateDocumentRequest",
3938
- "responseType": "Document",
4171
+ "DeleteDataStore": {
4172
+ "requestType": "DeleteDataStoreRequest",
4173
+ "responseType": "google.longrunning.Operation",
3939
4174
  "options": {
3940
- "(google.api.http).patch": "/v1alpha/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
3941
- "(google.api.http).body": "document",
3942
- "(google.api.http).additional_bindings.patch": "/v1alpha/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
3943
- "(google.api.http).additional_bindings.body": "document"
4175
+ "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*}",
4176
+ "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*}",
4177
+ "(google.api.method_signature)": "name",
4178
+ "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
4179
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteDataStoreMetadata"
3944
4180
  },
3945
4181
  "parsedOptions": [
3946
4182
  {
3947
4183
  "(google.api.http)": {
3948
- "patch": "/v1alpha/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
3949
- "body": "document",
4184
+ "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*}",
3950
4185
  "additional_bindings": {
3951
- "patch": "/v1alpha/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
3952
- "body": "document"
4186
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*}"
3953
4187
  }
3954
4188
  }
4189
+ },
4190
+ {
4191
+ "(google.api.method_signature)": "name"
4192
+ },
4193
+ {
4194
+ "(google.longrunning.operation_info)": {
4195
+ "response_type": "google.protobuf.Empty",
4196
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteDataStoreMetadata"
4197
+ }
3955
4198
  }
3956
4199
  ]
3957
4200
  },
3958
- "DeleteDocument": {
3959
- "requestType": "DeleteDocumentRequest",
3960
- "responseType": "google.protobuf.Empty",
4201
+ "UpdateDataStore": {
4202
+ "requestType": "UpdateDataStoreRequest",
4203
+ "responseType": "DataStore",
3961
4204
  "options": {
3962
- "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
3963
- "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
3964
- "(google.api.method_signature)": "name"
4205
+ "(google.api.http).patch": "/v1alpha/{data_store.name=projects/*/locations/*/dataStores/*}",
4206
+ "(google.api.http).body": "data_store",
4207
+ "(google.api.http).additional_bindings.patch": "/v1alpha/{data_store.name=projects/*/locations/*/collections/*/dataStores/*}",
4208
+ "(google.api.http).additional_bindings.body": "data_store",
4209
+ "(google.api.method_signature)": "data_store,update_mask"
3965
4210
  },
3966
4211
  "parsedOptions": [
3967
4212
  {
3968
4213
  "(google.api.http)": {
3969
- "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
4214
+ "patch": "/v1alpha/{data_store.name=projects/*/locations/*/dataStores/*}",
4215
+ "body": "data_store",
3970
4216
  "additional_bindings": {
3971
- "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
4217
+ "patch": "/v1alpha/{data_store.name=projects/*/locations/*/collections/*/dataStores/*}",
4218
+ "body": "data_store"
3972
4219
  }
3973
4220
  }
3974
4221
  },
3975
4222
  {
3976
- "(google.api.method_signature)": "name"
4223
+ "(google.api.method_signature)": "data_store,update_mask"
3977
4224
  }
3978
4225
  ]
3979
- },
3980
- "ImportDocuments": {
3981
- "requestType": "ImportDocumentsRequest",
4226
+ }
4227
+ }
4228
+ },
4229
+ "CreateDataStoreRequest": {
4230
+ "fields": {
4231
+ "parent": {
4232
+ "type": "string",
4233
+ "id": 1,
4234
+ "options": {
4235
+ "(google.api.field_behavior)": "REQUIRED",
4236
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Collection"
4237
+ }
4238
+ },
4239
+ "dataStore": {
4240
+ "type": "DataStore",
4241
+ "id": 2,
4242
+ "options": {
4243
+ "(google.api.field_behavior)": "REQUIRED"
4244
+ }
4245
+ },
4246
+ "dataStoreId": {
4247
+ "type": "string",
4248
+ "id": 3,
4249
+ "options": {
4250
+ "(google.api.field_behavior)": "REQUIRED"
4251
+ }
4252
+ },
4253
+ "createAdvancedSiteSearch": {
4254
+ "type": "bool",
4255
+ "id": 4
4256
+ }
4257
+ }
4258
+ },
4259
+ "GetDataStoreRequest": {
4260
+ "fields": {
4261
+ "name": {
4262
+ "type": "string",
4263
+ "id": 1,
4264
+ "options": {
4265
+ "(google.api.field_behavior)": "REQUIRED",
4266
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
4267
+ }
4268
+ }
4269
+ }
4270
+ },
4271
+ "CreateDataStoreMetadata": {
4272
+ "fields": {
4273
+ "createTime": {
4274
+ "type": "google.protobuf.Timestamp",
4275
+ "id": 1
4276
+ },
4277
+ "updateTime": {
4278
+ "type": "google.protobuf.Timestamp",
4279
+ "id": 2
4280
+ }
4281
+ }
4282
+ },
4283
+ "ListDataStoresRequest": {
4284
+ "fields": {
4285
+ "parent": {
4286
+ "type": "string",
4287
+ "id": 1,
4288
+ "options": {
4289
+ "(google.api.field_behavior)": "REQUIRED",
4290
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Collection"
4291
+ }
4292
+ },
4293
+ "pageSize": {
4294
+ "type": "int32",
4295
+ "id": 2
4296
+ },
4297
+ "pageToken": {
4298
+ "type": "string",
4299
+ "id": 3
4300
+ },
4301
+ "filter": {
4302
+ "type": "string",
4303
+ "id": 4
4304
+ }
4305
+ }
4306
+ },
4307
+ "ListDataStoresResponse": {
4308
+ "fields": {
4309
+ "dataStores": {
4310
+ "rule": "repeated",
4311
+ "type": "DataStore",
4312
+ "id": 1
4313
+ },
4314
+ "nextPageToken": {
4315
+ "type": "string",
4316
+ "id": 2
4317
+ }
4318
+ }
4319
+ },
4320
+ "DeleteDataStoreRequest": {
4321
+ "fields": {
4322
+ "name": {
4323
+ "type": "string",
4324
+ "id": 1,
4325
+ "options": {
4326
+ "(google.api.field_behavior)": "REQUIRED",
4327
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
4328
+ }
4329
+ }
4330
+ }
4331
+ },
4332
+ "UpdateDataStoreRequest": {
4333
+ "fields": {
4334
+ "dataStore": {
4335
+ "type": "DataStore",
4336
+ "id": 1,
4337
+ "options": {
4338
+ "(google.api.field_behavior)": "REQUIRED"
4339
+ }
4340
+ },
4341
+ "updateMask": {
4342
+ "type": "google.protobuf.FieldMask",
4343
+ "id": 2
4344
+ }
4345
+ }
4346
+ },
4347
+ "DeleteDataStoreMetadata": {
4348
+ "fields": {
4349
+ "createTime": {
4350
+ "type": "google.protobuf.Timestamp",
4351
+ "id": 1
4352
+ },
4353
+ "updateTime": {
4354
+ "type": "google.protobuf.Timestamp",
4355
+ "id": 2
4356
+ }
4357
+ }
4358
+ },
4359
+ "DocumentService": {
4360
+ "options": {
4361
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
4362
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
4363
+ },
4364
+ "methods": {
4365
+ "GetDocument": {
4366
+ "requestType": "GetDocumentRequest",
4367
+ "responseType": "Document",
4368
+ "options": {
4369
+ "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
4370
+ "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
4371
+ "(google.api.method_signature)": "name"
4372
+ },
4373
+ "parsedOptions": [
4374
+ {
4375
+ "(google.api.http)": {
4376
+ "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
4377
+ "additional_bindings": {
4378
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
4379
+ }
4380
+ }
4381
+ },
4382
+ {
4383
+ "(google.api.method_signature)": "name"
4384
+ }
4385
+ ]
4386
+ },
4387
+ "ListDocuments": {
4388
+ "requestType": "ListDocumentsRequest",
4389
+ "responseType": "ListDocumentsResponse",
4390
+ "options": {
4391
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
4392
+ "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
4393
+ "(google.api.method_signature)": "parent"
4394
+ },
4395
+ "parsedOptions": [
4396
+ {
4397
+ "(google.api.http)": {
4398
+ "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
4399
+ "additional_bindings": {
4400
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents"
4401
+ }
4402
+ }
4403
+ },
4404
+ {
4405
+ "(google.api.method_signature)": "parent"
4406
+ }
4407
+ ]
4408
+ },
4409
+ "CreateDocument": {
4410
+ "requestType": "CreateDocumentRequest",
4411
+ "responseType": "Document",
4412
+ "options": {
4413
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
4414
+ "(google.api.http).body": "document",
4415
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
4416
+ "(google.api.http).additional_bindings.body": "document",
4417
+ "(google.api.method_signature)": "parent,document,document_id"
4418
+ },
4419
+ "parsedOptions": [
4420
+ {
4421
+ "(google.api.http)": {
4422
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents",
4423
+ "body": "document",
4424
+ "additional_bindings": {
4425
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents",
4426
+ "body": "document"
4427
+ }
4428
+ }
4429
+ },
4430
+ {
4431
+ "(google.api.method_signature)": "parent,document,document_id"
4432
+ }
4433
+ ]
4434
+ },
4435
+ "UpdateDocument": {
4436
+ "requestType": "UpdateDocumentRequest",
4437
+ "responseType": "Document",
4438
+ "options": {
4439
+ "(google.api.http).patch": "/v1alpha/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
4440
+ "(google.api.http).body": "document",
4441
+ "(google.api.http).additional_bindings.patch": "/v1alpha/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
4442
+ "(google.api.http).additional_bindings.body": "document"
4443
+ },
4444
+ "parsedOptions": [
4445
+ {
4446
+ "(google.api.http)": {
4447
+ "patch": "/v1alpha/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
4448
+ "body": "document",
4449
+ "additional_bindings": {
4450
+ "patch": "/v1alpha/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
4451
+ "body": "document"
4452
+ }
4453
+ }
4454
+ }
4455
+ ]
4456
+ },
4457
+ "DeleteDocument": {
4458
+ "requestType": "DeleteDocumentRequest",
4459
+ "responseType": "google.protobuf.Empty",
4460
+ "options": {
4461
+ "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
4462
+ "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}",
4463
+ "(google.api.method_signature)": "name"
4464
+ },
4465
+ "parsedOptions": [
4466
+ {
4467
+ "(google.api.http)": {
4468
+ "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}",
4469
+ "additional_bindings": {
4470
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}"
4471
+ }
4472
+ }
4473
+ },
4474
+ {
4475
+ "(google.api.method_signature)": "name"
4476
+ }
4477
+ ]
4478
+ },
4479
+ "ImportDocuments": {
4480
+ "requestType": "ImportDocumentsRequest",
3982
4481
  "responseType": "google.longrunning.Operation",
3983
4482
  "options": {
3984
4483
  "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents:import",
@@ -4832,309 +5331,1633 @@
4832
5331
  }
4833
5332
  }
4834
5333
  },
4835
- "RecommendationService": {
5334
+ "Engine": {
4836
5335
  "options": {
4837
- "(google.api.default_host)": "discoveryengine.googleapis.com",
4838
- "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
5336
+ "(google.api.resource).type": "discoveryengine.googleapis.com/Engine",
5337
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/engines/{engine}"
4839
5338
  },
4840
- "methods": {
4841
- "Recommend": {
4842
- "requestType": "RecommendRequest",
4843
- "responseType": "RecommendResponse",
4844
- "options": {
4845
- "(google.api.http).post": "/v1alpha/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
4846
- "(google.api.http).body": "*",
4847
- "(google.api.http).additional_bindings.post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/engines/*/servingConfigs/*}:recommend",
4848
- "(google.api.http).additional_bindings.body": "*"
4849
- },
4850
- "parsedOptions": [
4851
- {
4852
- "(google.api.http)": {
4853
- "post": "/v1alpha/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
4854
- "body": "*",
4855
- "additional_bindings": [
4856
- {
4857
- "post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:recommend",
4858
- "body": "*"
4859
- },
4860
- {
4861
- "post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/engines/*/servingConfigs/*}:recommend",
4862
- "body": "*"
5339
+ "oneofs": {
5340
+ "engineConfig": {
5341
+ "oneof": [
5342
+ "similarDocumentsConfig",
5343
+ "chatEngineConfig",
5344
+ "searchEngineConfig",
5345
+ "mediaRecommendationEngineConfig"
5346
+ ]
5347
+ },
5348
+ "engineMetadata": {
5349
+ "oneof": [
5350
+ "recommendationMetadata",
5351
+ "chatEngineMetadata"
5352
+ ]
5353
+ }
5354
+ },
5355
+ "fields": {
5356
+ "similarDocumentsConfig": {
5357
+ "type": "SimilarDocumentsEngineConfig",
5358
+ "id": 9
5359
+ },
5360
+ "chatEngineConfig": {
5361
+ "type": "ChatEngineConfig",
5362
+ "id": 11
5363
+ },
5364
+ "searchEngineConfig": {
5365
+ "type": "SearchEngineConfig",
5366
+ "id": 13
5367
+ },
5368
+ "mediaRecommendationEngineConfig": {
5369
+ "type": "MediaRecommendationEngineConfig",
5370
+ "id": 14
5371
+ },
5372
+ "recommendationMetadata": {
5373
+ "type": "RecommendationMetadata",
5374
+ "id": 10,
5375
+ "options": {
5376
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5377
+ }
5378
+ },
5379
+ "chatEngineMetadata": {
5380
+ "type": "ChatEngineMetadata",
5381
+ "id": 12,
5382
+ "options": {
5383
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5384
+ }
5385
+ },
5386
+ "name": {
5387
+ "type": "string",
5388
+ "id": 1,
5389
+ "options": {
5390
+ "(google.api.field_behavior)": "IMMUTABLE"
5391
+ }
5392
+ },
5393
+ "displayName": {
5394
+ "type": "string",
5395
+ "id": 2,
5396
+ "options": {
5397
+ "(google.api.field_behavior)": "REQUIRED"
5398
+ }
5399
+ },
5400
+ "createTime": {
5401
+ "type": "google.protobuf.Timestamp",
5402
+ "id": 3,
5403
+ "options": {
5404
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5405
+ }
5406
+ },
5407
+ "updateTime": {
5408
+ "type": "google.protobuf.Timestamp",
5409
+ "id": 4,
5410
+ "options": {
5411
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5412
+ }
5413
+ },
5414
+ "dataStoreIds": {
5415
+ "rule": "repeated",
5416
+ "type": "string",
5417
+ "id": 5
5418
+ },
5419
+ "solutionType": {
5420
+ "type": "SolutionType",
5421
+ "id": 6,
5422
+ "options": {
5423
+ "(google.api.field_behavior)": "REQUIRED"
5424
+ }
5425
+ },
5426
+ "industryVertical": {
5427
+ "type": "IndustryVertical",
5428
+ "id": 16
5429
+ },
5430
+ "commonConfig": {
5431
+ "type": "CommonConfig",
5432
+ "id": 15
5433
+ }
5434
+ },
5435
+ "nested": {
5436
+ "SearchEngineConfig": {
5437
+ "fields": {
5438
+ "searchTier": {
5439
+ "type": "SearchTier",
5440
+ "id": 1
5441
+ },
5442
+ "searchAddOns": {
5443
+ "rule": "repeated",
5444
+ "type": "SearchAddOn",
5445
+ "id": 2
5446
+ }
5447
+ }
5448
+ },
5449
+ "SimilarDocumentsEngineConfig": {
5450
+ "fields": {}
5451
+ },
5452
+ "MediaRecommendationEngineConfig": {
5453
+ "fields": {
5454
+ "type": {
5455
+ "type": "string",
5456
+ "id": 1,
5457
+ "options": {
5458
+ "(google.api.field_behavior)": "REQUIRED"
5459
+ }
5460
+ },
5461
+ "optimizationObjective": {
5462
+ "type": "string",
5463
+ "id": 2
5464
+ },
5465
+ "optimizationObjectiveConfig": {
5466
+ "type": "OptimizationObjectiveConfig",
5467
+ "id": 3
5468
+ },
5469
+ "trainingState": {
5470
+ "type": "TrainingState",
5471
+ "id": 4
5472
+ }
5473
+ },
5474
+ "nested": {
5475
+ "OptimizationObjectiveConfig": {
5476
+ "fields": {
5477
+ "targetField": {
5478
+ "type": "string",
5479
+ "id": 1,
5480
+ "options": {
5481
+ "(google.api.field_behavior)": "REQUIRED"
4863
5482
  }
4864
- ]
5483
+ },
5484
+ "targetFieldValueFloat": {
5485
+ "type": "float",
5486
+ "id": 2,
5487
+ "options": {
5488
+ "(google.api.field_behavior)": "REQUIRED"
5489
+ }
5490
+ }
5491
+ }
5492
+ },
5493
+ "TrainingState": {
5494
+ "values": {
5495
+ "TRAINING_STATE_UNSPECIFIED": 0,
5496
+ "PAUSED": 1,
5497
+ "TRAINING": 2
5498
+ }
5499
+ }
5500
+ }
5501
+ },
5502
+ "ChatEngineConfig": {
5503
+ "fields": {
5504
+ "agentCreationConfig": {
5505
+ "type": "AgentCreationConfig",
5506
+ "id": 1
5507
+ },
5508
+ "dialogflowAgentToLink": {
5509
+ "type": "string",
5510
+ "id": 2
5511
+ }
5512
+ },
5513
+ "nested": {
5514
+ "AgentCreationConfig": {
5515
+ "fields": {
5516
+ "business": {
5517
+ "type": "string",
5518
+ "id": 1
5519
+ },
5520
+ "defaultLanguageCode": {
5521
+ "type": "string",
5522
+ "id": 2
5523
+ },
5524
+ "timeZone": {
5525
+ "type": "string",
5526
+ "id": 3,
5527
+ "options": {
5528
+ "(google.api.field_behavior)": "REQUIRED"
5529
+ }
5530
+ }
5531
+ }
5532
+ }
5533
+ }
5534
+ },
5535
+ "CommonConfig": {
5536
+ "fields": {
5537
+ "companyName": {
5538
+ "type": "string",
5539
+ "id": 1
5540
+ }
5541
+ }
5542
+ },
5543
+ "RecommendationMetadata": {
5544
+ "fields": {
5545
+ "servingState": {
5546
+ "type": "ServingState",
5547
+ "id": 1,
5548
+ "options": {
5549
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5550
+ }
5551
+ },
5552
+ "dataState": {
5553
+ "type": "DataState",
5554
+ "id": 2,
5555
+ "options": {
5556
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5557
+ }
5558
+ },
5559
+ "lastTuneTime": {
5560
+ "type": "google.protobuf.Timestamp",
5561
+ "id": 3,
5562
+ "options": {
5563
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5564
+ }
5565
+ },
5566
+ "tuningOperation": {
5567
+ "type": "string",
5568
+ "id": 4,
5569
+ "options": {
5570
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5571
+ }
5572
+ }
5573
+ },
5574
+ "nested": {
5575
+ "ServingState": {
5576
+ "values": {
5577
+ "SERVING_STATE_UNSPECIFIED": 0,
5578
+ "INACTIVE": 1,
5579
+ "ACTIVE": 2,
5580
+ "TUNED": 3
5581
+ }
5582
+ },
5583
+ "DataState": {
5584
+ "values": {
5585
+ "DATA_STATE_UNSPECIFIED": 0,
5586
+ "DATA_OK": 1,
5587
+ "DATA_ERROR": 2
5588
+ }
5589
+ }
5590
+ }
5591
+ },
5592
+ "ChatEngineMetadata": {
5593
+ "fields": {
5594
+ "dialogflowAgent": {
5595
+ "type": "string",
5596
+ "id": 1
5597
+ }
5598
+ }
5599
+ }
5600
+ }
5601
+ },
5602
+ "EngineService": {
5603
+ "options": {
5604
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
5605
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
5606
+ },
5607
+ "methods": {
5608
+ "CreateEngine": {
5609
+ "requestType": "CreateEngineRequest",
5610
+ "responseType": "google.longrunning.Operation",
5611
+ "options": {
5612
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/collections/*}/engines",
5613
+ "(google.api.http).body": "engine",
5614
+ "(google.api.method_signature)": "parent,engine,engine_id",
5615
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.Engine",
5616
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.CreateEngineMetadata"
5617
+ },
5618
+ "parsedOptions": [
5619
+ {
5620
+ "(google.api.http)": {
5621
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*}/engines",
5622
+ "body": "engine"
5623
+ }
5624
+ },
5625
+ {
5626
+ "(google.api.method_signature)": "parent,engine,engine_id"
5627
+ },
5628
+ {
5629
+ "(google.longrunning.operation_info)": {
5630
+ "response_type": "google.cloud.discoveryengine.v1alpha.Engine",
5631
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.CreateEngineMetadata"
5632
+ }
5633
+ }
5634
+ ]
5635
+ },
5636
+ "DeleteEngine": {
5637
+ "requestType": "DeleteEngineRequest",
5638
+ "responseType": "google.longrunning.Operation",
5639
+ "options": {
5640
+ "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}",
5641
+ "(google.api.method_signature)": "name",
5642
+ "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
5643
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteEngineMetadata"
5644
+ },
5645
+ "parsedOptions": [
5646
+ {
5647
+ "(google.api.http)": {
5648
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}"
5649
+ }
5650
+ },
5651
+ {
5652
+ "(google.api.method_signature)": "name"
5653
+ },
5654
+ {
5655
+ "(google.longrunning.operation_info)": {
5656
+ "response_type": "google.protobuf.Empty",
5657
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteEngineMetadata"
5658
+ }
5659
+ }
5660
+ ]
5661
+ },
5662
+ "UpdateEngine": {
5663
+ "requestType": "UpdateEngineRequest",
5664
+ "responseType": "Engine",
5665
+ "options": {
5666
+ "(google.api.http).patch": "/v1alpha/{engine.name=projects/*/locations/*/collections/*/engines/*}",
5667
+ "(google.api.http).body": "engine",
5668
+ "(google.api.method_signature)": "engine,update_mask"
5669
+ },
5670
+ "parsedOptions": [
5671
+ {
5672
+ "(google.api.http)": {
5673
+ "patch": "/v1alpha/{engine.name=projects/*/locations/*/collections/*/engines/*}",
5674
+ "body": "engine"
5675
+ }
5676
+ },
5677
+ {
5678
+ "(google.api.method_signature)": "engine,update_mask"
5679
+ }
5680
+ ]
5681
+ },
5682
+ "GetEngine": {
5683
+ "requestType": "GetEngineRequest",
5684
+ "responseType": "Engine",
5685
+ "options": {
5686
+ "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}",
5687
+ "(google.api.method_signature)": "name"
5688
+ },
5689
+ "parsedOptions": [
5690
+ {
5691
+ "(google.api.http)": {
5692
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}"
5693
+ }
5694
+ },
5695
+ {
5696
+ "(google.api.method_signature)": "name"
5697
+ }
5698
+ ]
5699
+ },
5700
+ "ListEngines": {
5701
+ "requestType": "ListEnginesRequest",
5702
+ "responseType": "ListEnginesResponse",
5703
+ "options": {
5704
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/collections/*}/engines",
5705
+ "(google.api.method_signature)": "parent"
5706
+ },
5707
+ "parsedOptions": [
5708
+ {
5709
+ "(google.api.http)": {
5710
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*}/engines"
5711
+ }
5712
+ },
5713
+ {
5714
+ "(google.api.method_signature)": "parent"
5715
+ }
5716
+ ]
5717
+ },
5718
+ "PauseEngine": {
5719
+ "requestType": "PauseEngineRequest",
5720
+ "responseType": "Engine",
5721
+ "options": {
5722
+ "(google.api.http).post": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}:pause",
5723
+ "(google.api.http).body": "*",
5724
+ "(google.api.method_signature)": "name"
5725
+ },
5726
+ "parsedOptions": [
5727
+ {
5728
+ "(google.api.http)": {
5729
+ "post": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}:pause",
5730
+ "body": "*"
5731
+ }
5732
+ },
5733
+ {
5734
+ "(google.api.method_signature)": "name"
5735
+ }
5736
+ ]
5737
+ },
5738
+ "ResumeEngine": {
5739
+ "requestType": "ResumeEngineRequest",
5740
+ "responseType": "Engine",
5741
+ "options": {
5742
+ "(google.api.http).post": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}:resume",
5743
+ "(google.api.http).body": "*",
5744
+ "(google.api.method_signature)": "name"
5745
+ },
5746
+ "parsedOptions": [
5747
+ {
5748
+ "(google.api.http)": {
5749
+ "post": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}:resume",
5750
+ "body": "*"
5751
+ }
5752
+ },
5753
+ {
5754
+ "(google.api.method_signature)": "name"
5755
+ }
5756
+ ]
5757
+ },
5758
+ "TuneEngine": {
5759
+ "requestType": "TuneEngineRequest",
5760
+ "responseType": "google.longrunning.Operation",
5761
+ "options": {
5762
+ "(google.api.http).post": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}:tune",
5763
+ "(google.api.http).body": "*",
5764
+ "(google.api.method_signature)": "name",
5765
+ "(google.longrunning.operation_info).response_type": "TuneEngineResponse",
5766
+ "(google.longrunning.operation_info).metadata_type": "TuneEngineMetadata"
5767
+ },
5768
+ "parsedOptions": [
5769
+ {
5770
+ "(google.api.http)": {
5771
+ "post": "/v1alpha/{name=projects/*/locations/*/collections/*/engines/*}:tune",
5772
+ "body": "*"
5773
+ }
5774
+ },
5775
+ {
5776
+ "(google.api.method_signature)": "name"
5777
+ },
5778
+ {
5779
+ "(google.longrunning.operation_info)": {
5780
+ "response_type": "TuneEngineResponse",
5781
+ "metadata_type": "TuneEngineMetadata"
5782
+ }
5783
+ }
5784
+ ]
5785
+ }
5786
+ }
5787
+ },
5788
+ "CreateEngineRequest": {
5789
+ "fields": {
5790
+ "parent": {
5791
+ "type": "string",
5792
+ "id": 1,
5793
+ "options": {
5794
+ "(google.api.field_behavior)": "REQUIRED",
5795
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Collection"
5796
+ }
5797
+ },
5798
+ "engine": {
5799
+ "type": "Engine",
5800
+ "id": 2,
5801
+ "options": {
5802
+ "(google.api.field_behavior)": "REQUIRED"
5803
+ }
5804
+ },
5805
+ "engineId": {
5806
+ "type": "string",
5807
+ "id": 3,
5808
+ "options": {
5809
+ "(google.api.field_behavior)": "REQUIRED"
5810
+ }
5811
+ }
5812
+ }
5813
+ },
5814
+ "CreateEngineMetadata": {
5815
+ "fields": {
5816
+ "createTime": {
5817
+ "type": "google.protobuf.Timestamp",
5818
+ "id": 1
5819
+ },
5820
+ "updateTime": {
5821
+ "type": "google.protobuf.Timestamp",
5822
+ "id": 2
5823
+ }
5824
+ }
5825
+ },
5826
+ "DeleteEngineRequest": {
5827
+ "fields": {
5828
+ "name": {
5829
+ "type": "string",
5830
+ "id": 1,
5831
+ "options": {
5832
+ "(google.api.field_behavior)": "REQUIRED",
5833
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Engine"
5834
+ }
5835
+ }
5836
+ }
5837
+ },
5838
+ "DeleteEngineMetadata": {
5839
+ "fields": {
5840
+ "createTime": {
5841
+ "type": "google.protobuf.Timestamp",
5842
+ "id": 1
5843
+ },
5844
+ "updateTime": {
5845
+ "type": "google.protobuf.Timestamp",
5846
+ "id": 2
5847
+ }
5848
+ }
5849
+ },
5850
+ "GetEngineRequest": {
5851
+ "fields": {
5852
+ "name": {
5853
+ "type": "string",
5854
+ "id": 1,
5855
+ "options": {
5856
+ "(google.api.field_behavior)": "REQUIRED",
5857
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Engine"
5858
+ }
5859
+ }
5860
+ }
5861
+ },
5862
+ "ListEnginesRequest": {
5863
+ "fields": {
5864
+ "parent": {
5865
+ "type": "string",
5866
+ "id": 1,
5867
+ "options": {
5868
+ "(google.api.field_behavior)": "REQUIRED",
5869
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Collection"
5870
+ }
5871
+ },
5872
+ "pageSize": {
5873
+ "type": "int32",
5874
+ "id": 2,
5875
+ "options": {
5876
+ "(google.api.field_behavior)": "OPTIONAL"
5877
+ }
5878
+ },
5879
+ "pageToken": {
5880
+ "type": "string",
5881
+ "id": 3,
5882
+ "options": {
5883
+ "(google.api.field_behavior)": "OPTIONAL"
5884
+ }
5885
+ },
5886
+ "filter": {
5887
+ "type": "string",
5888
+ "id": 4,
5889
+ "options": {
5890
+ "(google.api.field_behavior)": "OPTIONAL"
5891
+ }
5892
+ }
5893
+ }
5894
+ },
5895
+ "ListEnginesResponse": {
5896
+ "fields": {
5897
+ "engines": {
5898
+ "rule": "repeated",
5899
+ "type": "Engine",
5900
+ "id": 1
5901
+ },
5902
+ "nextPageToken": {
5903
+ "type": "string",
5904
+ "id": 2
5905
+ }
5906
+ }
5907
+ },
5908
+ "UpdateEngineRequest": {
5909
+ "fields": {
5910
+ "engine": {
5911
+ "type": "Engine",
5912
+ "id": 1,
5913
+ "options": {
5914
+ "(google.api.field_behavior)": "REQUIRED"
5915
+ }
5916
+ },
5917
+ "updateMask": {
5918
+ "type": "google.protobuf.FieldMask",
5919
+ "id": 2
5920
+ }
5921
+ }
5922
+ },
5923
+ "PauseEngineRequest": {
5924
+ "fields": {
5925
+ "name": {
5926
+ "type": "string",
5927
+ "id": 1,
5928
+ "options": {
5929
+ "(google.api.field_behavior)": "REQUIRED",
5930
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Engine"
5931
+ }
5932
+ }
5933
+ }
5934
+ },
5935
+ "ResumeEngineRequest": {
5936
+ "fields": {
5937
+ "name": {
5938
+ "type": "string",
5939
+ "id": 1,
5940
+ "options": {
5941
+ "(google.api.field_behavior)": "REQUIRED",
5942
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Engine"
5943
+ }
5944
+ }
5945
+ }
5946
+ },
5947
+ "TuneEngineRequest": {
5948
+ "fields": {
5949
+ "name": {
5950
+ "type": "string",
5951
+ "id": 1,
5952
+ "options": {
5953
+ "(google.api.field_behavior)": "REQUIRED",
5954
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Engine"
5955
+ }
5956
+ }
5957
+ }
5958
+ },
5959
+ "TuneEngineMetadata": {
5960
+ "fields": {
5961
+ "engine": {
5962
+ "type": "string",
5963
+ "id": 1,
5964
+ "options": {
5965
+ "(google.api.field_behavior)": "REQUIRED",
5966
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Engine"
5967
+ }
5968
+ }
5969
+ }
5970
+ },
5971
+ "TuneEngineResponse": {
5972
+ "fields": {}
5973
+ },
5974
+ "RecommendationService": {
5975
+ "options": {
5976
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
5977
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
5978
+ },
5979
+ "methods": {
5980
+ "Recommend": {
5981
+ "requestType": "RecommendRequest",
5982
+ "responseType": "RecommendResponse",
5983
+ "options": {
5984
+ "(google.api.http).post": "/v1alpha/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
5985
+ "(google.api.http).body": "*",
5986
+ "(google.api.http).additional_bindings.post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/engines/*/servingConfigs/*}:recommend",
5987
+ "(google.api.http).additional_bindings.body": "*"
5988
+ },
5989
+ "parsedOptions": [
5990
+ {
5991
+ "(google.api.http)": {
5992
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/dataStores/*/servingConfigs/*}:recommend",
5993
+ "body": "*",
5994
+ "additional_bindings": [
5995
+ {
5996
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/dataStores/*/servingConfigs/*}:recommend",
5997
+ "body": "*"
5998
+ },
5999
+ {
6000
+ "post": "/v1alpha/{serving_config=projects/*/locations/*/collections/*/engines/*/servingConfigs/*}:recommend",
6001
+ "body": "*"
6002
+ }
6003
+ ]
6004
+ }
6005
+ }
6006
+ ]
6007
+ }
6008
+ }
6009
+ },
6010
+ "RecommendRequest": {
6011
+ "fields": {
6012
+ "servingConfig": {
6013
+ "type": "string",
6014
+ "id": 1,
6015
+ "options": {
6016
+ "(google.api.field_behavior)": "REQUIRED",
6017
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/ServingConfig"
6018
+ }
6019
+ },
6020
+ "userEvent": {
6021
+ "type": "UserEvent",
6022
+ "id": 2,
6023
+ "options": {
6024
+ "(google.api.field_behavior)": "REQUIRED"
6025
+ }
6026
+ },
6027
+ "pageSize": {
6028
+ "type": "int32",
6029
+ "id": 3
6030
+ },
6031
+ "filter": {
6032
+ "type": "string",
6033
+ "id": 4
6034
+ },
6035
+ "validateOnly": {
6036
+ "type": "bool",
6037
+ "id": 5
6038
+ },
6039
+ "params": {
6040
+ "keyType": "string",
6041
+ "type": "google.protobuf.Value",
6042
+ "id": 6
6043
+ },
6044
+ "userLabels": {
6045
+ "keyType": "string",
6046
+ "type": "string",
6047
+ "id": 8
6048
+ }
6049
+ }
6050
+ },
6051
+ "RecommendResponse": {
6052
+ "fields": {
6053
+ "results": {
6054
+ "rule": "repeated",
6055
+ "type": "RecommendationResult",
6056
+ "id": 1
6057
+ },
6058
+ "attributionToken": {
6059
+ "type": "string",
6060
+ "id": 2
6061
+ },
6062
+ "missingIds": {
6063
+ "rule": "repeated",
6064
+ "type": "string",
6065
+ "id": 3
6066
+ },
6067
+ "validateOnly": {
6068
+ "type": "bool",
6069
+ "id": 4
6070
+ }
6071
+ },
6072
+ "nested": {
6073
+ "RecommendationResult": {
6074
+ "fields": {
6075
+ "id": {
6076
+ "type": "string",
6077
+ "id": 1
6078
+ },
6079
+ "document": {
6080
+ "type": "Document",
6081
+ "id": 2
6082
+ },
6083
+ "metadata": {
6084
+ "keyType": "string",
6085
+ "type": "google.protobuf.Value",
6086
+ "id": 3
6087
+ }
6088
+ }
6089
+ }
6090
+ }
6091
+ },
6092
+ "Schema": {
6093
+ "options": {
6094
+ "(google.api.resource).type": "discoveryengine.googleapis.com/Schema",
6095
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}"
6096
+ },
6097
+ "oneofs": {
6098
+ "schema": {
6099
+ "oneof": [
6100
+ "structSchema",
6101
+ "jsonSchema"
6102
+ ]
6103
+ }
6104
+ },
6105
+ "fields": {
6106
+ "structSchema": {
6107
+ "type": "google.protobuf.Struct",
6108
+ "id": 2
6109
+ },
6110
+ "jsonSchema": {
6111
+ "type": "string",
6112
+ "id": 3
6113
+ },
6114
+ "name": {
6115
+ "type": "string",
6116
+ "id": 1,
6117
+ "options": {
6118
+ "(google.api.field_behavior)": "IMMUTABLE"
6119
+ }
6120
+ },
6121
+ "fieldConfigs": {
6122
+ "rule": "repeated",
6123
+ "type": "FieldConfig",
6124
+ "id": 4,
6125
+ "options": {
6126
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6127
+ }
6128
+ }
6129
+ }
6130
+ },
6131
+ "FieldConfig": {
6132
+ "fields": {
6133
+ "fieldPath": {
6134
+ "type": "string",
6135
+ "id": 1,
6136
+ "options": {
6137
+ "(google.api.field_behavior)": "REQUIRED"
6138
+ }
6139
+ },
6140
+ "fieldType": {
6141
+ "type": "FieldType",
6142
+ "id": 2,
6143
+ "options": {
6144
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6145
+ }
6146
+ },
6147
+ "indexableOption": {
6148
+ "type": "IndexableOption",
6149
+ "id": 3
6150
+ },
6151
+ "dynamicFacetableOption": {
6152
+ "type": "DynamicFacetableOption",
6153
+ "id": 4
6154
+ },
6155
+ "searchableOption": {
6156
+ "type": "SearchableOption",
6157
+ "id": 5
6158
+ },
6159
+ "retrievableOption": {
6160
+ "type": "RetrievableOption",
6161
+ "id": 6
6162
+ },
6163
+ "completableOption": {
6164
+ "type": "CompletableOption",
6165
+ "id": 8
6166
+ },
6167
+ "recsFilterableOption": {
6168
+ "type": "FilterableOption",
6169
+ "id": 9
6170
+ },
6171
+ "keyPropertyType": {
6172
+ "type": "string",
6173
+ "id": 7,
6174
+ "options": {
6175
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
6176
+ }
6177
+ }
6178
+ },
6179
+ "nested": {
6180
+ "FieldType": {
6181
+ "values": {
6182
+ "FIELD_TYPE_UNSPECIFIED": 0,
6183
+ "OBJECT": 1,
6184
+ "STRING": 2,
6185
+ "NUMBER": 3,
6186
+ "INTEGER": 4,
6187
+ "BOOLEAN": 5,
6188
+ "GEOLOCATION": 6
6189
+ }
6190
+ },
6191
+ "IndexableOption": {
6192
+ "values": {
6193
+ "INDEXABLE_OPTION_UNSPECIFIED": 0,
6194
+ "INDEXABLE_ENABLED": 1,
6195
+ "INDEXABLE_DISABLED": 2
6196
+ }
6197
+ },
6198
+ "DynamicFacetableOption": {
6199
+ "values": {
6200
+ "DYNAMIC_FACETABLE_OPTION_UNSPECIFIED": 0,
6201
+ "DYNAMIC_FACETABLE_ENABLED": 1,
6202
+ "DYNAMIC_FACETABLE_DISABLED": 2
6203
+ }
6204
+ },
6205
+ "SearchableOption": {
6206
+ "values": {
6207
+ "SEARCHABLE_OPTION_UNSPECIFIED": 0,
6208
+ "SEARCHABLE_ENABLED": 1,
6209
+ "SEARCHABLE_DISABLED": 2
6210
+ }
6211
+ },
6212
+ "RetrievableOption": {
6213
+ "values": {
6214
+ "RETRIEVABLE_OPTION_UNSPECIFIED": 0,
6215
+ "RETRIEVABLE_ENABLED": 1,
6216
+ "RETRIEVABLE_DISABLED": 2
6217
+ }
6218
+ },
6219
+ "CompletableOption": {
6220
+ "values": {
6221
+ "COMPLETABLE_OPTION_UNSPECIFIED": 0,
6222
+ "COMPLETABLE_ENABLED": 1,
6223
+ "COMPLETABLE_DISABLED": 2
6224
+ }
6225
+ },
6226
+ "FilterableOption": {
6227
+ "values": {
6228
+ "FILTERABLE_OPTION_UNSPECIFIED": 0,
6229
+ "FILTERABLE_ENABLED": 1,
6230
+ "FILTERABLE_DISABLED": 2
6231
+ }
6232
+ }
6233
+ }
6234
+ },
6235
+ "SchemaService": {
6236
+ "options": {
6237
+ "(google.api.default_host)": "discoveryengine.googleapis.com",
6238
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
6239
+ },
6240
+ "methods": {
6241
+ "GetSchema": {
6242
+ "requestType": "GetSchemaRequest",
6243
+ "responseType": "Schema",
6244
+ "options": {
6245
+ "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
6246
+ "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
6247
+ "(google.api.method_signature)": "name"
6248
+ },
6249
+ "parsedOptions": [
6250
+ {
6251
+ "(google.api.http)": {
6252
+ "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
6253
+ "additional_bindings": {
6254
+ "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"
6255
+ }
6256
+ }
6257
+ },
6258
+ {
6259
+ "(google.api.method_signature)": "name"
6260
+ }
6261
+ ]
6262
+ },
6263
+ "ListSchemas": {
6264
+ "requestType": "ListSchemasRequest",
6265
+ "responseType": "ListSchemasResponse",
6266
+ "options": {
6267
+ "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
6268
+ "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
6269
+ "(google.api.method_signature)": "parent"
6270
+ },
6271
+ "parsedOptions": [
6272
+ {
6273
+ "(google.api.http)": {
6274
+ "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
6275
+ "additional_bindings": {
6276
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas"
6277
+ }
6278
+ }
6279
+ },
6280
+ {
6281
+ "(google.api.method_signature)": "parent"
6282
+ }
6283
+ ]
6284
+ },
6285
+ "CreateSchema": {
6286
+ "requestType": "CreateSchemaRequest",
6287
+ "responseType": "google.longrunning.Operation",
6288
+ "options": {
6289
+ "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
6290
+ "(google.api.http).body": "schema",
6291
+ "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
6292
+ "(google.api.http).additional_bindings.body": "schema",
6293
+ "(google.api.method_signature)": "parent,schema,schema_id",
6294
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.Schema",
6295
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.CreateSchemaMetadata"
6296
+ },
6297
+ "parsedOptions": [
6298
+ {
6299
+ "(google.api.http)": {
6300
+ "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
6301
+ "body": "schema",
6302
+ "additional_bindings": {
6303
+ "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
6304
+ "body": "schema"
6305
+ }
6306
+ }
6307
+ },
6308
+ {
6309
+ "(google.api.method_signature)": "parent,schema,schema_id"
6310
+ },
6311
+ {
6312
+ "(google.longrunning.operation_info)": {
6313
+ "response_type": "google.cloud.discoveryengine.v1alpha.Schema",
6314
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.CreateSchemaMetadata"
6315
+ }
6316
+ }
6317
+ ]
6318
+ },
6319
+ "UpdateSchema": {
6320
+ "requestType": "UpdateSchemaRequest",
6321
+ "responseType": "google.longrunning.Operation",
6322
+ "options": {
6323
+ "(google.api.http).patch": "/v1alpha/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}",
6324
+ "(google.api.http).body": "schema",
6325
+ "(google.api.http).additional_bindings.patch": "/v1alpha/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
6326
+ "(google.api.http).additional_bindings.body": "schema",
6327
+ "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.Schema",
6328
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.UpdateSchemaMetadata"
6329
+ },
6330
+ "parsedOptions": [
6331
+ {
6332
+ "(google.api.http)": {
6333
+ "patch": "/v1alpha/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}",
6334
+ "body": "schema",
6335
+ "additional_bindings": {
6336
+ "patch": "/v1alpha/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
6337
+ "body": "schema"
6338
+ }
6339
+ }
6340
+ },
6341
+ {
6342
+ "(google.longrunning.operation_info)": {
6343
+ "response_type": "google.cloud.discoveryengine.v1alpha.Schema",
6344
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.UpdateSchemaMetadata"
6345
+ }
6346
+ }
6347
+ ]
6348
+ },
6349
+ "DeleteSchema": {
6350
+ "requestType": "DeleteSchemaRequest",
6351
+ "responseType": "google.longrunning.Operation",
6352
+ "options": {
6353
+ "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
6354
+ "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
6355
+ "(google.api.method_signature)": "name",
6356
+ "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
6357
+ "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteSchemaMetadata"
6358
+ },
6359
+ "parsedOptions": [
6360
+ {
6361
+ "(google.api.http)": {
6362
+ "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
6363
+ "additional_bindings": {
6364
+ "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"
6365
+ }
6366
+ }
6367
+ },
6368
+ {
6369
+ "(google.api.method_signature)": "name"
6370
+ },
6371
+ {
6372
+ "(google.longrunning.operation_info)": {
6373
+ "response_type": "google.protobuf.Empty",
6374
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteSchemaMetadata"
4865
6375
  }
4866
6376
  }
4867
6377
  ]
4868
6378
  }
4869
6379
  }
4870
6380
  },
4871
- "RecommendRequest": {
6381
+ "GetSchemaRequest": {
4872
6382
  "fields": {
4873
- "servingConfig": {
6383
+ "name": {
4874
6384
  "type": "string",
4875
6385
  "id": 1,
4876
6386
  "options": {
4877
6387
  "(google.api.field_behavior)": "REQUIRED",
4878
- "(google.api.resource_reference).type": "discoveryengine.googleapis.com/ServingConfig"
6388
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Schema"
4879
6389
  }
4880
- },
4881
- "userEvent": {
4882
- "type": "UserEvent",
4883
- "id": 2,
6390
+ }
6391
+ }
6392
+ },
6393
+ "ListSchemasRequest": {
6394
+ "fields": {
6395
+ "parent": {
6396
+ "type": "string",
6397
+ "id": 1,
4884
6398
  "options": {
4885
- "(google.api.field_behavior)": "REQUIRED"
6399
+ "(google.api.field_behavior)": "REQUIRED",
6400
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
4886
6401
  }
4887
6402
  },
4888
6403
  "pageSize": {
4889
6404
  "type": "int32",
6405
+ "id": 2
6406
+ },
6407
+ "pageToken": {
6408
+ "type": "string",
4890
6409
  "id": 3
6410
+ }
6411
+ }
6412
+ },
6413
+ "ListSchemasResponse": {
6414
+ "fields": {
6415
+ "schemas": {
6416
+ "rule": "repeated",
6417
+ "type": "Schema",
6418
+ "id": 1
4891
6419
  },
4892
- "filter": {
6420
+ "nextPageToken": {
4893
6421
  "type": "string",
4894
- "id": 4
6422
+ "id": 2
6423
+ }
6424
+ }
6425
+ },
6426
+ "CreateSchemaRequest": {
6427
+ "fields": {
6428
+ "parent": {
6429
+ "type": "string",
6430
+ "id": 1,
6431
+ "options": {
6432
+ "(google.api.field_behavior)": "REQUIRED",
6433
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
6434
+ }
4895
6435
  },
4896
- "validateOnly": {
4897
- "type": "bool",
4898
- "id": 5
6436
+ "schema": {
6437
+ "type": "Schema",
6438
+ "id": 2,
6439
+ "options": {
6440
+ "(google.api.field_behavior)": "REQUIRED"
6441
+ }
4899
6442
  },
4900
- "params": {
4901
- "keyType": "string",
4902
- "type": "google.protobuf.Value",
4903
- "id": 6
6443
+ "schemaId": {
6444
+ "type": "string",
6445
+ "id": 3,
6446
+ "options": {
6447
+ "(google.api.field_behavior)": "REQUIRED"
6448
+ }
6449
+ }
6450
+ }
6451
+ },
6452
+ "UpdateSchemaRequest": {
6453
+ "fields": {
6454
+ "schema": {
6455
+ "type": "Schema",
6456
+ "id": 1,
6457
+ "options": {
6458
+ "(google.api.field_behavior)": "REQUIRED"
6459
+ }
4904
6460
  },
4905
- "userLabels": {
4906
- "keyType": "string",
6461
+ "allowMissing": {
6462
+ "type": "bool",
6463
+ "id": 3
6464
+ }
6465
+ }
6466
+ },
6467
+ "DeleteSchemaRequest": {
6468
+ "fields": {
6469
+ "name": {
4907
6470
  "type": "string",
4908
- "id": 8
6471
+ "id": 1,
6472
+ "options": {
6473
+ "(google.api.field_behavior)": "REQUIRED",
6474
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Schema"
6475
+ }
4909
6476
  }
4910
6477
  }
4911
6478
  },
4912
- "RecommendResponse": {
6479
+ "CreateSchemaMetadata": {
4913
6480
  "fields": {
4914
- "results": {
4915
- "rule": "repeated",
4916
- "type": "RecommendationResult",
6481
+ "createTime": {
6482
+ "type": "google.protobuf.Timestamp",
4917
6483
  "id": 1
4918
6484
  },
4919
- "attributionToken": {
4920
- "type": "string",
6485
+ "updateTime": {
6486
+ "type": "google.protobuf.Timestamp",
6487
+ "id": 2
6488
+ }
6489
+ }
6490
+ },
6491
+ "UpdateSchemaMetadata": {
6492
+ "fields": {
6493
+ "createTime": {
6494
+ "type": "google.protobuf.Timestamp",
6495
+ "id": 1
6496
+ },
6497
+ "updateTime": {
6498
+ "type": "google.protobuf.Timestamp",
4921
6499
  "id": 2
6500
+ }
6501
+ }
6502
+ },
6503
+ "DeleteSchemaMetadata": {
6504
+ "fields": {
6505
+ "createTime": {
6506
+ "type": "google.protobuf.Timestamp",
6507
+ "id": 1
4922
6508
  },
4923
- "missingIds": {
4924
- "rule": "repeated",
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": {
4925
6569
  "type": "string",
4926
6570
  "id": 3
4927
6571
  },
4928
- "validateOnly": {
4929
- "type": "bool",
6572
+ "errorConfig": {
6573
+ "type": "ImportErrorConfig",
4930
6574
  "id": 4
4931
6575
  }
4932
6576
  },
4933
6577
  "nested": {
4934
- "RecommendationResult": {
6578
+ "GcsTrainingInput": {
4935
6579
  "fields": {
4936
- "id": {
6580
+ "corpusDataPath": {
4937
6581
  "type": "string",
4938
6582
  "id": 1
4939
6583
  },
4940
- "document": {
4941
- "type": "Document",
6584
+ "queryDataPath": {
6585
+ "type": "string",
4942
6586
  "id": 2
4943
6587
  },
4944
- "metadata": {
4945
- "keyType": "string",
4946
- "type": "google.protobuf.Value",
6588
+ "trainDataPath": {
6589
+ "type": "string",
4947
6590
  "id": 3
6591
+ },
6592
+ "testDataPath": {
6593
+ "type": "string",
6594
+ "id": 4
4948
6595
  }
4949
6596
  }
4950
6597
  }
4951
6598
  }
4952
6599
  },
4953
- "Schema": {
4954
- "options": {
4955
- "(google.api.resource).type": "discoveryengine.googleapis.com/Schema",
4956
- "(google.api.resource).pattern": "projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}"
4957
- },
4958
- "oneofs": {
4959
- "schema": {
4960
- "oneof": [
4961
- "structSchema",
4962
- "jsonSchema"
4963
- ]
4964
- }
4965
- },
6600
+ "TrainCustomModelResponse": {
4966
6601
  "fields": {
4967
- "structSchema": {
4968
- "type": "google.protobuf.Struct",
6602
+ "errorSamples": {
6603
+ "rule": "repeated",
6604
+ "type": "google.rpc.Status",
6605
+ "id": 1
6606
+ },
6607
+ "errorConfig": {
6608
+ "type": "ImportErrorConfig",
4969
6609
  "id": 2
4970
6610
  },
4971
- "jsonSchema": {
6611
+ "modelStatus": {
4972
6612
  "type": "string",
4973
6613
  "id": 3
6614
+ }
6615
+ }
6616
+ },
6617
+ "TrainCustomModelMetadata": {
6618
+ "fields": {
6619
+ "createTime": {
6620
+ "type": "google.protobuf.Timestamp",
6621
+ "id": 1
4974
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": {
4975
6635
  "name": {
4976
6636
  "type": "string",
4977
- "id": 1,
4978
- "options": {
4979
- "(google.api.field_behavior)": "IMMUTABLE"
4980
- }
4981
- },
4982
- "fieldConfigs": {
4983
- "rule": "repeated",
4984
- "type": "FieldConfig",
4985
- "id": 4,
4986
- "options": {
4987
- "(google.api.field_behavior)": "OUTPUT_ONLY"
4988
- }
6637
+ "id": 1
4989
6638
  }
4990
6639
  }
4991
6640
  },
4992
- "FieldConfig": {
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
+ },
4993
6646
  "fields": {
4994
- "fieldPath": {
6647
+ "name": {
4995
6648
  "type": "string",
4996
6649
  "id": 1,
4997
6650
  "options": {
4998
- "(google.api.field_behavior)": "REQUIRED"
6651
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
4999
6652
  }
5000
6653
  },
5001
- "fieldType": {
5002
- "type": "FieldType",
6654
+ "providedUriPattern": {
6655
+ "type": "string",
5003
6656
  "id": 2,
5004
6657
  "options": {
5005
- "(google.api.field_behavior)": "OUTPUT_ONLY"
6658
+ "(google.api.field_behavior)": "INPUT_ONLY"
5006
6659
  }
5007
6660
  },
5008
- "indexableOption": {
5009
- "type": "IndexableOption",
6661
+ "type": {
6662
+ "type": "Type",
5010
6663
  "id": 3
5011
6664
  },
5012
- "dynamicFacetableOption": {
5013
- "type": "DynamicFacetableOption",
5014
- "id": 4
5015
- },
5016
- "searchableOption": {
5017
- "type": "SearchableOption",
5018
- "id": 5
5019
- },
5020
- "retrievableOption": {
5021
- "type": "RetrievableOption",
5022
- "id": 6
5023
- },
5024
- "completableOption": {
5025
- "type": "CompletableOption",
5026
- "id": 8
5027
- },
5028
- "recsFilterableOption": {
5029
- "type": "FilterableOption",
5030
- "id": 9
6665
+ "exactMatch": {
6666
+ "type": "bool",
6667
+ "id": 6,
6668
+ "options": {
6669
+ "(google.api.field_behavior)": "INPUT_ONLY"
6670
+ }
5031
6671
  },
5032
- "keyPropertyType": {
6672
+ "generatedUriPattern": {
5033
6673
  "type": "string",
5034
- "id": 7,
6674
+ "id": 4,
5035
6675
  "options": {
5036
6676
  "(google.api.field_behavior)": "OUTPUT_ONLY"
5037
6677
  }
5038
- }
5039
- },
5040
- "nested": {
5041
- "FieldType": {
5042
- "values": {
5043
- "FIELD_TYPE_UNSPECIFIED": 0,
5044
- "OBJECT": 1,
5045
- "STRING": 2,
5046
- "NUMBER": 3,
5047
- "INTEGER": 4,
5048
- "BOOLEAN": 5,
5049
- "GEOLOCATION": 6
6678
+ },
6679
+ "siteVerificationInfo": {
6680
+ "type": "SiteVerificationInfo",
6681
+ "id": 7,
6682
+ "options": {
6683
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5050
6684
  }
5051
6685
  },
5052
- "IndexableOption": {
5053
- "values": {
5054
- "INDEXABLE_OPTION_UNSPECIFIED": 0,
5055
- "INDEXABLE_ENABLED": 1,
5056
- "INDEXABLE_DISABLED": 2
6686
+ "indexingStatus": {
6687
+ "type": "IndexingStatus",
6688
+ "id": 8,
6689
+ "options": {
6690
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5057
6691
  }
5058
6692
  },
5059
- "DynamicFacetableOption": {
5060
- "values": {
5061
- "DYNAMIC_FACETABLE_OPTION_UNSPECIFIED": 0,
5062
- "DYNAMIC_FACETABLE_ENABLED": 1,
5063
- "DYNAMIC_FACETABLE_DISABLED": 2
6693
+ "updateTime": {
6694
+ "type": "google.protobuf.Timestamp",
6695
+ "id": 5,
6696
+ "options": {
6697
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
5064
6698
  }
5065
6699
  },
5066
- "SearchableOption": {
5067
- "values": {
5068
- "SEARCHABLE_OPTION_UNSPECIFIED": 0,
5069
- "SEARCHABLE_ENABLED": 1,
5070
- "SEARCHABLE_DISABLED": 2
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
+ }
5071
6727
  }
5072
6728
  },
5073
- "RetrievableOption": {
6729
+ "Type": {
5074
6730
  "values": {
5075
- "RETRIEVABLE_OPTION_UNSPECIFIED": 0,
5076
- "RETRIEVABLE_ENABLED": 1,
5077
- "RETRIEVABLE_DISABLED": 2
6731
+ "TYPE_UNSPECIFIED": 0,
6732
+ "INCLUDE": 1,
6733
+ "EXCLUDE": 2
5078
6734
  }
5079
6735
  },
5080
- "CompletableOption": {
6736
+ "IndexingStatus": {
5081
6737
  "values": {
5082
- "COMPLETABLE_OPTION_UNSPECIFIED": 0,
5083
- "COMPLETABLE_ENABLED": 1,
5084
- "COMPLETABLE_DISABLED": 2
6738
+ "INDEXING_STATUS_UNSPECIFIED": 0,
6739
+ "PENDING": 1,
6740
+ "FAILED": 2,
6741
+ "SUCCEEDED": 3,
6742
+ "DELETING": 4
5085
6743
  }
6744
+ }
6745
+ }
6746
+ },
6747
+ "SiteVerificationInfo": {
6748
+ "fields": {
6749
+ "siteVerificationState": {
6750
+ "type": "SiteVerificationState",
6751
+ "id": 1
5086
6752
  },
5087
- "FilterableOption": {
6753
+ "verifyTime": {
6754
+ "type": "google.protobuf.Timestamp",
6755
+ "id": 2
6756
+ }
6757
+ },
6758
+ "nested": {
6759
+ "SiteVerificationState": {
5088
6760
  "values": {
5089
- "FILTERABLE_OPTION_UNSPECIFIED": 0,
5090
- "FILTERABLE_ENABLED": 1,
5091
- "FILTERABLE_DISABLED": 2
6761
+ "SITE_VERIFICATION_STATE_UNSPECIFIED": 0,
6762
+ "VERIFIED": 1,
6763
+ "UNVERIFIED": 2,
6764
+ "EXEMPTED": 3
5092
6765
  }
5093
6766
  }
5094
6767
  }
5095
6768
  },
5096
- "SchemaService": {
6769
+ "SiteSearchEngineService": {
5097
6770
  "options": {
5098
6771
  "(google.api.default_host)": "discoveryengine.googleapis.com",
5099
6772
  "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
5100
6773
  },
5101
6774
  "methods": {
5102
- "GetSchema": {
5103
- "requestType": "GetSchemaRequest",
5104
- "responseType": "Schema",
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",
5105
6886
  "options": {
5106
- "(google.api.http).get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
5107
- "(google.api.http).additional_bindings.get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
5108
- "(google.api.method_signature)": "name"
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"
5109
6894
  },
5110
6895
  "parsedOptions": [
5111
6896
  {
5112
6897
  "(google.api.http)": {
5113
- "get": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
6898
+ "patch": "/v1alpha/{target_site.name=projects/*/locations/*/dataStores/*/siteSearchEngine/targetSites/*}",
6899
+ "body": "target_site",
5114
6900
  "additional_bindings": {
5115
- "get": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"
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/*}"
5116
6933
  }
5117
6934
  }
5118
6935
  },
5119
6936
  {
5120
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
+ }
5121
6944
  }
5122
6945
  ]
5123
6946
  },
5124
- "ListSchemas": {
5125
- "requestType": "ListSchemasRequest",
5126
- "responseType": "ListSchemasResponse",
6947
+ "ListTargetSites": {
6948
+ "requestType": "ListTargetSitesRequest",
6949
+ "responseType": "ListTargetSitesResponse",
5127
6950
  "options": {
5128
- "(google.api.http).get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
5129
- "(google.api.http).additional_bindings.get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
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",
5130
6953
  "(google.api.method_signature)": "parent"
5131
6954
  },
5132
6955
  "parsedOptions": [
5133
6956
  {
5134
6957
  "(google.api.http)": {
5135
- "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
6958
+ "get": "/v1alpha/{parent=projects/*/locations/*/dataStores/*/siteSearchEngine}/targetSites",
5136
6959
  "additional_bindings": {
5137
- "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas"
6960
+ "get": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}/targetSites"
5138
6961
  }
5139
6962
  }
5140
6963
  },
@@ -5143,201 +6966,247 @@
5143
6966
  }
5144
6967
  ]
5145
6968
  },
5146
- "CreateSchema": {
5147
- "requestType": "CreateSchemaRequest",
6969
+ "EnableAdvancedSiteSearch": {
6970
+ "requestType": "EnableAdvancedSiteSearchRequest",
5148
6971
  "responseType": "google.longrunning.Operation",
5149
6972
  "options": {
5150
- "(google.api.http).post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
5151
- "(google.api.http).body": "schema",
5152
- "(google.api.http).additional_bindings.post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
5153
- "(google.api.http).additional_bindings.body": "schema",
5154
- "(google.api.method_signature)": "parent,schema,schema_id",
5155
- "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.Schema",
5156
- "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.CreateSchemaMetadata"
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"
5157
6979
  },
5158
6980
  "parsedOptions": [
5159
6981
  {
5160
6982
  "(google.api.http)": {
5161
- "post": "/v1alpha/{parent=projects/*/locations/*/dataStores/*}/schemas",
5162
- "body": "schema",
6983
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:enableAdvancedSiteSearch",
6984
+ "body": "*",
5163
6985
  "additional_bindings": {
5164
- "post": "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*}/schemas",
5165
- "body": "schema"
6986
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:enableAdvancedSiteSearch",
6987
+ "body": "*"
5166
6988
  }
5167
6989
  }
5168
6990
  },
5169
- {
5170
- "(google.api.method_signature)": "parent,schema,schema_id"
5171
- },
5172
6991
  {
5173
6992
  "(google.longrunning.operation_info)": {
5174
- "response_type": "google.cloud.discoveryengine.v1alpha.Schema",
5175
- "metadata_type": "google.cloud.discoveryengine.v1alpha.CreateSchemaMetadata"
6993
+ "response_type": "google.cloud.discoveryengine.v1alpha.EnableAdvancedSiteSearchResponse",
6994
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.EnableAdvancedSiteSearchMetadata"
5176
6995
  }
5177
6996
  }
5178
6997
  ]
5179
6998
  },
5180
- "UpdateSchema": {
5181
- "requestType": "UpdateSchemaRequest",
6999
+ "DisableAdvancedSiteSearch": {
7000
+ "requestType": "DisableAdvancedSiteSearchRequest",
5182
7001
  "responseType": "google.longrunning.Operation",
5183
7002
  "options": {
5184
- "(google.api.http).patch": "/v1alpha/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}",
5185
- "(google.api.http).body": "schema",
5186
- "(google.api.http).additional_bindings.patch": "/v1alpha/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
5187
- "(google.api.http).additional_bindings.body": "schema",
5188
- "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.Schema",
5189
- "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.UpdateSchemaMetadata"
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"
5190
7009
  },
5191
7010
  "parsedOptions": [
5192
7011
  {
5193
7012
  "(google.api.http)": {
5194
- "patch": "/v1alpha/{schema.name=projects/*/locations/*/dataStores/*/schemas/*}",
5195
- "body": "schema",
7013
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:disableAdvancedSiteSearch",
7014
+ "body": "*",
5196
7015
  "additional_bindings": {
5197
- "patch": "/v1alpha/{schema.name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
5198
- "body": "schema"
7016
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:disableAdvancedSiteSearch",
7017
+ "body": "*"
5199
7018
  }
5200
7019
  }
5201
7020
  },
5202
7021
  {
5203
7022
  "(google.longrunning.operation_info)": {
5204
- "response_type": "google.cloud.discoveryengine.v1alpha.Schema",
5205
- "metadata_type": "google.cloud.discoveryengine.v1alpha.UpdateSchemaMetadata"
7023
+ "response_type": "google.cloud.discoveryengine.v1alpha.DisableAdvancedSiteSearchResponse",
7024
+ "metadata_type": "google.cloud.discoveryengine.v1alpha.DisableAdvancedSiteSearchMetadata"
5206
7025
  }
5207
7026
  }
5208
7027
  ]
5209
7028
  },
5210
- "DeleteSchema": {
5211
- "requestType": "DeleteSchemaRequest",
7029
+ "RecrawlUris": {
7030
+ "requestType": "RecrawlUrisRequest",
5212
7031
  "responseType": "google.longrunning.Operation",
5213
7032
  "options": {
5214
- "(google.api.http).delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
5215
- "(google.api.http).additional_bindings.delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}",
5216
- "(google.api.method_signature)": "name",
5217
- "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
5218
- "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteSchemaMetadata"
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"
5219
7039
  },
5220
7040
  "parsedOptions": [
5221
7041
  {
5222
7042
  "(google.api.http)": {
5223
- "delete": "/v1alpha/{name=projects/*/locations/*/dataStores/*/schemas/*}",
7043
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:recrawlUris",
7044
+ "body": "*",
5224
7045
  "additional_bindings": {
5225
- "delete": "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/schemas/*}"
7046
+ "post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:recrawlUris",
7047
+ "body": "*"
5226
7048
  }
5227
7049
  }
5228
7050
  },
5229
7051
  {
5230
- "(google.api.method_signature)": "name"
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
+ }
5231
7074
  },
5232
7075
  {
5233
7076
  "(google.longrunning.operation_info)": {
5234
- "response_type": "google.protobuf.Empty",
5235
- "metadata_type": "google.cloud.discoveryengine.v1alpha.DeleteSchemaMetadata"
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"
5236
7093
  }
5237
7094
  }
5238
7095
  ]
5239
7096
  }
5240
7097
  }
5241
7098
  },
5242
- "GetSchemaRequest": {
7099
+ "GetSiteSearchEngineRequest": {
5243
7100
  "fields": {
5244
7101
  "name": {
5245
7102
  "type": "string",
5246
7103
  "id": 1,
5247
7104
  "options": {
5248
7105
  "(google.api.field_behavior)": "REQUIRED",
5249
- "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Schema"
7106
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/SiteSearchEngine"
5250
7107
  }
5251
7108
  }
5252
7109
  }
5253
7110
  },
5254
- "ListSchemasRequest": {
7111
+ "CreateTargetSiteRequest": {
5255
7112
  "fields": {
5256
7113
  "parent": {
5257
7114
  "type": "string",
5258
7115
  "id": 1,
5259
7116
  "options": {
5260
7117
  "(google.api.field_behavior)": "REQUIRED",
5261
- "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
7118
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/SiteSearchEngine"
5262
7119
  }
5263
7120
  },
5264
- "pageSize": {
5265
- "type": "int32",
5266
- "id": 2
5267
- },
5268
- "pageToken": {
5269
- "type": "string",
5270
- "id": 3
7121
+ "targetSite": {
7122
+ "type": "TargetSite",
7123
+ "id": 2,
7124
+ "options": {
7125
+ "(google.api.field_behavior)": "REQUIRED"
7126
+ }
5271
7127
  }
5272
7128
  }
5273
7129
  },
5274
- "ListSchemasResponse": {
7130
+ "CreateTargetSiteMetadata": {
5275
7131
  "fields": {
5276
- "schemas": {
5277
- "rule": "repeated",
5278
- "type": "Schema",
7132
+ "createTime": {
7133
+ "type": "google.protobuf.Timestamp",
5279
7134
  "id": 1
5280
7135
  },
5281
- "nextPageToken": {
5282
- "type": "string",
7136
+ "updateTime": {
7137
+ "type": "google.protobuf.Timestamp",
5283
7138
  "id": 2
5284
7139
  }
5285
7140
  }
5286
7141
  },
5287
- "CreateSchemaRequest": {
7142
+ "BatchCreateTargetSitesRequest": {
5288
7143
  "fields": {
5289
7144
  "parent": {
5290
7145
  "type": "string",
5291
7146
  "id": 1,
5292
7147
  "options": {
5293
7148
  "(google.api.field_behavior)": "REQUIRED",
5294
- "(google.api.resource_reference).type": "discoveryengine.googleapis.com/DataStore"
7149
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/SiteSearchEngine"
5295
7150
  }
5296
7151
  },
5297
- "schema": {
5298
- "type": "Schema",
7152
+ "requests": {
7153
+ "rule": "repeated",
7154
+ "type": "CreateTargetSiteRequest",
5299
7155
  "id": 2,
5300
7156
  "options": {
5301
7157
  "(google.api.field_behavior)": "REQUIRED"
5302
7158
  }
5303
- },
5304
- "schemaId": {
7159
+ }
7160
+ }
7161
+ },
7162
+ "GetTargetSiteRequest": {
7163
+ "fields": {
7164
+ "name": {
5305
7165
  "type": "string",
5306
- "id": 3,
7166
+ "id": 1,
5307
7167
  "options": {
5308
- "(google.api.field_behavior)": "REQUIRED"
7168
+ "(google.api.field_behavior)": "REQUIRED",
7169
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/TargetSite"
5309
7170
  }
5310
7171
  }
5311
7172
  }
5312
7173
  },
5313
- "UpdateSchemaRequest": {
7174
+ "UpdateTargetSiteRequest": {
5314
7175
  "fields": {
5315
- "schema": {
5316
- "type": "Schema",
7176
+ "targetSite": {
7177
+ "type": "TargetSite",
5317
7178
  "id": 1,
5318
7179
  "options": {
5319
7180
  "(google.api.field_behavior)": "REQUIRED"
5320
7181
  }
7182
+ }
7183
+ }
7184
+ },
7185
+ "UpdateTargetSiteMetadata": {
7186
+ "fields": {
7187
+ "createTime": {
7188
+ "type": "google.protobuf.Timestamp",
7189
+ "id": 1
5321
7190
  },
5322
- "allowMissing": {
5323
- "type": "bool",
5324
- "id": 3
7191
+ "updateTime": {
7192
+ "type": "google.protobuf.Timestamp",
7193
+ "id": 2
5325
7194
  }
5326
7195
  }
5327
7196
  },
5328
- "DeleteSchemaRequest": {
7197
+ "DeleteTargetSiteRequest": {
5329
7198
  "fields": {
5330
7199
  "name": {
5331
7200
  "type": "string",
5332
7201
  "id": 1,
5333
7202
  "options": {
5334
7203
  "(google.api.field_behavior)": "REQUIRED",
5335
- "(google.api.resource_reference).type": "discoveryengine.googleapis.com/Schema"
7204
+ "(google.api.resource_reference).type": "discoveryengine.googleapis.com/TargetSite"
5336
7205
  }
5337
7206
  }
5338
7207
  }
5339
7208
  },
5340
- "CreateSchemaMetadata": {
7209
+ "DeleteTargetSiteMetadata": {
5341
7210
  "fields": {
5342
7211
  "createTime": {
5343
7212
  "type": "google.protobuf.Timestamp",
@@ -5349,7 +7218,80 @@
5349
7218
  }
5350
7219
  }
5351
7220
  },
5352
- "UpdateSchemaMetadata": {
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": {
5353
7295
  "fields": {
5354
7296
  "createTime": {
5355
7297
  "type": "google.protobuf.Timestamp",
@@ -5361,7 +7303,22 @@
5361
7303
  }
5362
7304
  }
5363
7305
  },
5364
- "DeleteSchemaMetadata": {
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": {
5365
7322
  "fields": {
5366
7323
  "createTime": {
5367
7324
  "type": "google.protobuf.Timestamp",
@@ -5373,44 +7330,6 @@
5373
7330
  }
5374
7331
  }
5375
7332
  },
5376
- "SiteSearchEngineService": {
5377
- "options": {
5378
- "(google.api.default_host)": "discoveryengine.googleapis.com",
5379
- "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
5380
- },
5381
- "methods": {
5382
- "RecrawlUris": {
5383
- "requestType": "RecrawlUrisRequest",
5384
- "responseType": "google.longrunning.Operation",
5385
- "options": {
5386
- "(google.api.http).post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:recrawlUris",
5387
- "(google.api.http).body": "*",
5388
- "(google.api.http).additional_bindings.post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:recrawlUris",
5389
- "(google.api.http).additional_bindings.body": "*",
5390
- "(google.longrunning.operation_info).response_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisResponse",
5391
- "(google.longrunning.operation_info).metadata_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisMetadata"
5392
- },
5393
- "parsedOptions": [
5394
- {
5395
- "(google.api.http)": {
5396
- "post": "/v1alpha/{site_search_engine=projects/*/locations/*/dataStores/*/siteSearchEngine}:recrawlUris",
5397
- "body": "*",
5398
- "additional_bindings": {
5399
- "post": "/v1alpha/{site_search_engine=projects/*/locations/*/collections/*/dataStores/*/siteSearchEngine}:recrawlUris",
5400
- "body": "*"
5401
- }
5402
- }
5403
- },
5404
- {
5405
- "(google.longrunning.operation_info)": {
5406
- "response_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisResponse",
5407
- "metadata_type": "google.cloud.discoveryengine.v1alpha.RecrawlUrisMetadata"
5408
- }
5409
- }
5410
- ]
5411
- }
5412
- }
5413
- },
5414
7333
  "RecrawlUrisRequest": {
5415
7334
  "fields": {
5416
7335
  "siteSearchEngine": {
@@ -5516,6 +7435,70 @@
5516
7435
  }
5517
7436
  }
5518
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
+ },
5519
7502
  "UserEventService": {
5520
7503
  "options": {
5521
7504
  "(google.api.default_host)": "discoveryengine.googleapis.com",
@@ -8787,10 +10770,6 @@
8787
10770
  "rule": "repeated",
8788
10771
  "type": "ClientLibrarySettings",
8789
10772
  "id": 109
8790
- },
8791
- "protoReferenceDocumentationUri": {
8792
- "type": "string",
8793
- "id": 110
8794
10773
  }
8795
10774
  }
8796
10775
  },
@@ -8848,31 +10827,6 @@
8848
10827
  "common": {
8849
10828
  "type": "CommonLanguageSettings",
8850
10829
  "id": 1
8851
- },
8852
- "renamedServices": {
8853
- "keyType": "string",
8854
- "type": "string",
8855
- "id": 2
8856
- },
8857
- "renamedResources": {
8858
- "keyType": "string",
8859
- "type": "string",
8860
- "id": 3
8861
- },
8862
- "ignoredResources": {
8863
- "rule": "repeated",
8864
- "type": "string",
8865
- "id": 4
8866
- },
8867
- "forcedNamespaceAliases": {
8868
- "rule": "repeated",
8869
- "type": "string",
8870
- "id": 5
8871
- },
8872
- "handwrittenSignatures": {
8873
- "rule": "repeated",
8874
- "type": "string",
8875
- "id": 6
8876
10830
  }
8877
10831
  }
8878
10832
  },
@@ -8932,10 +10886,7 @@
8932
10886
  "CLOUD": 1,
8933
10887
  "ADS": 2,
8934
10888
  "PHOTOS": 3,
8935
- "STREET_VIEW": 4,
8936
- "SHOPPING": 5,
8937
- "GEO": 6,
8938
- "GENERATIVE_AI": 7
10889
+ "STREET_VIEW": 4
8939
10890
  }
8940
10891
  },
8941
10892
  "ClientLibraryDestination": {
@@ -9171,25 +11122,6 @@
9171
11122
  "rule": "repeated",
9172
11123
  "type": "UninterpretedOption",
9173
11124
  "id": 999
9174
- },
9175
- "declaration": {
9176
- "rule": "repeated",
9177
- "type": "Declaration",
9178
- "id": 2,
9179
- "options": {
9180
- "retention": "RETENTION_SOURCE"
9181
- }
9182
- },
9183
- "features": {
9184
- "type": "FeatureSet",
9185
- "id": 50
9186
- },
9187
- "verification": {
9188
- "type": "VerificationState",
9189
- "id": 3,
9190
- "options": {
9191
- "default": "UNVERIFIED"
9192
- }
9193
11125
  }
9194
11126
  },
9195
11127
  "extensions": [
@@ -9197,45 +11129,7 @@
9197
11129
  1000,
9198
11130
  536870911
9199
11131
  ]
9200
- ],
9201
- "nested": {
9202
- "Declaration": {
9203
- "fields": {
9204
- "number": {
9205
- "type": "int32",
9206
- "id": 1
9207
- },
9208
- "fullName": {
9209
- "type": "string",
9210
- "id": 2
9211
- },
9212
- "type": {
9213
- "type": "string",
9214
- "id": 3
9215
- },
9216
- "reserved": {
9217
- "type": "bool",
9218
- "id": 5
9219
- },
9220
- "repeated": {
9221
- "type": "bool",
9222
- "id": 6
9223
- }
9224
- },
9225
- "reserved": [
9226
- [
9227
- 4,
9228
- 4
9229
- ]
9230
- ]
9231
- },
9232
- "VerificationState": {
9233
- "values": {
9234
- "DECLARATION": 0,
9235
- "UNVERIFIED": 1
9236
- }
9237
- }
9238
- }
11132
+ ]
9239
11133
  },
9240
11134
  "FieldDescriptorProto": {
9241
11135
  "fields": {
@@ -9548,10 +11442,6 @@
9548
11442
  "type": "string",
9549
11443
  "id": 45
9550
11444
  },
9551
- "features": {
9552
- "type": "FeatureSet",
9553
- "id": 50
9554
- },
9555
11445
  "uninterpretedOption": {
9556
11446
  "rule": "repeated",
9557
11447
  "type": "UninterpretedOption",
@@ -9614,10 +11504,6 @@
9614
11504
  "deprecated": true
9615
11505
  }
9616
11506
  },
9617
- "features": {
9618
- "type": "FeatureSet",
9619
- "id": 12
9620
- },
9621
11507
  "uninterpretedOption": {
9622
11508
  "rule": "repeated",
9623
11509
  "type": "UninterpretedOption",
@@ -9712,22 +11598,9 @@
9712
11598
  "type": "OptionRetention",
9713
11599
  "id": 17
9714
11600
  },
9715
- "targets": {
9716
- "rule": "repeated",
11601
+ "target": {
9717
11602
  "type": "OptionTargetType",
9718
- "id": 19,
9719
- "options": {
9720
- "packed": false
9721
- }
9722
- },
9723
- "editionDefaults": {
9724
- "rule": "repeated",
9725
- "type": "EditionDefault",
9726
- "id": 20
9727
- },
9728
- "features": {
9729
- "type": "FeatureSet",
9730
- "id": 21
11603
+ "id": 18
9731
11604
  },
9732
11605
  "uninterpretedOption": {
9733
11606
  "rule": "repeated",
@@ -9745,10 +11618,6 @@
9745
11618
  [
9746
11619
  4,
9747
11620
  4
9748
- ],
9749
- [
9750
- 18,
9751
- 18
9752
11621
  ]
9753
11622
  ],
9754
11623
  "nested": {
@@ -9786,27 +11655,11 @@
9786
11655
  "TARGET_TYPE_SERVICE": 8,
9787
11656
  "TARGET_TYPE_METHOD": 9
9788
11657
  }
9789
- },
9790
- "EditionDefault": {
9791
- "fields": {
9792
- "edition": {
9793
- "type": "string",
9794
- "id": 1
9795
- },
9796
- "value": {
9797
- "type": "string",
9798
- "id": 2
9799
- }
9800
- }
9801
11658
  }
9802
11659
  }
9803
11660
  },
9804
11661
  "OneofOptions": {
9805
11662
  "fields": {
9806
- "features": {
9807
- "type": "FeatureSet",
9808
- "id": 1
9809
- },
9810
11663
  "uninterpretedOption": {
9811
11664
  "rule": "repeated",
9812
11665
  "type": "UninterpretedOption",
@@ -9840,10 +11693,6 @@
9840
11693
  "deprecated": true
9841
11694
  }
9842
11695
  },
9843
- "features": {
9844
- "type": "FeatureSet",
9845
- "id": 7
9846
- },
9847
11696
  "uninterpretedOption": {
9848
11697
  "rule": "repeated",
9849
11698
  "type": "UninterpretedOption",
@@ -9872,17 +11721,6 @@
9872
11721
  "default": false
9873
11722
  }
9874
11723
  },
9875
- "features": {
9876
- "type": "FeatureSet",
9877
- "id": 2
9878
- },
9879
- "debugRedact": {
9880
- "type": "bool",
9881
- "id": 3,
9882
- "options": {
9883
- "default": false
9884
- }
9885
- },
9886
11724
  "uninterpretedOption": {
9887
11725
  "rule": "repeated",
9888
11726
  "type": "UninterpretedOption",
@@ -9898,10 +11736,6 @@
9898
11736
  },
9899
11737
  "ServiceOptions": {
9900
11738
  "fields": {
9901
- "features": {
9902
- "type": "FeatureSet",
9903
- "id": 34
9904
- },
9905
11739
  "deprecated": {
9906
11740
  "type": "bool",
9907
11741
  "id": 33,
@@ -9938,10 +11772,6 @@
9938
11772
  "default": "IDEMPOTENCY_UNKNOWN"
9939
11773
  }
9940
11774
  },
9941
- "features": {
9942
- "type": "FeatureSet",
9943
- "id": 35
9944
- },
9945
11775
  "uninterpretedOption": {
9946
11776
  "rule": "repeated",
9947
11777
  "type": "UninterpretedOption",
@@ -10013,137 +11843,6 @@
10013
11843
  }
10014
11844
  }
10015
11845
  },
10016
- "FeatureSet": {
10017
- "fields": {
10018
- "fieldPresence": {
10019
- "type": "FieldPresence",
10020
- "id": 1,
10021
- "options": {
10022
- "retention": "RETENTION_RUNTIME",
10023
- "targets": "TARGET_TYPE_FILE",
10024
- "edition_defaults.edition": "2023",
10025
- "edition_defaults.value": "EXPLICIT"
10026
- }
10027
- },
10028
- "enumType": {
10029
- "type": "EnumType",
10030
- "id": 2,
10031
- "options": {
10032
- "retention": "RETENTION_RUNTIME",
10033
- "targets": "TARGET_TYPE_FILE",
10034
- "edition_defaults.edition": "2023",
10035
- "edition_defaults.value": "OPEN"
10036
- }
10037
- },
10038
- "repeatedFieldEncoding": {
10039
- "type": "RepeatedFieldEncoding",
10040
- "id": 3,
10041
- "options": {
10042
- "retention": "RETENTION_RUNTIME",
10043
- "targets": "TARGET_TYPE_FILE",
10044
- "edition_defaults.edition": "2023",
10045
- "edition_defaults.value": "PACKED"
10046
- }
10047
- },
10048
- "stringFieldValidation": {
10049
- "type": "StringFieldValidation",
10050
- "id": 4,
10051
- "options": {
10052
- "retention": "RETENTION_RUNTIME",
10053
- "targets": "TARGET_TYPE_FILE",
10054
- "edition_defaults.edition": "2023",
10055
- "edition_defaults.value": "MANDATORY"
10056
- }
10057
- },
10058
- "messageEncoding": {
10059
- "type": "MessageEncoding",
10060
- "id": 5,
10061
- "options": {
10062
- "retention": "RETENTION_RUNTIME",
10063
- "targets": "TARGET_TYPE_FILE",
10064
- "edition_defaults.edition": "2023",
10065
- "edition_defaults.value": "LENGTH_PREFIXED"
10066
- }
10067
- },
10068
- "jsonFormat": {
10069
- "type": "JsonFormat",
10070
- "id": 6,
10071
- "options": {
10072
- "retention": "RETENTION_RUNTIME",
10073
- "targets": "TARGET_TYPE_FILE",
10074
- "edition_defaults.edition": "2023",
10075
- "edition_defaults.value": "ALLOW"
10076
- }
10077
- },
10078
- "rawFeatures": {
10079
- "type": "FeatureSet",
10080
- "id": 999,
10081
- "options": {
10082
- "targets": "TARGET_TYPE_UNKNOWN"
10083
- }
10084
- }
10085
- },
10086
- "extensions": [
10087
- [
10088
- 1000,
10089
- 1000
10090
- ],
10091
- [
10092
- 1001,
10093
- 1001
10094
- ],
10095
- [
10096
- 9995,
10097
- 9999
10098
- ]
10099
- ],
10100
- "nested": {
10101
- "FieldPresence": {
10102
- "values": {
10103
- "FIELD_PRESENCE_UNKNOWN": 0,
10104
- "EXPLICIT": 1,
10105
- "IMPLICIT": 2,
10106
- "LEGACY_REQUIRED": 3
10107
- }
10108
- },
10109
- "EnumType": {
10110
- "values": {
10111
- "ENUM_TYPE_UNKNOWN": 0,
10112
- "OPEN": 1,
10113
- "CLOSED": 2
10114
- }
10115
- },
10116
- "RepeatedFieldEncoding": {
10117
- "values": {
10118
- "REPEATED_FIELD_ENCODING_UNKNOWN": 0,
10119
- "PACKED": 1,
10120
- "EXPANDED": 2
10121
- }
10122
- },
10123
- "StringFieldValidation": {
10124
- "values": {
10125
- "STRING_FIELD_VALIDATION_UNKNOWN": 0,
10126
- "MANDATORY": 1,
10127
- "HINT": 2,
10128
- "NONE": 3
10129
- }
10130
- },
10131
- "MessageEncoding": {
10132
- "values": {
10133
- "MESSAGE_ENCODING_UNKNOWN": 0,
10134
- "LENGTH_PREFIXED": 1,
10135
- "DELIMITED": 2
10136
- }
10137
- },
10138
- "JsonFormat": {
10139
- "values": {
10140
- "JSON_FORMAT_UNKNOWN": 0,
10141
- "ALLOW": 1,
10142
- "LEGACY_BEST_EFFORT": 2
10143
- }
10144
- }
10145
- }
10146
- },
10147
11846
  "SourceCodeInfo": {
10148
11847
  "fields": {
10149
11848
  "location": {
@@ -10401,7 +12100,7 @@
10401
12100
  "options": {
10402
12101
  "cc_enable_arenas": true,
10403
12102
  "csharp_namespace": "Google.LongRunning",
10404
- "go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
12103
+ "go_package": "google.golang.org/genproto/googleapis/longrunning;longrunning",
10405
12104
  "java_multiple_files": true,
10406
12105
  "java_outer_classname": "OperationsProto",
10407
12106
  "java_package": "com.google.longrunning",