@google-cloud/discoveryengine 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +6 -0
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +49 -5
- package/build/protos/google/cloud/discoveryengine/v1/control.proto +6 -4
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +9 -9
- package/build/protos/google/cloud/discoveryengine/v1/custom_tuning_model.proto +96 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +10 -0
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +20 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +2 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +110 -0
- package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +13 -7
- package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +117 -0
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +40 -16
- package/build/protos/google/cloud/discoveryengine/v1/search_tuning_service.proto +196 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +4 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +21 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/custom_tuning_model.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +48 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +20 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +107 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +7 -7
- package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +21 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +4 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +47 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/control.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +20 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +2 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +114 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +13 -7
- package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +44 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +101 -6
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +4 -0
- package/build/protos/protos.d.ts +7369 -2842
- package/build/protos/protos.js +13311 -2062
- package/build/protos/protos.json +1096 -45
- package/build/src/index.d.ts +4 -1
- package/build/src/index.js +4 -1
- package/build/src/v1/completion_service_client.d.ts +93 -0
- package/build/src/v1/completion_service_client.js +134 -0
- package/build/src/v1/control_service_client.d.ts +93 -0
- package/build/src/v1/control_service_client.js +128 -0
- package/build/src/v1/conversational_search_service_client.d.ts +93 -0
- package/build/src/v1/conversational_search_service_client.js +128 -0
- package/build/src/v1/data_store_service_client.d.ts +102 -0
- package/build/src/v1/data_store_service_client.js +134 -0
- package/build/src/v1/document_service_client.d.ts +131 -0
- package/build/src/v1/document_service_client.js +156 -0
- package/build/src/v1/document_service_client_config.json +5 -0
- package/build/src/v1/engine_service_client.d.ts +93 -0
- package/build/src/v1/engine_service_client.js +134 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +93 -0
- package/build/src/v1/grounded_generation_service_client.js +128 -0
- package/build/src/v1/index.d.ts +1 -0
- package/build/src/v1/index.js +3 -1
- package/build/src/v1/project_service_client.d.ts +93 -0
- package/build/src/v1/project_service_client.js +134 -0
- package/build/src/v1/rank_service_client.d.ts +93 -0
- package/build/src/v1/rank_service_client.js +128 -0
- package/build/src/v1/recommendation_service_client.d.ts +95 -1
- package/build/src/v1/recommendation_service_client.js +128 -0
- package/build/src/v1/schema_service_client.d.ts +93 -0
- package/build/src/v1/schema_service_client.js +134 -0
- package/build/src/v1/search_service_client.d.ts +111 -9
- package/build/src/v1/search_service_client.js +140 -6
- package/build/src/v1/search_tuning_service_client.d.ts +1776 -0
- package/build/src/v1/search_tuning_service_client.js +2589 -0
- package/build/src/v1/search_tuning_service_client_config.json +34 -0
- package/build/src/v1/site_search_engine_service_client.d.ts +93 -0
- package/build/src/v1/site_search_engine_service_client.js +134 -0
- package/build/src/v1/user_event_service_client.d.ts +168 -0
- package/build/src/v1/user_event_service_client.js +176 -0
- package/build/src/v1/user_event_service_client_config.json +5 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +1 -1
- package/build/src/v1alpha/document_service_client.d.ts +29 -0
- package/build/src/v1alpha/document_service_client.js +22 -0
- package/build/src/v1alpha/document_service_client_config.json +5 -0
- package/build/src/v1beta/document_service_client.d.ts +38 -0
- package/build/src/v1beta/document_service_client.js +22 -0
- package/build/src/v1beta/document_service_client_config.json +5 -0
- package/build/src/v1beta/search_service_client.d.ts +36 -9
- package/build/src/v1beta/search_service_client.js +24 -6
- package/package.json +1 -1
@@ -157,6 +157,7 @@ class RecommendationServiceClient {
|
|
157
157
|
projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}'),
|
158
158
|
projectLocationCollectionDataStoreControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}'),
|
159
159
|
projectLocationCollectionDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}'),
|
160
|
+
projectLocationCollectionDataStoreCustomTuningModelPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}'),
|
160
161
|
projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
|
161
162
|
projectLocationCollectionDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}'),
|
162
163
|
projectLocationCollectionDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}'),
|
@@ -174,6 +175,7 @@ class RecommendationServiceClient {
|
|
174
175
|
projectLocationDataStoreBranchDocumentChunkPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}'),
|
175
176
|
projectLocationDataStoreControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}'),
|
176
177
|
projectLocationDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}'),
|
178
|
+
projectLocationDataStoreCustomTuningModelPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}'),
|
177
179
|
projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
|
178
180
|
projectLocationDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}'),
|
179
181
|
projectLocationDataStoreServingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}'),
|
@@ -819,6 +821,75 @@ class RecommendationServiceClient {
|
|
819
821
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName) {
|
820
822
|
return this.pathTemplates.projectLocationCollectionDataStoreConversationPathTemplate.match(projectLocationCollectionDataStoreConversationName).conversation;
|
821
823
|
}
|
824
|
+
/**
|
825
|
+
* Return a fully-qualified projectLocationCollectionDataStoreCustomTuningModel resource name string.
|
826
|
+
*
|
827
|
+
* @param {string} project
|
828
|
+
* @param {string} location
|
829
|
+
* @param {string} collection
|
830
|
+
* @param {string} data_store
|
831
|
+
* @param {string} custom_tuning_model
|
832
|
+
* @returns {string} Resource name string.
|
833
|
+
*/
|
834
|
+
projectLocationCollectionDataStoreCustomTuningModelPath(project, location, collection, dataStore, customTuningModel) {
|
835
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.render({
|
836
|
+
project: project,
|
837
|
+
location: location,
|
838
|
+
collection: collection,
|
839
|
+
data_store: dataStore,
|
840
|
+
custom_tuning_model: customTuningModel,
|
841
|
+
});
|
842
|
+
}
|
843
|
+
/**
|
844
|
+
* Parse the project from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
845
|
+
*
|
846
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
847
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
848
|
+
* @returns {string} A string representing the project.
|
849
|
+
*/
|
850
|
+
matchProjectFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
851
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).project;
|
852
|
+
}
|
853
|
+
/**
|
854
|
+
* Parse the location from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
855
|
+
*
|
856
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
857
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
858
|
+
* @returns {string} A string representing the location.
|
859
|
+
*/
|
860
|
+
matchLocationFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
861
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).location;
|
862
|
+
}
|
863
|
+
/**
|
864
|
+
* Parse the collection from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
865
|
+
*
|
866
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
867
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
868
|
+
* @returns {string} A string representing the collection.
|
869
|
+
*/
|
870
|
+
matchCollectionFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
871
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).collection;
|
872
|
+
}
|
873
|
+
/**
|
874
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
875
|
+
*
|
876
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
877
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
878
|
+
* @returns {string} A string representing the data_store.
|
879
|
+
*/
|
880
|
+
matchDataStoreFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
881
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).data_store;
|
882
|
+
}
|
883
|
+
/**
|
884
|
+
* Parse the custom_tuning_model from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
885
|
+
*
|
886
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
887
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
888
|
+
* @returns {string} A string representing the custom_tuning_model.
|
889
|
+
*/
|
890
|
+
matchCustomTuningModelFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
891
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).custom_tuning_model;
|
892
|
+
}
|
822
893
|
/**
|
823
894
|
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
824
895
|
*
|
@@ -1956,6 +2027,63 @@ class RecommendationServiceClient {
|
|
1956
2027
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName) {
|
1957
2028
|
return this.pathTemplates.projectLocationDataStoreConversationPathTemplate.match(projectLocationDataStoreConversationName).conversation;
|
1958
2029
|
}
|
2030
|
+
/**
|
2031
|
+
* Return a fully-qualified projectLocationDataStoreCustomTuningModel resource name string.
|
2032
|
+
*
|
2033
|
+
* @param {string} project
|
2034
|
+
* @param {string} location
|
2035
|
+
* @param {string} data_store
|
2036
|
+
* @param {string} custom_tuning_model
|
2037
|
+
* @returns {string} Resource name string.
|
2038
|
+
*/
|
2039
|
+
projectLocationDataStoreCustomTuningModelPath(project, location, dataStore, customTuningModel) {
|
2040
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.render({
|
2041
|
+
project: project,
|
2042
|
+
location: location,
|
2043
|
+
data_store: dataStore,
|
2044
|
+
custom_tuning_model: customTuningModel,
|
2045
|
+
});
|
2046
|
+
}
|
2047
|
+
/**
|
2048
|
+
* Parse the project from ProjectLocationDataStoreCustomTuningModel resource.
|
2049
|
+
*
|
2050
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2051
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2052
|
+
* @returns {string} A string representing the project.
|
2053
|
+
*/
|
2054
|
+
matchProjectFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2055
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).project;
|
2056
|
+
}
|
2057
|
+
/**
|
2058
|
+
* Parse the location from ProjectLocationDataStoreCustomTuningModel resource.
|
2059
|
+
*
|
2060
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2061
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2062
|
+
* @returns {string} A string representing the location.
|
2063
|
+
*/
|
2064
|
+
matchLocationFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2065
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).location;
|
2066
|
+
}
|
2067
|
+
/**
|
2068
|
+
* Parse the data_store from ProjectLocationDataStoreCustomTuningModel resource.
|
2069
|
+
*
|
2070
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2071
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2072
|
+
* @returns {string} A string representing the data_store.
|
2073
|
+
*/
|
2074
|
+
matchDataStoreFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2075
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).data_store;
|
2076
|
+
}
|
2077
|
+
/**
|
2078
|
+
* Parse the custom_tuning_model from ProjectLocationDataStoreCustomTuningModel resource.
|
2079
|
+
*
|
2080
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2081
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2082
|
+
* @returns {string} A string representing the custom_tuning_model.
|
2083
|
+
*/
|
2084
|
+
matchCustomTuningModelFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2085
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).custom_tuning_model;
|
2086
|
+
}
|
1959
2087
|
/**
|
1960
2088
|
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
1961
2089
|
*
|
@@ -885,6 +885,57 @@ export declare class SchemaServiceClient {
|
|
885
885
|
* @returns {string} A string representing the conversation.
|
886
886
|
*/
|
887
887
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
888
|
+
/**
|
889
|
+
* Return a fully-qualified projectLocationCollectionDataStoreCustomTuningModel resource name string.
|
890
|
+
*
|
891
|
+
* @param {string} project
|
892
|
+
* @param {string} location
|
893
|
+
* @param {string} collection
|
894
|
+
* @param {string} data_store
|
895
|
+
* @param {string} custom_tuning_model
|
896
|
+
* @returns {string} Resource name string.
|
897
|
+
*/
|
898
|
+
projectLocationCollectionDataStoreCustomTuningModelPath(project: string, location: string, collection: string, dataStore: string, customTuningModel: string): string;
|
899
|
+
/**
|
900
|
+
* Parse the project from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
901
|
+
*
|
902
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
903
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
904
|
+
* @returns {string} A string representing the project.
|
905
|
+
*/
|
906
|
+
matchProjectFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
907
|
+
/**
|
908
|
+
* Parse the location from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
909
|
+
*
|
910
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
911
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
912
|
+
* @returns {string} A string representing the location.
|
913
|
+
*/
|
914
|
+
matchLocationFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
915
|
+
/**
|
916
|
+
* Parse the collection from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
917
|
+
*
|
918
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
919
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
920
|
+
* @returns {string} A string representing the collection.
|
921
|
+
*/
|
922
|
+
matchCollectionFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
923
|
+
/**
|
924
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
925
|
+
*
|
926
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
927
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
928
|
+
* @returns {string} A string representing the data_store.
|
929
|
+
*/
|
930
|
+
matchDataStoreFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
931
|
+
/**
|
932
|
+
* Parse the custom_tuning_model from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
933
|
+
*
|
934
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
935
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
936
|
+
* @returns {string} A string representing the custom_tuning_model.
|
937
|
+
*/
|
938
|
+
matchCustomTuningModelFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
888
939
|
/**
|
889
940
|
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
890
941
|
*
|
@@ -1623,6 +1674,48 @@ export declare class SchemaServiceClient {
|
|
1623
1674
|
* @returns {string} A string representing the conversation.
|
1624
1675
|
*/
|
1625
1676
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1677
|
+
/**
|
1678
|
+
* Return a fully-qualified projectLocationDataStoreCustomTuningModel resource name string.
|
1679
|
+
*
|
1680
|
+
* @param {string} project
|
1681
|
+
* @param {string} location
|
1682
|
+
* @param {string} data_store
|
1683
|
+
* @param {string} custom_tuning_model
|
1684
|
+
* @returns {string} Resource name string.
|
1685
|
+
*/
|
1686
|
+
projectLocationDataStoreCustomTuningModelPath(project: string, location: string, dataStore: string, customTuningModel: string): string;
|
1687
|
+
/**
|
1688
|
+
* Parse the project from ProjectLocationDataStoreCustomTuningModel resource.
|
1689
|
+
*
|
1690
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1691
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1692
|
+
* @returns {string} A string representing the project.
|
1693
|
+
*/
|
1694
|
+
matchProjectFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1695
|
+
/**
|
1696
|
+
* Parse the location from ProjectLocationDataStoreCustomTuningModel resource.
|
1697
|
+
*
|
1698
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1699
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1700
|
+
* @returns {string} A string representing the location.
|
1701
|
+
*/
|
1702
|
+
matchLocationFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1703
|
+
/**
|
1704
|
+
* Parse the data_store from ProjectLocationDataStoreCustomTuningModel resource.
|
1705
|
+
*
|
1706
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1707
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1708
|
+
* @returns {string} A string representing the data_store.
|
1709
|
+
*/
|
1710
|
+
matchDataStoreFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1711
|
+
/**
|
1712
|
+
* Parse the custom_tuning_model from ProjectLocationDataStoreCustomTuningModel resource.
|
1713
|
+
*
|
1714
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1715
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1716
|
+
* @returns {string} A string representing the custom_tuning_model.
|
1717
|
+
*/
|
1718
|
+
matchCustomTuningModelFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1626
1719
|
/**
|
1627
1720
|
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
1628
1721
|
*
|
@@ -156,6 +156,7 @@ class SchemaServiceClient {
|
|
156
156
|
projectLocationCollectionDataStoreBranchDocumentChunkPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}'),
|
157
157
|
projectLocationCollectionDataStoreControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}'),
|
158
158
|
projectLocationCollectionDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}'),
|
159
|
+
projectLocationCollectionDataStoreCustomTuningModelPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}'),
|
159
160
|
projectLocationCollectionDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig'),
|
160
161
|
projectLocationCollectionDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}'),
|
161
162
|
projectLocationCollectionDataStoreSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}'),
|
@@ -171,6 +172,7 @@ class SchemaServiceClient {
|
|
171
172
|
projectLocationDataStoreBranchDocumentChunkPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}'),
|
172
173
|
projectLocationDataStoreControlPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}'),
|
173
174
|
projectLocationDataStoreConversationPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}'),
|
175
|
+
projectLocationDataStoreCustomTuningModelPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/customTuningModels/{custom_tuning_model}'),
|
174
176
|
projectLocationDataStoreDocumentProcessingConfigPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig'),
|
175
177
|
projectLocationDataStoreSchemaPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/schemas/{schema}'),
|
176
178
|
projectLocationDataStoreSessionPathTemplate: new this._gaxModule.PathTemplate('projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}'),
|
@@ -250,6 +252,9 @@ class SchemaServiceClient {
|
|
250
252
|
{
|
251
253
|
get: '/v1/{name=projects/*/locations/*/dataStores/*/operations/*}',
|
252
254
|
},
|
255
|
+
{
|
256
|
+
get: '/v1/{name=projects/*/locations/*/identity_mapping_stores/*/operations/*}',
|
257
|
+
},
|
253
258
|
{ get: '/v1/{name=projects/*/locations/*/operations/*}' },
|
254
259
|
{ get: '/v1/{name=projects/*/operations/*}' },
|
255
260
|
],
|
@@ -290,6 +295,9 @@ class SchemaServiceClient {
|
|
290
295
|
get: '/v1/{name=projects/*/locations/*/dataStores/*/models/*}/operations',
|
291
296
|
},
|
292
297
|
{ get: '/v1/{name=projects/*/locations/*/dataStores/*}/operations' },
|
298
|
+
{
|
299
|
+
get: '/v1/{name=projects/*/locations/*/identity_mapping_stores/*}/operations',
|
300
|
+
},
|
293
301
|
{ get: '/v1/{name=projects/*/locations/*}/operations' },
|
294
302
|
{ get: '/v1/{name=projects/*}/operations' },
|
295
303
|
],
|
@@ -1318,6 +1326,75 @@ class SchemaServiceClient {
|
|
1318
1326
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName) {
|
1319
1327
|
return this.pathTemplates.projectLocationCollectionDataStoreConversationPathTemplate.match(projectLocationCollectionDataStoreConversationName).conversation;
|
1320
1328
|
}
|
1329
|
+
/**
|
1330
|
+
* Return a fully-qualified projectLocationCollectionDataStoreCustomTuningModel resource name string.
|
1331
|
+
*
|
1332
|
+
* @param {string} project
|
1333
|
+
* @param {string} location
|
1334
|
+
* @param {string} collection
|
1335
|
+
* @param {string} data_store
|
1336
|
+
* @param {string} custom_tuning_model
|
1337
|
+
* @returns {string} Resource name string.
|
1338
|
+
*/
|
1339
|
+
projectLocationCollectionDataStoreCustomTuningModelPath(project, location, collection, dataStore, customTuningModel) {
|
1340
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.render({
|
1341
|
+
project: project,
|
1342
|
+
location: location,
|
1343
|
+
collection: collection,
|
1344
|
+
data_store: dataStore,
|
1345
|
+
custom_tuning_model: customTuningModel,
|
1346
|
+
});
|
1347
|
+
}
|
1348
|
+
/**
|
1349
|
+
* Parse the project from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1350
|
+
*
|
1351
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1352
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1353
|
+
* @returns {string} A string representing the project.
|
1354
|
+
*/
|
1355
|
+
matchProjectFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
1356
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).project;
|
1357
|
+
}
|
1358
|
+
/**
|
1359
|
+
* Parse the location from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1360
|
+
*
|
1361
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1362
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1363
|
+
* @returns {string} A string representing the location.
|
1364
|
+
*/
|
1365
|
+
matchLocationFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
1366
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).location;
|
1367
|
+
}
|
1368
|
+
/**
|
1369
|
+
* Parse the collection from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1370
|
+
*
|
1371
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1372
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1373
|
+
* @returns {string} A string representing the collection.
|
1374
|
+
*/
|
1375
|
+
matchCollectionFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
1376
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).collection;
|
1377
|
+
}
|
1378
|
+
/**
|
1379
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1380
|
+
*
|
1381
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1382
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1383
|
+
* @returns {string} A string representing the data_store.
|
1384
|
+
*/
|
1385
|
+
matchDataStoreFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
1386
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).data_store;
|
1387
|
+
}
|
1388
|
+
/**
|
1389
|
+
* Parse the custom_tuning_model from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1390
|
+
*
|
1391
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1392
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1393
|
+
* @returns {string} A string representing the custom_tuning_model.
|
1394
|
+
*/
|
1395
|
+
matchCustomTuningModelFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName) {
|
1396
|
+
return this.pathTemplates.projectLocationCollectionDataStoreCustomTuningModelPathTemplate.match(projectLocationCollectionDataStoreCustomTuningModelName).custom_tuning_model;
|
1397
|
+
}
|
1321
1398
|
/**
|
1322
1399
|
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
1323
1400
|
*
|
@@ -2317,6 +2394,63 @@ class SchemaServiceClient {
|
|
2317
2394
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName) {
|
2318
2395
|
return this.pathTemplates.projectLocationDataStoreConversationPathTemplate.match(projectLocationDataStoreConversationName).conversation;
|
2319
2396
|
}
|
2397
|
+
/**
|
2398
|
+
* Return a fully-qualified projectLocationDataStoreCustomTuningModel resource name string.
|
2399
|
+
*
|
2400
|
+
* @param {string} project
|
2401
|
+
* @param {string} location
|
2402
|
+
* @param {string} data_store
|
2403
|
+
* @param {string} custom_tuning_model
|
2404
|
+
* @returns {string} Resource name string.
|
2405
|
+
*/
|
2406
|
+
projectLocationDataStoreCustomTuningModelPath(project, location, dataStore, customTuningModel) {
|
2407
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.render({
|
2408
|
+
project: project,
|
2409
|
+
location: location,
|
2410
|
+
data_store: dataStore,
|
2411
|
+
custom_tuning_model: customTuningModel,
|
2412
|
+
});
|
2413
|
+
}
|
2414
|
+
/**
|
2415
|
+
* Parse the project from ProjectLocationDataStoreCustomTuningModel resource.
|
2416
|
+
*
|
2417
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2418
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2419
|
+
* @returns {string} A string representing the project.
|
2420
|
+
*/
|
2421
|
+
matchProjectFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2422
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).project;
|
2423
|
+
}
|
2424
|
+
/**
|
2425
|
+
* Parse the location from ProjectLocationDataStoreCustomTuningModel resource.
|
2426
|
+
*
|
2427
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2428
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2429
|
+
* @returns {string} A string representing the location.
|
2430
|
+
*/
|
2431
|
+
matchLocationFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2432
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).location;
|
2433
|
+
}
|
2434
|
+
/**
|
2435
|
+
* Parse the data_store from ProjectLocationDataStoreCustomTuningModel resource.
|
2436
|
+
*
|
2437
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2438
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2439
|
+
* @returns {string} A string representing the data_store.
|
2440
|
+
*/
|
2441
|
+
matchDataStoreFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2442
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).data_store;
|
2443
|
+
}
|
2444
|
+
/**
|
2445
|
+
* Parse the custom_tuning_model from ProjectLocationDataStoreCustomTuningModel resource.
|
2446
|
+
*
|
2447
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2448
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2449
|
+
* @returns {string} A string representing the custom_tuning_model.
|
2450
|
+
*/
|
2451
|
+
matchCustomTuningModelFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName) {
|
2452
|
+
return this.pathTemplates.projectLocationDataStoreCustomTuningModelPathTemplate.match(projectLocationDataStoreCustomTuningModelName).custom_tuning_model;
|
2453
|
+
}
|
2320
2454
|
/**
|
2321
2455
|
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
2322
2456
|
*
|
@@ -205,9 +205,12 @@ export declare class SearchServiceClient {
|
|
205
205
|
* Leave it unset if ordered by relevance. `order_by` expression is
|
206
206
|
* case-sensitive.
|
207
207
|
*
|
208
|
-
* For more information on ordering
|
209
|
-
* [
|
210
|
-
*
|
208
|
+
* For more information on ordering the website search results, see
|
209
|
+
* [Order web search
|
210
|
+
* results](https://cloud.google.com/generative-ai-app-builder/docs/order-web-search-results).
|
211
|
+
* For more information on ordering the healthcare search results, see
|
212
|
+
* [Order healthcare search
|
213
|
+
* results](https://cloud.google.com/generative-ai-app-builder/docs/order-hc-results).
|
211
214
|
* If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
|
212
215
|
* @param {google.cloud.discoveryengine.v1.UserInfo} request.userInfo
|
213
216
|
* Information about the end user.
|
@@ -432,9 +435,12 @@ export declare class SearchServiceClient {
|
|
432
435
|
* Leave it unset if ordered by relevance. `order_by` expression is
|
433
436
|
* case-sensitive.
|
434
437
|
*
|
435
|
-
* For more information on ordering
|
436
|
-
* [
|
437
|
-
*
|
438
|
+
* For more information on ordering the website search results, see
|
439
|
+
* [Order web search
|
440
|
+
* results](https://cloud.google.com/generative-ai-app-builder/docs/order-web-search-results).
|
441
|
+
* For more information on ordering the healthcare search results, see
|
442
|
+
* [Order healthcare search
|
443
|
+
* results](https://cloud.google.com/generative-ai-app-builder/docs/order-hc-results).
|
438
444
|
* If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
|
439
445
|
* @param {google.cloud.discoveryengine.v1.UserInfo} request.userInfo
|
440
446
|
* Information about the end user.
|
@@ -654,9 +660,12 @@ export declare class SearchServiceClient {
|
|
654
660
|
* Leave it unset if ordered by relevance. `order_by` expression is
|
655
661
|
* case-sensitive.
|
656
662
|
*
|
657
|
-
* For more information on ordering
|
658
|
-
* [
|
659
|
-
*
|
663
|
+
* For more information on ordering the website search results, see
|
664
|
+
* [Order web search
|
665
|
+
* results](https://cloud.google.com/generative-ai-app-builder/docs/order-web-search-results).
|
666
|
+
* For more information on ordering the healthcare search results, see
|
667
|
+
* [Order healthcare search
|
668
|
+
* results](https://cloud.google.com/generative-ai-app-builder/docs/order-hc-results).
|
660
669
|
* If this field is unrecognizable, an `INVALID_ARGUMENT` is returned.
|
661
670
|
* @param {google.cloud.discoveryengine.v1.UserInfo} request.userInfo
|
662
671
|
* Information about the end user.
|
@@ -1218,6 +1227,57 @@ export declare class SearchServiceClient {
|
|
1218
1227
|
* @returns {string} A string representing the conversation.
|
1219
1228
|
*/
|
1220
1229
|
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
1230
|
+
/**
|
1231
|
+
* Return a fully-qualified projectLocationCollectionDataStoreCustomTuningModel resource name string.
|
1232
|
+
*
|
1233
|
+
* @param {string} project
|
1234
|
+
* @param {string} location
|
1235
|
+
* @param {string} collection
|
1236
|
+
* @param {string} data_store
|
1237
|
+
* @param {string} custom_tuning_model
|
1238
|
+
* @returns {string} Resource name string.
|
1239
|
+
*/
|
1240
|
+
projectLocationCollectionDataStoreCustomTuningModelPath(project: string, location: string, collection: string, dataStore: string, customTuningModel: string): string;
|
1241
|
+
/**
|
1242
|
+
* Parse the project from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1243
|
+
*
|
1244
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1245
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1246
|
+
* @returns {string} A string representing the project.
|
1247
|
+
*/
|
1248
|
+
matchProjectFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
1249
|
+
/**
|
1250
|
+
* Parse the location from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1251
|
+
*
|
1252
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1253
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1254
|
+
* @returns {string} A string representing the location.
|
1255
|
+
*/
|
1256
|
+
matchLocationFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
1257
|
+
/**
|
1258
|
+
* Parse the collection from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1259
|
+
*
|
1260
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1261
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1262
|
+
* @returns {string} A string representing the collection.
|
1263
|
+
*/
|
1264
|
+
matchCollectionFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
1265
|
+
/**
|
1266
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1267
|
+
*
|
1268
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1269
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1270
|
+
* @returns {string} A string representing the data_store.
|
1271
|
+
*/
|
1272
|
+
matchDataStoreFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
1273
|
+
/**
|
1274
|
+
* Parse the custom_tuning_model from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1275
|
+
*
|
1276
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1277
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1278
|
+
* @returns {string} A string representing the custom_tuning_model.
|
1279
|
+
*/
|
1280
|
+
matchCustomTuningModelFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
1221
1281
|
/**
|
1222
1282
|
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
1223
1283
|
*
|
@@ -2100,6 +2160,48 @@ export declare class SearchServiceClient {
|
|
2100
2160
|
* @returns {string} A string representing the conversation.
|
2101
2161
|
*/
|
2102
2162
|
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
2163
|
+
/**
|
2164
|
+
* Return a fully-qualified projectLocationDataStoreCustomTuningModel resource name string.
|
2165
|
+
*
|
2166
|
+
* @param {string} project
|
2167
|
+
* @param {string} location
|
2168
|
+
* @param {string} data_store
|
2169
|
+
* @param {string} custom_tuning_model
|
2170
|
+
* @returns {string} Resource name string.
|
2171
|
+
*/
|
2172
|
+
projectLocationDataStoreCustomTuningModelPath(project: string, location: string, dataStore: string, customTuningModel: string): string;
|
2173
|
+
/**
|
2174
|
+
* Parse the project from ProjectLocationDataStoreCustomTuningModel resource.
|
2175
|
+
*
|
2176
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2177
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2178
|
+
* @returns {string} A string representing the project.
|
2179
|
+
*/
|
2180
|
+
matchProjectFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
2181
|
+
/**
|
2182
|
+
* Parse the location from ProjectLocationDataStoreCustomTuningModel resource.
|
2183
|
+
*
|
2184
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2185
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2186
|
+
* @returns {string} A string representing the location.
|
2187
|
+
*/
|
2188
|
+
matchLocationFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
2189
|
+
/**
|
2190
|
+
* Parse the data_store from ProjectLocationDataStoreCustomTuningModel resource.
|
2191
|
+
*
|
2192
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2193
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2194
|
+
* @returns {string} A string representing the data_store.
|
2195
|
+
*/
|
2196
|
+
matchDataStoreFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
2197
|
+
/**
|
2198
|
+
* Parse the custom_tuning_model from ProjectLocationDataStoreCustomTuningModel resource.
|
2199
|
+
*
|
2200
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2201
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2202
|
+
* @returns {string} A string representing the custom_tuning_model.
|
2203
|
+
*/
|
2204
|
+
matchCustomTuningModelFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
2103
2205
|
/**
|
2104
2206
|
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
2105
2207
|
*
|