@google-cloud/discoveryengine 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +12 -0
  3. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +0 -5
  4. package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +3 -0
  5. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +39 -0
  6. package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +1 -1
  7. package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +1 -1
  8. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +97 -0
  9. package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +147 -0
  10. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +164 -0
  11. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +540 -0
  12. package/build/protos/protos.d.ts +4473 -550
  13. package/build/protos/protos.js +27437 -19222
  14. package/build/protos/protos.json +1060 -358
  15. package/build/src/index.js +1 -1
  16. package/build/src/v1/completion_service_client.js +1 -1
  17. package/build/src/v1/conversational_search_service_client.js +1 -1
  18. package/build/src/v1/document_service_client.js +1 -1
  19. package/build/src/v1/index.js +1 -1
  20. package/build/src/v1/schema_service_client.js +1 -1
  21. package/build/src/v1/search_service_client.js +1 -1
  22. package/build/src/v1/user_event_service_client.js +1 -1
  23. package/build/src/v1alpha/completion_service_client.d.ts +219 -0
  24. package/build/src/v1alpha/completion_service_client.js +302 -0
  25. package/build/src/v1alpha/conversational_search_service_client.d.ts +236 -0
  26. package/build/src/v1alpha/conversational_search_service_client.js +302 -0
  27. package/build/src/v1alpha/data_store_service_client.d.ts +219 -0
  28. package/build/src/v1alpha/data_store_service_client.js +310 -2
  29. package/build/src/v1alpha/document_service_client.d.ts +219 -0
  30. package/build/src/v1alpha/document_service_client.js +310 -2
  31. package/build/src/v1alpha/engine_service_client.d.ts +220 -1
  32. package/build/src/v1alpha/engine_service_client.js +310 -2
  33. package/build/src/v1alpha/index.d.ts +1 -0
  34. package/build/src/v1alpha/index.js +3 -1
  35. package/build/src/v1alpha/recommendation_service_client.d.ts +219 -0
  36. package/build/src/v1alpha/recommendation_service_client.js +302 -0
  37. package/build/src/v1alpha/schema_service_client.d.ts +219 -0
  38. package/build/src/v1alpha/schema_service_client.js +310 -2
  39. package/build/src/v1alpha/search_service_client.d.ts +258 -0
  40. package/build/src/v1alpha/search_service_client.js +328 -0
  41. package/build/src/v1alpha/search_tuning_service_client.d.ts +968 -0
  42. package/build/src/v1alpha/search_tuning_service_client.js +1452 -0
  43. package/build/src/v1alpha/search_tuning_service_client_config.json +30 -0
  44. package/build/src/v1alpha/site_search_engine_service_client.d.ts +739 -1
  45. package/build/src/v1alpha/site_search_engine_service_client.js +801 -4
  46. package/build/src/v1alpha/site_search_engine_service_client_config.json +44 -0
  47. package/build/src/v1alpha/user_event_service_client.d.ts +219 -0
  48. package/build/src/v1alpha/user_event_service_client.js +310 -2
  49. package/build/src/v1beta/completion_service_client.js +1 -1
  50. package/build/src/v1beta/conversational_search_service_client.js +1 -1
  51. package/build/src/v1beta/document_service_client.js +1 -1
  52. package/build/src/v1beta/index.js +1 -1
  53. package/build/src/v1beta/recommendation_service_client.js +1 -1
  54. package/build/src/v1beta/schema_service_client.js +1 -1
  55. package/build/src/v1beta/search_service_client.js +1 -1
  56. package/build/src/v1beta/user_event_service_client.js +1 -1
  57. package/package.json +2 -2
@@ -20,9 +20,53 @@
20
20
  }
21
21
  },
