@google-cloud/discoveryengine 2.1.0 → 2.3.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/README.md +13 -0
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +17 -0
- package/build/protos/google/cloud/discoveryengine/v1/chunk.proto +52 -0
- package/build/protos/google/cloud/discoveryengine/v1/cmek_config_service.proto +300 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +67 -0
- package/build/protos/google/cloud/discoveryengine/v1/control.proto +1 -3
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +54 -2
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +14 -0
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +95 -4
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +28 -1
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +131 -6
- package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +8 -0
- package/build/protos/google/cloud/discoveryengine/v1/grounding.proto +9 -0
- package/build/protos/google/cloud/discoveryengine/v1/identity_mapping_store.proto +84 -0
- package/build/protos/google/cloud/discoveryengine/v1/identity_mapping_store_service.proto +375 -0
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_license.proto +98 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_license_service.proto +191 -0
- package/build/protos/protos.d.ts +5415 -578
- package/build/protos/protos.js +77830 -63391
- package/build/protos/protos.json +1537 -92
- package/build/src/index.d.ts +10 -1
- package/build/src/index.js +8 -22
- package/build/src/v1/cmek_config_service_client.d.ts +2287 -0
- package/build/src/v1/cmek_config_service_client.js +3274 -0
- package/build/src/v1/cmek_config_service_client_config.json +42 -0
- package/build/src/v1/cmek_config_service_proto_list.json +44 -0
- package/build/src/v1/completion_service_client.d.ts +166 -76
- package/build/src/v1/completion_service_client.js +258 -263
- package/build/src/v1/completion_service_proto_list.json +6 -1
- package/build/src/v1/control_service_client.d.ts +171 -81
- package/build/src/v1/control_service_client.js +246 -132
- package/build/src/v1/control_service_proto_list.json +6 -1
- package/build/src/v1/conversational_search_service_client.d.ts +233 -143
- package/build/src/v1/conversational_search_service_client.js +330 -226
- package/build/src/v1/conversational_search_service_proto_list.json +6 -1
- package/build/src/v1/data_store_service_client.d.ts +218 -122
- package/build/src/v1/data_store_service_client.js +273 -281
- package/build/src/v1/data_store_service_proto_list.json +6 -1
- package/build/src/v1/document_service_client.d.ts +210 -120
- package/build/src/v1/document_service_client.js +300 -301
- package/build/src/v1/document_service_proto_list.json +6 -1
- package/build/src/v1/engine_service_client.d.ts +193 -103
- package/build/src/v1/engine_service_client.js +273 -280
- package/build/src/v1/engine_service_proto_list.json +6 -1
- package/build/src/v1/gapic_metadata.json +184 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +138 -48
- package/build/src/v1/grounded_generation_service_client.js +217 -100
- package/build/src/v1/grounded_generation_service_proto_list.json +6 -1
- package/build/src/v1/identity_mapping_store_service_client.d.ts +2470 -0
- package/build/src/v1/identity_mapping_store_service_client.js +3449 -0
- package/build/src/v1/identity_mapping_store_service_client_config.json +54 -0
- package/build/src/v1/identity_mapping_store_service_proto_list.json +44 -0
- package/build/src/v1/index.d.ts +3 -0
- package/build/src/v1/index.js +7 -1
- package/build/src/v1/project_service_client.d.ts +166 -76
- package/build/src/v1/project_service_client.js +235 -223
- package/build/src/v1/project_service_proto_list.json +6 -1
- package/build/src/v1/rank_service_client.d.ts +137 -47
- package/build/src/v1/rank_service_client.js +204 -85
- package/build/src/v1/rank_service_proto_list.json +6 -1
- package/build/src/v1/recommendation_service_client.d.ts +137 -47
- package/build/src/v1/recommendation_service_client.js +202 -82
- package/build/src/v1/recommendation_service_proto_list.json +6 -1
- package/build/src/v1/schema_service_client.d.ts +201 -111
- package/build/src/v1/schema_service_client.js +264 -274
- package/build/src/v1/schema_service_proto_list.json +6 -1
- package/build/src/v1/search_service_client.d.ts +661 -571
- package/build/src/v1/search_service_client.js +216 -113
- package/build/src/v1/search_service_proto_list.json +6 -1
- package/build/src/v1/search_tuning_service_client.d.ts +167 -77
- package/build/src/v1/search_tuning_service_client.js +246 -236
- package/build/src/v1/search_tuning_service_proto_list.json +6 -1
- package/build/src/v1/serving_config_service_client.d.ts +138 -48
- package/build/src/v1/serving_config_service_client.js +201 -80
- package/build/src/v1/serving_config_service_proto_list.json +6 -1
- package/build/src/v1/site_search_engine_service_client.d.ts +238 -148
- package/build/src/v1/site_search_engine_service_client.js +324 -379
- package/build/src/v1/site_search_engine_service_proto_list.json +6 -1
- package/build/src/v1/user_event_service_client.d.ts +167 -77
- package/build/src/v1/user_event_service_client.js +260 -254
- package/build/src/v1/user_event_service_proto_list.json +6 -1
- package/build/src/v1/user_license_service_client.d.ts +2256 -0
- package/build/src/v1/user_license_service_client.js +3194 -0
- package/build/src/v1/user_license_service_client_config.json +34 -0
- package/build/src/v1/user_license_service_proto_list.json +44 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +49 -49
- package/build/src/v1alpha/acl_config_service_client.js +94 -106
- package/build/src/v1alpha/chunk_service_client.d.ts +88 -88
- package/build/src/v1alpha/chunk_service_client.js +98 -120
- package/build/src/v1alpha/completion_service_client.d.ts +77 -77
- package/build/src/v1alpha/completion_service_client.js +141 -281
- package/build/src/v1alpha/control_service_client.d.ts +85 -85
- package/build/src/v1alpha/control_service_client.js +129 -151
- package/build/src/v1alpha/conversational_search_service_client.d.ts +143 -143
- package/build/src/v1alpha/conversational_search_service_client.js +211 -237
- package/build/src/v1alpha/data_store_service_client.d.ts +126 -126
- package/build/src/v1alpha/data_store_service_client.js +176 -317
- package/build/src/v1alpha/document_service_client.d.ts +126 -126
- package/build/src/v1alpha/document_service_client.js +193 -329
- package/build/src/v1alpha/engine_service_client.d.ts +106 -106
- package/build/src/v1alpha/engine_service_client.js +180 -326
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +76 -76
- package/build/src/v1alpha/estimate_billing_service_client.js +119 -244
- package/build/src/v1alpha/evaluation_service_client.d.ts +161 -161
- package/build/src/v1alpha/evaluation_service_client.js +150 -296
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +48 -48
- package/build/src/v1alpha/grounded_generation_service_client.js +85 -100
- package/build/src/v1alpha/project_service_client.d.ts +78 -78
- package/build/src/v1alpha/project_service_client.js +139 -263
- package/build/src/v1alpha/rank_service_client.d.ts +47 -47
- package/build/src/v1alpha/rank_service_client.js +87 -104
- package/build/src/v1alpha/recommendation_service_client.d.ts +47 -47
- package/build/src/v1alpha/recommendation_service_client.js +85 -100
- package/build/src/v1alpha/sample_query_service_client.d.ts +123 -123
- package/build/src/v1alpha/sample_query_service_client.js +169 -302
- package/build/src/v1alpha/sample_query_set_service_client.d.ts +94 -94
- package/build/src/v1alpha/sample_query_set_service_client.js +130 -153
- package/build/src/v1alpha/schema_service_client.d.ts +112 -112
- package/build/src/v1alpha/schema_service_client.js +147 -293
- package/build/src/v1alpha/search_service_client.d.ts +327 -327
- package/build/src/v1alpha/search_service_client.js +88 -112
- package/build/src/v1alpha/search_tuning_service_client.d.ts +77 -77
- package/build/src/v1alpha/search_tuning_service_client.js +129 -254
- package/build/src/v1alpha/serving_config_service_client.d.ts +75 -75
- package/build/src/v1alpha/serving_config_service_client.js +109 -133
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +151 -151
- package/build/src/v1alpha/site_search_engine_service_client.js +203 -388
- package/build/src/v1alpha/user_event_service_client.d.ts +78 -78
- package/build/src/v1alpha/user_event_service_client.js +143 -272
- package/build/src/v1beta/completion_service_client.d.ts +78 -78
- package/build/src/v1beta/completion_service_client.js +149 -280
- package/build/src/v1beta/control_service_client.d.ts +84 -84
- package/build/src/v1beta/control_service_client.js +127 -147
- package/build/src/v1beta/conversational_search_service_client.d.ts +142 -142
- package/build/src/v1beta/conversational_search_service_client.js +209 -233
- package/build/src/v1beta/data_store_service_client.d.ts +124 -124
- package/build/src/v1beta/data_store_service_client.js +154 -289
- package/build/src/v1beta/document_service_client.d.ts +124 -124
- package/build/src/v1beta/document_service_client.js +181 -310
- package/build/src/v1beta/engine_service_client.d.ts +106 -106
- package/build/src/v1beta/engine_service_client.js +178 -316
- package/build/src/v1beta/evaluation_service_client.d.ts +161 -161
- package/build/src/v1beta/evaluation_service_client.js +148 -286
- package/build/src/v1beta/grounded_generation_service_client.d.ts +49 -49
- package/build/src/v1beta/grounded_generation_service_client.js +98 -114
- package/build/src/v1beta/project_service_client.d.ts +76 -76
- package/build/src/v1beta/project_service_client.js +116 -232
- package/build/src/v1beta/rank_service_client.d.ts +47 -47
- package/build/src/v1beta/rank_service_client.js +85 -99
- package/build/src/v1beta/recommendation_service_client.d.ts +47 -47
- package/build/src/v1beta/recommendation_service_client.js +83 -96
- package/build/src/v1beta/sample_query_service_client.d.ts +123 -123
- package/build/src/v1beta/sample_query_service_client.js +167 -292
- package/build/src/v1beta/sample_query_set_service_client.d.ts +94 -94
- package/build/src/v1beta/sample_query_set_service_client.js +128 -149
- package/build/src/v1beta/schema_service_client.d.ts +111 -111
- package/build/src/v1beta/schema_service_client.js +145 -283
- package/build/src/v1beta/search_service_client.d.ts +665 -665
- package/build/src/v1beta/search_service_client.js +97 -128
- package/build/src/v1beta/search_tuning_service_client.d.ts +77 -77
- package/build/src/v1beta/search_tuning_service_client.js +127 -244
- package/build/src/v1beta/serving_config_service_client.d.ts +75 -75
- package/build/src/v1beta/serving_config_service_client.js +107 -129
- package/build/src/v1beta/site_search_engine_service_client.d.ts +151 -151
- package/build/src/v1beta/site_search_engine_service_client.js +205 -387
- package/build/src/v1beta/user_event_service_client.d.ts +78 -78
- package/build/src/v1beta/user_event_service_client.js +141 -262
- package/package.json +7 -7
- package/CHANGELOG.md +0 -267
@@ -1,6 +1,7 @@
|
|
1
1
|
[
|
2
2
|
"../../protos/google/cloud/discoveryengine/v1/answer.proto",
|
3
3
|
"../../protos/google/cloud/discoveryengine/v1/chunk.proto",
|
4
|
+
"../../protos/google/cloud/discoveryengine/v1/cmek_config_service.proto",
|
4
5
|
"../../protos/google/cloud/discoveryengine/v1/common.proto",
|
5
6
|
"../../protos/google/cloud/discoveryengine/v1/completion.proto",
|
6
7
|
"../../protos/google/cloud/discoveryengine/v1/completion_service.proto",
|
@@ -18,6 +19,8 @@
|
|
18
19
|
"../../protos/google/cloud/discoveryengine/v1/engine_service.proto",
|
19
20
|
"../../protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto",
|
20
21
|
"../../protos/google/cloud/discoveryengine/v1/grounding.proto",
|
22
|
+
"../../protos/google/cloud/discoveryengine/v1/identity_mapping_store.proto",
|
23
|
+
"../../protos/google/cloud/discoveryengine/v1/identity_mapping_store_service.proto",
|
21
24
|
"../../protos/google/cloud/discoveryengine/v1/import_config.proto",
|
22
25
|
"../../protos/google/cloud/discoveryengine/v1/project.proto",
|
23
26
|
"../../protos/google/cloud/discoveryengine/v1/project_service.proto",
|
@@ -35,5 +38,7 @@
|
|
35
38
|
"../../protos/google/cloud/discoveryengine/v1/site_search_engine.proto",
|
36
39
|
"../../protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto",
|
37
40
|
"../../protos/google/cloud/discoveryengine/v1/user_event.proto",
|
38
|
-
"../../protos/google/cloud/discoveryengine/v1/user_event_service.proto"
|
41
|
+
"../../protos/google/cloud/discoveryengine/v1/user_event_service.proto",
|
42
|
+
"../../protos/google/cloud/discoveryengine/v1/user_license.proto",
|
43
|
+
"../../protos/google/cloud/discoveryengine/v1/user_license_service.proto"
|
39
44
|
]
|
@@ -5,6 +5,60 @@
|
|
5
5
|
"protoPackage": "google.cloud.discoveryengine.v1",
|
6
6
|
"libraryPackage": "@google-cloud/discoveryengine",
|
7
7
|
"services": {
|
8
|
+
"CmekConfigService": {
|
9
|
+
"clients": {
|
10
|
+
"grpc": {
|
11
|
+
"libraryClient": "CmekConfigServiceClient",
|
12
|
+
"rpcs": {
|
13
|
+
"GetCmekConfig": {
|
14
|
+
"methods": [
|
15
|
+
"getCmekConfig"
|
16
|
+
]
|
17
|
+
},
|
18
|
+
"ListCmekConfigs": {
|
19
|
+
"methods": [
|
20
|
+
"listCmekConfigs"
|
21
|
+
]
|
22
|
+
},
|
23
|
+
"UpdateCmekConfig": {
|
24
|
+
"methods": [
|
25
|
+
"updateCmekConfig"
|
26
|
+
]
|
27
|
+
},
|
28
|
+
"DeleteCmekConfig": {
|
29
|
+
"methods": [
|
30
|
+
"deleteCmekConfig"
|
31
|
+
]
|
32
|
+
}
|
33
|
+
}
|
34
|
+
},
|
35
|
+
"grpc-fallback": {
|
36
|
+
"libraryClient": "CmekConfigServiceClient",
|
37
|
+
"rpcs": {
|
38
|
+
"GetCmekConfig": {
|
39
|
+
"methods": [
|
40
|
+
"getCmekConfig"
|
41
|
+
]
|
42
|
+
},
|
43
|
+
"ListCmekConfigs": {
|
44
|
+
"methods": [
|
45
|
+
"listCmekConfigs"
|
46
|
+
]
|
47
|
+
},
|
48
|
+
"UpdateCmekConfig": {
|
49
|
+
"methods": [
|
50
|
+
"updateCmekConfig"
|
51
|
+
]
|
52
|
+
},
|
53
|
+
"DeleteCmekConfig": {
|
54
|
+
"methods": [
|
55
|
+
"deleteCmekConfig"
|
56
|
+
]
|
57
|
+
}
|
58
|
+
}
|
59
|
+
}
|
60
|
+
}
|
61
|
+
},
|
8
62
|
"CompletionService": {
|
9
63
|
"clients": {
|
10
64
|
"grpc": {
|
@@ -567,6 +621,98 @@
|
|
567
621
|
}
|
568
622
|
}
|
569
623
|
},
|
624
|
+
"IdentityMappingStoreService": {
|
625
|
+
"clients": {
|
626
|
+
"grpc": {
|
627
|
+
"libraryClient": "IdentityMappingStoreServiceClient",
|
628
|
+
"rpcs": {
|
629
|
+
"CreateIdentityMappingStore": {
|
630
|
+
"methods": [
|
631
|
+
"createIdentityMappingStore"
|
632
|
+
]
|
633
|
+
},
|
634
|
+
"GetIdentityMappingStore": {
|
635
|
+
"methods": [
|
636
|
+
"getIdentityMappingStore"
|
637
|
+
]
|
638
|
+
},
|
639
|
+
"DeleteIdentityMappingStore": {
|
640
|
+
"methods": [
|
641
|
+
"deleteIdentityMappingStore"
|
642
|
+
]
|
643
|
+
},
|
644
|
+
"ImportIdentityMappings": {
|
645
|
+
"methods": [
|
646
|
+
"importIdentityMappings"
|
647
|
+
]
|
648
|
+
},
|
649
|
+
"PurgeIdentityMappings": {
|
650
|
+
"methods": [
|
651
|
+
"purgeIdentityMappings"
|
652
|
+
]
|
653
|
+
},
|
654
|
+
"ListIdentityMappings": {
|
655
|
+
"methods": [
|
656
|
+
"listIdentityMappings",
|
657
|
+
"listIdentityMappingsStream",
|
658
|
+
"listIdentityMappingsAsync"
|
659
|
+
]
|
660
|
+
},
|
661
|
+
"ListIdentityMappingStores": {
|
662
|
+
"methods": [
|
663
|
+
"listIdentityMappingStores",
|
664
|
+
"listIdentityMappingStoresStream",
|
665
|
+
"listIdentityMappingStoresAsync"
|
666
|
+
]
|
667
|
+
}
|
668
|
+
}
|
669
|
+
},
|
670
|
+
"grpc-fallback": {
|
671
|
+
"libraryClient": "IdentityMappingStoreServiceClient",
|
672
|
+
"rpcs": {
|
673
|
+
"CreateIdentityMappingStore": {
|
674
|
+
"methods": [
|
675
|
+
"createIdentityMappingStore"
|
676
|
+
]
|
677
|
+
},
|
678
|
+
"GetIdentityMappingStore": {
|
679
|
+
"methods": [
|
680
|
+
"getIdentityMappingStore"
|
681
|
+
]
|
682
|
+
},
|
683
|
+
"DeleteIdentityMappingStore": {
|
684
|
+
"methods": [
|
685
|
+
"deleteIdentityMappingStore"
|
686
|
+
]
|
687
|
+
},
|
688
|
+
"ImportIdentityMappings": {
|
689
|
+
"methods": [
|
690
|
+
"importIdentityMappings"
|
691
|
+
]
|
692
|
+
},
|
693
|
+
"PurgeIdentityMappings": {
|
694
|
+
"methods": [
|
695
|
+
"purgeIdentityMappings"
|
696
|
+
]
|
697
|
+
},
|
698
|
+
"ListIdentityMappings": {
|
699
|
+
"methods": [
|
700
|
+
"listIdentityMappings",
|
701
|
+
"listIdentityMappingsStream",
|
702
|
+
"listIdentityMappingsAsync"
|
703
|
+
]
|
704
|
+
},
|
705
|
+
"ListIdentityMappingStores": {
|
706
|
+
"methods": [
|
707
|
+
"listIdentityMappingStores",
|
708
|
+
"listIdentityMappingStoresStream",
|
709
|
+
"listIdentityMappingStoresAsync"
|
710
|
+
]
|
711
|
+
}
|
712
|
+
}
|
713
|
+
}
|
714
|
+
}
|
715
|
+
},
|
570
716
|
"ProjectService": {
|
571
717
|
"clients": {
|
572
718
|
"grpc": {
|
@@ -1032,6 +1178,44 @@
|
|
1032
1178
|
}
|
1033
1179
|
}
|
1034
1180
|
}
|
1181
|
+
},
|
1182
|
+
"UserLicenseService": {
|
1183
|
+
"clients": {
|
1184
|
+
"grpc": {
|
1185
|
+
"libraryClient": "UserLicenseServiceClient",
|
1186
|
+
"rpcs": {
|
1187
|
+
"BatchUpdateUserLicenses": {
|
1188
|
+
"methods": [
|
1189
|
+
"batchUpdateUserLicenses"
|
1190
|
+
]
|
1191
|
+
},
|
1192
|
+
"ListUserLicenses": {
|
1193
|
+
"methods": [
|
1194
|
+
"listUserLicenses",
|
1195
|
+
"listUserLicensesStream",
|
1196
|
+
"listUserLicensesAsync"
|
1197
|
+
]
|
1198
|
+
}
|
1199
|
+
}
|
1200
|
+
},
|
1201
|
+
"grpc-fallback": {
|
1202
|
+
"libraryClient": "UserLicenseServiceClient",
|
1203
|
+
"rpcs": {
|
1204
|
+
"BatchUpdateUserLicenses": {
|
1205
|
+
"methods": [
|
1206
|
+
"batchUpdateUserLicenses"
|
1207
|
+
]
|
1208
|
+
},
|
1209
|
+
"ListUserLicenses": {
|
1210
|
+
"methods": [
|
1211
|
+
"listUserLicenses",
|
1212
|
+
"listUserLicensesStream",
|
1213
|
+
"listUserLicensesAsync"
|
1214
|
+
]
|
1215
|
+
}
|
1216
|
+
}
|
1217
|
+
}
|
1218
|
+
}
|
1035
1219
|
}
|
1036
1220
|
}
|
1037
1221
|
}
|
@@ -168,7 +168,7 @@ export declare class GroundedGenerationServiceClient {
|
|
168
168
|
*/
|
169
169
|
generateGroundedContent(request?: protos.google.cloud.discoveryengine.v1.IGenerateGroundedContentRequest, options?: CallOptions): Promise<[
|
170
170
|
protos.google.cloud.discoveryengine.v1.IGenerateGroundedContentResponse,
|
171
|
-
|
171
|
+
protos.google.cloud.discoveryengine.v1.IGenerateGroundedContentRequest | undefined,
|
172
172
|
{} | undefined
|
173
173
|
]>;
|
174
174
|
generateGroundedContent(request: protos.google.cloud.discoveryengine.v1.IGenerateGroundedContentRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1.IGenerateGroundedContentResponse, protos.google.cloud.discoveryengine.v1.IGenerateGroundedContentRequest | null | undefined, {} | null | undefined>): void;
|
@@ -238,55 +238,55 @@ export declare class GroundedGenerationServiceClient {
|
|
238
238
|
*/
|
239
239
|
streamGenerateGroundedContent(options?: CallOptions): gax.CancellableStream;
|
240
240
|
/**
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
241
|
+
* Gets information about a location.
|
242
|
+
*
|
243
|
+
* @param {Object} request
|
244
|
+
* The request object that will be sent.
|
245
|
+
* @param {string} request.name
|
246
|
+
* Resource name for the location.
|
247
|
+
* @param {object} [options]
|
248
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
|
249
|
+
* @returns {Promise} - The promise which resolves to an array.
|
250
|
+
* The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
|
251
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
252
|
+
* for more details and examples.
|
253
|
+
* @example
|
254
|
+
* ```
|
255
|
+
* const [response] = await client.getLocation(request);
|
256
|
+
* ```
|
257
|
+
*/
|
258
258
|
getLocation(request: LocationProtos.google.cloud.location.IGetLocationRequest, options?: gax.CallOptions | Callback<LocationProtos.google.cloud.location.ILocation, LocationProtos.google.cloud.location.IGetLocationRequest | null | undefined, {} | null | undefined>, callback?: Callback<LocationProtos.google.cloud.location.ILocation, LocationProtos.google.cloud.location.IGetLocationRequest | null | undefined, {} | null | undefined>): Promise<LocationProtos.google.cloud.location.ILocation>;
|
259
259
|
/**
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
260
|
+
* Lists information about the supported locations for this service. Returns an iterable object.
|
261
|
+
*
|
262
|
+
* `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
|
263
|
+
* @param {Object} request
|
264
|
+
* The request object that will be sent.
|
265
|
+
* @param {string} request.name
|
266
|
+
* The resource that owns the locations collection, if applicable.
|
267
|
+
* @param {string} request.filter
|
268
|
+
* The standard list filter.
|
269
|
+
* @param {number} request.pageSize
|
270
|
+
* The standard list page size.
|
271
|
+
* @param {string} request.pageToken
|
272
|
+
* The standard list page token.
|
273
|
+
* @param {object} [options]
|
274
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
275
|
+
* @returns {Object}
|
276
|
+
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
|
277
|
+
* When you iterate the returned iterable, each element will be an object representing
|
278
|
+
* {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
|
279
|
+
* so you can stop the iteration when you don't need more results.
|
280
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
281
|
+
* for more details and examples.
|
282
|
+
* @example
|
283
|
+
* ```
|
284
|
+
* const iterable = client.listLocationsAsync(request);
|
285
|
+
* for await (const response of iterable) {
|
286
|
+
* // process response
|
287
|
+
* }
|
288
|
+
* ```
|
289
|
+
*/
|
290
290
|
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
291
291
|
/**
|
292
292
|
* Return a fully-qualified engine resource name string.
|
@@ -363,6 +363,39 @@ export declare class GroundedGenerationServiceClient {
|
|
363
363
|
* @returns {string} A string representing the grounding_config.
|
364
364
|
*/
|
365
365
|
matchGroundingConfigFromGroundingConfigName(groundingConfigName: string): string | number;
|
366
|
+
/**
|
367
|
+
* Return a fully-qualified identityMappingStore resource name string.
|
368
|
+
*
|
369
|
+
* @param {string} project
|
370
|
+
* @param {string} location
|
371
|
+
* @param {string} identity_mapping_store
|
372
|
+
* @returns {string} Resource name string.
|
373
|
+
*/
|
374
|
+
identityMappingStorePath(project: string, location: string, identityMappingStore: string): string;
|
375
|
+
/**
|
376
|
+
* Parse the project from IdentityMappingStore resource.
|
377
|
+
*
|
378
|
+
* @param {string} identityMappingStoreName
|
379
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
380
|
+
* @returns {string} A string representing the project.
|
381
|
+
*/
|
382
|
+
matchProjectFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
383
|
+
/**
|
384
|
+
* Parse the location from IdentityMappingStore resource.
|
385
|
+
*
|
386
|
+
* @param {string} identityMappingStoreName
|
387
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
388
|
+
* @returns {string} A string representing the location.
|
389
|
+
*/
|
390
|
+
matchLocationFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
391
|
+
/**
|
392
|
+
* Parse the identity_mapping_store from IdentityMappingStore resource.
|
393
|
+
*
|
394
|
+
* @param {string} identityMappingStoreName
|
395
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
396
|
+
* @returns {string} A string representing the identity_mapping_store.
|
397
|
+
*/
|
398
|
+
matchIdentityMappingStoreFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
366
399
|
/**
|
367
400
|
* Return a fully-qualified location resource name string.
|
368
401
|
*
|
@@ -402,6 +435,63 @@ export declare class GroundedGenerationServiceClient {
|
|
402
435
|
* @returns {string} A string representing the project.
|
403
436
|
*/
|
404
437
|
matchProjectFromProjectName(projectName: string): string | number;
|
438
|
+
/**
|
439
|
+
* Return a fully-qualified projectLocationCmekConfig resource name string.
|
440
|
+
*
|
441
|
+
* @param {string} project
|
442
|
+
* @param {string} location
|
443
|
+
* @returns {string} Resource name string.
|
444
|
+
*/
|
445
|
+
projectLocationCmekConfigPath(project: string, location: string): string;
|
446
|
+
/**
|
447
|
+
* Parse the project from ProjectLocationCmekConfig resource.
|
448
|
+
*
|
449
|
+
* @param {string} projectLocationCmekConfigName
|
450
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
451
|
+
* @returns {string} A string representing the project.
|
452
|
+
*/
|
453
|
+
matchProjectFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
454
|
+
/**
|
455
|
+
* Parse the location from ProjectLocationCmekConfig resource.
|
456
|
+
*
|
457
|
+
* @param {string} projectLocationCmekConfigName
|
458
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
459
|
+
* @returns {string} A string representing the location.
|
460
|
+
*/
|
461
|
+
matchLocationFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
462
|
+
/**
|
463
|
+
* Return a fully-qualified projectLocationCmekConfigs resource name string.
|
464
|
+
*
|
465
|
+
* @param {string} project
|
466
|
+
* @param {string} location
|
467
|
+
* @param {string} cmek_config
|
468
|
+
* @returns {string} Resource name string.
|
469
|
+
*/
|
470
|
+
projectLocationCmekConfigsPath(project: string, location: string, cmekConfig: string): string;
|
471
|
+
/**
|
472
|
+
* Parse the project from ProjectLocationCmekConfigs resource.
|
473
|
+
*
|
474
|
+
* @param {string} projectLocationCmekConfigsName
|
475
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
476
|
+
* @returns {string} A string representing the project.
|
477
|
+
*/
|
478
|
+
matchProjectFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
479
|
+
/**
|
480
|
+
* Parse the location from ProjectLocationCmekConfigs resource.
|
481
|
+
*
|
482
|
+
* @param {string} projectLocationCmekConfigsName
|
483
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
484
|
+
* @returns {string} A string representing the location.
|
485
|
+
*/
|
486
|
+
matchLocationFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
487
|
+
/**
|
488
|
+
* Parse the cmek_config from ProjectLocationCmekConfigs resource.
|
489
|
+
*
|
490
|
+
* @param {string} projectLocationCmekConfigsName
|
491
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
492
|
+
* @returns {string} A string representing the cmek_config.
|
493
|
+
*/
|
494
|
+
matchCmekConfigFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
405
495
|
/**
|
406
496
|
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
407
497
|
*
|