@google-cloud/discoveryengine 2.2.0 → 2.4.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 +30 -0
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +17 -0
- package/build/protos/google/cloud/discoveryengine/v1/assist_answer.proto +251 -0
- package/build/protos/google/cloud/discoveryengine/v1/assistant.proto +44 -0
- package/build/protos/google/cloud/discoveryengine/v1/assistant_service.proto +217 -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 +18 -3
- 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 +14 -14
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +21 -8
- package/build/protos/google/cloud/discoveryengine/v1/session_service.proto +128 -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/google/cloud/discoveryengine/v1alpha/common.proto +15 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +30 -9
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +238 -8
- package/build/protos/google/cloud/discoveryengine/v1alpha/session_service.proto +201 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +26 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +8 -14
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +40 -8
- package/build/protos/google/cloud/discoveryengine/v1beta/session_service.proto +128 -0
- package/build/protos/protos.d.ts +21218 -11675
- package/build/protos/protos.js +92642 -66407
- package/build/protos/protos.json +5854 -2801
- package/build/src/index.d.ts +16 -1
- package/build/src/index.js +12 -2
- package/build/src/v1/assistant_service_client.d.ts +2058 -0
- package/build/src/v1/assistant_service_client.js +2957 -0
- package/build/src/v1/assistant_service_client_config.json +43 -0
- package/build/src/v1/assistant_service_proto_list.json +48 -0
- package/build/src/v1/cmek_config_service_client.d.ts +2398 -0
- package/build/src/v1/cmek_config_service_client.js +3426 -0
- package/build/src/v1/cmek_config_service_client_config.json +42 -0
- package/build/src/v1/cmek_config_service_proto_list.json +48 -0
- package/build/src/v1/completion_service_client.d.ts +345 -144
- package/build/src/v1/completion_service_client.js +482 -198
- package/build/src/v1/completion_service_proto_list.json +10 -1
- package/build/src/v1/control_service_client.d.ts +345 -144
- package/build/src/v1/control_service_client.js +498 -196
- package/build/src/v1/control_service_proto_list.json +10 -1
- package/build/src/v1/conversational_search_service_client.d.ts +392 -155
- package/build/src/v1/conversational_search_service_client.js +572 -204
- package/build/src/v1/conversational_search_service_proto_list.json +10 -1
- package/build/src/v1/data_store_service_client.d.ts +351 -144
- package/build/src/v1/data_store_service_client.js +488 -198
- package/build/src/v1/data_store_service_proto_list.json +10 -1
- package/build/src/v1/document_service_client.d.ts +345 -144
- package/build/src/v1/document_service_client.js +506 -198
- package/build/src/v1/document_service_proto_list.json +10 -1
- package/build/src/v1/engine_service_client.d.ts +345 -144
- package/build/src/v1/engine_service_client.js +488 -198
- package/build/src/v1/engine_service_proto_list.json +10 -1
- package/build/src/v1/gapic_metadata.json +270 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +345 -144
- package/build/src/v1/grounded_generation_service_client.js +486 -196
- package/build/src/v1/grounded_generation_service_proto_list.json +10 -1
- package/build/src/v1/identity_mapping_store_service_client.d.ts +2581 -0
- package/build/src/v1/identity_mapping_store_service_client.js +3601 -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 +48 -0
- package/build/src/v1/index.d.ts +5 -0
- package/build/src/v1/index.js +11 -1
- package/build/src/v1/project_service_client.d.ts +345 -144
- package/build/src/v1/project_service_client.js +476 -198
- package/build/src/v1/project_service_proto_list.json +10 -1
- package/build/src/v1/rank_service_client.d.ts +345 -144
- package/build/src/v1/rank_service_client.js +480 -196
- package/build/src/v1/rank_service_proto_list.json +10 -1
- package/build/src/v1/recommendation_service_client.d.ts +345 -144
- package/build/src/v1/recommendation_service_client.js +480 -196
- package/build/src/v1/recommendation_service_proto_list.json +10 -1
- package/build/src/v1/schema_service_client.d.ts +345 -144
- package/build/src/v1/schema_service_client.js +482 -198
- package/build/src/v1/schema_service_proto_list.json +10 -1
- package/build/src/v1/search_service_client.d.ts +393 -228
- package/build/src/v1/search_service_client.js +506 -252
- package/build/src/v1/search_service_proto_list.json +10 -1
- package/build/src/v1/search_tuning_service_client.d.ts +345 -144
- package/build/src/v1/search_tuning_service_client.js +482 -198
- package/build/src/v1/search_tuning_service_proto_list.json +10 -1
- package/build/src/v1/serving_config_service_client.d.ts +345 -144
- package/build/src/v1/serving_config_service_client.js +480 -196
- package/build/src/v1/serving_config_service_proto_list.json +10 -1
- package/build/src/v1/session_service_client.d.ts +2326 -0
- package/build/src/v1/session_service_client.js +3218 -0
- package/build/src/v1/session_service_client_config.json +63 -0
- package/build/src/v1/session_service_proto_list.json +48 -0
- package/build/src/v1/site_search_engine_service_client.d.ts +345 -144
- package/build/src/v1/site_search_engine_service_client.js +494 -198
- package/build/src/v1/site_search_engine_service_proto_list.json +10 -1
- package/build/src/v1/user_event_service_client.d.ts +345 -144
- package/build/src/v1/user_event_service_client.js +488 -198
- package/build/src/v1/user_event_service_proto_list.json +10 -1
- package/build/src/v1/user_license_service_client.d.ts +2367 -0
- package/build/src/v1/user_license_service_client.js +3346 -0
- package/build/src/v1/user_license_service_client_config.json +34 -0
- package/build/src/v1/user_license_service_proto_list.json +48 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/acl_config_service_client.js +208 -196
- package/build/src/v1alpha/acl_config_service_proto_list.json +1 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +144 -144
- package/build/src/v1alpha/chunk_service_client.js +202 -196
- package/build/src/v1alpha/chunk_service_proto_list.json +1 -0
- package/build/src/v1alpha/completion_service_client.d.ts +144 -144
- package/build/src/v1alpha/completion_service_client.js +203 -197
- package/build/src/v1alpha/completion_service_proto_list.json +1 -0
- package/build/src/v1alpha/control_service_client.d.ts +144 -144
- package/build/src/v1alpha/control_service_client.js +220 -196
- package/build/src/v1alpha/control_service_proto_list.json +1 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +221 -167
- package/build/src/v1alpha/conversational_search_service_client.js +310 -210
- package/build/src/v1alpha/conversational_search_service_proto_list.json +1 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +144 -144
- package/build/src/v1alpha/data_store_service_client.js +221 -197
- package/build/src/v1alpha/data_store_service_proto_list.json +1 -0
- package/build/src/v1alpha/document_service_client.d.ts +144 -144
- package/build/src/v1alpha/document_service_client.js +233 -197
- package/build/src/v1alpha/document_service_proto_list.json +1 -0
- package/build/src/v1alpha/engine_service_client.d.ts +144 -144
- package/build/src/v1alpha/engine_service_client.js +221 -197
- package/build/src/v1alpha/engine_service_proto_list.json +1 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +144 -144
- package/build/src/v1alpha/estimate_billing_service_client.js +197 -197
- package/build/src/v1alpha/estimate_billing_service_proto_list.json +1 -0
- package/build/src/v1alpha/evaluation_service_client.d.ts +144 -144
- package/build/src/v1alpha/evaluation_service_client.js +203 -197
- package/build/src/v1alpha/evaluation_service_proto_list.json +1 -0
- package/build/src/v1alpha/gapic_metadata.json +82 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +144 -144
- package/build/src/v1alpha/grounded_generation_service_client.js +202 -196
- package/build/src/v1alpha/grounded_generation_service_proto_list.json +1 -0
- package/build/src/v1alpha/index.d.ts +1 -0
- package/build/src/v1alpha/index.js +3 -1
- package/build/src/v1alpha/project_service_client.d.ts +144 -144
- package/build/src/v1alpha/project_service_client.js +209 -197
- package/build/src/v1alpha/project_service_proto_list.json +1 -0
- package/build/src/v1alpha/rank_service_client.d.ts +144 -144
- package/build/src/v1alpha/rank_service_client.js +202 -196
- package/build/src/v1alpha/rank_service_proto_list.json +1 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +144 -144
- package/build/src/v1alpha/recommendation_service_client.js +202 -196
- package/build/src/v1alpha/recommendation_service_proto_list.json +1 -0
- package/build/src/v1alpha/sample_query_service_client.d.ts +144 -144
- package/build/src/v1alpha/sample_query_service_client.js +221 -197
- package/build/src/v1alpha/sample_query_service_proto_list.json +1 -0
- package/build/src/v1alpha/sample_query_set_service_client.d.ts +144 -144
- package/build/src/v1alpha/sample_query_set_service_client.js +220 -196
- package/build/src/v1alpha/sample_query_set_service_proto_list.json +1 -0
- package/build/src/v1alpha/schema_service_client.d.ts +144 -144
- package/build/src/v1alpha/schema_service_client.js +203 -197
- package/build/src/v1alpha/schema_service_proto_list.json +1 -0
- package/build/src/v1alpha/search_service_client.d.ts +168 -186
- package/build/src/v1alpha/search_service_client.js +212 -224
- package/build/src/v1alpha/search_service_proto_list.json +1 -0
- package/build/src/v1alpha/search_tuning_service_client.d.ts +144 -144
- package/build/src/v1alpha/search_tuning_service_client.js +203 -197
- package/build/src/v1alpha/search_tuning_service_proto_list.json +1 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +144 -144
- package/build/src/v1alpha/serving_config_service_client.js +208 -196
- package/build/src/v1alpha/serving_config_service_proto_list.json +1 -0
- package/build/src/v1alpha/session_service_client.d.ts +2331 -0
- package/build/src/v1alpha/session_service_client.js +3161 -0
- package/build/src/v1alpha/session_service_client_config.json +68 -0
- package/build/src/v1alpha/session_service_proto_list.json +49 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +144 -144
- package/build/src/v1alpha/site_search_engine_service_client.js +215 -197
- package/build/src/v1alpha/site_search_engine_service_proto_list.json +1 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +144 -144
- package/build/src/v1alpha/user_event_service_client.js +209 -197
- package/build/src/v1alpha/user_event_service_proto_list.json +1 -0
- package/build/src/v1beta/completion_service_client.d.ts +144 -144
- package/build/src/v1beta/completion_service_client.js +209 -197
- package/build/src/v1beta/completion_service_proto_list.json +1 -0
- package/build/src/v1beta/control_service_client.d.ts +144 -144
- package/build/src/v1beta/control_service_client.js +220 -196
- package/build/src/v1beta/control_service_proto_list.json +1 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +215 -161
- package/build/src/v1beta/conversational_search_service_client.js +308 -208
- package/build/src/v1beta/conversational_search_service_proto_list.json +1 -0
- package/build/src/v1beta/data_store_service_client.d.ts +144 -144
- package/build/src/v1beta/data_store_service_client.js +209 -197
- package/build/src/v1beta/data_store_service_proto_list.json +1 -0
- package/build/src/v1beta/document_service_client.d.ts +144 -144
- package/build/src/v1beta/document_service_client.js +227 -197
- package/build/src/v1beta/document_service_proto_list.json +1 -0
- package/build/src/v1beta/engine_service_client.d.ts +144 -144
- package/build/src/v1beta/engine_service_client.js +221 -197
- package/build/src/v1beta/engine_service_proto_list.json +1 -0
- package/build/src/v1beta/evaluation_service_client.d.ts +144 -144
- package/build/src/v1beta/evaluation_service_client.js +203 -197
- package/build/src/v1beta/evaluation_service_proto_list.json +1 -0
- package/build/src/v1beta/gapic_metadata.json +68 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +144 -144
- package/build/src/v1beta/grounded_generation_service_client.js +208 -196
- package/build/src/v1beta/grounded_generation_service_proto_list.json +1 -0
- package/build/src/v1beta/index.d.ts +1 -0
- package/build/src/v1beta/index.js +3 -1
- package/build/src/v1beta/project_service_client.d.ts +144 -144
- package/build/src/v1beta/project_service_client.js +197 -197
- package/build/src/v1beta/project_service_proto_list.json +1 -0
- package/build/src/v1beta/rank_service_client.d.ts +144 -144
- package/build/src/v1beta/rank_service_client.js +202 -196
- package/build/src/v1beta/rank_service_proto_list.json +1 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +144 -144
- package/build/src/v1beta/recommendation_service_client.js +202 -196
- package/build/src/v1beta/recommendation_service_proto_list.json +1 -0
- package/build/src/v1beta/sample_query_service_client.d.ts +144 -144
- package/build/src/v1beta/sample_query_service_client.js +221 -197
- package/build/src/v1beta/sample_query_service_proto_list.json +1 -0
- package/build/src/v1beta/sample_query_set_service_client.d.ts +144 -144
- package/build/src/v1beta/sample_query_set_service_client.js +220 -196
- package/build/src/v1beta/sample_query_set_service_proto_list.json +1 -0
- package/build/src/v1beta/schema_service_client.d.ts +144 -144
- package/build/src/v1beta/schema_service_client.js +203 -197
- package/build/src/v1beta/schema_service_proto_list.json +1 -0
- package/build/src/v1beta/search_service_client.d.ts +192 -228
- package/build/src/v1beta/search_service_client.js +228 -252
- package/build/src/v1beta/search_service_proto_list.json +1 -0
- package/build/src/v1beta/search_tuning_service_client.d.ts +144 -144
- package/build/src/v1beta/search_tuning_service_client.js +203 -197
- package/build/src/v1beta/search_tuning_service_proto_list.json +1 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +144 -144
- package/build/src/v1beta/serving_config_service_client.js +208 -196
- package/build/src/v1beta/serving_config_service_proto_list.json +1 -0
- package/build/src/v1beta/session_service_client.d.ts +2266 -0
- package/build/src/v1beta/session_service_client.js +3136 -0
- package/build/src/v1beta/session_service_client_config.json +63 -0
- package/build/src/v1beta/session_service_proto_list.json +45 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +144 -144
- package/build/src/v1beta/site_search_engine_service_client.js +215 -197
- package/build/src/v1beta/site_search_engine_service_proto_list.json +1 -0
- package/build/src/v1beta/user_event_service_client.d.ts +144 -144
- package/build/src/v1beta/user_event_service_client.js +209 -197
- package/build/src/v1beta/user_event_service_proto_list.json +1 -0
- package/package.json +7 -7
- package/CHANGELOG.md +0 -274
@@ -0,0 +1,2581 @@
|
|
1
|
+
import type * as gax from 'google-gax';
|
2
|
+
import type { Callback, CallOptions, Descriptors, ClientOptions, LROperation, PaginationCallback, LocationsClient, LocationProtos } from 'google-gax';
|
3
|
+
import { Transform } from 'stream';
|
4
|
+
import * as protos from '../../protos/protos';
|
5
|
+
/**
|
6
|
+
* Service for managing Identity Mapping Stores.
|
7
|
+
* @class
|
8
|
+
* @memberof v1
|
9
|
+
*/
|
10
|
+
export declare class IdentityMappingStoreServiceClient {
|
11
|
+
private _terminated;
|
12
|
+
private _opts;
|
13
|
+
private _providedCustomServicePath;
|
14
|
+
private _gaxModule;
|
15
|
+
private _gaxGrpc;
|
16
|
+
private _protos;
|
17
|
+
private _defaults;
|
18
|
+
private _universeDomain;
|
19
|
+
private _servicePath;
|
20
|
+
private _log;
|
21
|
+
auth: gax.GoogleAuth;
|
22
|
+
descriptors: Descriptors;
|
23
|
+
warn: (code: string, message: string, warnType?: string) => void;
|
24
|
+
innerApiCalls: {
|
25
|
+
[name: string]: Function;
|
26
|
+
};
|
27
|
+
locationsClient: LocationsClient;
|
28
|
+
pathTemplates: {
|
29
|
+
[name: string]: gax.PathTemplate;
|
30
|
+
};
|
31
|
+
operationsClient: gax.OperationsClient;
|
32
|
+
identityMappingStoreServiceStub?: Promise<{
|
33
|
+
[name: string]: Function;
|
34
|
+
}>;
|
35
|
+
/**
|
36
|
+
* Construct an instance of IdentityMappingStoreServiceClient.
|
37
|
+
*
|
38
|
+
* @param {object} [options] - The configuration object.
|
39
|
+
* The options accepted by the constructor are described in detail
|
40
|
+
* in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
|
41
|
+
* The common options are:
|
42
|
+
* @param {object} [options.credentials] - Credentials object.
|
43
|
+
* @param {string} [options.credentials.client_email]
|
44
|
+
* @param {string} [options.credentials.private_key]
|
45
|
+
* @param {string} [options.email] - Account email address. Required when
|
46
|
+
* using a .pem or .p12 keyFilename.
|
47
|
+
* @param {string} [options.keyFilename] - Full path to the a .json, .pem, or
|
48
|
+
* .p12 key downloaded from the Google Developers Console. If you provide
|
49
|
+
* a path to a JSON file, the projectId option below is not necessary.
|
50
|
+
* NOTE: .pem and .p12 require you to specify options.email as well.
|
51
|
+
* @param {number} [options.port] - The port on which to connect to
|
52
|
+
* the remote host.
|
53
|
+
* @param {string} [options.projectId] - The project ID from the Google
|
54
|
+
* Developer's Console, e.g. 'grape-spaceship-123'. We will also check
|
55
|
+
* the environment variable GCLOUD_PROJECT for your project ID. If your
|
56
|
+
* app is running in an environment which supports
|
57
|
+
* {@link https://cloud.google.com/docs/authentication/application-default-credentials Application Default Credentials},
|
58
|
+
* your project ID will be detected automatically.
|
59
|
+
* @param {string} [options.apiEndpoint] - The domain name of the
|
60
|
+
* API remote host.
|
61
|
+
* @param {gax.ClientConfig} [options.clientConfig] - Client configuration override.
|
62
|
+
* Follows the structure of {@link gapicConfig}.
|
63
|
+
* @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode.
|
64
|
+
* For more information, please check the
|
65
|
+
* {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
|
66
|
+
* @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you
|
67
|
+
* need to avoid loading the default gRPC version and want to use the fallback
|
68
|
+
* HTTP implementation. Load only fallback version and pass it to the constructor:
|
69
|
+
* ```
|
70
|
+
* const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC
|
71
|
+
* const client = new IdentityMappingStoreServiceClient({fallback: true}, gax);
|
72
|
+
* ```
|
73
|
+
*/
|
74
|
+
constructor(opts?: ClientOptions, gaxInstance?: typeof gax | typeof gax.fallback);
|
75
|
+
/**
|
76
|
+
* Initialize the client.
|
77
|
+
* Performs asynchronous operations (such as authentication) and prepares the client.
|
78
|
+
* This function will be called automatically when any class method is called for the
|
79
|
+
* first time, but if you need to initialize it before calling an actual method,
|
80
|
+
* feel free to call initialize() directly.
|
81
|
+
*
|
82
|
+
* You can await on this method if you want to make sure the client is initialized.
|
83
|
+
*
|
84
|
+
* @returns {Promise} A promise that resolves to an authenticated service stub.
|
85
|
+
*/
|
86
|
+
initialize(): Promise<{
|
87
|
+
[name: string]: Function;
|
88
|
+
}>;
|
89
|
+
/**
|
90
|
+
* The DNS address for this API service.
|
91
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
92
|
+
* @returns {string} The DNS address for this service.
|
93
|
+
*/
|
94
|
+
static get servicePath(): string;
|
95
|
+
/**
|
96
|
+
* The DNS address for this API service - same as servicePath.
|
97
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
98
|
+
* @returns {string} The DNS address for this service.
|
99
|
+
*/
|
100
|
+
static get apiEndpoint(): string;
|
101
|
+
/**
|
102
|
+
* The DNS address for this API service.
|
103
|
+
* @returns {string} The DNS address for this service.
|
104
|
+
*/
|
105
|
+
get apiEndpoint(): string;
|
106
|
+
get universeDomain(): string;
|
107
|
+
/**
|
108
|
+
* The port for this API service.
|
109
|
+
* @returns {number} The default port for this service.
|
110
|
+
*/
|
111
|
+
static get port(): number;
|
112
|
+
/**
|
113
|
+
* The scopes needed to make gRPC calls for every method defined
|
114
|
+
* in this service.
|
115
|
+
* @returns {string[]} List of default scopes.
|
116
|
+
*/
|
117
|
+
static get scopes(): string[];
|
118
|
+
getProjectId(): Promise<string>;
|
119
|
+
getProjectId(callback: Callback<string, undefined, undefined>): void;
|
120
|
+
/**
|
121
|
+
* Creates a new Identity Mapping Store.
|
122
|
+
*
|
123
|
+
* @param {Object} request
|
124
|
+
* The request object that will be sent.
|
125
|
+
* @param {string} request.cmekConfigName
|
126
|
+
* Resource name of the CmekConfig to use for protecting this Identity
|
127
|
+
* Mapping Store.
|
128
|
+
* @param {boolean} request.disableCmek
|
129
|
+
* Identity Mapping Store without CMEK protections. If a default CmekConfig
|
130
|
+
* is set for the project, setting this field will override the default
|
131
|
+
* CmekConfig as well.
|
132
|
+
* @param {string} request.parent
|
133
|
+
* Required. The parent collection resource name, such as
|
134
|
+
* `projects/{project}/locations/{location}`.
|
135
|
+
* @param {string} request.identityMappingStoreId
|
136
|
+
* Required. The ID of the Identity Mapping Store to create.
|
137
|
+
*
|
138
|
+
* The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores
|
139
|
+
* (_), and hyphens (-). The maximum length is 63 characters.
|
140
|
+
* @param {google.cloud.discoveryengine.v1.IdentityMappingStore} request.identityMappingStore
|
141
|
+
* Required. The Identity Mapping Store to create.
|
142
|
+
* @param {object} [options]
|
143
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
144
|
+
* @returns {Promise} - The promise which resolves to an array.
|
145
|
+
* The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1.IdentityMappingStore|IdentityMappingStore}.
|
146
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
147
|
+
* for more details and examples.
|
148
|
+
* @example <caption>include:samples/generated/v1/identity_mapping_store_service.create_identity_mapping_store.js</caption>
|
149
|
+
* region_tag:discoveryengine_v1_generated_IdentityMappingStoreService_CreateIdentityMappingStore_async
|
150
|
+
*/
|
151
|
+
createIdentityMappingStore(request?: protos.google.cloud.discoveryengine.v1.ICreateIdentityMappingStoreRequest, options?: CallOptions): Promise<[
|
152
|
+
protos.google.cloud.discoveryengine.v1.IIdentityMappingStore,
|
153
|
+
protos.google.cloud.discoveryengine.v1.ICreateIdentityMappingStoreRequest | undefined,
|
154
|
+
{} | undefined
|
155
|
+
]>;
|
156
|
+
createIdentityMappingStore(request: protos.google.cloud.discoveryengine.v1.ICreateIdentityMappingStoreRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1.IIdentityMappingStore, protos.google.cloud.discoveryengine.v1.ICreateIdentityMappingStoreRequest | null | undefined, {} | null | undefined>): void;
|
157
|
+
createIdentityMappingStore(request: protos.google.cloud.discoveryengine.v1.ICreateIdentityMappingStoreRequest, callback: Callback<protos.google.cloud.discoveryengine.v1.IIdentityMappingStore, protos.google.cloud.discoveryengine.v1.ICreateIdentityMappingStoreRequest | null | undefined, {} | null | undefined>): void;
|
158
|
+
/**
|
159
|
+
* Gets the Identity Mapping Store.
|
160
|
+
*
|
161
|
+
* @param {Object} request
|
162
|
+
* The request object that will be sent.
|
163
|
+
* @param {string} request.name
|
164
|
+
* Required. The name of the Identity Mapping Store to get.
|
165
|
+
* Format:
|
166
|
+
* `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}`
|
167
|
+
* @param {object} [options]
|
168
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
169
|
+
* @returns {Promise} - The promise which resolves to an array.
|
170
|
+
* The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1.IdentityMappingStore|IdentityMappingStore}.
|
171
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
172
|
+
* for more details and examples.
|
173
|
+
* @example <caption>include:samples/generated/v1/identity_mapping_store_service.get_identity_mapping_store.js</caption>
|
174
|
+
* region_tag:discoveryengine_v1_generated_IdentityMappingStoreService_GetIdentityMappingStore_async
|
175
|
+
*/
|
176
|
+
getIdentityMappingStore(request?: protos.google.cloud.discoveryengine.v1.IGetIdentityMappingStoreRequest, options?: CallOptions): Promise<[
|
177
|
+
protos.google.cloud.discoveryengine.v1.IIdentityMappingStore,
|
178
|
+
protos.google.cloud.discoveryengine.v1.IGetIdentityMappingStoreRequest | undefined,
|
179
|
+
{} | undefined
|
180
|
+
]>;
|
181
|
+
getIdentityMappingStore(request: protos.google.cloud.discoveryengine.v1.IGetIdentityMappingStoreRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1.IIdentityMappingStore, protos.google.cloud.discoveryengine.v1.IGetIdentityMappingStoreRequest | null | undefined, {} | null | undefined>): void;
|
182
|
+
getIdentityMappingStore(request: protos.google.cloud.discoveryengine.v1.IGetIdentityMappingStoreRequest, callback: Callback<protos.google.cloud.discoveryengine.v1.IIdentityMappingStore, protos.google.cloud.discoveryengine.v1.IGetIdentityMappingStoreRequest | null | undefined, {} | null | undefined>): void;
|
183
|
+
/**
|
184
|
+
* Deletes the Identity Mapping Store.
|
185
|
+
*
|
186
|
+
* @param {Object} request
|
187
|
+
* The request object that will be sent.
|
188
|
+
* @param {string} request.name
|
189
|
+
* Required. The name of the Identity Mapping Store to delete.
|
190
|
+
* Format:
|
191
|
+
* `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}`
|
192
|
+
* @param {object} [options]
|
193
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
194
|
+
* @returns {Promise} - The promise which resolves to an array.
|
195
|
+
* The first element of the array is an object representing
|
196
|
+
* a long running operation. Its `promise()` method returns a promise
|
197
|
+
* you can `await` for.
|
198
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
|
199
|
+
* for more details and examples.
|
200
|
+
* @example <caption>include:samples/generated/v1/identity_mapping_store_service.delete_identity_mapping_store.js</caption>
|
201
|
+
* region_tag:discoveryengine_v1_generated_IdentityMappingStoreService_DeleteIdentityMappingStore_async
|
202
|
+
*/
|
203
|
+
deleteIdentityMappingStore(request?: protos.google.cloud.discoveryengine.v1.IDeleteIdentityMappingStoreRequest, options?: CallOptions): Promise<[
|
204
|
+
LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1.IDeleteIdentityMappingStoreMetadata>,
|
205
|
+
protos.google.longrunning.IOperation | undefined,
|
206
|
+
{} | undefined
|
207
|
+
]>;
|
208
|
+
deleteIdentityMappingStore(request: protos.google.cloud.discoveryengine.v1.IDeleteIdentityMappingStoreRequest, options: CallOptions, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1.IDeleteIdentityMappingStoreMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
|
209
|
+
deleteIdentityMappingStore(request: protos.google.cloud.discoveryengine.v1.IDeleteIdentityMappingStoreRequest, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1.IDeleteIdentityMappingStoreMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
|
210
|
+
/**
|
211
|
+
* Check the status of the long running operation returned by `deleteIdentityMappingStore()`.
|
212
|
+
* @param {String} name
|
213
|
+
* The operation name that will be passed.
|
214
|
+
* @returns {Promise} - The promise which resolves to an object.
|
215
|
+
* The decoded operation object has result and metadata field to get information from.
|
216
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
|
217
|
+
* for more details and examples.
|
218
|
+
* @example <caption>include:samples/generated/v1/identity_mapping_store_service.delete_identity_mapping_store.js</caption>
|
219
|
+
* region_tag:discoveryengine_v1_generated_IdentityMappingStoreService_DeleteIdentityMappingStore_async
|
220
|
+
*/
|
221
|
+
checkDeleteIdentityMappingStoreProgress(name: string): Promise<LROperation<protos.google.protobuf.Empty, protos.google.cloud.discoveryengine.v1.DeleteIdentityMappingStoreMetadata>>;
|
222
|
+
/**
|
223
|
+
* Imports a list of Identity Mapping Entries to an Identity Mapping Store.
|
224
|
+
*
|
225
|
+
* @param {Object} request
|
226
|
+
* The request object that will be sent.
|
227
|
+
* @param {google.cloud.discoveryengine.v1.ImportIdentityMappingsRequest.InlineSource} request.inlineSource
|
228
|
+
* The inline source to import identity mapping entries from.
|
229
|
+
* @param {string} request.identityMappingStore
|
230
|
+
* Required. The name of the Identity Mapping Store to import Identity Mapping
|
231
|
+
* Entries to. Format:
|
232
|
+
* `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}`
|
233
|
+
* @param {object} [options]
|
234
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
235
|
+
* @returns {Promise} - The promise which resolves to an array.
|
236
|
+
* The first element of the array is an object representing
|
237
|
+
* a long running operation. Its `promise()` method returns a promise
|
238
|
+
* you can `await` for.
|
239
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
|
240
|
+
* for more details and examples.
|
241
|
+
* @example <caption>include:samples/generated/v1/identity_mapping_store_service.import_identity_mappings.js</caption>
|
242
|
+
* region_tag:discoveryengine_v1_generated_IdentityMappingStoreService_ImportIdentityMappings_async
|
243
|
+
*/
|
244
|
+
importIdentityMappings(request?: protos.google.cloud.discoveryengine.v1.IImportIdentityMappingsRequest, options?: CallOptions): Promise<[
|
245
|
+
LROperation<protos.google.cloud.discoveryengine.v1.IImportIdentityMappingsResponse, protos.google.cloud.discoveryengine.v1.IIdentityMappingEntryOperationMetadata>,
|
246
|
+
protos.google.longrunning.IOperation | undefined,
|
247
|
+
{} | undefined
|
248
|
+
]>;
|
249
|
+
importIdentityMappings(request: protos.google.cloud.discoveryengine.v1.IImportIdentityMappingsRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1.IImportIdentityMappingsResponse, protos.google.cloud.discoveryengine.v1.IIdentityMappingEntryOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
|
250
|
+
importIdentityMappings(request: protos.google.cloud.discoveryengine.v1.IImportIdentityMappingsRequest, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1.IImportIdentityMappingsResponse, protos.google.cloud.discoveryengine.v1.IIdentityMappingEntryOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
|
251
|
+
/**
|
252
|
+
* Check the status of the long running operation returned by `importIdentityMappings()`.
|
253
|
+
* @param {String} name
|
254
|
+
* The operation name that will be passed.
|
255
|
+
* @returns {Promise} - The promise which resolves to an object.
|
256
|
+
* The decoded operation object has result and metadata field to get information from.
|
257
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
|
258
|
+
* for more details and examples.
|
259
|
+
* @example <caption>include:samples/generated/v1/identity_mapping_store_service.import_identity_mappings.js</caption>
|
260
|
+
* region_tag:discoveryengine_v1_generated_IdentityMappingStoreService_ImportIdentityMappings_async
|
261
|
+
*/
|
262
|
+
checkImportIdentityMappingsProgress(name: string): Promise<LROperation<protos.google.cloud.discoveryengine.v1.ImportIdentityMappingsResponse, protos.google.cloud.discoveryengine.v1.IdentityMappingEntryOperationMetadata>>;
|
263
|
+
/**
|
264
|
+
* Purges specified or all Identity Mapping Entries from an Identity Mapping
|
265
|
+
* Store.
|
266
|
+
*
|
267
|
+
* @param {Object} request
|
268
|
+
* The request object that will be sent.
|
269
|
+
* @param {google.cloud.discoveryengine.v1.PurgeIdentityMappingsRequest.InlineSource} request.inlineSource
|
270
|
+
* The inline source to purge identity mapping entries from.
|
271
|
+
* @param {string} request.identityMappingStore
|
272
|
+
* Required. The name of the Identity Mapping Store to purge Identity Mapping
|
273
|
+
* Entries from. Format:
|
274
|
+
* `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}`
|
275
|
+
* @param {string} request.filter
|
276
|
+
* Filter matching identity mappings to purge.
|
277
|
+
* The eligible field for filtering is:
|
278
|
+
* * `update_time`: in ISO 8601 "zulu" format.
|
279
|
+
* * `external_id`
|
280
|
+
*
|
281
|
+
* Examples:
|
282
|
+
*
|
283
|
+
* * Deleting all identity mappings updated in a time range:
|
284
|
+
* `update_time > "2012-04-23T18:25:43.511Z" AND update_time <
|
285
|
+
* "2012-04-23T18:30:43.511Z"`
|
286
|
+
* * Deleting all identity mappings for a given external_id:
|
287
|
+
* `external_id = "id1"`
|
288
|
+
* * Deleting all identity mappings inside an identity mapping store:
|
289
|
+
* `*`
|
290
|
+
*
|
291
|
+
* The filtering fields are assumed to have an implicit AND.
|
292
|
+
* Should not be used with source. An error will be thrown, if both are
|
293
|
+
* provided.
|
294
|
+
* @param {boolean} request.force
|
295
|
+
* Actually performs the purge. If `force` is set to false, return the
|
296
|
+
* expected purge count without deleting any identity mappings. This field is
|
297
|
+
* only supported for purge with filter. For input source this field is
|
298
|
+
* ignored and data will be purged regardless of the value of this field.
|
299
|
+
* @param {object} [options]
|
300
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
301
|
+
* @returns {Promise} - The promise which resolves to an array.
|
302
|
+
* The first element of the array is an object representing
|
303
|
+
* a long running operation. Its `promise()` method returns a promise
|
304
|
+
* you can `await` for.
|
305
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
|
306
|
+
* for more details and examples.
|
307
|
+
* @example <caption>include:samples/generated/v1/identity_mapping_store_service.purge_identity_mappings.js</caption>
|
308
|
+
* region_tag:discoveryengine_v1_generated_IdentityMappingStoreService_PurgeIdentityMappings_async
|
309
|
+
*/
|
310
|
+
purgeIdentityMappings(request?: protos.google.cloud.discoveryengine.v1.IPurgeIdentityMappingsRequest, options?: CallOptions): Promise<[
|
311
|
+
LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1.IIdentityMappingEntryOperationMetadata>,
|
312
|
+
protos.google.longrunning.IOperation | undefined,
|
313
|
+
{} | undefined
|
314
|
+
]>;
|
315
|
+
purgeIdentityMappings(request: protos.google.cloud.discoveryengine.v1.IPurgeIdentityMappingsRequest, options: CallOptions, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1.IIdentityMappingEntryOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
|
316
|
+
purgeIdentityMappings(request: protos.google.cloud.discoveryengine.v1.IPurgeIdentityMappingsRequest, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1.IIdentityMappingEntryOperationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
|
317
|
+
/**
|
318
|
+
* Check the status of the long running operation returned by `purgeIdentityMappings()`.
|
319
|
+
* @param {String} name
|
320
|
+
* The operation name that will be passed.
|
321
|
+
* @returns {Promise} - The promise which resolves to an object.
|
322
|
+
* The decoded operation object has result and metadata field to get information from.
|
323
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
|
324
|
+
* for more details and examples.
|
325
|
+
* @example <caption>include:samples/generated/v1/identity_mapping_store_service.purge_identity_mappings.js</caption>
|
326
|
+
* region_tag:discoveryengine_v1_generated_IdentityMappingStoreService_PurgeIdentityMappings_async
|
327
|
+
*/
|
328
|
+
checkPurgeIdentityMappingsProgress(name: string): Promise<LROperation<protos.google.protobuf.Empty, protos.google.cloud.discoveryengine.v1.IdentityMappingEntryOperationMetadata>>;
|
329
|
+
/**
|
330
|
+
* Lists Identity Mappings in an Identity Mapping Store.
|
331
|
+
*
|
332
|
+
* @param {Object} request
|
333
|
+
* The request object that will be sent.
|
334
|
+
* @param {string} request.identityMappingStore
|
335
|
+
* Required. The name of the Identity Mapping Store to list Identity Mapping
|
336
|
+
* Entries in. Format:
|
337
|
+
* `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}`
|
338
|
+
* @param {number} request.pageSize
|
339
|
+
* Maximum number of IdentityMappings to return. If unspecified, defaults
|
340
|
+
* to 2000. The maximum allowed value is 10000. Values above 10000 will be
|
341
|
+
* coerced to 10000.
|
342
|
+
* @param {string} request.pageToken
|
343
|
+
* A page token, received from a previous `ListIdentityMappings` call.
|
344
|
+
* Provide this to retrieve the subsequent page.
|
345
|
+
*
|
346
|
+
* When paginating, all other parameters provided to
|
347
|
+
* `ListIdentityMappings` must match the call that provided the page
|
348
|
+
* token.
|
349
|
+
* @param {object} [options]
|
350
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
351
|
+
* @returns {Promise} - The promise which resolves to an array.
|
352
|
+
* The first element of the array is Array of {@link protos.google.cloud.discoveryengine.v1.IdentityMappingEntry|IdentityMappingEntry}.
|
353
|
+
* The client library will perform auto-pagination by default: it will call the API as many
|
354
|
+
* times as needed and will merge results from all the pages into this array.
|
355
|
+
* Note that it can affect your quota.
|
356
|
+
* We recommend using `listIdentityMappingsAsync()`
|
357
|
+
* method described below for async iteration which you can stop as needed.
|
358
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
359
|
+
* for more details and examples.
|
360
|
+
*/
|
361
|
+
listIdentityMappings(request?: protos.google.cloud.discoveryengine.v1.IListIdentityMappingsRequest, options?: CallOptions): Promise<[
|
362
|
+
protos.google.cloud.discoveryengine.v1.IIdentityMappingEntry[],
|
363
|
+
protos.google.cloud.discoveryengine.v1.IListIdentityMappingsRequest | null,
|
364
|
+
protos.google.cloud.discoveryengine.v1.IListIdentityMappingsResponse
|
365
|
+
]>;
|
366
|
+
listIdentityMappings(request: protos.google.cloud.discoveryengine.v1.IListIdentityMappingsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1.IListIdentityMappingsRequest, protos.google.cloud.discoveryengine.v1.IListIdentityMappingsResponse | null | undefined, protos.google.cloud.discoveryengine.v1.IIdentityMappingEntry>): void;
|
367
|
+
listIdentityMappings(request: protos.google.cloud.discoveryengine.v1.IListIdentityMappingsRequest, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1.IListIdentityMappingsRequest, protos.google.cloud.discoveryengine.v1.IListIdentityMappingsResponse | null | undefined, protos.google.cloud.discoveryengine.v1.IIdentityMappingEntry>): void;
|
368
|
+
/**
|
369
|
+
* Equivalent to `listIdentityMappings`, but returns a NodeJS Stream object.
|
370
|
+
* @param {Object} request
|
371
|
+
* The request object that will be sent.
|
372
|
+
* @param {string} request.identityMappingStore
|
373
|
+
* Required. The name of the Identity Mapping Store to list Identity Mapping
|
374
|
+
* Entries in. Format:
|
375
|
+
* `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}`
|
376
|
+
* @param {number} request.pageSize
|
377
|
+
* Maximum number of IdentityMappings to return. If unspecified, defaults
|
378
|
+
* to 2000. The maximum allowed value is 10000. Values above 10000 will be
|
379
|
+
* coerced to 10000.
|
380
|
+
* @param {string} request.pageToken
|
381
|
+
* A page token, received from a previous `ListIdentityMappings` call.
|
382
|
+
* Provide this to retrieve the subsequent page.
|
383
|
+
*
|
384
|
+
* When paginating, all other parameters provided to
|
385
|
+
* `ListIdentityMappings` must match the call that provided the page
|
386
|
+
* token.
|
387
|
+
* @param {object} [options]
|
388
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
389
|
+
* @returns {Stream}
|
390
|
+
* An object stream which emits an object representing {@link protos.google.cloud.discoveryengine.v1.IdentityMappingEntry|IdentityMappingEntry} on 'data' event.
|
391
|
+
* The client library will perform auto-pagination by default: it will call the API as many
|
392
|
+
* times as needed. Note that it can affect your quota.
|
393
|
+
* We recommend using `listIdentityMappingsAsync()`
|
394
|
+
* method described below for async iteration which you can stop as needed.
|
395
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
396
|
+
* for more details and examples.
|
397
|
+
*/
|
398
|
+
listIdentityMappingsStream(request?: protos.google.cloud.discoveryengine.v1.IListIdentityMappingsRequest, options?: CallOptions): Transform;
|
399
|
+
/**
|
400
|
+
* Equivalent to `listIdentityMappings`, but returns an iterable object.
|
401
|
+
*
|
402
|
+
* `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
|
403
|
+
* @param {Object} request
|
404
|
+
* The request object that will be sent.
|
405
|
+
* @param {string} request.identityMappingStore
|
406
|
+
* Required. The name of the Identity Mapping Store to list Identity Mapping
|
407
|
+
* Entries in. Format:
|
408
|
+
* `projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}`
|
409
|
+
* @param {number} request.pageSize
|
410
|
+
* Maximum number of IdentityMappings to return. If unspecified, defaults
|
411
|
+
* to 2000. The maximum allowed value is 10000. Values above 10000 will be
|
412
|
+
* coerced to 10000.
|
413
|
+
* @param {string} request.pageToken
|
414
|
+
* A page token, received from a previous `ListIdentityMappings` call.
|
415
|
+
* Provide this to retrieve the subsequent page.
|
416
|
+
*
|
417
|
+
* When paginating, all other parameters provided to
|
418
|
+
* `ListIdentityMappings` must match the call that provided the page
|
419
|
+
* token.
|
420
|
+
* @param {object} [options]
|
421
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
422
|
+
* @returns {Object}
|
423
|
+
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
|
424
|
+
* When you iterate the returned iterable, each element will be an object representing
|
425
|
+
* {@link protos.google.cloud.discoveryengine.v1.IdentityMappingEntry|IdentityMappingEntry}. The API will be called under the hood as needed, once per the page,
|
426
|
+
* so you can stop the iteration when you don't need more results.
|
427
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
428
|
+
* for more details and examples.
|
429
|
+
* @example <caption>include:samples/generated/v1/identity_mapping_store_service.list_identity_mappings.js</caption>
|
430
|
+
* region_tag:discoveryengine_v1_generated_IdentityMappingStoreService_ListIdentityMappings_async
|
431
|
+
*/
|
432
|
+
listIdentityMappingsAsync(request?: protos.google.cloud.discoveryengine.v1.IListIdentityMappingsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.discoveryengine.v1.IIdentityMappingEntry>;
|
433
|
+
/**
|
434
|
+
* Lists all Identity Mapping Stores.
|
435
|
+
*
|
436
|
+
* @param {Object} request
|
437
|
+
* The request object that will be sent.
|
438
|
+
* @param {string} request.parent
|
439
|
+
* Required. The parent of the Identity Mapping Stores to list.
|
440
|
+
* Format:
|
441
|
+
* `projects/{project}/locations/{location}`.
|
442
|
+
* @param {number} request.pageSize
|
443
|
+
* Maximum number of IdentityMappingStores to return. If unspecified, defaults
|
444
|
+
* to 100. The maximum allowed value is 1000. Values above 1000 will be
|
445
|
+
* coerced to 1000.
|
446
|
+
* @param {string} request.pageToken
|
447
|
+
* A page token, received from a previous `ListIdentityMappingStores` call.
|
448
|
+
* Provide this to retrieve the subsequent page.
|
449
|
+
*
|
450
|
+
* When paginating, all other parameters provided to
|
451
|
+
* `ListIdentityMappingStores` must match the call that provided the page
|
452
|
+
* token.
|
453
|
+
* @param {object} [options]
|
454
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
455
|
+
* @returns {Promise} - The promise which resolves to an array.
|
456
|
+
* The first element of the array is Array of {@link protos.google.cloud.discoveryengine.v1.IdentityMappingStore|IdentityMappingStore}.
|
457
|
+
* The client library will perform auto-pagination by default: it will call the API as many
|
458
|
+
* times as needed and will merge results from all the pages into this array.
|
459
|
+
* Note that it can affect your quota.
|
460
|
+
* We recommend using `listIdentityMappingStoresAsync()`
|
461
|
+
* method described below for async iteration which you can stop as needed.
|
462
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
463
|
+
* for more details and examples.
|
464
|
+
*/
|
465
|
+
listIdentityMappingStores(request?: protos.google.cloud.discoveryengine.v1.IListIdentityMappingStoresRequest, options?: CallOptions): Promise<[
|
466
|
+
protos.google.cloud.discoveryengine.v1.IIdentityMappingStore[],
|
467
|
+
protos.google.cloud.discoveryengine.v1.IListIdentityMappingStoresRequest | null,
|
468
|
+
protos.google.cloud.discoveryengine.v1.IListIdentityMappingStoresResponse
|
469
|
+
]>;
|
470
|
+
listIdentityMappingStores(request: protos.google.cloud.discoveryengine.v1.IListIdentityMappingStoresRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1.IListIdentityMappingStoresRequest, protos.google.cloud.discoveryengine.v1.IListIdentityMappingStoresResponse | null | undefined, protos.google.cloud.discoveryengine.v1.IIdentityMappingStore>): void;
|
471
|
+
listIdentityMappingStores(request: protos.google.cloud.discoveryengine.v1.IListIdentityMappingStoresRequest, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1.IListIdentityMappingStoresRequest, protos.google.cloud.discoveryengine.v1.IListIdentityMappingStoresResponse | null | undefined, protos.google.cloud.discoveryengine.v1.IIdentityMappingStore>): void;
|
472
|
+
/**
|
473
|
+
* Equivalent to `listIdentityMappingStores`, but returns a NodeJS Stream object.
|
474
|
+
* @param {Object} request
|
475
|
+
* The request object that will be sent.
|
476
|
+
* @param {string} request.parent
|
477
|
+
* Required. The parent of the Identity Mapping Stores to list.
|
478
|
+
* Format:
|
479
|
+
* `projects/{project}/locations/{location}`.
|
480
|
+
* @param {number} request.pageSize
|
481
|
+
* Maximum number of IdentityMappingStores to return. If unspecified, defaults
|
482
|
+
* to 100. The maximum allowed value is 1000. Values above 1000 will be
|
483
|
+
* coerced to 1000.
|
484
|
+
* @param {string} request.pageToken
|
485
|
+
* A page token, received from a previous `ListIdentityMappingStores` call.
|
486
|
+
* Provide this to retrieve the subsequent page.
|
487
|
+
*
|
488
|
+
* When paginating, all other parameters provided to
|
489
|
+
* `ListIdentityMappingStores` must match the call that provided the page
|
490
|
+
* token.
|
491
|
+
* @param {object} [options]
|
492
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
493
|
+
* @returns {Stream}
|
494
|
+
* An object stream which emits an object representing {@link protos.google.cloud.discoveryengine.v1.IdentityMappingStore|IdentityMappingStore} on 'data' event.
|
495
|
+
* The client library will perform auto-pagination by default: it will call the API as many
|
496
|
+
* times as needed. Note that it can affect your quota.
|
497
|
+
* We recommend using `listIdentityMappingStoresAsync()`
|
498
|
+
* method described below for async iteration which you can stop as needed.
|
499
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
500
|
+
* for more details and examples.
|
501
|
+
*/
|
502
|
+
listIdentityMappingStoresStream(request?: protos.google.cloud.discoveryengine.v1.IListIdentityMappingStoresRequest, options?: CallOptions): Transform;
|
503
|
+
/**
|
504
|
+
* Equivalent to `listIdentityMappingStores`, but returns an iterable object.
|
505
|
+
*
|
506
|
+
* `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
|
507
|
+
* @param {Object} request
|
508
|
+
* The request object that will be sent.
|
509
|
+
* @param {string} request.parent
|
510
|
+
* Required. The parent of the Identity Mapping Stores to list.
|
511
|
+
* Format:
|
512
|
+
* `projects/{project}/locations/{location}`.
|
513
|
+
* @param {number} request.pageSize
|
514
|
+
* Maximum number of IdentityMappingStores to return. If unspecified, defaults
|
515
|
+
* to 100. The maximum allowed value is 1000. Values above 1000 will be
|
516
|
+
* coerced to 1000.
|
517
|
+
* @param {string} request.pageToken
|
518
|
+
* A page token, received from a previous `ListIdentityMappingStores` call.
|
519
|
+
* Provide this to retrieve the subsequent page.
|
520
|
+
*
|
521
|
+
* When paginating, all other parameters provided to
|
522
|
+
* `ListIdentityMappingStores` must match the call that provided the page
|
523
|
+
* token.
|
524
|
+
* @param {object} [options]
|
525
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
526
|
+
* @returns {Object}
|
527
|
+
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
|
528
|
+
* When you iterate the returned iterable, each element will be an object representing
|
529
|
+
* {@link protos.google.cloud.discoveryengine.v1.IdentityMappingStore|IdentityMappingStore}. The API will be called under the hood as needed, once per the page,
|
530
|
+
* so you can stop the iteration when you don't need more results.
|
531
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
532
|
+
* for more details and examples.
|
533
|
+
* @example <caption>include:samples/generated/v1/identity_mapping_store_service.list_identity_mapping_stores.js</caption>
|
534
|
+
* region_tag:discoveryengine_v1_generated_IdentityMappingStoreService_ListIdentityMappingStores_async
|
535
|
+
*/
|
536
|
+
listIdentityMappingStoresAsync(request?: protos.google.cloud.discoveryengine.v1.IListIdentityMappingStoresRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.discoveryengine.v1.IIdentityMappingStore>;
|
537
|
+
/**
|
538
|
+
* Gets information about a location.
|
539
|
+
*
|
540
|
+
* @param {Object} request
|
541
|
+
* The request object that will be sent.
|
542
|
+
* @param {string} request.name
|
543
|
+
* Resource name for the location.
|
544
|
+
* @param {object} [options]
|
545
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
|
546
|
+
* @returns {Promise} - The promise which resolves to an array.
|
547
|
+
* The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
|
548
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
549
|
+
* for more details and examples.
|
550
|
+
* @example
|
551
|
+
* ```
|
552
|
+
* const [response] = await client.getLocation(request);
|
553
|
+
* ```
|
554
|
+
*/
|
555
|
+
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>;
|
556
|
+
/**
|
557
|
+
* Lists information about the supported locations for this service. Returns an iterable object.
|
558
|
+
*
|
559
|
+
* `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
|
560
|
+
* @param {Object} request
|
561
|
+
* The request object that will be sent.
|
562
|
+
* @param {string} request.name
|
563
|
+
* The resource that owns the locations collection, if applicable.
|
564
|
+
* @param {string} request.filter
|
565
|
+
* The standard list filter.
|
566
|
+
* @param {number} request.pageSize
|
567
|
+
* The standard list page size.
|
568
|
+
* @param {string} request.pageToken
|
569
|
+
* The standard list page token.
|
570
|
+
* @param {object} [options]
|
571
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
572
|
+
* @returns {Object}
|
573
|
+
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
|
574
|
+
* When you iterate the returned iterable, each element will be an object representing
|
575
|
+
* {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
|
576
|
+
* so you can stop the iteration when you don't need more results.
|
577
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
578
|
+
* for more details and examples.
|
579
|
+
* @example
|
580
|
+
* ```
|
581
|
+
* const iterable = client.listLocationsAsync(request);
|
582
|
+
* for await (const response of iterable) {
|
583
|
+
* // process response
|
584
|
+
* }
|
585
|
+
* ```
|
586
|
+
*/
|
587
|
+
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
588
|
+
/**
|
589
|
+
* Gets the latest state of a long-running operation. Clients can use this
|
590
|
+
* method to poll the operation result at intervals as recommended by the API
|
591
|
+
* service.
|
592
|
+
*
|
593
|
+
* @param {Object} request - The request object that will be sent.
|
594
|
+
* @param {string} request.name - The name of the operation resource.
|
595
|
+
* @param {Object=} options
|
596
|
+
* Optional parameters. You can override the default settings for this call,
|
597
|
+
* e.g, timeout, retries, paginations, etc. See {@link
|
598
|
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions}
|
599
|
+
* for the details.
|
600
|
+
* @param {function(?Error, ?Object)=} callback
|
601
|
+
* The function which will be called with the result of the API call.
|
602
|
+
*
|
603
|
+
* The second parameter to the callback is an object representing
|
604
|
+
* {@link google.longrunning.Operation | google.longrunning.Operation}.
|
605
|
+
* @return {Promise} - The promise which resolves to an array.
|
606
|
+
* The first element of the array is an object representing
|
607
|
+
* {@link google.longrunning.Operation | google.longrunning.Operation}.
|
608
|
+
* The promise has a method named "cancel" which cancels the ongoing API call.
|
609
|
+
*
|
610
|
+
* @example
|
611
|
+
* ```
|
612
|
+
* const client = longrunning.operationsClient();
|
613
|
+
* const name = '';
|
614
|
+
* const [response] = await client.getOperation({name});
|
615
|
+
* // doThingsWith(response)
|
616
|
+
* ```
|
617
|
+
*/
|
618
|
+
getOperation(request: protos.google.longrunning.GetOperationRequest, optionsOrCallback?: gax.CallOptions | Callback<protos.google.longrunning.Operation, protos.google.longrunning.GetOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.longrunning.Operation, protos.google.longrunning.GetOperationRequest, {} | null | undefined>): Promise<[protos.google.longrunning.Operation]>;
|
619
|
+
/**
|
620
|
+
* Lists operations that match the specified filter in the request. If the
|
621
|
+
* server doesn't support this method, it returns `UNIMPLEMENTED`. Returns an iterable object.
|
622
|
+
*
|
623
|
+
* For-await-of syntax is used with the iterable to recursively get response element on-demand.
|
624
|
+
*
|
625
|
+
* @param {Object} request - The request object that will be sent.
|
626
|
+
* @param {string} request.name - The name of the operation collection.
|
627
|
+
* @param {string} request.filter - The standard list filter.
|
628
|
+
* @param {number=} request.pageSize -
|
629
|
+
* The maximum number of resources contained in the underlying API
|
630
|
+
* response. If page streaming is performed per-resource, this
|
631
|
+
* parameter does not affect the return value. If page streaming is
|
632
|
+
* performed per-page, this determines the maximum number of
|
633
|
+
* resources in a page.
|
634
|
+
* @param {Object=} options
|
635
|
+
* Optional parameters. You can override the default settings for this call,
|
636
|
+
* e.g, timeout, retries, paginations, etc. See {@link
|
637
|
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
|
638
|
+
* details.
|
639
|
+
* @returns {Object}
|
640
|
+
* An iterable Object that conforms to {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | iteration protocols}.
|
641
|
+
*
|
642
|
+
* @example
|
643
|
+
* ```
|
644
|
+
* const client = longrunning.operationsClient();
|
645
|
+
* for await (const response of client.listOperationsAsync(request));
|
646
|
+
* // doThingsWith(response)
|
647
|
+
* ```
|
648
|
+
*/
|
649
|
+
listOperationsAsync(request: protos.google.longrunning.ListOperationsRequest, options?: gax.CallOptions): AsyncIterable<protos.google.longrunning.IOperation>;
|
650
|
+
/**
|
651
|
+
* Starts asynchronous cancellation on a long-running operation. The server
|
652
|
+
* makes a best effort to cancel the operation, but success is not
|
653
|
+
* guaranteed. If the server doesn't support this method, it returns
|
654
|
+
* `google.rpc.Code.UNIMPLEMENTED`. Clients can use
|
655
|
+
* {@link Operations.GetOperation} or
|
656
|
+
* other methods to check whether the cancellation succeeded or whether the
|
657
|
+
* operation completed despite cancellation. On successful cancellation,
|
658
|
+
* the operation is not deleted; instead, it becomes an operation with
|
659
|
+
* an {@link Operation.error} value with a {@link google.rpc.Status.code} of
|
660
|
+
* 1, corresponding to `Code.CANCELLED`.
|
661
|
+
*
|
662
|
+
* @param {Object} request - The request object that will be sent.
|
663
|
+
* @param {string} request.name - The name of the operation resource to be cancelled.
|
664
|
+
* @param {Object=} options
|
665
|
+
* Optional parameters. You can override the default settings for this call,
|
666
|
+
* e.g, timeout, retries, paginations, etc. See {@link
|
667
|
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
|
668
|
+
* details.
|
669
|
+
* @param {function(?Error)=} callback
|
670
|
+
* The function which will be called with the result of the API call.
|
671
|
+
* @return {Promise} - The promise which resolves when API call finishes.
|
672
|
+
* The promise has a method named "cancel" which cancels the ongoing API
|
673
|
+
* call.
|
674
|
+
*
|
675
|
+
* @example
|
676
|
+
* ```
|
677
|
+
* const client = longrunning.operationsClient();
|
678
|
+
* await client.cancelOperation({name: ''});
|
679
|
+
* ```
|
680
|
+
*/
|
681
|
+
cancelOperation(request: protos.google.longrunning.CancelOperationRequest, optionsOrCallback?: gax.CallOptions | Callback<protos.google.longrunning.CancelOperationRequest, protos.google.protobuf.Empty, {} | undefined | null>, callback?: Callback<protos.google.longrunning.CancelOperationRequest, protos.google.protobuf.Empty, {} | undefined | null>): Promise<protos.google.protobuf.Empty>;
|
682
|
+
/**
|
683
|
+
* Deletes a long-running operation. This method indicates that the client is
|
684
|
+
* no longer interested in the operation result. It does not cancel the
|
685
|
+
* operation. If the server doesn't support this method, it returns
|
686
|
+
* `google.rpc.Code.UNIMPLEMENTED`.
|
687
|
+
*
|
688
|
+
* @param {Object} request - The request object that will be sent.
|
689
|
+
* @param {string} request.name - The name of the operation resource to be deleted.
|
690
|
+
* @param {Object=} options
|
691
|
+
* Optional parameters. You can override the default settings for this call,
|
692
|
+
* e.g, timeout, retries, paginations, etc. See {@link
|
693
|
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions}
|
694
|
+
* for the details.
|
695
|
+
* @param {function(?Error)=} callback
|
696
|
+
* The function which will be called with the result of the API call.
|
697
|
+
* @return {Promise} - The promise which resolves when API call finishes.
|
698
|
+
* The promise has a method named "cancel" which cancels the ongoing API
|
699
|
+
* call.
|
700
|
+
*
|
701
|
+
* @example
|
702
|
+
* ```
|
703
|
+
* const client = longrunning.operationsClient();
|
704
|
+
* await client.deleteOperation({name: ''});
|
705
|
+
* ```
|
706
|
+
*/
|
707
|
+
deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, optionsOrCallback?: 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>;
|
708
|
+
/**
|
709
|
+
* Return a fully-qualified assistAnswer resource name string.
|
710
|
+
*
|
711
|
+
* @param {string} project
|
712
|
+
* @param {string} location
|
713
|
+
* @param {string} collection
|
714
|
+
* @param {string} engine
|
715
|
+
* @param {string} session
|
716
|
+
* @param {string} assist_answer
|
717
|
+
* @returns {string} Resource name string.
|
718
|
+
*/
|
719
|
+
assistAnswerPath(project: string, location: string, collection: string, engine: string, session: string, assistAnswer: string): string;
|
720
|
+
/**
|
721
|
+
* Parse the project from AssistAnswer resource.
|
722
|
+
*
|
723
|
+
* @param {string} assistAnswerName
|
724
|
+
* A fully-qualified path representing AssistAnswer resource.
|
725
|
+
* @returns {string} A string representing the project.
|
726
|
+
*/
|
727
|
+
matchProjectFromAssistAnswerName(assistAnswerName: string): string | number;
|
728
|
+
/**
|
729
|
+
* Parse the location from AssistAnswer resource.
|
730
|
+
*
|
731
|
+
* @param {string} assistAnswerName
|
732
|
+
* A fully-qualified path representing AssistAnswer resource.
|
733
|
+
* @returns {string} A string representing the location.
|
734
|
+
*/
|
735
|
+
matchLocationFromAssistAnswerName(assistAnswerName: string): string | number;
|
736
|
+
/**
|
737
|
+
* Parse the collection from AssistAnswer resource.
|
738
|
+
*
|
739
|
+
* @param {string} assistAnswerName
|
740
|
+
* A fully-qualified path representing AssistAnswer resource.
|
741
|
+
* @returns {string} A string representing the collection.
|
742
|
+
*/
|
743
|
+
matchCollectionFromAssistAnswerName(assistAnswerName: string): string | number;
|
744
|
+
/**
|
745
|
+
* Parse the engine from AssistAnswer resource.
|
746
|
+
*
|
747
|
+
* @param {string} assistAnswerName
|
748
|
+
* A fully-qualified path representing AssistAnswer resource.
|
749
|
+
* @returns {string} A string representing the engine.
|
750
|
+
*/
|
751
|
+
matchEngineFromAssistAnswerName(assistAnswerName: string): string | number;
|
752
|
+
/**
|
753
|
+
* Parse the session from AssistAnswer resource.
|
754
|
+
*
|
755
|
+
* @param {string} assistAnswerName
|
756
|
+
* A fully-qualified path representing AssistAnswer resource.
|
757
|
+
* @returns {string} A string representing the session.
|
758
|
+
*/
|
759
|
+
matchSessionFromAssistAnswerName(assistAnswerName: string): string | number;
|
760
|
+
/**
|
761
|
+
* Parse the assist_answer from AssistAnswer resource.
|
762
|
+
*
|
763
|
+
* @param {string} assistAnswerName
|
764
|
+
* A fully-qualified path representing AssistAnswer resource.
|
765
|
+
* @returns {string} A string representing the assist_answer.
|
766
|
+
*/
|
767
|
+
matchAssistAnswerFromAssistAnswerName(assistAnswerName: string): string | number;
|
768
|
+
/**
|
769
|
+
* Return a fully-qualified assistant resource name string.
|
770
|
+
*
|
771
|
+
* @param {string} project
|
772
|
+
* @param {string} location
|
773
|
+
* @param {string} collection
|
774
|
+
* @param {string} engine
|
775
|
+
* @param {string} assistant
|
776
|
+
* @returns {string} Resource name string.
|
777
|
+
*/
|
778
|
+
assistantPath(project: string, location: string, collection: string, engine: string, assistant: string): string;
|
779
|
+
/**
|
780
|
+
* Parse the project from Assistant resource.
|
781
|
+
*
|
782
|
+
* @param {string} assistantName
|
783
|
+
* A fully-qualified path representing Assistant resource.
|
784
|
+
* @returns {string} A string representing the project.
|
785
|
+
*/
|
786
|
+
matchProjectFromAssistantName(assistantName: string): string | number;
|
787
|
+
/**
|
788
|
+
* Parse the location from Assistant resource.
|
789
|
+
*
|
790
|
+
* @param {string} assistantName
|
791
|
+
* A fully-qualified path representing Assistant resource.
|
792
|
+
* @returns {string} A string representing the location.
|
793
|
+
*/
|
794
|
+
matchLocationFromAssistantName(assistantName: string): string | number;
|
795
|
+
/**
|
796
|
+
* Parse the collection from Assistant resource.
|
797
|
+
*
|
798
|
+
* @param {string} assistantName
|
799
|
+
* A fully-qualified path representing Assistant resource.
|
800
|
+
* @returns {string} A string representing the collection.
|
801
|
+
*/
|
802
|
+
matchCollectionFromAssistantName(assistantName: string): string | number;
|
803
|
+
/**
|
804
|
+
* Parse the engine from Assistant resource.
|
805
|
+
*
|
806
|
+
* @param {string} assistantName
|
807
|
+
* A fully-qualified path representing Assistant resource.
|
808
|
+
* @returns {string} A string representing the engine.
|
809
|
+
*/
|
810
|
+
matchEngineFromAssistantName(assistantName: string): string | number;
|
811
|
+
/**
|
812
|
+
* Parse the assistant from Assistant resource.
|
813
|
+
*
|
814
|
+
* @param {string} assistantName
|
815
|
+
* A fully-qualified path representing Assistant resource.
|
816
|
+
* @returns {string} A string representing the assistant.
|
817
|
+
*/
|
818
|
+
matchAssistantFromAssistantName(assistantName: string): string | number;
|
819
|
+
/**
|
820
|
+
* Return a fully-qualified engine resource name string.
|
821
|
+
*
|
822
|
+
* @param {string} project
|
823
|
+
* @param {string} location
|
824
|
+
* @param {string} collection
|
825
|
+
* @param {string} engine
|
826
|
+
* @returns {string} Resource name string.
|
827
|
+
*/
|
828
|
+
enginePath(project: string, location: string, collection: string, engine: string): string;
|
829
|
+
/**
|
830
|
+
* Parse the project from Engine resource.
|
831
|
+
*
|
832
|
+
* @param {string} engineName
|
833
|
+
* A fully-qualified path representing Engine resource.
|
834
|
+
* @returns {string} A string representing the project.
|
835
|
+
*/
|
836
|
+
matchProjectFromEngineName(engineName: string): string | number;
|
837
|
+
/**
|
838
|
+
* Parse the location from Engine resource.
|
839
|
+
*
|
840
|
+
* @param {string} engineName
|
841
|
+
* A fully-qualified path representing Engine resource.
|
842
|
+
* @returns {string} A string representing the location.
|
843
|
+
*/
|
844
|
+
matchLocationFromEngineName(engineName: string): string | number;
|
845
|
+
/**
|
846
|
+
* Parse the collection from Engine resource.
|
847
|
+
*
|
848
|
+
* @param {string} engineName
|
849
|
+
* A fully-qualified path representing Engine resource.
|
850
|
+
* @returns {string} A string representing the collection.
|
851
|
+
*/
|
852
|
+
matchCollectionFromEngineName(engineName: string): string | number;
|
853
|
+
/**
|
854
|
+
* Parse the engine from Engine resource.
|
855
|
+
*
|
856
|
+
* @param {string} engineName
|
857
|
+
* A fully-qualified path representing Engine resource.
|
858
|
+
* @returns {string} A string representing the engine.
|
859
|
+
*/
|
860
|
+
matchEngineFromEngineName(engineName: string): string | number;
|
861
|
+
/**
|
862
|
+
* Return a fully-qualified identityMappingStore resource name string.
|
863
|
+
*
|
864
|
+
* @param {string} project
|
865
|
+
* @param {string} location
|
866
|
+
* @param {string} identity_mapping_store
|
867
|
+
* @returns {string} Resource name string.
|
868
|
+
*/
|
869
|
+
identityMappingStorePath(project: string, location: string, identityMappingStore: string): string;
|
870
|
+
/**
|
871
|
+
* Parse the project from IdentityMappingStore resource.
|
872
|
+
*
|
873
|
+
* @param {string} identityMappingStoreName
|
874
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
875
|
+
* @returns {string} A string representing the project.
|
876
|
+
*/
|
877
|
+
matchProjectFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
878
|
+
/**
|
879
|
+
* Parse the location from IdentityMappingStore resource.
|
880
|
+
*
|
881
|
+
* @param {string} identityMappingStoreName
|
882
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
883
|
+
* @returns {string} A string representing the location.
|
884
|
+
*/
|
885
|
+
matchLocationFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
886
|
+
/**
|
887
|
+
* Parse the identity_mapping_store from IdentityMappingStore resource.
|
888
|
+
*
|
889
|
+
* @param {string} identityMappingStoreName
|
890
|
+
* A fully-qualified path representing IdentityMappingStore resource.
|
891
|
+
* @returns {string} A string representing the identity_mapping_store.
|
892
|
+
*/
|
893
|
+
matchIdentityMappingStoreFromIdentityMappingStoreName(identityMappingStoreName: string): string | number;
|
894
|
+
/**
|
895
|
+
* Return a fully-qualified location resource name string.
|
896
|
+
*
|
897
|
+
* @param {string} project
|
898
|
+
* @param {string} location
|
899
|
+
* @returns {string} Resource name string.
|
900
|
+
*/
|
901
|
+
locationPath(project: string, location: string): string;
|
902
|
+
/**
|
903
|
+
* Parse the project from Location resource.
|
904
|
+
*
|
905
|
+
* @param {string} locationName
|
906
|
+
* A fully-qualified path representing Location resource.
|
907
|
+
* @returns {string} A string representing the project.
|
908
|
+
*/
|
909
|
+
matchProjectFromLocationName(locationName: string): string | number;
|
910
|
+
/**
|
911
|
+
* Parse the location from Location resource.
|
912
|
+
*
|
913
|
+
* @param {string} locationName
|
914
|
+
* A fully-qualified path representing Location resource.
|
915
|
+
* @returns {string} A string representing the location.
|
916
|
+
*/
|
917
|
+
matchLocationFromLocationName(locationName: string): string | number;
|
918
|
+
/**
|
919
|
+
* Return a fully-qualified project resource name string.
|
920
|
+
*
|
921
|
+
* @param {string} project
|
922
|
+
* @returns {string} Resource name string.
|
923
|
+
*/
|
924
|
+
projectPath(project: string): string;
|
925
|
+
/**
|
926
|
+
* Parse the project from Project resource.
|
927
|
+
*
|
928
|
+
* @param {string} projectName
|
929
|
+
* A fully-qualified path representing Project resource.
|
930
|
+
* @returns {string} A string representing the project.
|
931
|
+
*/
|
932
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
933
|
+
/**
|
934
|
+
* Return a fully-qualified projectLocationCmekConfig resource name string.
|
935
|
+
*
|
936
|
+
* @param {string} project
|
937
|
+
* @param {string} location
|
938
|
+
* @returns {string} Resource name string.
|
939
|
+
*/
|
940
|
+
projectLocationCmekConfigPath(project: string, location: string): string;
|
941
|
+
/**
|
942
|
+
* Parse the project from ProjectLocationCmekConfig resource.
|
943
|
+
*
|
944
|
+
* @param {string} projectLocationCmekConfigName
|
945
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
946
|
+
* @returns {string} A string representing the project.
|
947
|
+
*/
|
948
|
+
matchProjectFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
949
|
+
/**
|
950
|
+
* Parse the location from ProjectLocationCmekConfig resource.
|
951
|
+
*
|
952
|
+
* @param {string} projectLocationCmekConfigName
|
953
|
+
* A fully-qualified path representing project_location_cmekConfig resource.
|
954
|
+
* @returns {string} A string representing the location.
|
955
|
+
*/
|
956
|
+
matchLocationFromProjectLocationCmekConfigName(projectLocationCmekConfigName: string): string | number;
|
957
|
+
/**
|
958
|
+
* Return a fully-qualified projectLocationCmekConfigs resource name string.
|
959
|
+
*
|
960
|
+
* @param {string} project
|
961
|
+
* @param {string} location
|
962
|
+
* @param {string} cmek_config
|
963
|
+
* @returns {string} Resource name string.
|
964
|
+
*/
|
965
|
+
projectLocationCmekConfigsPath(project: string, location: string, cmekConfig: string): string;
|
966
|
+
/**
|
967
|
+
* Parse the project from ProjectLocationCmekConfigs resource.
|
968
|
+
*
|
969
|
+
* @param {string} projectLocationCmekConfigsName
|
970
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
971
|
+
* @returns {string} A string representing the project.
|
972
|
+
*/
|
973
|
+
matchProjectFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
974
|
+
/**
|
975
|
+
* Parse the location from ProjectLocationCmekConfigs resource.
|
976
|
+
*
|
977
|
+
* @param {string} projectLocationCmekConfigsName
|
978
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
979
|
+
* @returns {string} A string representing the location.
|
980
|
+
*/
|
981
|
+
matchLocationFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
982
|
+
/**
|
983
|
+
* Parse the cmek_config from ProjectLocationCmekConfigs resource.
|
984
|
+
*
|
985
|
+
* @param {string} projectLocationCmekConfigsName
|
986
|
+
* A fully-qualified path representing project_location_cmekConfigs resource.
|
987
|
+
* @returns {string} A string representing the cmek_config.
|
988
|
+
*/
|
989
|
+
matchCmekConfigFromProjectLocationCmekConfigsName(projectLocationCmekConfigsName: string): string | number;
|
990
|
+
/**
|
991
|
+
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
992
|
+
*
|
993
|
+
* @param {string} project
|
994
|
+
* @param {string} location
|
995
|
+
* @param {string} collection
|
996
|
+
* @param {string} data_store
|
997
|
+
* @returns {string} Resource name string.
|
998
|
+
*/
|
999
|
+
projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
|
1000
|
+
/**
|
1001
|
+
* Parse the project from ProjectLocationCollectionDataStore resource.
|
1002
|
+
*
|
1003
|
+
* @param {string} projectLocationCollectionDataStoreName
|
1004
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
1005
|
+
* @returns {string} A string representing the project.
|
1006
|
+
*/
|
1007
|
+
matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
1008
|
+
/**
|
1009
|
+
* Parse the location from ProjectLocationCollectionDataStore resource.
|
1010
|
+
*
|
1011
|
+
* @param {string} projectLocationCollectionDataStoreName
|
1012
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
1013
|
+
* @returns {string} A string representing the location.
|
1014
|
+
*/
|
1015
|
+
matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
1016
|
+
/**
|
1017
|
+
* Parse the collection from ProjectLocationCollectionDataStore resource.
|
1018
|
+
*
|
1019
|
+
* @param {string} projectLocationCollectionDataStoreName
|
1020
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
1021
|
+
* @returns {string} A string representing the collection.
|
1022
|
+
*/
|
1023
|
+
matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
1024
|
+
/**
|
1025
|
+
* Parse the data_store from ProjectLocationCollectionDataStore resource.
|
1026
|
+
*
|
1027
|
+
* @param {string} projectLocationCollectionDataStoreName
|
1028
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
1029
|
+
* @returns {string} A string representing the data_store.
|
1030
|
+
*/
|
1031
|
+
matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
1032
|
+
/**
|
1033
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
|
1034
|
+
*
|
1035
|
+
* @param {string} project
|
1036
|
+
* @param {string} location
|
1037
|
+
* @param {string} collection
|
1038
|
+
* @param {string} data_store
|
1039
|
+
* @param {string} branch
|
1040
|
+
* @param {string} document
|
1041
|
+
* @returns {string} Resource name string.
|
1042
|
+
*/
|
1043
|
+
projectLocationCollectionDataStoreBranchDocumentPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string): string;
|
1044
|
+
/**
|
1045
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocument resource.
|
1046
|
+
*
|
1047
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
1048
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
1049
|
+
* @returns {string} A string representing the project.
|
1050
|
+
*/
|
1051
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
1052
|
+
/**
|
1053
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocument resource.
|
1054
|
+
*
|
1055
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
1056
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
1057
|
+
* @returns {string} A string representing the location.
|
1058
|
+
*/
|
1059
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
1060
|
+
/**
|
1061
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocument resource.
|
1062
|
+
*
|
1063
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
1064
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
1065
|
+
* @returns {string} A string representing the collection.
|
1066
|
+
*/
|
1067
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
1068
|
+
/**
|
1069
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocument resource.
|
1070
|
+
*
|
1071
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
1072
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
1073
|
+
* @returns {string} A string representing the data_store.
|
1074
|
+
*/
|
1075
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
1076
|
+
/**
|
1077
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocument resource.
|
1078
|
+
*
|
1079
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
1080
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
1081
|
+
* @returns {string} A string representing the branch.
|
1082
|
+
*/
|
1083
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
1084
|
+
/**
|
1085
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocument resource.
|
1086
|
+
*
|
1087
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
1088
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
1089
|
+
* @returns {string} A string representing the document.
|
1090
|
+
*/
|
1091
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
1092
|
+
/**
|
1093
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
1094
|
+
*
|
1095
|
+
* @param {string} project
|
1096
|
+
* @param {string} location
|
1097
|
+
* @param {string} collection
|
1098
|
+
* @param {string} data_store
|
1099
|
+
* @param {string} branch
|
1100
|
+
* @param {string} document
|
1101
|
+
* @param {string} chunk
|
1102
|
+
* @returns {string} Resource name string.
|
1103
|
+
*/
|
1104
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
1105
|
+
/**
|
1106
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1107
|
+
*
|
1108
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1109
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1110
|
+
* @returns {string} A string representing the project.
|
1111
|
+
*/
|
1112
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1113
|
+
/**
|
1114
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1115
|
+
*
|
1116
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1117
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1118
|
+
* @returns {string} A string representing the location.
|
1119
|
+
*/
|
1120
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1121
|
+
/**
|
1122
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1123
|
+
*
|
1124
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1125
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1126
|
+
* @returns {string} A string representing the collection.
|
1127
|
+
*/
|
1128
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1129
|
+
/**
|
1130
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1131
|
+
*
|
1132
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1133
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1134
|
+
* @returns {string} A string representing the data_store.
|
1135
|
+
*/
|
1136
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1137
|
+
/**
|
1138
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1139
|
+
*
|
1140
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1141
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1142
|
+
* @returns {string} A string representing the branch.
|
1143
|
+
*/
|
1144
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1145
|
+
/**
|
1146
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1147
|
+
*
|
1148
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1149
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1150
|
+
* @returns {string} A string representing the document.
|
1151
|
+
*/
|
1152
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1153
|
+
/**
|
1154
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
1155
|
+
*
|
1156
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
1157
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
1158
|
+
* @returns {string} A string representing the chunk.
|
1159
|
+
*/
|
1160
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
1161
|
+
/**
|
1162
|
+
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
1163
|
+
*
|
1164
|
+
* @param {string} project
|
1165
|
+
* @param {string} location
|
1166
|
+
* @param {string} collection
|
1167
|
+
* @param {string} data_store
|
1168
|
+
* @param {string} control
|
1169
|
+
* @returns {string} Resource name string.
|
1170
|
+
*/
|
1171
|
+
projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
|
1172
|
+
/**
|
1173
|
+
* Parse the project from ProjectLocationCollectionDataStoreControl resource.
|
1174
|
+
*
|
1175
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1176
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1177
|
+
* @returns {string} A string representing the project.
|
1178
|
+
*/
|
1179
|
+
matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
1180
|
+
/**
|
1181
|
+
* Parse the location from ProjectLocationCollectionDataStoreControl resource.
|
1182
|
+
*
|
1183
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1184
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1185
|
+
* @returns {string} A string representing the location.
|
1186
|
+
*/
|
1187
|
+
matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
1188
|
+
/**
|
1189
|
+
* Parse the collection from ProjectLocationCollectionDataStoreControl resource.
|
1190
|
+
*
|
1191
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1192
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1193
|
+
* @returns {string} A string representing the collection.
|
1194
|
+
*/
|
1195
|
+
matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
1196
|
+
/**
|
1197
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
|
1198
|
+
*
|
1199
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1200
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1201
|
+
* @returns {string} A string representing the data_store.
|
1202
|
+
*/
|
1203
|
+
matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
1204
|
+
/**
|
1205
|
+
* Parse the control from ProjectLocationCollectionDataStoreControl resource.
|
1206
|
+
*
|
1207
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
1208
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
1209
|
+
* @returns {string} A string representing the control.
|
1210
|
+
*/
|
1211
|
+
matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
1212
|
+
/**
|
1213
|
+
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
1214
|
+
*
|
1215
|
+
* @param {string} project
|
1216
|
+
* @param {string} location
|
1217
|
+
* @param {string} collection
|
1218
|
+
* @param {string} data_store
|
1219
|
+
* @param {string} conversation
|
1220
|
+
* @returns {string} Resource name string.
|
1221
|
+
*/
|
1222
|
+
projectLocationCollectionDataStoreConversationPath(project: string, location: string, collection: string, dataStore: string, conversation: string): string;
|
1223
|
+
/**
|
1224
|
+
* Parse the project from ProjectLocationCollectionDataStoreConversation resource.
|
1225
|
+
*
|
1226
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
1227
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
1228
|
+
* @returns {string} A string representing the project.
|
1229
|
+
*/
|
1230
|
+
matchProjectFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
1231
|
+
/**
|
1232
|
+
* Parse the location from ProjectLocationCollectionDataStoreConversation resource.
|
1233
|
+
*
|
1234
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
1235
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
1236
|
+
* @returns {string} A string representing the location.
|
1237
|
+
*/
|
1238
|
+
matchLocationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
1239
|
+
/**
|
1240
|
+
* Parse the collection from ProjectLocationCollectionDataStoreConversation resource.
|
1241
|
+
*
|
1242
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
1243
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
1244
|
+
* @returns {string} A string representing the collection.
|
1245
|
+
*/
|
1246
|
+
matchCollectionFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
1247
|
+
/**
|
1248
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreConversation resource.
|
1249
|
+
*
|
1250
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
1251
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
1252
|
+
* @returns {string} A string representing the data_store.
|
1253
|
+
*/
|
1254
|
+
matchDataStoreFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
1255
|
+
/**
|
1256
|
+
* Parse the conversation from ProjectLocationCollectionDataStoreConversation resource.
|
1257
|
+
*
|
1258
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
1259
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
1260
|
+
* @returns {string} A string representing the conversation.
|
1261
|
+
*/
|
1262
|
+
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
1263
|
+
/**
|
1264
|
+
* Return a fully-qualified projectLocationCollectionDataStoreCustomTuningModel resource name string.
|
1265
|
+
*
|
1266
|
+
* @param {string} project
|
1267
|
+
* @param {string} location
|
1268
|
+
* @param {string} collection
|
1269
|
+
* @param {string} data_store
|
1270
|
+
* @param {string} custom_tuning_model
|
1271
|
+
* @returns {string} Resource name string.
|
1272
|
+
*/
|
1273
|
+
projectLocationCollectionDataStoreCustomTuningModelPath(project: string, location: string, collection: string, dataStore: string, customTuningModel: string): string;
|
1274
|
+
/**
|
1275
|
+
* Parse the project from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1276
|
+
*
|
1277
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1278
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1279
|
+
* @returns {string} A string representing the project.
|
1280
|
+
*/
|
1281
|
+
matchProjectFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
1282
|
+
/**
|
1283
|
+
* Parse the location from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1284
|
+
*
|
1285
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1286
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1287
|
+
* @returns {string} A string representing the location.
|
1288
|
+
*/
|
1289
|
+
matchLocationFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
1290
|
+
/**
|
1291
|
+
* Parse the collection from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1292
|
+
*
|
1293
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1294
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1295
|
+
* @returns {string} A string representing the collection.
|
1296
|
+
*/
|
1297
|
+
matchCollectionFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
1298
|
+
/**
|
1299
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1300
|
+
*
|
1301
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1302
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1303
|
+
* @returns {string} A string representing the data_store.
|
1304
|
+
*/
|
1305
|
+
matchDataStoreFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
1306
|
+
/**
|
1307
|
+
* Parse the custom_tuning_model from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
1308
|
+
*
|
1309
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
1310
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
1311
|
+
* @returns {string} A string representing the custom_tuning_model.
|
1312
|
+
*/
|
1313
|
+
matchCustomTuningModelFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
1314
|
+
/**
|
1315
|
+
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
1316
|
+
*
|
1317
|
+
* @param {string} project
|
1318
|
+
* @param {string} location
|
1319
|
+
* @param {string} collection
|
1320
|
+
* @param {string} data_store
|
1321
|
+
* @returns {string} Resource name string.
|
1322
|
+
*/
|
1323
|
+
projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
|
1324
|
+
/**
|
1325
|
+
* Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1326
|
+
*
|
1327
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1328
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1329
|
+
* @returns {string} A string representing the project.
|
1330
|
+
*/
|
1331
|
+
matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1332
|
+
/**
|
1333
|
+
* Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1334
|
+
*
|
1335
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1336
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1337
|
+
* @returns {string} A string representing the location.
|
1338
|
+
*/
|
1339
|
+
matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1340
|
+
/**
|
1341
|
+
* Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1342
|
+
*
|
1343
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1344
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1345
|
+
* @returns {string} A string representing the collection.
|
1346
|
+
*/
|
1347
|
+
matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1348
|
+
/**
|
1349
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
1350
|
+
*
|
1351
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
1352
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
1353
|
+
* @returns {string} A string representing the data_store.
|
1354
|
+
*/
|
1355
|
+
matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
1356
|
+
/**
|
1357
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
|
1358
|
+
*
|
1359
|
+
* @param {string} project
|
1360
|
+
* @param {string} location
|
1361
|
+
* @param {string} collection
|
1362
|
+
* @param {string} data_store
|
1363
|
+
* @param {string} schema
|
1364
|
+
* @returns {string} Resource name string.
|
1365
|
+
*/
|
1366
|
+
projectLocationCollectionDataStoreSchemaPath(project: string, location: string, collection: string, dataStore: string, schema: string): string;
|
1367
|
+
/**
|
1368
|
+
* Parse the project from ProjectLocationCollectionDataStoreSchema resource.
|
1369
|
+
*
|
1370
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
1371
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
1372
|
+
* @returns {string} A string representing the project.
|
1373
|
+
*/
|
1374
|
+
matchProjectFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
1375
|
+
/**
|
1376
|
+
* Parse the location from ProjectLocationCollectionDataStoreSchema resource.
|
1377
|
+
*
|
1378
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
1379
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
1380
|
+
* @returns {string} A string representing the location.
|
1381
|
+
*/
|
1382
|
+
matchLocationFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
1383
|
+
/**
|
1384
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSchema resource.
|
1385
|
+
*
|
1386
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
1387
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
1388
|
+
* @returns {string} A string representing the collection.
|
1389
|
+
*/
|
1390
|
+
matchCollectionFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
1391
|
+
/**
|
1392
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSchema resource.
|
1393
|
+
*
|
1394
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
1395
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
1396
|
+
* @returns {string} A string representing the data_store.
|
1397
|
+
*/
|
1398
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
1399
|
+
/**
|
1400
|
+
* Parse the schema from ProjectLocationCollectionDataStoreSchema resource.
|
1401
|
+
*
|
1402
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
1403
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
1404
|
+
* @returns {string} A string representing the schema.
|
1405
|
+
*/
|
1406
|
+
matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
1407
|
+
/**
|
1408
|
+
* Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
|
1409
|
+
*
|
1410
|
+
* @param {string} project
|
1411
|
+
* @param {string} location
|
1412
|
+
* @param {string} collection
|
1413
|
+
* @param {string} data_store
|
1414
|
+
* @param {string} serving_config
|
1415
|
+
* @returns {string} Resource name string.
|
1416
|
+
*/
|
1417
|
+
projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
|
1418
|
+
/**
|
1419
|
+
* Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
|
1420
|
+
*
|
1421
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
1422
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
1423
|
+
* @returns {string} A string representing the project.
|
1424
|
+
*/
|
1425
|
+
matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1426
|
+
/**
|
1427
|
+
* Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
|
1428
|
+
*
|
1429
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
1430
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
1431
|
+
* @returns {string} A string representing the location.
|
1432
|
+
*/
|
1433
|
+
matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1434
|
+
/**
|
1435
|
+
* Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
|
1436
|
+
*
|
1437
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
1438
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
1439
|
+
* @returns {string} A string representing the collection.
|
1440
|
+
*/
|
1441
|
+
matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1442
|
+
/**
|
1443
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
|
1444
|
+
*
|
1445
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
1446
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
1447
|
+
* @returns {string} A string representing the data_store.
|
1448
|
+
*/
|
1449
|
+
matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1450
|
+
/**
|
1451
|
+
* Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
|
1452
|
+
*
|
1453
|
+
* @param {string} projectLocationCollectionDataStoreServingConfigName
|
1454
|
+
* A fully-qualified path representing project_location_collection_data_store_serving_config resource.
|
1455
|
+
* @returns {string} A string representing the serving_config.
|
1456
|
+
*/
|
1457
|
+
matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
|
1458
|
+
/**
|
1459
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
1460
|
+
*
|
1461
|
+
* @param {string} project
|
1462
|
+
* @param {string} location
|
1463
|
+
* @param {string} collection
|
1464
|
+
* @param {string} data_store
|
1465
|
+
* @param {string} session
|
1466
|
+
* @param {string} answer
|
1467
|
+
* @returns {string} Resource name string.
|
1468
|
+
*/
|
1469
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
1470
|
+
/**
|
1471
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1472
|
+
*
|
1473
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1474
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1475
|
+
* @returns {string} A string representing the project.
|
1476
|
+
*/
|
1477
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1478
|
+
/**
|
1479
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1480
|
+
*
|
1481
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1482
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1483
|
+
* @returns {string} A string representing the location.
|
1484
|
+
*/
|
1485
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1486
|
+
/**
|
1487
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1488
|
+
*
|
1489
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1490
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1491
|
+
* @returns {string} A string representing the collection.
|
1492
|
+
*/
|
1493
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1494
|
+
/**
|
1495
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1496
|
+
*
|
1497
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1498
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1499
|
+
* @returns {string} A string representing the data_store.
|
1500
|
+
*/
|
1501
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1502
|
+
/**
|
1503
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1504
|
+
*
|
1505
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1506
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1507
|
+
* @returns {string} A string representing the session.
|
1508
|
+
*/
|
1509
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1510
|
+
/**
|
1511
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
1512
|
+
*
|
1513
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
1514
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
1515
|
+
* @returns {string} A string representing the answer.
|
1516
|
+
*/
|
1517
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
1518
|
+
/**
|
1519
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessions resource name string.
|
1520
|
+
*
|
1521
|
+
* @param {string} project
|
1522
|
+
* @param {string} location
|
1523
|
+
* @param {string} collection
|
1524
|
+
* @param {string} data_store
|
1525
|
+
* @param {string} session
|
1526
|
+
* @returns {string} Resource name string.
|
1527
|
+
*/
|
1528
|
+
projectLocationCollectionDataStoreSessionsPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
1529
|
+
/**
|
1530
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessions resource.
|
1531
|
+
*
|
1532
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1533
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1534
|
+
* @returns {string} A string representing the project.
|
1535
|
+
*/
|
1536
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1537
|
+
/**
|
1538
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessions resource.
|
1539
|
+
*
|
1540
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1541
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1542
|
+
* @returns {string} A string representing the location.
|
1543
|
+
*/
|
1544
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1545
|
+
/**
|
1546
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessions resource.
|
1547
|
+
*
|
1548
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1549
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1550
|
+
* @returns {string} A string representing the collection.
|
1551
|
+
*/
|
1552
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1553
|
+
/**
|
1554
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessions resource.
|
1555
|
+
*
|
1556
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1557
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1558
|
+
* @returns {string} A string representing the data_store.
|
1559
|
+
*/
|
1560
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1561
|
+
/**
|
1562
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessions resource.
|
1563
|
+
*
|
1564
|
+
* @param {string} projectLocationCollectionDataStoreSessionsName
|
1565
|
+
* A fully-qualified path representing project_location_collection_data_store_sessions resource.
|
1566
|
+
* @returns {string} A string representing the session.
|
1567
|
+
*/
|
1568
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionsName(projectLocationCollectionDataStoreSessionsName: string): string | number;
|
1569
|
+
/**
|
1570
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
1571
|
+
*
|
1572
|
+
* @param {string} project
|
1573
|
+
* @param {string} location
|
1574
|
+
* @param {string} collection
|
1575
|
+
* @param {string} data_store
|
1576
|
+
* @returns {string} Resource name string.
|
1577
|
+
*/
|
1578
|
+
projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
|
1579
|
+
/**
|
1580
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
1581
|
+
*
|
1582
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
1583
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
1584
|
+
* @returns {string} A string representing the project.
|
1585
|
+
*/
|
1586
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
1587
|
+
/**
|
1588
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
1589
|
+
*
|
1590
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
1591
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
1592
|
+
* @returns {string} A string representing the location.
|
1593
|
+
*/
|
1594
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
1595
|
+
/**
|
1596
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
1597
|
+
*
|
1598
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
1599
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
1600
|
+
* @returns {string} A string representing the collection.
|
1601
|
+
*/
|
1602
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
1603
|
+
/**
|
1604
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
1605
|
+
*
|
1606
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
1607
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
1608
|
+
* @returns {string} A string representing the data_store.
|
1609
|
+
*/
|
1610
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
1611
|
+
/**
|
1612
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineSitemap resource name string.
|
1613
|
+
*
|
1614
|
+
* @param {string} project
|
1615
|
+
* @param {string} location
|
1616
|
+
* @param {string} collection
|
1617
|
+
* @param {string} data_store
|
1618
|
+
* @param {string} sitemap
|
1619
|
+
* @returns {string} Resource name string.
|
1620
|
+
*/
|
1621
|
+
projectLocationCollectionDataStoreSiteSearchEngineSitemapPath(project: string, location: string, collection: string, dataStore: string, sitemap: string): string;
|
1622
|
+
/**
|
1623
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
|
1624
|
+
*
|
1625
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
|
1626
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
|
1627
|
+
* @returns {string} A string representing the project.
|
1628
|
+
*/
|
1629
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
|
1630
|
+
/**
|
1631
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
|
1632
|
+
*
|
1633
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
|
1634
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
|
1635
|
+
* @returns {string} A string representing the location.
|
1636
|
+
*/
|
1637
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
|
1638
|
+
/**
|
1639
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
|
1640
|
+
*
|
1641
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
|
1642
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
|
1643
|
+
* @returns {string} A string representing the collection.
|
1644
|
+
*/
|
1645
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
|
1646
|
+
/**
|
1647
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
|
1648
|
+
*
|
1649
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
|
1650
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
|
1651
|
+
* @returns {string} A string representing the data_store.
|
1652
|
+
*/
|
1653
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
|
1654
|
+
/**
|
1655
|
+
* Parse the sitemap from ProjectLocationCollectionDataStoreSiteSearchEngineSitemap resource.
|
1656
|
+
*
|
1657
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineSitemapName
|
1658
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_sitemap resource.
|
1659
|
+
* @returns {string} A string representing the sitemap.
|
1660
|
+
*/
|
1661
|
+
matchSitemapFromProjectLocationCollectionDataStoreSiteSearchEngineSitemapName(projectLocationCollectionDataStoreSiteSearchEngineSitemapName: string): string | number;
|
1662
|
+
/**
|
1663
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
|
1664
|
+
*
|
1665
|
+
* @param {string} project
|
1666
|
+
* @param {string} location
|
1667
|
+
* @param {string} collection
|
1668
|
+
* @param {string} data_store
|
1669
|
+
* @param {string} target_site
|
1670
|
+
* @returns {string} Resource name string.
|
1671
|
+
*/
|
1672
|
+
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
|
1673
|
+
/**
|
1674
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1675
|
+
*
|
1676
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1677
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1678
|
+
* @returns {string} A string representing the project.
|
1679
|
+
*/
|
1680
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1681
|
+
/**
|
1682
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1683
|
+
*
|
1684
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1685
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1686
|
+
* @returns {string} A string representing the location.
|
1687
|
+
*/
|
1688
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1689
|
+
/**
|
1690
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1691
|
+
*
|
1692
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1693
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1694
|
+
* @returns {string} A string representing the collection.
|
1695
|
+
*/
|
1696
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1697
|
+
/**
|
1698
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1699
|
+
*
|
1700
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1701
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1702
|
+
* @returns {string} A string representing the data_store.
|
1703
|
+
*/
|
1704
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1705
|
+
/**
|
1706
|
+
* Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1707
|
+
*
|
1708
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1709
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1710
|
+
* @returns {string} A string representing the target_site.
|
1711
|
+
*/
|
1712
|
+
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1713
|
+
/**
|
1714
|
+
* Return a fully-qualified projectLocationCollectionEngineControl resource name string.
|
1715
|
+
*
|
1716
|
+
* @param {string} project
|
1717
|
+
* @param {string} location
|
1718
|
+
* @param {string} collection
|
1719
|
+
* @param {string} engine
|
1720
|
+
* @param {string} control
|
1721
|
+
* @returns {string} Resource name string.
|
1722
|
+
*/
|
1723
|
+
projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
|
1724
|
+
/**
|
1725
|
+
* Parse the project from ProjectLocationCollectionEngineControl resource.
|
1726
|
+
*
|
1727
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1728
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1729
|
+
* @returns {string} A string representing the project.
|
1730
|
+
*/
|
1731
|
+
matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1732
|
+
/**
|
1733
|
+
* Parse the location from ProjectLocationCollectionEngineControl resource.
|
1734
|
+
*
|
1735
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1736
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1737
|
+
* @returns {string} A string representing the location.
|
1738
|
+
*/
|
1739
|
+
matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1740
|
+
/**
|
1741
|
+
* Parse the collection from ProjectLocationCollectionEngineControl resource.
|
1742
|
+
*
|
1743
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1744
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1745
|
+
* @returns {string} A string representing the collection.
|
1746
|
+
*/
|
1747
|
+
matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1748
|
+
/**
|
1749
|
+
* Parse the engine from ProjectLocationCollectionEngineControl resource.
|
1750
|
+
*
|
1751
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1752
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1753
|
+
* @returns {string} A string representing the engine.
|
1754
|
+
*/
|
1755
|
+
matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1756
|
+
/**
|
1757
|
+
* Parse the control from ProjectLocationCollectionEngineControl resource.
|
1758
|
+
*
|
1759
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1760
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1761
|
+
* @returns {string} A string representing the control.
|
1762
|
+
*/
|
1763
|
+
matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1764
|
+
/**
|
1765
|
+
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
1766
|
+
*
|
1767
|
+
* @param {string} project
|
1768
|
+
* @param {string} location
|
1769
|
+
* @param {string} collection
|
1770
|
+
* @param {string} engine
|
1771
|
+
* @param {string} conversation
|
1772
|
+
* @returns {string} Resource name string.
|
1773
|
+
*/
|
1774
|
+
projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
|
1775
|
+
/**
|
1776
|
+
* Parse the project from ProjectLocationCollectionEngineConversation resource.
|
1777
|
+
*
|
1778
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1779
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1780
|
+
* @returns {string} A string representing the project.
|
1781
|
+
*/
|
1782
|
+
matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1783
|
+
/**
|
1784
|
+
* Parse the location from ProjectLocationCollectionEngineConversation resource.
|
1785
|
+
*
|
1786
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1787
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1788
|
+
* @returns {string} A string representing the location.
|
1789
|
+
*/
|
1790
|
+
matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1791
|
+
/**
|
1792
|
+
* Parse the collection from ProjectLocationCollectionEngineConversation resource.
|
1793
|
+
*
|
1794
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1795
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1796
|
+
* @returns {string} A string representing the collection.
|
1797
|
+
*/
|
1798
|
+
matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1799
|
+
/**
|
1800
|
+
* Parse the engine from ProjectLocationCollectionEngineConversation resource.
|
1801
|
+
*
|
1802
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1803
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1804
|
+
* @returns {string} A string representing the engine.
|
1805
|
+
*/
|
1806
|
+
matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1807
|
+
/**
|
1808
|
+
* Parse the conversation from ProjectLocationCollectionEngineConversation resource.
|
1809
|
+
*
|
1810
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1811
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1812
|
+
* @returns {string} A string representing the conversation.
|
1813
|
+
*/
|
1814
|
+
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1815
|
+
/**
|
1816
|
+
* Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
|
1817
|
+
*
|
1818
|
+
* @param {string} project
|
1819
|
+
* @param {string} location
|
1820
|
+
* @param {string} collection
|
1821
|
+
* @param {string} engine
|
1822
|
+
* @param {string} serving_config
|
1823
|
+
* @returns {string} Resource name string.
|
1824
|
+
*/
|
1825
|
+
projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
|
1826
|
+
/**
|
1827
|
+
* Parse the project from ProjectLocationCollectionEngineServingConfig resource.
|
1828
|
+
*
|
1829
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
1830
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
1831
|
+
* @returns {string} A string representing the project.
|
1832
|
+
*/
|
1833
|
+
matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1834
|
+
/**
|
1835
|
+
* Parse the location from ProjectLocationCollectionEngineServingConfig resource.
|
1836
|
+
*
|
1837
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
1838
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
1839
|
+
* @returns {string} A string representing the location.
|
1840
|
+
*/
|
1841
|
+
matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1842
|
+
/**
|
1843
|
+
* Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
|
1844
|
+
*
|
1845
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
1846
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
1847
|
+
* @returns {string} A string representing the collection.
|
1848
|
+
*/
|
1849
|
+
matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1850
|
+
/**
|
1851
|
+
* Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
|
1852
|
+
*
|
1853
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
1854
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
1855
|
+
* @returns {string} A string representing the engine.
|
1856
|
+
*/
|
1857
|
+
matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1858
|
+
/**
|
1859
|
+
* Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
|
1860
|
+
*
|
1861
|
+
* @param {string} projectLocationCollectionEngineServingConfigName
|
1862
|
+
* A fully-qualified path representing project_location_collection_engine_serving_config resource.
|
1863
|
+
* @returns {string} A string representing the serving_config.
|
1864
|
+
*/
|
1865
|
+
matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
|
1866
|
+
/**
|
1867
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1868
|
+
*
|
1869
|
+
* @param {string} project
|
1870
|
+
* @param {string} location
|
1871
|
+
* @param {string} collection
|
1872
|
+
* @param {string} engine
|
1873
|
+
* @param {string} session
|
1874
|
+
* @param {string} answer
|
1875
|
+
* @returns {string} Resource name string.
|
1876
|
+
*/
|
1877
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1878
|
+
/**
|
1879
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1880
|
+
*
|
1881
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1882
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1883
|
+
* @returns {string} A string representing the project.
|
1884
|
+
*/
|
1885
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1886
|
+
/**
|
1887
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1888
|
+
*
|
1889
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1890
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1891
|
+
* @returns {string} A string representing the location.
|
1892
|
+
*/
|
1893
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1894
|
+
/**
|
1895
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1896
|
+
*
|
1897
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1898
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1899
|
+
* @returns {string} A string representing the collection.
|
1900
|
+
*/
|
1901
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1902
|
+
/**
|
1903
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1904
|
+
*
|
1905
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1906
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1907
|
+
* @returns {string} A string representing the engine.
|
1908
|
+
*/
|
1909
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1910
|
+
/**
|
1911
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1912
|
+
*
|
1913
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1914
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1915
|
+
* @returns {string} A string representing the session.
|
1916
|
+
*/
|
1917
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1918
|
+
/**
|
1919
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1920
|
+
*
|
1921
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1922
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1923
|
+
* @returns {string} A string representing the answer.
|
1924
|
+
*/
|
1925
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1926
|
+
/**
|
1927
|
+
* Return a fully-qualified projectLocationCollectionEngineSessions resource name string.
|
1928
|
+
*
|
1929
|
+
* @param {string} project
|
1930
|
+
* @param {string} location
|
1931
|
+
* @param {string} collection
|
1932
|
+
* @param {string} engine
|
1933
|
+
* @param {string} session
|
1934
|
+
* @returns {string} Resource name string.
|
1935
|
+
*/
|
1936
|
+
projectLocationCollectionEngineSessionsPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1937
|
+
/**
|
1938
|
+
* Parse the project from ProjectLocationCollectionEngineSessions resource.
|
1939
|
+
*
|
1940
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1941
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1942
|
+
* @returns {string} A string representing the project.
|
1943
|
+
*/
|
1944
|
+
matchProjectFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1945
|
+
/**
|
1946
|
+
* Parse the location from ProjectLocationCollectionEngineSessions resource.
|
1947
|
+
*
|
1948
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1949
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1950
|
+
* @returns {string} A string representing the location.
|
1951
|
+
*/
|
1952
|
+
matchLocationFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1953
|
+
/**
|
1954
|
+
* Parse the collection from ProjectLocationCollectionEngineSessions resource.
|
1955
|
+
*
|
1956
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1957
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1958
|
+
* @returns {string} A string representing the collection.
|
1959
|
+
*/
|
1960
|
+
matchCollectionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1961
|
+
/**
|
1962
|
+
* Parse the engine from ProjectLocationCollectionEngineSessions resource.
|
1963
|
+
*
|
1964
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1965
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1966
|
+
* @returns {string} A string representing the engine.
|
1967
|
+
*/
|
1968
|
+
matchEngineFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1969
|
+
/**
|
1970
|
+
* Parse the session from ProjectLocationCollectionEngineSessions resource.
|
1971
|
+
*
|
1972
|
+
* @param {string} projectLocationCollectionEngineSessionsName
|
1973
|
+
* A fully-qualified path representing project_location_collection_engine_sessions resource.
|
1974
|
+
* @returns {string} A string representing the session.
|
1975
|
+
*/
|
1976
|
+
matchSessionFromProjectLocationCollectionEngineSessionsName(projectLocationCollectionEngineSessionsName: string): string | number;
|
1977
|
+
/**
|
1978
|
+
* Return a fully-qualified projectLocationDataStore resource name string.
|
1979
|
+
*
|
1980
|
+
* @param {string} project
|
1981
|
+
* @param {string} location
|
1982
|
+
* @param {string} data_store
|
1983
|
+
* @returns {string} Resource name string.
|
1984
|
+
*/
|
1985
|
+
projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
|
1986
|
+
/**
|
1987
|
+
* Parse the project from ProjectLocationDataStore resource.
|
1988
|
+
*
|
1989
|
+
* @param {string} projectLocationDataStoreName
|
1990
|
+
* A fully-qualified path representing project_location_data_store resource.
|
1991
|
+
* @returns {string} A string representing the project.
|
1992
|
+
*/
|
1993
|
+
matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
1994
|
+
/**
|
1995
|
+
* Parse the location from ProjectLocationDataStore resource.
|
1996
|
+
*
|
1997
|
+
* @param {string} projectLocationDataStoreName
|
1998
|
+
* A fully-qualified path representing project_location_data_store resource.
|
1999
|
+
* @returns {string} A string representing the location.
|
2000
|
+
*/
|
2001
|
+
matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
2002
|
+
/**
|
2003
|
+
* Parse the data_store from ProjectLocationDataStore resource.
|
2004
|
+
*
|
2005
|
+
* @param {string} projectLocationDataStoreName
|
2006
|
+
* A fully-qualified path representing project_location_data_store resource.
|
2007
|
+
* @returns {string} A string representing the data_store.
|
2008
|
+
*/
|
2009
|
+
matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
2010
|
+
/**
|
2011
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
|
2012
|
+
*
|
2013
|
+
* @param {string} project
|
2014
|
+
* @param {string} location
|
2015
|
+
* @param {string} data_store
|
2016
|
+
* @param {string} branch
|
2017
|
+
* @param {string} document
|
2018
|
+
* @returns {string} Resource name string.
|
2019
|
+
*/
|
2020
|
+
projectLocationDataStoreBranchDocumentPath(project: string, location: string, dataStore: string, branch: string, document: string): string;
|
2021
|
+
/**
|
2022
|
+
* Parse the project from ProjectLocationDataStoreBranchDocument resource.
|
2023
|
+
*
|
2024
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
2025
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
2026
|
+
* @returns {string} A string representing the project.
|
2027
|
+
*/
|
2028
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
2029
|
+
/**
|
2030
|
+
* Parse the location from ProjectLocationDataStoreBranchDocument resource.
|
2031
|
+
*
|
2032
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
2033
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
2034
|
+
* @returns {string} A string representing the location.
|
2035
|
+
*/
|
2036
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
2037
|
+
/**
|
2038
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocument resource.
|
2039
|
+
*
|
2040
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
2041
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
2042
|
+
* @returns {string} A string representing the data_store.
|
2043
|
+
*/
|
2044
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
2045
|
+
/**
|
2046
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocument resource.
|
2047
|
+
*
|
2048
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
2049
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
2050
|
+
* @returns {string} A string representing the branch.
|
2051
|
+
*/
|
2052
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
2053
|
+
/**
|
2054
|
+
* Parse the document from ProjectLocationDataStoreBranchDocument resource.
|
2055
|
+
*
|
2056
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
2057
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
2058
|
+
* @returns {string} A string representing the document.
|
2059
|
+
*/
|
2060
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
2061
|
+
/**
|
2062
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
2063
|
+
*
|
2064
|
+
* @param {string} project
|
2065
|
+
* @param {string} location
|
2066
|
+
* @param {string} data_store
|
2067
|
+
* @param {string} branch
|
2068
|
+
* @param {string} document
|
2069
|
+
* @param {string} chunk
|
2070
|
+
* @returns {string} Resource name string.
|
2071
|
+
*/
|
2072
|
+
projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
2073
|
+
/**
|
2074
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2075
|
+
*
|
2076
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2077
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2078
|
+
* @returns {string} A string representing the project.
|
2079
|
+
*/
|
2080
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
2081
|
+
/**
|
2082
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2083
|
+
*
|
2084
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2085
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2086
|
+
* @returns {string} A string representing the location.
|
2087
|
+
*/
|
2088
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
2089
|
+
/**
|
2090
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2091
|
+
*
|
2092
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2093
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2094
|
+
* @returns {string} A string representing the data_store.
|
2095
|
+
*/
|
2096
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
2097
|
+
/**
|
2098
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2099
|
+
*
|
2100
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2101
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2102
|
+
* @returns {string} A string representing the branch.
|
2103
|
+
*/
|
2104
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
2105
|
+
/**
|
2106
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2107
|
+
*
|
2108
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2109
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2110
|
+
* @returns {string} A string representing the document.
|
2111
|
+
*/
|
2112
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
2113
|
+
/**
|
2114
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
2115
|
+
*
|
2116
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
2117
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
2118
|
+
* @returns {string} A string representing the chunk.
|
2119
|
+
*/
|
2120
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
2121
|
+
/**
|
2122
|
+
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
2123
|
+
*
|
2124
|
+
* @param {string} project
|
2125
|
+
* @param {string} location
|
2126
|
+
* @param {string} data_store
|
2127
|
+
* @param {string} control
|
2128
|
+
* @returns {string} Resource name string.
|
2129
|
+
*/
|
2130
|
+
projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
|
2131
|
+
/**
|
2132
|
+
* Parse the project from ProjectLocationDataStoreControl resource.
|
2133
|
+
*
|
2134
|
+
* @param {string} projectLocationDataStoreControlName
|
2135
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
2136
|
+
* @returns {string} A string representing the project.
|
2137
|
+
*/
|
2138
|
+
matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
2139
|
+
/**
|
2140
|
+
* Parse the location from ProjectLocationDataStoreControl resource.
|
2141
|
+
*
|
2142
|
+
* @param {string} projectLocationDataStoreControlName
|
2143
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
2144
|
+
* @returns {string} A string representing the location.
|
2145
|
+
*/
|
2146
|
+
matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
2147
|
+
/**
|
2148
|
+
* Parse the data_store from ProjectLocationDataStoreControl resource.
|
2149
|
+
*
|
2150
|
+
* @param {string} projectLocationDataStoreControlName
|
2151
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
2152
|
+
* @returns {string} A string representing the data_store.
|
2153
|
+
*/
|
2154
|
+
matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
2155
|
+
/**
|
2156
|
+
* Parse the control from ProjectLocationDataStoreControl resource.
|
2157
|
+
*
|
2158
|
+
* @param {string} projectLocationDataStoreControlName
|
2159
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
2160
|
+
* @returns {string} A string representing the control.
|
2161
|
+
*/
|
2162
|
+
matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
2163
|
+
/**
|
2164
|
+
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
2165
|
+
*
|
2166
|
+
* @param {string} project
|
2167
|
+
* @param {string} location
|
2168
|
+
* @param {string} data_store
|
2169
|
+
* @param {string} conversation
|
2170
|
+
* @returns {string} Resource name string.
|
2171
|
+
*/
|
2172
|
+
projectLocationDataStoreConversationPath(project: string, location: string, dataStore: string, conversation: string): string;
|
2173
|
+
/**
|
2174
|
+
* Parse the project from ProjectLocationDataStoreConversation resource.
|
2175
|
+
*
|
2176
|
+
* @param {string} projectLocationDataStoreConversationName
|
2177
|
+
* A fully-qualified path representing project_location_data_store_conversation resource.
|
2178
|
+
* @returns {string} A string representing the project.
|
2179
|
+
*/
|
2180
|
+
matchProjectFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
2181
|
+
/**
|
2182
|
+
* Parse the location from ProjectLocationDataStoreConversation resource.
|
2183
|
+
*
|
2184
|
+
* @param {string} projectLocationDataStoreConversationName
|
2185
|
+
* A fully-qualified path representing project_location_data_store_conversation resource.
|
2186
|
+
* @returns {string} A string representing the location.
|
2187
|
+
*/
|
2188
|
+
matchLocationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
2189
|
+
/**
|
2190
|
+
* Parse the data_store from ProjectLocationDataStoreConversation resource.
|
2191
|
+
*
|
2192
|
+
* @param {string} projectLocationDataStoreConversationName
|
2193
|
+
* A fully-qualified path representing project_location_data_store_conversation resource.
|
2194
|
+
* @returns {string} A string representing the data_store.
|
2195
|
+
*/
|
2196
|
+
matchDataStoreFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
2197
|
+
/**
|
2198
|
+
* Parse the conversation from ProjectLocationDataStoreConversation resource.
|
2199
|
+
*
|
2200
|
+
* @param {string} projectLocationDataStoreConversationName
|
2201
|
+
* A fully-qualified path representing project_location_data_store_conversation resource.
|
2202
|
+
* @returns {string} A string representing the conversation.
|
2203
|
+
*/
|
2204
|
+
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
2205
|
+
/**
|
2206
|
+
* Return a fully-qualified projectLocationDataStoreCustomTuningModel resource name string.
|
2207
|
+
*
|
2208
|
+
* @param {string} project
|
2209
|
+
* @param {string} location
|
2210
|
+
* @param {string} data_store
|
2211
|
+
* @param {string} custom_tuning_model
|
2212
|
+
* @returns {string} Resource name string.
|
2213
|
+
*/
|
2214
|
+
projectLocationDataStoreCustomTuningModelPath(project: string, location: string, dataStore: string, customTuningModel: string): string;
|
2215
|
+
/**
|
2216
|
+
* Parse the project from ProjectLocationDataStoreCustomTuningModel resource.
|
2217
|
+
*
|
2218
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2219
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2220
|
+
* @returns {string} A string representing the project.
|
2221
|
+
*/
|
2222
|
+
matchProjectFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
2223
|
+
/**
|
2224
|
+
* Parse the location from ProjectLocationDataStoreCustomTuningModel resource.
|
2225
|
+
*
|
2226
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2227
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2228
|
+
* @returns {string} A string representing the location.
|
2229
|
+
*/
|
2230
|
+
matchLocationFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
2231
|
+
/**
|
2232
|
+
* Parse the data_store from ProjectLocationDataStoreCustomTuningModel resource.
|
2233
|
+
*
|
2234
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2235
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2236
|
+
* @returns {string} A string representing the data_store.
|
2237
|
+
*/
|
2238
|
+
matchDataStoreFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
2239
|
+
/**
|
2240
|
+
* Parse the custom_tuning_model from ProjectLocationDataStoreCustomTuningModel resource.
|
2241
|
+
*
|
2242
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
2243
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
2244
|
+
* @returns {string} A string representing the custom_tuning_model.
|
2245
|
+
*/
|
2246
|
+
matchCustomTuningModelFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
2247
|
+
/**
|
2248
|
+
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
2249
|
+
*
|
2250
|
+
* @param {string} project
|
2251
|
+
* @param {string} location
|
2252
|
+
* @param {string} data_store
|
2253
|
+
* @returns {string} Resource name string.
|
2254
|
+
*/
|
2255
|
+
projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
|
2256
|
+
/**
|
2257
|
+
* Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
2258
|
+
*
|
2259
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
2260
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
2261
|
+
* @returns {string} A string representing the project.
|
2262
|
+
*/
|
2263
|
+
matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
2264
|
+
/**
|
2265
|
+
* Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
2266
|
+
*
|
2267
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
2268
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
2269
|
+
* @returns {string} A string representing the location.
|
2270
|
+
*/
|
2271
|
+
matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
2272
|
+
/**
|
2273
|
+
* Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
2274
|
+
*
|
2275
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
2276
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
2277
|
+
* @returns {string} A string representing the data_store.
|
2278
|
+
*/
|
2279
|
+
matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
2280
|
+
/**
|
2281
|
+
* Return a fully-qualified projectLocationDataStoreSchema resource name string.
|
2282
|
+
*
|
2283
|
+
* @param {string} project
|
2284
|
+
* @param {string} location
|
2285
|
+
* @param {string} data_store
|
2286
|
+
* @param {string} schema
|
2287
|
+
* @returns {string} Resource name string.
|
2288
|
+
*/
|
2289
|
+
projectLocationDataStoreSchemaPath(project: string, location: string, dataStore: string, schema: string): string;
|
2290
|
+
/**
|
2291
|
+
* Parse the project from ProjectLocationDataStoreSchema resource.
|
2292
|
+
*
|
2293
|
+
* @param {string} projectLocationDataStoreSchemaName
|
2294
|
+
* A fully-qualified path representing project_location_data_store_schema resource.
|
2295
|
+
* @returns {string} A string representing the project.
|
2296
|
+
*/
|
2297
|
+
matchProjectFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
2298
|
+
/**
|
2299
|
+
* Parse the location from ProjectLocationDataStoreSchema resource.
|
2300
|
+
*
|
2301
|
+
* @param {string} projectLocationDataStoreSchemaName
|
2302
|
+
* A fully-qualified path representing project_location_data_store_schema resource.
|
2303
|
+
* @returns {string} A string representing the location.
|
2304
|
+
*/
|
2305
|
+
matchLocationFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
2306
|
+
/**
|
2307
|
+
* Parse the data_store from ProjectLocationDataStoreSchema resource.
|
2308
|
+
*
|
2309
|
+
* @param {string} projectLocationDataStoreSchemaName
|
2310
|
+
* A fully-qualified path representing project_location_data_store_schema resource.
|
2311
|
+
* @returns {string} A string representing the data_store.
|
2312
|
+
*/
|
2313
|
+
matchDataStoreFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
2314
|
+
/**
|
2315
|
+
* Parse the schema from ProjectLocationDataStoreSchema resource.
|
2316
|
+
*
|
2317
|
+
* @param {string} projectLocationDataStoreSchemaName
|
2318
|
+
* A fully-qualified path representing project_location_data_store_schema resource.
|
2319
|
+
* @returns {string} A string representing the schema.
|
2320
|
+
*/
|
2321
|
+
matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
2322
|
+
/**
|
2323
|
+
* Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
|
2324
|
+
*
|
2325
|
+
* @param {string} project
|
2326
|
+
* @param {string} location
|
2327
|
+
* @param {string} data_store
|
2328
|
+
* @param {string} serving_config
|
2329
|
+
* @returns {string} Resource name string.
|
2330
|
+
*/
|
2331
|
+
projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
|
2332
|
+
/**
|
2333
|
+
* Parse the project from ProjectLocationDataStoreServingConfig resource.
|
2334
|
+
*
|
2335
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
2336
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
2337
|
+
* @returns {string} A string representing the project.
|
2338
|
+
*/
|
2339
|
+
matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
2340
|
+
/**
|
2341
|
+
* Parse the location from ProjectLocationDataStoreServingConfig resource.
|
2342
|
+
*
|
2343
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
2344
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
2345
|
+
* @returns {string} A string representing the location.
|
2346
|
+
*/
|
2347
|
+
matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
2348
|
+
/**
|
2349
|
+
* Parse the data_store from ProjectLocationDataStoreServingConfig resource.
|
2350
|
+
*
|
2351
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
2352
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
2353
|
+
* @returns {string} A string representing the data_store.
|
2354
|
+
*/
|
2355
|
+
matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
2356
|
+
/**
|
2357
|
+
* Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
|
2358
|
+
*
|
2359
|
+
* @param {string} projectLocationDataStoreServingConfigName
|
2360
|
+
* A fully-qualified path representing project_location_data_store_serving_config resource.
|
2361
|
+
* @returns {string} A string representing the serving_config.
|
2362
|
+
*/
|
2363
|
+
matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
|
2364
|
+
/**
|
2365
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
2366
|
+
*
|
2367
|
+
* @param {string} project
|
2368
|
+
* @param {string} location
|
2369
|
+
* @param {string} data_store
|
2370
|
+
* @param {string} session
|
2371
|
+
* @param {string} answer
|
2372
|
+
* @returns {string} Resource name string.
|
2373
|
+
*/
|
2374
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
2375
|
+
/**
|
2376
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
2377
|
+
*
|
2378
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2379
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2380
|
+
* @returns {string} A string representing the project.
|
2381
|
+
*/
|
2382
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2383
|
+
/**
|
2384
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
2385
|
+
*
|
2386
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2387
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2388
|
+
* @returns {string} A string representing the location.
|
2389
|
+
*/
|
2390
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2391
|
+
/**
|
2392
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
2393
|
+
*
|
2394
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2395
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2396
|
+
* @returns {string} A string representing the data_store.
|
2397
|
+
*/
|
2398
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2399
|
+
/**
|
2400
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
2401
|
+
*
|
2402
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2403
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2404
|
+
* @returns {string} A string representing the session.
|
2405
|
+
*/
|
2406
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2407
|
+
/**
|
2408
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
2409
|
+
*
|
2410
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
2411
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
2412
|
+
* @returns {string} A string representing the answer.
|
2413
|
+
*/
|
2414
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
2415
|
+
/**
|
2416
|
+
* Return a fully-qualified projectLocationDataStoreSessions resource name string.
|
2417
|
+
*
|
2418
|
+
* @param {string} project
|
2419
|
+
* @param {string} location
|
2420
|
+
* @param {string} data_store
|
2421
|
+
* @param {string} session
|
2422
|
+
* @returns {string} Resource name string.
|
2423
|
+
*/
|
2424
|
+
projectLocationDataStoreSessionsPath(project: string, location: string, dataStore: string, session: string): string;
|
2425
|
+
/**
|
2426
|
+
* Parse the project from ProjectLocationDataStoreSessions resource.
|
2427
|
+
*
|
2428
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2429
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2430
|
+
* @returns {string} A string representing the project.
|
2431
|
+
*/
|
2432
|
+
matchProjectFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2433
|
+
/**
|
2434
|
+
* Parse the location from ProjectLocationDataStoreSessions resource.
|
2435
|
+
*
|
2436
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2437
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2438
|
+
* @returns {string} A string representing the location.
|
2439
|
+
*/
|
2440
|
+
matchLocationFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2441
|
+
/**
|
2442
|
+
* Parse the data_store from ProjectLocationDataStoreSessions resource.
|
2443
|
+
*
|
2444
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2445
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2446
|
+
* @returns {string} A string representing the data_store.
|
2447
|
+
*/
|
2448
|
+
matchDataStoreFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2449
|
+
/**
|
2450
|
+
* Parse the session from ProjectLocationDataStoreSessions resource.
|
2451
|
+
*
|
2452
|
+
* @param {string} projectLocationDataStoreSessionsName
|
2453
|
+
* A fully-qualified path representing project_location_data_store_sessions resource.
|
2454
|
+
* @returns {string} A string representing the session.
|
2455
|
+
*/
|
2456
|
+
matchSessionFromProjectLocationDataStoreSessionsName(projectLocationDataStoreSessionsName: string): string | number;
|
2457
|
+
/**
|
2458
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
2459
|
+
*
|
2460
|
+
* @param {string} project
|
2461
|
+
* @param {string} location
|
2462
|
+
* @param {string} data_store
|
2463
|
+
* @returns {string} Resource name string.
|
2464
|
+
*/
|
2465
|
+
projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
|
2466
|
+
/**
|
2467
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
|
2468
|
+
*
|
2469
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
2470
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
2471
|
+
* @returns {string} A string representing the project.
|
2472
|
+
*/
|
2473
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
2474
|
+
/**
|
2475
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
|
2476
|
+
*
|
2477
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
2478
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
2479
|
+
* @returns {string} A string representing the location.
|
2480
|
+
*/
|
2481
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
2482
|
+
/**
|
2483
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
|
2484
|
+
*
|
2485
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
2486
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
2487
|
+
* @returns {string} A string representing the data_store.
|
2488
|
+
*/
|
2489
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
2490
|
+
/**
|
2491
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngineSitemap resource name string.
|
2492
|
+
*
|
2493
|
+
* @param {string} project
|
2494
|
+
* @param {string} location
|
2495
|
+
* @param {string} data_store
|
2496
|
+
* @param {string} sitemap
|
2497
|
+
* @returns {string} Resource name string.
|
2498
|
+
*/
|
2499
|
+
projectLocationDataStoreSiteSearchEngineSitemapPath(project: string, location: string, dataStore: string, sitemap: string): string;
|
2500
|
+
/**
|
2501
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
|
2502
|
+
*
|
2503
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
|
2504
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
|
2505
|
+
* @returns {string} A string representing the project.
|
2506
|
+
*/
|
2507
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
|
2508
|
+
/**
|
2509
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
|
2510
|
+
*
|
2511
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
|
2512
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
|
2513
|
+
* @returns {string} A string representing the location.
|
2514
|
+
*/
|
2515
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
|
2516
|
+
/**
|
2517
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
|
2518
|
+
*
|
2519
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
|
2520
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
|
2521
|
+
* @returns {string} A string representing the data_store.
|
2522
|
+
*/
|
2523
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
|
2524
|
+
/**
|
2525
|
+
* Parse the sitemap from ProjectLocationDataStoreSiteSearchEngineSitemap resource.
|
2526
|
+
*
|
2527
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineSitemapName
|
2528
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_sitemap resource.
|
2529
|
+
* @returns {string} A string representing the sitemap.
|
2530
|
+
*/
|
2531
|
+
matchSitemapFromProjectLocationDataStoreSiteSearchEngineSitemapName(projectLocationDataStoreSiteSearchEngineSitemapName: string): string | number;
|
2532
|
+
/**
|
2533
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
|
2534
|
+
*
|
2535
|
+
* @param {string} project
|
2536
|
+
* @param {string} location
|
2537
|
+
* @param {string} data_store
|
2538
|
+
* @param {string} target_site
|
2539
|
+
* @returns {string} Resource name string.
|
2540
|
+
*/
|
2541
|
+
projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
|
2542
|
+
/**
|
2543
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
2544
|
+
*
|
2545
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
2546
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
2547
|
+
* @returns {string} A string representing the project.
|
2548
|
+
*/
|
2549
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
2550
|
+
/**
|
2551
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
2552
|
+
*
|
2553
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
2554
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
2555
|
+
* @returns {string} A string representing the location.
|
2556
|
+
*/
|
2557
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
2558
|
+
/**
|
2559
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
2560
|
+
*
|
2561
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
2562
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
2563
|
+
* @returns {string} A string representing the data_store.
|
2564
|
+
*/
|
2565
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
2566
|
+
/**
|
2567
|
+
* Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
2568
|
+
*
|
2569
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
2570
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
2571
|
+
* @returns {string} A string representing the target_site.
|
2572
|
+
*/
|
2573
|
+
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
2574
|
+
/**
|
2575
|
+
* Terminate the gRPC channel and close the client.
|
2576
|
+
*
|
2577
|
+
* The client will no longer be usable and all future behavior is undefined.
|
2578
|
+
* @returns {Promise} A promise that resolves when the client is closed.
|
2579
|
+
*/
|
2580
|
+
close(): Promise<void>;
|
2581
|
+
}
|