22
22
  "methods": {
23
+ "GetSiteSearchEngine": {
24
+ "retry_codes_name": "non_idempotent",
25
+ "retry_params_name": "default"
26
+ },
27
+ "CreateTargetSite": {
28
+ "retry_codes_name": "non_idempotent",
29
+ "retry_params_name": "default"
30
+ },
31
+ "BatchCreateTargetSites": {
32
+ "retry_codes_name": "non_idempotent",
33
+ "retry_params_name": "default"
34
+ },
35
+ "GetTargetSite": {
36
+ "retry_codes_name": "non_idempotent",
37
+ "retry_params_name": "default"
38
+ },
39
+ "UpdateTargetSite": {
40
+ "retry_codes_name": "non_idempotent",
41
+ "retry_params_name": "default"
42
+ },
43
+ "DeleteTargetSite": {
44
+ "retry_codes_name": "non_idempotent",
45
+ "retry_params_name": "default"
46
+ },
47
+ "ListTargetSites": {
48
+ "retry_codes_name": "non_idempotent",
49
+ "retry_params_name": "default"
50
+ },
51
+ "EnableAdvancedSiteSearch": {
52
+ "retry_codes_name": "non_idempotent",
53
+ "retry_params_name": "default"
54
+ },
55
+ "DisableAdvancedSiteSearch": {
56
+ "retry_codes_name": "non_idempotent",
57
+ "retry_params_name": "default"
58
+ },
23
59
  "RecrawlUris": {
24
60
  "retry_codes_name": "non_idempotent",
25
61
  "retry_params_name": "default"
62
+ },
63
+ "BatchVerifyTargetSites": {
64
+ "retry_codes_name": "non_idempotent",
65
+ "retry_params_name": "default"
66
+ },
67
+ "FetchDomainVerificationStatus": {
68
+ "retry_codes_name": "non_idempotent",
69
+ "retry_params_name": "default"
26
70
  }
27
71
  }
28
72
  }
