@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.
- package/CHANGELOG.md +14 -0
- package/README.md +25 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +38 -8
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +39 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +98 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +307 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +370 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +336 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +9 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +123 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +147 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +164 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +540 -0
- package/build/protos/protos.d.ts +10923 -3222
- package/build/protos/protos.js +29891 -12914
- package/build/protos/protos.json +2367 -668
- package/build/src/index.js +1 -1
- package/build/src/v1/completion_service_client.js +1 -1
- package/build/src/v1/conversational_search_service_client.js +1 -1
- package/build/src/v1/document_service_client.js +1 -1
- package/build/src/v1/index.js +1 -1
- package/build/src/v1/schema_service_client.js +1 -1
- package/build/src/v1/search_service_client.js +1 -1
- package/build/src/v1/user_event_service_client.js +1 -1
- package/build/src/v1alpha/completion_service_client.d.ts +261 -0
- package/build/src/v1alpha/completion_service_client.js +360 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +278 -0
- package/build/src/v1alpha/conversational_search_service_client.js +360 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +1279 -0
- package/build/src/v1alpha/data_store_service_client.js +1739 -0
- package/build/src/v1alpha/data_store_service_client_config.json +46 -0
- package/build/src/v1alpha/document_service_client.d.ts +336 -0
- package/build/src/v1alpha/document_service_client.js +472 -2
- package/build/src/v1alpha/engine_service_client.d.ts +1298 -0
- package/build/src/v1alpha/engine_service_client.js +1789 -0
- package/build/src/v1alpha/engine_service_client_config.json +58 -0
- package/build/src/v1alpha/index.d.ts +3 -0
- package/build/src/v1alpha/index.js +7 -1
- package/build/src/v1alpha/recommendation_service_client.d.ts +345 -3
- package/build/src/v1alpha/recommendation_service_client.js +464 -0
- package/build/src/v1alpha/schema_service_client.d.ts +261 -0
- package/build/src/v1alpha/schema_service_client.js +368 -2
- package/build/src/v1alpha/search_service_client.d.ts +453 -9
- package/build/src/v1alpha/search_service_client.js +542 -6
- package/build/src/v1alpha/search_tuning_service_client.d.ts +968 -0
- package/build/src/v1alpha/search_tuning_service_client.js +1452 -0
- package/build/src/v1alpha/search_tuning_service_client_config.json +30 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +856 -1
- package/build/src/v1alpha/site_search_engine_service_client.js +993 -34
- package/build/src/v1alpha/site_search_engine_service_client_config.json +44 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +261 -0
- package/build/src/v1alpha/user_event_service_client.js +368 -2
- package/build/src/v1beta/completion_service_client.js +1 -1
- package/build/src/v1beta/conversational_search_service_client.js +1 -1
- package/build/src/v1beta/document_service_client.js +1 -1
- package/build/src/v1beta/index.js +1 -1
- package/build/src/v1beta/recommendation_service_client.js +1 -1
- package/build/src/v1beta/schema_service_client.js +1 -1
- package/build/src/v1beta/search_service_client.js +1 -1
- package/build/src/v1beta/user_event_service_client.js +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"interfaces": {
|
|
3
|
+
"google.cloud.discoveryengine.v1alpha.DataStoreService": {
|
|
4
|
+
"retry_codes": {
|
|
5
|
+
"non_idempotent": [],
|
|
6
|
+
"idempotent": [
|
|
7
|
+
"DEADLINE_EXCEEDED",
|
|
8
|
+
"UNAVAILABLE"
|
|
9
|
+
]
|
|
10
|
+
},
|
|
11
|
+
"retry_params": {
|
|
12
|
+
"default": {
|
|
13
|
+
"initial_retry_delay_millis": 100,
|
|
14
|
+
"retry_delay_multiplier": 1.3,
|
|
15
|
+
"max_retry_delay_millis": 60000,
|
|
16
|
+
"initial_rpc_timeout_millis": 60000,
|
|
17
|
+
"rpc_timeout_multiplier": 1,
|
|
18
|
+
"max_rpc_timeout_millis": 60000,
|
|
19
|
+
"total_timeout_millis": 600000
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"methods": {
|
|
23
|
+
"CreateDataStore": {
|
|
24
|
+
"retry_codes_name": "non_idempotent",
|
|
25
|
+
"retry_params_name": "default"
|
|
26
|
+
},
|
|
27
|
+
"GetDataStore": {
|
|
28
|
+
"retry_codes_name": "non_idempotent",
|
|
29
|
+
"retry_params_name": "default"
|
|
30
|
+
},
|
|
31
|
+
"ListDataStores": {
|
|
32
|
+
"retry_codes_name": "non_idempotent",
|
|
33
|
+
"retry_params_name": "default"
|
|
34
|
+
},
|
|
35
|
+
"DeleteDataStore": {
|
|
36
|
+
"retry_codes_name": "non_idempotent",
|
|
37
|
+
"retry_params_name": "default"
|
|
38
|
+
},
|
|
39
|
+
"UpdateDataStore": {
|
|
40
|
+
"retry_codes_name": "non_idempotent",
|
|
41
|
+
"retry_params_name": "default"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -740,6 +740,90 @@ export declare class DocumentServiceClient {
|
|
|
740
740
|
* ```
|
|
741
741
|
*/
|
|
742
742
|
deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, options?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>): Promise<protos.google.protobuf.Empty>;
|
|
743
|
+
/**
|
|
744
|
+
* Return a fully-qualified engine resource name string.
|
|
745
|
+
*
|
|
746
|
+
* @param {string} project
|
|
747
|
+
* @param {string} location
|
|
748
|
+
* @param {string} collection
|
|
749
|
+
* @param {string} engine
|
|
750
|
+
* @returns {string} Resource name string.
|
|
751
|
+
*/
|
|
752
|
+
enginePath(project: string, location: string, collection: string, engine: string): string;
|
|
753
|
+
/**
|
|
754
|
+
* Parse the project from Engine resource.
|
|
755
|
+
*
|
|
756
|
+
* @param {string} engineName
|
|
757
|
+
* A fully-qualified path representing Engine resource.
|
|
758
|
+
* @returns {string} A string representing the project.
|
|
759
|
+
*/
|
|
760
|
+
matchProjectFromEngineName(engineName: string): string | number;
|
|
761
|
+
/**
|
|
762
|
+
* Parse the location from Engine resource.
|
|
763
|
+
*
|
|
764
|
+
* @param {string} engineName
|
|
765
|
+
* A fully-qualified path representing Engine resource.
|
|
766
|
+
* @returns {string} A string representing the location.
|
|
767
|
+
*/
|
|
768
|
+
matchLocationFromEngineName(engineName: string): string | number;
|
|
769
|
+
/**
|
|
770
|
+
* Parse the collection from Engine resource.
|
|
771
|
+
*
|
|
772
|
+
* @param {string} engineName
|
|
773
|
+
* A fully-qualified path representing Engine resource.
|
|
774
|
+
* @returns {string} A string representing the collection.
|
|
775
|
+
*/
|
|
776
|
+
matchCollectionFromEngineName(engineName: string): string | number;
|
|
777
|
+
/**
|
|
778
|
+
* Parse the engine from Engine resource.
|
|
779
|
+
*
|
|
780
|
+
* @param {string} engineName
|
|
781
|
+
* A fully-qualified path representing Engine resource.
|
|
782
|
+
* @returns {string} A string representing the engine.
|
|
783
|
+
*/
|
|
784
|
+
matchEngineFromEngineName(engineName: string): string | number;
|
|
785
|
+
/**
|
|
786
|
+
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
|
787
|
+
*
|
|
788
|
+
* @param {string} project
|
|
789
|
+
* @param {string} location
|
|
790
|
+
* @param {string} collection
|
|
791
|
+
* @param {string} data_store
|
|
792
|
+
* @returns {string} Resource name string.
|
|
793
|
+
*/
|
|
794
|
+
projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
|
|
795
|
+
/**
|
|
796
|
+
* Parse the project from ProjectLocationCollectionDataStore resource.
|
|
797
|
+
*
|
|
798
|
+
* @param {string} projectLocationCollectionDataStoreName
|
|
799
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
|
800
|
+
* @returns {string} A string representing the project.
|
|
801
|
+
*/
|
|
802
|
+
matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
|
803
|
+
/**
|
|
804
|
+
* Parse the location from ProjectLocationCollectionDataStore resource.
|
|
805
|
+
*
|
|
806
|
+
* @param {string} projectLocationCollectionDataStoreName
|
|
807
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
|
808
|
+
* @returns {string} A string representing the location.
|
|
809
|
+
*/
|
|
810
|
+
matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
|
811
|
+
/**
|
|
812
|
+
* Parse the collection from ProjectLocationCollectionDataStore resource.
|
|
813
|
+
*
|
|
814
|
+
* @param {string} projectLocationCollectionDataStoreName
|
|
815
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
|
816
|
+
* @returns {string} A string representing the collection.
|
|
817
|
+
*/
|
|
818
|
+
matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
|
819
|
+
/**
|
|
820
|
+
* Parse the data_store from ProjectLocationCollectionDataStore resource.
|
|
821
|
+
*
|
|
822
|
+
* @param {string} projectLocationCollectionDataStoreName
|
|
823
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
|
824
|
+
* @returns {string} A string representing the data_store.
|
|
825
|
+
*/
|
|
826
|
+
matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
|
743
827
|
/**
|
|
744
828
|
* Return a fully-qualified projectLocationCollectionDataStoreBranch resource name string.
|
|
745
829
|
*
|
|
@@ -953,6 +1037,183 @@ export declare class DocumentServiceClient {
|
|
|
953
1037
|
* @returns {string} A string representing the schema.
|
|
954
1038
|
*/
|
|
955
1039
|
matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
|
1040
|
+
/**
|
|
1041
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
|
1042
|
+
*
|
|
1043
|
+
* @param {string} project
|
|
1044
|
+
* @param {string} location
|
|
1045
|
+
* @param {string} collection
|
|
1046
|
+
* @param {string} data_store
|
|
1047
|
+
* @returns {string} Resource name string.
|
|
1048
|
+
*/
|
|
1049
|
+
projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
|
|
1050
|
+
/**
|
|
1051
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
|
1052
|
+
*
|
|
1053
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
|
1054
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
|
1055
|
+
* @returns {string} A string representing the project.
|
|
1056
|
+
*/
|
|
1057
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
|
1058
|
+
/**
|
|
1059
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
|
1060
|
+
*
|
|
1061
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
|
1062
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
|
1063
|
+
* @returns {string} A string representing the location.
|
|
1064
|
+
*/
|
|
1065
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
|
1066
|
+
/**
|
|
1067
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
|
1068
|
+
*
|
|
1069
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
|
1070
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
|
1071
|
+
* @returns {string} A string representing the collection.
|
|
1072
|
+
*/
|
|
1073
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
|
1074
|
+
/**
|
|
1075
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
|
1076
|
+
*
|
|
1077
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
|
1078
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
|
1079
|
+
* @returns {string} A string representing the data_store.
|
|
1080
|
+
*/
|
|
1081
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
|
1082
|
+
/**
|
|
1083
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
|
|
1084
|
+
*
|
|
1085
|
+
* @param {string} project
|
|
1086
|
+
* @param {string} location
|
|
1087
|
+
* @param {string} collection
|
|
1088
|
+
* @param {string} data_store
|
|
1089
|
+
* @param {string} target_site
|
|
1090
|
+
* @returns {string} Resource name string.
|
|
1091
|
+
*/
|
|
1092
|
+
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
|
|
1093
|
+
/**
|
|
1094
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
|
1095
|
+
*
|
|
1096
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
|
1097
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
|
1098
|
+
* @returns {string} A string representing the project.
|
|
1099
|
+
*/
|
|
1100
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
1101
|
+
/**
|
|
1102
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
|
1103
|
+
*
|
|
1104
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
|
1105
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
|
1106
|
+
* @returns {string} A string representing the location.
|
|
1107
|
+
*/
|
|
1108
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
1109
|
+
/**
|
|
1110
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
|
1111
|
+
*
|
|
1112
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
|
1113
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
|
1114
|
+
* @returns {string} A string representing the collection.
|
|
1115
|
+
*/
|
|
1116
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
1117
|
+
/**
|
|
1118
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
|
1119
|
+
*
|
|
1120
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
|
1121
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
|
1122
|
+
* @returns {string} A string representing the data_store.
|
|
1123
|
+
*/
|
|
1124
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
1125
|
+
/**
|
|
1126
|
+
* Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
|
1127
|
+
*
|
|
1128
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
|
1129
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
|
1130
|
+
* @returns {string} A string representing the target_site.
|
|
1131
|
+
*/
|
|
1132
|
+
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
1133
|
+
/**
|
|
1134
|
+
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
|
1135
|
+
*
|
|
1136
|
+
* @param {string} project
|
|
1137
|
+
* @param {string} location
|
|
1138
|
+
* @param {string} collection
|
|
1139
|
+
* @param {string} engine
|
|
1140
|
+
* @param {string} conversation
|
|
1141
|
+
* @returns {string} Resource name string.
|
|
1142
|
+
*/
|
|
1143
|
+
projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
|
|
1144
|
+
/**
|
|
1145
|
+
* Parse the project from ProjectLocationCollectionEngineConversation resource.
|
|
1146
|
+
*
|
|
1147
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
|
1148
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
|
1149
|
+
* @returns {string} A string representing the project.
|
|
1150
|
+
*/
|
|
1151
|
+
matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
|
1152
|
+
/**
|
|
1153
|
+
* Parse the location from ProjectLocationCollectionEngineConversation resource.
|
|
1154
|
+
*
|
|
1155
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
|
1156
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
|
1157
|
+
* @returns {string} A string representing the location.
|
|
1158
|
+
*/
|
|
1159
|
+
matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
|
1160
|
+
/**
|
|
1161
|
+
* Parse the collection from ProjectLocationCollectionEngineConversation resource.
|
|
1162
|
+
*
|
|
1163
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
|
1164
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
|
1165
|
+
* @returns {string} A string representing the collection.
|
|
1166
|
+
*/
|
|
1167
|
+
matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
|
1168
|
+
/**
|
|
1169
|
+
* Parse the engine from ProjectLocationCollectionEngineConversation resource.
|
|
1170
|
+
*
|
|
1171
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
|
1172
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
|
1173
|
+
* @returns {string} A string representing the engine.
|
|
1174
|
+
*/
|
|
1175
|
+
matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
|
1176
|
+
/**
|
|
1177
|
+
* Parse the conversation from ProjectLocationCollectionEngineConversation resource.
|
|
1178
|
+
*
|
|
1179
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
|
1180
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
|
1181
|
+
* @returns {string} A string representing the conversation.
|
|
1182
|
+
*/
|
|
1183
|
+
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
|
1184
|
+
/**
|
|
1185
|
+
* Return a fully-qualified projectLocationDataStore resource name string.
|
|
1186
|
+
*
|
|
1187
|
+
* @param {string} project
|
|
1188
|
+
* @param {string} location
|
|
1189
|
+
* @param {string} data_store
|
|
1190
|
+
* @returns {string} Resource name string.
|
|
1191
|
+
*/
|
|
1192
|
+
projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
|
|
1193
|
+
/**
|
|
1194
|
+
* Parse the project from ProjectLocationDataStore resource.
|
|
1195
|
+
*
|
|
1196
|
+
* @param {string} projectLocationDataStoreName
|
|
1197
|
+
* A fully-qualified path representing project_location_data_store resource.
|
|
1198
|
+
* @returns {string} A string representing the project.
|
|
1199
|
+
*/
|
|
1200
|
+
matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
|
1201
|
+
/**
|
|
1202
|
+
* Parse the location from ProjectLocationDataStore resource.
|
|
1203
|
+
*
|
|
1204
|
+
* @param {string} projectLocationDataStoreName
|
|
1205
|
+
* A fully-qualified path representing project_location_data_store resource.
|
|
1206
|
+
* @returns {string} A string representing the location.
|
|
1207
|
+
*/
|
|
1208
|
+
matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
|
1209
|
+
/**
|
|
1210
|
+
* Parse the data_store from ProjectLocationDataStore resource.
|
|
1211
|
+
*
|
|
1212
|
+
* @param {string} projectLocationDataStoreName
|
|
1213
|
+
* A fully-qualified path representing project_location_data_store resource.
|
|
1214
|
+
* @returns {string} A string representing the data_store.
|
|
1215
|
+
*/
|
|
1216
|
+
matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
|
956
1217
|
/**
|
|
957
1218
|
* Return a fully-qualified projectLocationDataStoreBranch resource name string.
|
|
958
1219
|
*
|
|
@@ -1130,6 +1391,81 @@ export declare class DocumentServiceClient {
|
|
|
1130
1391
|
* @returns {string} A string representing the schema.
|
|
1131
1392
|
*/
|
|
1132
1393
|
matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
|
1394
|
+
/**
|
|
1395
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
|
1396
|
+
*
|
|
1397
|
+
* @param {string} project
|
|
1398
|
+
* @param {string} location
|
|
1399
|
+
* @param {string} data_store
|
|
1400
|
+
* @returns {string} Resource name string.
|
|
1401
|
+
*/
|
|
1402
|
+
projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
|
|
1403
|
+
/**
|
|
1404
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
|
|
1405
|
+
*
|
|
1406
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
|
1407
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
|
1408
|
+
* @returns {string} A string representing the project.
|
|
1409
|
+
*/
|
|
1410
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
|
1411
|
+
/**
|
|
1412
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
|
|
1413
|
+
*
|
|
1414
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
|
1415
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
|
1416
|
+
* @returns {string} A string representing the location.
|
|
1417
|
+
*/
|
|
1418
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
|
1419
|
+
/**
|
|
1420
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
|
|
1421
|
+
*
|
|
1422
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
|
1423
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
|
1424
|
+
* @returns {string} A string representing the data_store.
|
|
1425
|
+
*/
|
|
1426
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
|
1427
|
+
/**
|
|
1428
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
|
|
1429
|
+
*
|
|
1430
|
+
* @param {string} project
|
|
1431
|
+
* @param {string} location
|
|
1432
|
+
* @param {string} data_store
|
|
1433
|
+
* @param {string} target_site
|
|
1434
|
+
* @returns {string} Resource name string.
|
|
1435
|
+
*/
|
|
1436
|
+
projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
|
|
1437
|
+
/**
|
|
1438
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
|
1439
|
+
*
|
|
1440
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
|
1441
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
|
1442
|
+
* @returns {string} A string representing the project.
|
|
1443
|
+
*/
|
|
1444
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
1445
|
+
/**
|
|
1446
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
|
1447
|
+
*
|
|
1448
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
|
1449
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
|
1450
|
+
* @returns {string} A string representing the location.
|
|
1451
|
+
*/
|
|
1452
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
1453
|
+
/**
|
|
1454
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
|
1455
|
+
*
|
|
1456
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
|
1457
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
|
1458
|
+
* @returns {string} A string representing the data_store.
|
|
1459
|
+
*/
|
|
1460
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
1461
|
+
/**
|
|
1462
|
+
* Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
|
1463
|
+
*
|
|
1464
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
|
1465
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
|
1466
|
+
* @returns {string} A string representing the target_site.
|
|
1467
|
+
*/
|
|
1468
|
+
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
|
1133
1469
|
/**
|
|
1134
1470
|
* Terminate the gRPC channel and close the client.
|
|
1135
1471
|
*
|