@@ -717,6 +717,150 @@ export declare class UserEventServiceClient {
717
717
  * @returns {string} A string representing the schema.
718
718
  */
719
719
  matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
720
+ /**
721
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
722
+ *
723
+ * @param {string} project
724
+ * @param {string} location
725
+ * @param {string} collection
726
+ * @param {string} data_store
727
+ * @returns {string} Resource name string.
728
+ */
729
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
730
+ /**
731
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
732
+ *
733
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
734
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
735
+ * @returns {string} A string representing the project.
736
+ */
737
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
738
+ /**
739
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
740
+ *
741
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
742
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
743
+ * @returns {string} A string representing the location.
744
+ */
745
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
746
+ /**
747
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
748
+ *
749
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
750
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
751
+ * @returns {string} A string representing the collection.
752
+ */
753
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
754
+ /**
755
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
756
+ *
757
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
758
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
759
+ * @returns {string} A string representing the data_store.
760
+ */
761
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
762
+ /**
763
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
764
+ *
765
+ * @param {string} project
766
+ * @param {string} location
767
+ * @param {string} collection
768
+ * @param {string} data_store
769
+ * @param {string} target_site
770
+ * @returns {string} Resource name string.
771
+ */
772
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
773
+ /**
774
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
775
+ *
776
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
777
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
778
+ * @returns {string} A string representing the project.
779
+ */
780
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
781
+ /**
782
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
783
+ *
784
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
785
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
786
+ * @returns {string} A string representing the location.
787
+ */
788
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
789
+ /**
790
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
791
+ *
792
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
793
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
794
+ * @returns {string} A string representing the collection.
795
+ */
796
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
797
+ /**
798
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
799
+ *
800
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
801
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
802
+ * @returns {string} A string representing the data_store.
803
+ */
804
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
805
+ /**
806
+ * Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
807
+ *
808
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
809
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
810
+ * @returns {string} A string representing the target_site.
811
+ */
812
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
813
+ /**
814
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
815
+ *
816
+ * @param {string} project
817
+ * @param {string} location
818
+ * @param {string} collection
819
+ * @param {string} engine
820
+ * @param {string} conversation
821
+ * @returns {string} Resource name string.
822
+ */
823
+ projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
824
+ /**
825
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
826
+ *
827
+ * @param {string} projectLocationCollectionEngineConversationName
828
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
829
+ * @returns {string} A string representing the project.
830
+ */
831
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
832
+ /**
833
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
834
+ *
835
+ * @param {string} projectLocationCollectionEngineConversationName
836
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
837
+ * @returns {string} A string representing the location.
838
+ */
839
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
840
+ /**
841
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
842
+ *
843
+ * @param {string} projectLocationCollectionEngineConversationName
844
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
845
+ * @returns {string} A string representing the collection.
846
+ */
847
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
848
+ /**
849
+ * Parse the engine from ProjectLocationCollectionEngineConversation resource.
850
+ *
851
+ * @param {string} projectLocationCollectionEngineConversationName
852
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
853
+ * @returns {string} A string representing the engine.
854
+ */
855
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
856
+ /**
857
+ * Parse the conversation from ProjectLocationCollectionEngineConversation resource.
858
+ *
859
+ * @param {string} projectLocationCollectionEngineConversationName
860
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
861
+ * @returns {string} A string representing the conversation.
862
+ */
863
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
720
864
  /**
721
865
  * Return a fully-qualified projectLocationDataStore resource name string.
722
866
  *
@@ -885,6 +1029,81 @@ export declare class UserEventServiceClient {
885
1029
  * @returns {string} A string representing the schema.
886
1030
  */
887
1031
  matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1032
+ /**
1033
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1034
+ *
1035
+ * @param {string} project
1036
+ * @param {string} location
1037
+ * @param {string} data_store
1038
+ * @returns {string} Resource name string.
1039
+ */
1040
+ projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
1041
+ /**
1042
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
1043
+ *
1044
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1045
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1046
+ * @returns {string} A string representing the project.
1047
+ */
1048
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1049
+ /**
1050
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
1051
+ *
1052
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1053
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1054
+ * @returns {string} A string representing the location.
1055
+ */
1056
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1057
+ /**
1058
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
1059
+ *
1060
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1061
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1062
+ * @returns {string} A string representing the data_store.
1063
+ */
1064
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1065
+ /**
1066
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1067
+ *
1068
+ * @param {string} project
1069
+ * @param {string} location
1070
+ * @param {string} data_store
1071
+ * @param {string} target_site
1072
+ * @returns {string} Resource name string.
1073
+ */
1074
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
1075
+ /**
1076
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1077
+ *
1078
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1079
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1080
+ * @returns {string} A string representing the project.
1081
+ */
1082
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1083
+ /**
1084
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1085
+ *
1086
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1087
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1088
+ * @returns {string} A string representing the location.
1089
+ */
1090
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1091
+ /**
1092
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1093
+ *
1094
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1095
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1096
+ * @returns {string} A string representing the data_store.
1097
+ */
1098
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1099
+ /**
1100
+ * Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1101
+ *
1102
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1103
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1104
+ * @returns {string} A string representing the target_site.
1105
+ */
1106
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
888
1107
  /**
889
1108
  * Terminate the gRPC channel and close the client.
890
1109
  *
@@ -143,10 +143,15 @@ class UserEventServiceClient {
143
143
  projectLocationCollectionDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
144
144
  projectLocationCollectionDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}'),
145
145
  projectLocationCollectionDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}'),
146
+ projectLocationCollectionDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine'),
147
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
148
+ projectLocationCollectionEngineConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/conversations/{conversation}'),
146
149
  projectLocationDataStorePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}'),
147
150
  projectLocationDataStoreBranchDocumentPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}'),
148
151
  projectLocationDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}'),
149
152
  projectLocationDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}'),
153
+ projectLocationDataStoreSiteSearchEnginePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine'),
154
+ projectLocationDataStoreSiteSearchEngineTargetSitePathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}'),
150
155
  };
151
156
  const protoFilesRoot = this._gaxModule.protobuf.Root.fromJSON(jsonProtos);
152
157
  // This API contains "long-running operations", which return a
@@ -161,8 +166,11 @@ class UserEventServiceClient {
161
166
  lroOptions.httpRules = [
162
167
  {
163
168
  selector: 'google.longrunning.Operations.GetOperation',
164
- get: '/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/operations/*}',
169
+ get: '/v1alpha/{name=projects/*/locations/*/collections/*/dataConnector/operations/*}',
165
170
  additional_bindings: [
171
+ {
172
+ get: '/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/operations/*}',
173
+ },
166
174
  {
167
175
  get: '/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/models/*/operations/*}',
168
176
  },
@@ -199,8 +207,11 @@ class UserEventServiceClient {
199
207
  },
200
208
  {
201
209
  selector: 'google.longrunning.Operations.ListOperations',
202
- get: '/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*}/operations',
210
+ get: '/v1alpha/{name=projects/*/locations/*/collections/*/dataConnector}/operations',
203
211
  additional_bindings: [
212
+ {
213
+ get: '/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*}/operations',
214
+ },
204
215
  {
205
216
  get: '/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/models/*}/operations',
206
217
  },
@@ -982,6 +993,201 @@ class UserEventServiceClient {
982
993
  matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName) {
983
994
  return this.pathTemplates.projectLocationCollectionDataStoreSchemaPathTemplate.match(projectLocationCollectionDataStoreSchemaName).schema;
984
995
  }
996
+ /**
997
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
998
+ *
999
+ * @param {string} project
1000
+ * @param {string} location
1001
+ * @param {string} collection
1002
+ * @param {string} data_store
1003
+ * @returns {string} Resource name string.
1004
+ */
1005
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project, location, collection, dataStore) {
1006
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEnginePathTemplate.render({
1007
+ project: project,
1008
+ location: location,
1009
+ collection: collection,
1010
+ data_store: dataStore,
1011
+ });
1012
+ }
1013
+ /**
1014
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1015
+ *
1016
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1017
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1018
+ * @returns {string} A string representing the project.
1019
+ */
1020
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName) {
1021
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEnginePathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineName).project;
1022
+ }
1023
+ /**
1024
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1025
+ *
1026
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1027
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1028
+ * @returns {string} A string representing the location.
1029
+ */
1030
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName) {
1031
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEnginePathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineName).location;
1032
+ }
1033
+ /**
1034
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1035
+ *
1036
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1037
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1038
+ * @returns {string} A string representing the collection.
1039
+ */
1040
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName) {
1041
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEnginePathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineName).collection;
1042
+ }
1043
+ /**
1044
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1045
+ *
1046
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1047
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1048
+ * @returns {string} A string representing the data_store.
1049
+ */
1050
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName) {
1051
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEnginePathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineName).data_store;
1052
+ }
1053
+ /**
1054
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
1055
+ *
1056
+ * @param {string} project
1057
+ * @param {string} location
1058
+ * @param {string} collection
1059
+ * @param {string} data_store
1060
+ * @param {string} target_site
1061
+ * @returns {string} Resource name string.
1062
+ */
1063
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project, location, collection, dataStore, targetSite) {
1064
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate.render({
1065
+ project: project,
1066
+ location: location,
1067
+ collection: collection,
1068
+ data_store: dataStore,
1069
+ target_site: targetSite,
1070
+ });
1071
+ }
1072
+ /**
1073
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1074
+ *
1075
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1076
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1077
+ * @returns {string} A string representing the project.
1078
+ */
1079
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName) {
1080
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName).project;
1081
+ }
1082
+ /**
1083
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1084
+ *
1085
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1086
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1087
+ * @returns {string} A string representing the location.
1088
+ */
1089
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName) {
1090
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName).location;
1091
+ }
1092
+ /**
1093
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1094
+ *
1095
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1096
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1097
+ * @returns {string} A string representing the collection.
1098
+ */
1099
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName) {
1100
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName).collection;
1101
+ }
1102
+ /**
1103
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1104
+ *
1105
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1106
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1107
+ * @returns {string} A string representing the data_store.
1108
+ */
1109
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName) {
1110
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName).data_store;
1111
+ }
1112
+ /**
1113
+ * Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1114
+ *
1115
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1116
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1117
+ * @returns {string} A string representing the target_site.
1118
+ */
1119
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName) {
1120
+ return this.pathTemplates.projectLocationCollectionDataStoreSiteSearchEngineTargetSitePathTemplate.match(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName).target_site;
1121
+ }
1122
+ /**
1123
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
1124
+ *
1125
+ * @param {string} project
1126
+ * @param {string} location
1127
+ * @param {string} collection
1128
+ * @param {string} engine
1129
+ * @param {string} conversation
1130
+ * @returns {string} Resource name string.
1131
+ */
1132
+ projectLocationCollectionEngineConversationPath(project, location, collection, engine, conversation) {
1133
+ return this.pathTemplates.projectLocationCollectionEngineConversationPathTemplate.render({
1134
+ project: project,
1135
+ location: location,
1136
+ collection: collection,
1137
+ engine: engine,
1138
+ conversation: conversation,
1139
+ });
1140
+ }
1141
+ /**
1142
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
1143
+ *
1144
+ * @param {string} projectLocationCollectionEngineConversationName
1145
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1146
+ * @returns {string} A string representing the project.
1147
+ */
1148
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName) {
1149
+ return this.pathTemplates.projectLocationCollectionEngineConversationPathTemplate.match(projectLocationCollectionEngineConversationName).project;
1150
+ }
1151
+ /**
1152
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
1153
+ *
1154
+ * @param {string} projectLocationCollectionEngineConversationName
1155
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1156
+ * @returns {string} A string representing the location.
1157
+ */
1158
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName) {
1159
+ return this.pathTemplates.projectLocationCollectionEngineConversationPathTemplate.match(projectLocationCollectionEngineConversationName).location;
1160
+ }
1161
+ /**
1162
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
1163
+ *
1164
+ * @param {string} projectLocationCollectionEngineConversationName
1165
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1166
+ * @returns {string} A string representing the collection.
1167
+ */
1168
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName) {
1169
+ return this.pathTemplates.projectLocationCollectionEngineConversationPathTemplate.match(projectLocationCollectionEngineConversationName).collection;
1170
+ }
1171
+ /**
1172
+ * Parse the engine from ProjectLocationCollectionEngineConversation resource.
1173
+ *
1174
+ * @param {string} projectLocationCollectionEngineConversationName
1175
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1176
+ * @returns {string} A string representing the engine.
1177
+ */
1178
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName) {
1179
+ return this.pathTemplates.projectLocationCollectionEngineConversationPathTemplate.match(projectLocationCollectionEngineConversationName).engine;
1180
+ }
1181
+ /**
1182
+ * Parse the conversation from ProjectLocationCollectionEngineConversation resource.
1183
+ *
1184
+ * @param {string} projectLocationCollectionEngineConversationName
1185
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1186
+ * @returns {string} A string representing the conversation.
1187
+ */
1188
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName) {
1189
+ return this.pathTemplates.projectLocationCollectionEngineConversationPathTemplate.match(projectLocationCollectionEngineConversationName).conversation;
1190
+ }
985
1191
  /**
986
1192
  * Return a fully-qualified projectLocationDataStore resource name string.
987
1193
  *
@@ -1210,6 +1416,108 @@ class UserEventServiceClient {
1210
1416
  matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName) {
1211
1417
  return this.pathTemplates.projectLocationDataStoreSchemaPathTemplate.match(projectLocationDataStoreSchemaName).schema;
1212
1418
  }
1419
+ /**
1420
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1421
+ *
1422
+ * @param {string} project
1423
+ * @param {string} location
1424
+ * @param {string} data_store
1425
+ * @returns {string} Resource name string.
1426
+ */
1427
+ projectLocationDataStoreSiteSearchEnginePath(project, location, dataStore) {
1428
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEnginePathTemplate.render({
1429
+ project: project,
1430
+ location: location,
1431
+ data_store: dataStore,
1432
+ });
1433
+ }
1434
+ /**
1435
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
1436
+ *
1437
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1438
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1439
+ * @returns {string} A string representing the project.
1440
+ */
1441
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName) {
1442
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEnginePathTemplate.match(projectLocationDataStoreSiteSearchEngineName).project;
1443
+ }
1444
+ /**
1445
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
1446
+ *
1447
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1448
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1449
+ * @returns {string} A string representing the location.
1450
+ */
1451
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName) {
1452
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEnginePathTemplate.match(projectLocationDataStoreSiteSearchEngineName).location;
1453
+ }
1454
+ /**
1455
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
1456
+ *
1457
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1458
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1459
+ * @returns {string} A string representing the data_store.
1460
+ */
1461
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName) {
1462
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEnginePathTemplate.match(projectLocationDataStoreSiteSearchEngineName).data_store;
1463
+ }
1464
+ /**
1465
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1466
+ *
1467
+ * @param {string} project
1468
+ * @param {string} location
1469
+ * @param {string} data_store
1470
+ * @param {string} target_site
1471
+ * @returns {string} Resource name string.
1472
+ */
1473
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project, location, dataStore, targetSite) {
1474
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineTargetSitePathTemplate.render({
1475
+ project: project,
1476
+ location: location,
1477
+ data_store: dataStore,
1478
+ target_site: targetSite,
1479
+ });
1480
+ }
1481
+ /**
1482
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1483
+ *
1484
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1485
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1486
+ * @returns {string} A string representing the project.
1487
+ */
1488
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName) {
1489
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineTargetSitePathTemplate.match(projectLocationDataStoreSiteSearchEngineTargetSiteName).project;
1490
+ }
1491
+ /**
1492
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1493
+ *
1494
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1495
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1496
+ * @returns {string} A string representing the location.
1497
+ */
1498
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName) {
1499
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineTargetSitePathTemplate.match(projectLocationDataStoreSiteSearchEngineTargetSiteName).location;
1500
+ }
1501
+ /**
1502
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1503
+ *
1504
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1505
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1506
+ * @returns {string} A string representing the data_store.
1507
+ */
1508
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName) {
1509
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineTargetSitePathTemplate.match(projectLocationDataStoreSiteSearchEngineTargetSiteName).data_store;
1510
+ }
1511
+ /**
1512
+ * Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1513
+ *
1514
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1515
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1516
+ * @returns {string} A string representing the target_site.
1517
+ */
1518
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName) {
1519
+ return this.pathTemplates.projectLocationDataStoreSiteSearchEngineTargetSitePathTemplate.match(projectLocationDataStoreSiteSearchEngineTargetSiteName).target_site;
1520
+ }
1213
1521
  /**
1214
1522
  * Terminate the gRPC channel and close the client.
1215
1523
  *
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2023 Google LLC
2
+ // Copyright 2024 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2023 Google LLC
2
+ // Copyright 2024 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.