@google-cloud/discoveryengine 1.7.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/README.md +33 -4
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +337 -0
- package/build/protos/google/cloud/discoveryengine/v1/common.proto +34 -1
- package/build/protos/google/cloud/discoveryengine/v1/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/control.proto +214 -0
- package/build/protos/google/cloud/discoveryengine/v1/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +570 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +5 -1
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +92 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +7 -7
- package/build/protos/google/cloud/discoveryengine/v1/engine.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +149 -0
- package/build/protos/google/cloud/discoveryengine/v1/grounding.proto +58 -0
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/rank_service.proto +131 -0
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +21 -20
- package/build/protos/google/cloud/discoveryengine/v1/schema.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/schema_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +24 -19
- package/build/protos/google/cloud/discoveryengine/v1/session.proto +97 -0
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +29 -4
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +10 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +8 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +17 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/control.proto +217 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversation.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +20 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +13 -10
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +31 -2
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounding.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1alpha/project.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/project_service.proto +3 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/rank_service.proto +20 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +21 -20
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +38 -3
- package/build/protos/google/cloud/discoveryengine/v1alpha/schema_service.proto +7 -7
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +29 -32
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +40 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/session.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +30 -4
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event_service.proto +19 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +11 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +17 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/control.proto +216 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/control_service.proto +236 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +20 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +87 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +3 -3
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +8 -9
- package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +31 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/grounding.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +5 -5
- package/build/protos/google/cloud/discoveryengine/v1beta/project.proto +103 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/project_service.proto +90 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/rank_service.proto +20 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +21 -20
- package/build/protos/google/cloud/discoveryengine/v1beta/schema.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/schema_service.proto +6 -6
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +31 -25
- package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +40 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/session.proto +5 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +4 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +29 -4
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +19 -3
- package/build/protos/protos.d.ts +52350 -38733
- package/build/protos/protos.js +136479 -103212
- package/build/protos/protos.json +9460 -5916
- package/build/src/index.d.ts +13 -1
- package/build/src/index.js +13 -1
- package/build/src/v1/completion_service_client.d.ts +549 -0
- package/build/src/v1/completion_service_client.js +771 -0
- package/build/src/v1/control_service_client.d.ts +1623 -0
- package/build/src/v1/control_service_client.js +2218 -0
- package/build/src/v1/control_service_client_config.json +63 -0
- package/build/src/v1/conversational_search_service_client.d.ts +893 -0
- package/build/src/v1/conversational_search_service_client.js +1040 -14
- package/build/src/v1/conversational_search_service_client_config.json +35 -0
- package/build/src/v1/data_store_service_client.d.ts +555 -6
- package/build/src/v1/data_store_service_client.js +775 -4
- package/build/src/v1/document_service_client.d.ts +557 -8
- package/build/src/v1/document_service_client.js +773 -2
- package/build/src/v1/engine_service_client.d.ts +549 -0
- package/build/src/v1/engine_service_client.js +771 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +1439 -0
- package/build/src/v1/grounded_generation_service_client.js +2036 -0
- package/build/src/v1/grounded_generation_service_client_config.json +43 -0
- package/build/src/v1/index.d.ts +4 -0
- package/build/src/v1/index.js +9 -1
- package/build/src/v1/project_service_client.d.ts +1533 -0
- package/build/src/v1/project_service_client.js +2255 -0
- package/build/src/v1/project_service_client_config.json +43 -0
- package/build/src/v1/rank_service_client.d.ts +1449 -0
- package/build/src/v1/rank_service_client.js +2037 -0
- package/build/src/v1/rank_service_client_config.json +43 -0
- package/build/src/v1/recommendation_service_client.d.ts +568 -18
- package/build/src/v1/recommendation_service_client.js +756 -0
- package/build/src/v1/schema_service_client.d.ts +558 -9
- package/build/src/v1/schema_service_client.js +775 -4
- package/build/src/v1/search_service_client.d.ts +579 -21
- package/build/src/v1/search_service_client.js +776 -14
- package/build/src/v1/site_search_engine_service_client.d.ts +549 -0
- package/build/src/v1/site_search_engine_service_client.js +771 -0
- package/build/src/v1/user_event_service_client.d.ts +562 -2
- package/build/src/v1/user_event_service_client.js +771 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/acl_config_service_client.js +326 -0
- package/build/src/v1alpha/chunk_service_client.d.ts +237 -0
- package/build/src/v1alpha/chunk_service_client.js +326 -0
- package/build/src/v1alpha/completion_service_client.d.ts +237 -0
- package/build/src/v1alpha/completion_service_client.js +340 -0
- package/build/src/v1alpha/control_service_client.d.ts +2013 -0
- package/build/src/v1alpha/control_service_client.js +2757 -0
- package/build/src/v1alpha/control_service_client_config.json +63 -0
- package/build/src/v1alpha/conversational_search_service_client.d.ts +239 -2
- package/build/src/v1alpha/conversational_search_service_client.js +326 -0
- package/build/src/v1alpha/data_store_service_client.d.ts +243 -6
- package/build/src/v1alpha/data_store_service_client.js +344 -4
- package/build/src/v1alpha/document_service_client.d.ts +246 -9
- package/build/src/v1alpha/document_service_client.js +342 -2
- package/build/src/v1alpha/engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/engine_service_client.js +340 -0
- package/build/src/v1alpha/estimate_billing_service_client.d.ts +237 -0
- package/build/src/v1alpha/estimate_billing_service_client.js +340 -0
- package/build/src/v1alpha/grounded_generation_service_client.d.ts +256 -1
- package/build/src/v1alpha/grounded_generation_service_client.js +326 -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 +239 -0
- package/build/src/v1alpha/project_service_client.js +340 -0
- package/build/src/v1alpha/project_service_client_config.json +21 -6
- package/build/src/v1alpha/rank_service_client.d.ts +255 -0
- package/build/src/v1alpha/rank_service_client.js +326 -0
- package/build/src/v1alpha/recommendation_service_client.d.ts +256 -18
- package/build/src/v1alpha/recommendation_service_client.js +326 -0
- package/build/src/v1alpha/schema_service_client.d.ts +247 -10
- package/build/src/v1alpha/schema_service_client.js +344 -4
- package/build/src/v1alpha/search_service_client.d.ts +267 -21
- package/build/src/v1alpha/search_service_client.js +346 -14
- package/build/src/v1alpha/search_tuning_service_client.d.ts +265 -0
- package/build/src/v1alpha/search_tuning_service_client.js +365 -1
- package/build/src/v1alpha/search_tuning_service_client_config.json +4 -0
- package/build/src/v1alpha/serving_config_service_client.d.ts +237 -0
- package/build/src/v1alpha/serving_config_service_client.js +326 -0
- package/build/src/v1alpha/site_search_engine_service_client.d.ts +237 -0
- package/build/src/v1alpha/site_search_engine_service_client.js +340 -0
- package/build/src/v1alpha/user_event_service_client.d.ts +250 -2
- package/build/src/v1alpha/user_event_service_client.js +340 -0
- package/build/src/v1beta/completion_service_client.d.ts +252 -0
- package/build/src/v1beta/completion_service_client.js +359 -0
- package/build/src/v1beta/control_service_client.d.ts +1860 -0
- package/build/src/v1beta/control_service_client.js +2545 -0
- package/build/src/v1beta/control_service_client_config.json +63 -0
- package/build/src/v1beta/conversational_search_service_client.d.ts +254 -2
- package/build/src/v1beta/conversational_search_service_client.js +348 -0
- package/build/src/v1beta/data_store_service_client.d.ts +258 -6
- package/build/src/v1beta/data_store_service_client.js +363 -4
- package/build/src/v1beta/document_service_client.d.ts +261 -10
- package/build/src/v1beta/document_service_client.js +361 -2
- package/build/src/v1beta/engine_service_client.d.ts +252 -0
- package/build/src/v1beta/engine_service_client.js +359 -0
- package/build/src/v1beta/grounded_generation_service_client.d.ts +271 -1
- package/build/src/v1beta/grounded_generation_service_client.js +348 -0
- package/build/src/v1beta/index.d.ts +2 -0
- package/build/src/v1beta/index.js +5 -1
- package/build/src/v1beta/project_service_client.d.ts +1770 -0
- package/build/src/v1beta/project_service_client.js +2576 -0
- package/build/src/v1beta/project_service_client_config.json +43 -0
- package/build/src/v1beta/rank_service_client.d.ts +270 -0
- package/build/src/v1beta/rank_service_client.js +348 -0
- package/build/src/v1beta/recommendation_service_client.d.ts +271 -18
- package/build/src/v1beta/recommendation_service_client.js +348 -0
- package/build/src/v1beta/schema_service_client.d.ts +261 -9
- package/build/src/v1beta/schema_service_client.js +363 -4
- package/build/src/v1beta/search_service_client.d.ts +282 -21
- package/build/src/v1beta/search_service_client.js +368 -14
- package/build/src/v1beta/search_tuning_service_client.d.ts +280 -0
- package/build/src/v1beta/search_tuning_service_client.js +384 -1
- package/build/src/v1beta/search_tuning_service_client_config.json +4 -0
- package/build/src/v1beta/serving_config_service_client.d.ts +237 -0
- package/build/src/v1beta/serving_config_service_client.js +326 -0
- package/build/src/v1beta/site_search_engine_service_client.d.ts +252 -0
- package/build/src/v1beta/site_search_engine_service_client.js +359 -0
- package/build/src/v1beta/user_event_service_client.d.ts +265 -2
- package/build/src/v1beta/user_event_service_client.js +359 -0
- package/package.json +2 -2
@@ -0,0 +1,1439 @@
|
|
1
|
+
import type * as gax from 'google-gax';
|
2
|
+
import type { Callback, CallOptions, Descriptors, ClientOptions, LocationsClient, LocationProtos } from 'google-gax';
|
3
|
+
import * as protos from '../../protos/protos';
|
4
|
+
/**
|
5
|
+
* Service for grounded generation.
|
6
|
+
* @class
|
7
|
+
* @memberof v1
|
8
|
+
*/
|
9
|
+
export declare class GroundedGenerationServiceClient {
|
10
|
+
private _terminated;
|
11
|
+
private _opts;
|
12
|
+
private _providedCustomServicePath;
|
13
|
+
private _gaxModule;
|
14
|
+
private _gaxGrpc;
|
15
|
+
private _protos;
|
16
|
+
private _defaults;
|
17
|
+
private _universeDomain;
|
18
|
+
private _servicePath;
|
19
|
+
auth: gax.GoogleAuth;
|
20
|
+
descriptors: Descriptors;
|
21
|
+
warn: (code: string, message: string, warnType?: string) => void;
|
22
|
+
innerApiCalls: {
|
23
|
+
[name: string]: Function;
|
24
|
+
};
|
25
|
+
locationsClient: LocationsClient;
|
26
|
+
pathTemplates: {
|
27
|
+
[name: string]: gax.PathTemplate;
|
28
|
+
};
|
29
|
+
groundedGenerationServiceStub?: Promise<{
|
30
|
+
[name: string]: Function;
|
31
|
+
}>;
|
32
|
+
/**
|
33
|
+
* Construct an instance of GroundedGenerationServiceClient.
|
34
|
+
*
|
35
|
+
* @param {object} [options] - The configuration object.
|
36
|
+
* The options accepted by the constructor are described in detail
|
37
|
+
* in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
|
38
|
+
* The common options are:
|
39
|
+
* @param {object} [options.credentials] - Credentials object.
|
40
|
+
* @param {string} [options.credentials.client_email]
|
41
|
+
* @param {string} [options.credentials.private_key]
|
42
|
+
* @param {string} [options.email] - Account email address. Required when
|
43
|
+
* using a .pem or .p12 keyFilename.
|
44
|
+
* @param {string} [options.keyFilename] - Full path to the a .json, .pem, or
|
45
|
+
* .p12 key downloaded from the Google Developers Console. If you provide
|
46
|
+
* a path to a JSON file, the projectId option below is not necessary.
|
47
|
+
* NOTE: .pem and .p12 require you to specify options.email as well.
|
48
|
+
* @param {number} [options.port] - The port on which to connect to
|
49
|
+
* the remote host.
|
50
|
+
* @param {string} [options.projectId] - The project ID from the Google
|
51
|
+
* Developer's Console, e.g. 'grape-spaceship-123'. We will also check
|
52
|
+
* the environment variable GCLOUD_PROJECT for your project ID. If your
|
53
|
+
* app is running in an environment which supports
|
54
|
+
* {@link https://developers.google.com/identity/protocols/application-default-credentials Application Default Credentials},
|
55
|
+
* your project ID will be detected automatically.
|
56
|
+
* @param {string} [options.apiEndpoint] - The domain name of the
|
57
|
+
* API remote host.
|
58
|
+
* @param {gax.ClientConfig} [options.clientConfig] - Client configuration override.
|
59
|
+
* Follows the structure of {@link gapicConfig}.
|
60
|
+
* @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode.
|
61
|
+
* For more information, please check the
|
62
|
+
* {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
|
63
|
+
* @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you
|
64
|
+
* need to avoid loading the default gRPC version and want to use the fallback
|
65
|
+
* HTTP implementation. Load only fallback version and pass it to the constructor:
|
66
|
+
* ```
|
67
|
+
* const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC
|
68
|
+
* const client = new GroundedGenerationServiceClient({fallback: true}, gax);
|
69
|
+
* ```
|
70
|
+
*/
|
71
|
+
constructor(opts?: ClientOptions, gaxInstance?: typeof gax | typeof gax.fallback);
|
72
|
+
/**
|
73
|
+
* Initialize the client.
|
74
|
+
* Performs asynchronous operations (such as authentication) and prepares the client.
|
75
|
+
* This function will be called automatically when any class method is called for the
|
76
|
+
* first time, but if you need to initialize it before calling an actual method,
|
77
|
+
* feel free to call initialize() directly.
|
78
|
+
*
|
79
|
+
* You can await on this method if you want to make sure the client is initialized.
|
80
|
+
*
|
81
|
+
* @returns {Promise} A promise that resolves to an authenticated service stub.
|
82
|
+
*/
|
83
|
+
initialize(): Promise<{
|
84
|
+
[name: string]: Function;
|
85
|
+
}>;
|
86
|
+
/**
|
87
|
+
* The DNS address for this API service.
|
88
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
89
|
+
* @returns {string} The DNS address for this service.
|
90
|
+
*/
|
91
|
+
static get servicePath(): string;
|
92
|
+
/**
|
93
|
+
* The DNS address for this API service - same as servicePath.
|
94
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
95
|
+
* @returns {string} The DNS address for this service.
|
96
|
+
*/
|
97
|
+
static get apiEndpoint(): string;
|
98
|
+
/**
|
99
|
+
* The DNS address for this API service.
|
100
|
+
* @returns {string} The DNS address for this service.
|
101
|
+
*/
|
102
|
+
get apiEndpoint(): string;
|
103
|
+
get universeDomain(): string;
|
104
|
+
/**
|
105
|
+
* The port for this API service.
|
106
|
+
* @returns {number} The default port for this service.
|
107
|
+
*/
|
108
|
+
static get port(): number;
|
109
|
+
/**
|
110
|
+
* The scopes needed to make gRPC calls for every method defined
|
111
|
+
* in this service.
|
112
|
+
* @returns {string[]} List of default scopes.
|
113
|
+
*/
|
114
|
+
static get scopes(): string[];
|
115
|
+
getProjectId(): Promise<string>;
|
116
|
+
getProjectId(callback: Callback<string, undefined, undefined>): void;
|
117
|
+
/**
|
118
|
+
* Performs a grounding check.
|
119
|
+
*
|
120
|
+
* @param {Object} request
|
121
|
+
* The request object that will be sent.
|
122
|
+
* @param {string} request.groundingConfig
|
123
|
+
* Required. The resource name of the grounding config, such as
|
124
|
+
* `projects/* /locations/global/groundingConfigs/default_grounding_config`.
|
125
|
+
* @param {string} request.answerCandidate
|
126
|
+
* Answer candidate to check. Can have a maximum length of 1024 characters.
|
127
|
+
* @param {number[]} request.facts
|
128
|
+
* List of facts for the grounding check.
|
129
|
+
* We support up to 200 facts.
|
130
|
+
* @param {google.cloud.discoveryengine.v1.CheckGroundingSpec} request.groundingSpec
|
131
|
+
* Configuration of the grounding check.
|
132
|
+
* @param {number[]} request.userLabels
|
133
|
+
* The user labels applied to a resource must meet the following requirements:
|
134
|
+
*
|
135
|
+
* * Each resource can have multiple labels, up to a maximum of 64.
|
136
|
+
* * Each label must be a key-value pair.
|
137
|
+
* * Keys have a minimum length of 1 character and a maximum length of 63
|
138
|
+
* characters and cannot be empty. Values can be empty and have a maximum
|
139
|
+
* length of 63 characters.
|
140
|
+
* * Keys and values can contain only lowercase letters, numeric characters,
|
141
|
+
* underscores, and dashes. All characters must use UTF-8 encoding, and
|
142
|
+
* international characters are allowed.
|
143
|
+
* * The key portion of a label must be unique. However, you can use the same
|
144
|
+
* key with multiple resources.
|
145
|
+
* * Keys must start with a lowercase letter or international character.
|
146
|
+
*
|
147
|
+
* See [Google Cloud
|
148
|
+
* Document](https://cloud.google.com/resource-manager/docs/creating-managing-labels#requirements)
|
149
|
+
* for more details.
|
150
|
+
* @param {object} [options]
|
151
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
152
|
+
* @returns {Promise} - The promise which resolves to an array.
|
153
|
+
* The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1.CheckGroundingResponse|CheckGroundingResponse}.
|
154
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
155
|
+
* for more details and examples.
|
156
|
+
* @example <caption>include:samples/generated/v1/grounded_generation_service.check_grounding.js</caption>
|
157
|
+
* region_tag:discoveryengine_v1_generated_GroundedGenerationService_CheckGrounding_async
|
158
|
+
*/
|
159
|
+
checkGrounding(request?: protos.google.cloud.discoveryengine.v1.ICheckGroundingRequest, options?: CallOptions): Promise<[
|
160
|
+
protos.google.cloud.discoveryengine.v1.ICheckGroundingResponse,
|
161
|
+
protos.google.cloud.discoveryengine.v1.ICheckGroundingRequest | undefined,
|
162
|
+
{} | undefined
|
163
|
+
]>;
|
164
|
+
checkGrounding(request: protos.google.cloud.discoveryengine.v1.ICheckGroundingRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1.ICheckGroundingResponse, protos.google.cloud.discoveryengine.v1.ICheckGroundingRequest | null | undefined, {} | null | undefined>): void;
|
165
|
+
checkGrounding(request: protos.google.cloud.discoveryengine.v1.ICheckGroundingRequest, callback: Callback<protos.google.cloud.discoveryengine.v1.ICheckGroundingResponse, protos.google.cloud.discoveryengine.v1.ICheckGroundingRequest | null | undefined, {} | null | undefined>): void;
|
166
|
+
/**
|
167
|
+
* Gets information about a location.
|
168
|
+
*
|
169
|
+
* @param {Object} request
|
170
|
+
* The request object that will be sent.
|
171
|
+
* @param {string} request.name
|
172
|
+
* Resource name for the location.
|
173
|
+
* @param {object} [options]
|
174
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
|
175
|
+
* @returns {Promise} - The promise which resolves to an array.
|
176
|
+
* The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
|
177
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
178
|
+
* for more details and examples.
|
179
|
+
* @example
|
180
|
+
* ```
|
181
|
+
* const [response] = await client.getLocation(request);
|
182
|
+
* ```
|
183
|
+
*/
|
184
|
+
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>;
|
185
|
+
/**
|
186
|
+
* Lists information about the supported locations for this service. Returns an iterable object.
|
187
|
+
*
|
188
|
+
* `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
|
189
|
+
* @param {Object} request
|
190
|
+
* The request object that will be sent.
|
191
|
+
* @param {string} request.name
|
192
|
+
* The resource that owns the locations collection, if applicable.
|
193
|
+
* @param {string} request.filter
|
194
|
+
* The standard list filter.
|
195
|
+
* @param {number} request.pageSize
|
196
|
+
* The standard list page size.
|
197
|
+
* @param {string} request.pageToken
|
198
|
+
* The standard list page token.
|
199
|
+
* @param {object} [options]
|
200
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
201
|
+
* @returns {Object}
|
202
|
+
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
|
203
|
+
* When you iterate the returned iterable, each element will be an object representing
|
204
|
+
* {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
|
205
|
+
* so you can stop the iteration when you don't need more results.
|
206
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
207
|
+
* for more details and examples.
|
208
|
+
* @example
|
209
|
+
* ```
|
210
|
+
* const iterable = client.listLocationsAsync(request);
|
211
|
+
* for await (const response of iterable) {
|
212
|
+
* // process response
|
213
|
+
* }
|
214
|
+
* ```
|
215
|
+
*/
|
216
|
+
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
217
|
+
/**
|
218
|
+
* Return a fully-qualified engine resource name string.
|
219
|
+
*
|
220
|
+
* @param {string} project
|
221
|
+
* @param {string} location
|
222
|
+
* @param {string} collection
|
223
|
+
* @param {string} engine
|
224
|
+
* @returns {string} Resource name string.
|
225
|
+
*/
|
226
|
+
enginePath(project: string, location: string, collection: string, engine: string): string;
|
227
|
+
/**
|
228
|
+
* Parse the project from Engine resource.
|
229
|
+
*
|
230
|
+
* @param {string} engineName
|
231
|
+
* A fully-qualified path representing Engine resource.
|
232
|
+
* @returns {string} A string representing the project.
|
233
|
+
*/
|
234
|
+
matchProjectFromEngineName(engineName: string): string | number;
|
235
|
+
/**
|
236
|
+
* Parse the location from Engine resource.
|
237
|
+
*
|
238
|
+
* @param {string} engineName
|
239
|
+
* A fully-qualified path representing Engine resource.
|
240
|
+
* @returns {string} A string representing the location.
|
241
|
+
*/
|
242
|
+
matchLocationFromEngineName(engineName: string): string | number;
|
243
|
+
/**
|
244
|
+
* Parse the collection from Engine resource.
|
245
|
+
*
|
246
|
+
* @param {string} engineName
|
247
|
+
* A fully-qualified path representing Engine resource.
|
248
|
+
* @returns {string} A string representing the collection.
|
249
|
+
*/
|
250
|
+
matchCollectionFromEngineName(engineName: string): string | number;
|
251
|
+
/**
|
252
|
+
* Parse the engine from Engine resource.
|
253
|
+
*
|
254
|
+
* @param {string} engineName
|
255
|
+
* A fully-qualified path representing Engine resource.
|
256
|
+
* @returns {string} A string representing the engine.
|
257
|
+
*/
|
258
|
+
matchEngineFromEngineName(engineName: string): string | number;
|
259
|
+
/**
|
260
|
+
* Return a fully-qualified groundingConfig resource name string.
|
261
|
+
*
|
262
|
+
* @param {string} project
|
263
|
+
* @param {string} location
|
264
|
+
* @param {string} grounding_config
|
265
|
+
* @returns {string} Resource name string.
|
266
|
+
*/
|
267
|
+
groundingConfigPath(project: string, location: string, groundingConfig: string): string;
|
268
|
+
/**
|
269
|
+
* Parse the project from GroundingConfig resource.
|
270
|
+
*
|
271
|
+
* @param {string} groundingConfigName
|
272
|
+
* A fully-qualified path representing GroundingConfig resource.
|
273
|
+
* @returns {string} A string representing the project.
|
274
|
+
*/
|
275
|
+
matchProjectFromGroundingConfigName(groundingConfigName: string): string | number;
|
276
|
+
/**
|
277
|
+
* Parse the location from GroundingConfig resource.
|
278
|
+
*
|
279
|
+
* @param {string} groundingConfigName
|
280
|
+
* A fully-qualified path representing GroundingConfig resource.
|
281
|
+
* @returns {string} A string representing the location.
|
282
|
+
*/
|
283
|
+
matchLocationFromGroundingConfigName(groundingConfigName: string): string | number;
|
284
|
+
/**
|
285
|
+
* Parse the grounding_config from GroundingConfig resource.
|
286
|
+
*
|
287
|
+
* @param {string} groundingConfigName
|
288
|
+
* A fully-qualified path representing GroundingConfig resource.
|
289
|
+
* @returns {string} A string representing the grounding_config.
|
290
|
+
*/
|
291
|
+
matchGroundingConfigFromGroundingConfigName(groundingConfigName: string): string | number;
|
292
|
+
/**
|
293
|
+
* Return a fully-qualified project resource name string.
|
294
|
+
*
|
295
|
+
* @param {string} project
|
296
|
+
* @returns {string} Resource name string.
|
297
|
+
*/
|
298
|
+
projectPath(project: string): string;
|
299
|
+
/**
|
300
|
+
* Parse the project from Project resource.
|
301
|
+
*
|
302
|
+
* @param {string} projectName
|
303
|
+
* A fully-qualified path representing Project resource.
|
304
|
+
* @returns {string} A string representing the project.
|
305
|
+
*/
|
306
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
307
|
+
/**
|
308
|
+
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
309
|
+
*
|
310
|
+
* @param {string} project
|
311
|
+
* @param {string} location
|
312
|
+
* @param {string} collection
|
313
|
+
* @param {string} data_store
|
314
|
+
* @returns {string} Resource name string.
|
315
|
+
*/
|
316
|
+
projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
|
317
|
+
/**
|
318
|
+
* Parse the project from ProjectLocationCollectionDataStore resource.
|
319
|
+
*
|
320
|
+
* @param {string} projectLocationCollectionDataStoreName
|
321
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
322
|
+
* @returns {string} A string representing the project.
|
323
|
+
*/
|
324
|
+
matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
325
|
+
/**
|
326
|
+
* Parse the location from ProjectLocationCollectionDataStore resource.
|
327
|
+
*
|
328
|
+
* @param {string} projectLocationCollectionDataStoreName
|
329
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
330
|
+
* @returns {string} A string representing the location.
|
331
|
+
*/
|
332
|
+
matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
333
|
+
/**
|
334
|
+
* Parse the collection from ProjectLocationCollectionDataStore resource.
|
335
|
+
*
|
336
|
+
* @param {string} projectLocationCollectionDataStoreName
|
337
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
338
|
+
* @returns {string} A string representing the collection.
|
339
|
+
*/
|
340
|
+
matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
341
|
+
/**
|
342
|
+
* Parse the data_store from ProjectLocationCollectionDataStore resource.
|
343
|
+
*
|
344
|
+
* @param {string} projectLocationCollectionDataStoreName
|
345
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
346
|
+
* @returns {string} A string representing the data_store.
|
347
|
+
*/
|
348
|
+
matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
349
|
+
/**
|
350
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
|
351
|
+
*
|
352
|
+
* @param {string} project
|
353
|
+
* @param {string} location
|
354
|
+
* @param {string} collection
|
355
|
+
* @param {string} data_store
|
356
|
+
* @param {string} branch
|
357
|
+
* @param {string} document
|
358
|
+
* @returns {string} Resource name string.
|
359
|
+
*/
|
360
|
+
projectLocationCollectionDataStoreBranchDocumentPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string): string;
|
361
|
+
/**
|
362
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocument resource.
|
363
|
+
*
|
364
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
365
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
366
|
+
* @returns {string} A string representing the project.
|
367
|
+
*/
|
368
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
369
|
+
/**
|
370
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocument resource.
|
371
|
+
*
|
372
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
373
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
374
|
+
* @returns {string} A string representing the location.
|
375
|
+
*/
|
376
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
377
|
+
/**
|
378
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocument resource.
|
379
|
+
*
|
380
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
381
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
382
|
+
* @returns {string} A string representing the collection.
|
383
|
+
*/
|
384
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
385
|
+
/**
|
386
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocument resource.
|
387
|
+
*
|
388
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
389
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
390
|
+
* @returns {string} A string representing the data_store.
|
391
|
+
*/
|
392
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
393
|
+
/**
|
394
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocument resource.
|
395
|
+
*
|
396
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
397
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
398
|
+
* @returns {string} A string representing the branch.
|
399
|
+
*/
|
400
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
401
|
+
/**
|
402
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocument resource.
|
403
|
+
*
|
404
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
405
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
406
|
+
* @returns {string} A string representing the document.
|
407
|
+
*/
|
408
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
409
|
+
/**
|
410
|
+
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
411
|
+
*
|
412
|
+
* @param {string} project
|
413
|
+
* @param {string} location
|
414
|
+
* @param {string} collection
|
415
|
+
* @param {string} data_store
|
416
|
+
* @param {string} control
|
417
|
+
* @returns {string} Resource name string.
|
418
|
+
*/
|
419
|
+
projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
|
420
|
+
/**
|
421
|
+
* Parse the project from ProjectLocationCollectionDataStoreControl resource.
|
422
|
+
*
|
423
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
424
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
425
|
+
* @returns {string} A string representing the project.
|
426
|
+
*/
|
427
|
+
matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
428
|
+
/**
|
429
|
+
* Parse the location from ProjectLocationCollectionDataStoreControl resource.
|
430
|
+
*
|
431
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
432
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
433
|
+
* @returns {string} A string representing the location.
|
434
|
+
*/
|
435
|
+
matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
436
|
+
/**
|
437
|
+
* Parse the collection from ProjectLocationCollectionDataStoreControl resource.
|
438
|
+
*
|
439
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
440
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
441
|
+
* @returns {string} A string representing the collection.
|
442
|
+
*/
|
443
|
+
matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
444
|
+
/**
|
445
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
|
446
|
+
*
|
447
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
448
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
449
|
+
* @returns {string} A string representing the data_store.
|
450
|
+
*/
|
451
|
+
matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
452
|
+
/**
|
453
|
+
* Parse the control from ProjectLocationCollectionDataStoreControl resource.
|
454
|
+
*
|
455
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
456
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
457
|
+
* @returns {string} A string representing the control.
|
458
|
+
*/
|
459
|
+
matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
460
|
+
/**
|
461
|
+
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
462
|
+
*
|
463
|
+
* @param {string} project
|
464
|
+
* @param {string} location
|
465
|
+
* @param {string} collection
|
466
|
+
* @param {string} data_store
|
467
|
+
* @param {string} conversation
|
468
|
+
* @returns {string} Resource name string.
|
469
|
+
*/
|
470
|
+
projectLocationCollectionDataStoreConversationPath(project: string, location: string, collection: string, dataStore: string, conversation: string): string;
|
471
|
+
/**
|
472
|
+
* Parse the project from ProjectLocationCollectionDataStoreConversation resource.
|
473
|
+
*
|
474
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
475
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
476
|
+
* @returns {string} A string representing the project.
|
477
|
+
*/
|
478
|
+
matchProjectFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
479
|
+
/**
|
480
|
+
* Parse the location from ProjectLocationCollectionDataStoreConversation resource.
|
481
|
+
*
|
482
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
483
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
484
|
+
* @returns {string} A string representing the location.
|
485
|
+
*/
|
486
|
+
matchLocationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
487
|
+
/**
|
488
|
+
* Parse the collection from ProjectLocationCollectionDataStoreConversation resource.
|
489
|
+
*
|
490
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
491
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
492
|
+
* @returns {string} A string representing the collection.
|
493
|
+
*/
|
494
|
+
matchCollectionFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
495
|
+
/**
|
496
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreConversation resource.
|
497
|
+
*
|
498
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
499
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
500
|
+
* @returns {string} A string representing the data_store.
|
501
|
+
*/
|
502
|
+
matchDataStoreFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
503
|
+
/**
|
504
|
+
* Parse the conversation from ProjectLocationCollectionDataStoreConversation resource.
|
505
|
+
*
|
506
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
507
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
508
|
+
* @returns {string} A string representing the conversation.
|
509
|
+
*/
|
510
|
+
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
511
|
+
/**
|
512
|
+
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
513
|
+
*
|
514
|
+
* @param {string} project
|
515
|
+
* @param {string} location
|
516
|
+
* @param {string} collection
|
517
|
+
* @param {string} data_store
|
518
|
+
* @returns {string} Resource name string.
|
519
|
+
*/
|
520
|
+
projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
|
521
|
+
/**
|
522
|
+
* Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
523
|
+
*
|
524
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
525
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
526
|
+
* @returns {string} A string representing the project.
|
527
|
+
*/
|
528
|
+
matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
529
|
+
/**
|
530
|
+
* Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
531
|
+
*
|
532
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
533
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
534
|
+
* @returns {string} A string representing the location.
|
535
|
+
*/
|
536
|
+
matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
537
|
+
/**
|
538
|
+
* Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
539
|
+
*
|
540
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
541
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
542
|
+
* @returns {string} A string representing the collection.
|
543
|
+
*/
|
544
|
+
matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
545
|
+
/**
|
546
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
547
|
+
*
|
548
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
549
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
550
|
+
* @returns {string} A string representing the data_store.
|
551
|
+
*/
|
552
|
+
matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
553
|
+
/**
|
554
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
|
555
|
+
*
|
556
|
+
* @param {string} project
|
557
|
+
* @param {string} location
|
558
|
+
* @param {string} collection
|
559
|
+
* @param {string} data_store
|
560
|
+
* @param {string} schema
|
561
|
+
* @returns {string} Resource name string.
|
562
|
+
*/
|
563
|
+
projectLocationCollectionDataStoreSchemaPath(project: string, location: string, collection: string, dataStore: string, schema: string): string;
|
564
|
+
/**
|
565
|
+
* Parse the project from ProjectLocationCollectionDataStoreSchema resource.
|
566
|
+
*
|
567
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
568
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
569
|
+
* @returns {string} A string representing the project.
|
570
|
+
*/
|
571
|
+
matchProjectFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
572
|
+
/**
|
573
|
+
* Parse the location from ProjectLocationCollectionDataStoreSchema resource.
|
574
|
+
*
|
575
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
576
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
577
|
+
* @returns {string} A string representing the location.
|
578
|
+
*/
|
579
|
+
matchLocationFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
580
|
+
/**
|
581
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSchema resource.
|
582
|
+
*
|
583
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
584
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
585
|
+
* @returns {string} A string representing the collection.
|
586
|
+
*/
|
587
|
+
matchCollectionFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
588
|
+
/**
|
589
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSchema resource.
|
590
|
+
*
|
591
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
592
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
593
|
+
* @returns {string} A string representing the data_store.
|
594
|
+
*/
|
595
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
596
|
+
/**
|
597
|
+
* Parse the schema from ProjectLocationCollectionDataStoreSchema resource.
|
598
|
+
*
|
599
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
600
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
601
|
+
* @returns {string} A string representing the schema.
|
602
|
+
*/
|
603
|
+
matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
604
|
+
/**
|
605
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
606
|
+
*
|
607
|
+
* @param {string} project
|
608
|
+
* @param {string} location
|
609
|
+
* @param {string} collection
|
610
|
+
* @param {string} data_store
|
611
|
+
* @param {string} session
|
612
|
+
* @returns {string} Resource name string.
|
613
|
+
*/
|
614
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
615
|
+
/**
|
616
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
617
|
+
*
|
618
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
619
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
620
|
+
* @returns {string} A string representing the project.
|
621
|
+
*/
|
622
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
623
|
+
/**
|
624
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
625
|
+
*
|
626
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
627
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
628
|
+
* @returns {string} A string representing the location.
|
629
|
+
*/
|
630
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
631
|
+
/**
|
632
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
633
|
+
*
|
634
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
635
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
636
|
+
* @returns {string} A string representing the collection.
|
637
|
+
*/
|
638
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
639
|
+
/**
|
640
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
641
|
+
*
|
642
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
643
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
644
|
+
* @returns {string} A string representing the data_store.
|
645
|
+
*/
|
646
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
647
|
+
/**
|
648
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
649
|
+
*
|
650
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
651
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
652
|
+
* @returns {string} A string representing the session.
|
653
|
+
*/
|
654
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
655
|
+
/**
|
656
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
657
|
+
*
|
658
|
+
* @param {string} project
|
659
|
+
* @param {string} location
|
660
|
+
* @param {string} collection
|
661
|
+
* @param {string} data_store
|
662
|
+
* @param {string} session
|
663
|
+
* @param {string} answer
|
664
|
+
* @returns {string} Resource name string.
|
665
|
+
*/
|
666
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
667
|
+
/**
|
668
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
669
|
+
*
|
670
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
671
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
672
|
+
* @returns {string} A string representing the project.
|
673
|
+
*/
|
674
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
675
|
+
/**
|
676
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
677
|
+
*
|
678
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
679
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
680
|
+
* @returns {string} A string representing the location.
|
681
|
+
*/
|
682
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
683
|
+
/**
|
684
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
685
|
+
*
|
686
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
687
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
688
|
+
* @returns {string} A string representing the collection.
|
689
|
+
*/
|
690
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
691
|
+
/**
|
692
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
693
|
+
*
|
694
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
695
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
696
|
+
* @returns {string} A string representing the data_store.
|
697
|
+
*/
|
698
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
699
|
+
/**
|
700
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
701
|
+
*
|
702
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
703
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
704
|
+
* @returns {string} A string representing the session.
|
705
|
+
*/
|
706
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
707
|
+
/**
|
708
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
709
|
+
*
|
710
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
711
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
712
|
+
* @returns {string} A string representing the answer.
|
713
|
+
*/
|
714
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
715
|
+
/**
|
716
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
717
|
+
*
|
718
|
+
* @param {string} project
|
719
|
+
* @param {string} location
|
720
|
+
* @param {string} collection
|
721
|
+
* @param {string} data_store
|
722
|
+
* @returns {string} Resource name string.
|
723
|
+
*/
|
724
|
+
projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
|
725
|
+
/**
|
726
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
727
|
+
*
|
728
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
729
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
730
|
+
* @returns {string} A string representing the project.
|
731
|
+
*/
|
732
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
733
|
+
/**
|
734
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
735
|
+
*
|
736
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
737
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
738
|
+
* @returns {string} A string representing the location.
|
739
|
+
*/
|
740
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
741
|
+
/**
|
742
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
743
|
+
*
|
744
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
745
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
746
|
+
* @returns {string} A string representing the collection.
|
747
|
+
*/
|
748
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
749
|
+
/**
|
750
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
751
|
+
*
|
752
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
753
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
754
|
+
* @returns {string} A string representing the data_store.
|
755
|
+
*/
|
756
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
757
|
+
/**
|
758
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
|
759
|
+
*
|
760
|
+
* @param {string} project
|
761
|
+
* @param {string} location
|
762
|
+
* @param {string} collection
|
763
|
+
* @param {string} data_store
|
764
|
+
* @param {string} target_site
|
765
|
+
* @returns {string} Resource name string.
|
766
|
+
*/
|
767
|
+
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
|
768
|
+
/**
|
769
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
770
|
+
*
|
771
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
772
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
773
|
+
* @returns {string} A string representing the project.
|
774
|
+
*/
|
775
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
776
|
+
/**
|
777
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
778
|
+
*
|
779
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
780
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
781
|
+
* @returns {string} A string representing the location.
|
782
|
+
*/
|
783
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
784
|
+
/**
|
785
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
786
|
+
*
|
787
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
788
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
789
|
+
* @returns {string} A string representing the collection.
|
790
|
+
*/
|
791
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
792
|
+
/**
|
793
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
794
|
+
*
|
795
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
796
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
797
|
+
* @returns {string} A string representing the data_store.
|
798
|
+
*/
|
799
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
800
|
+
/**
|
801
|
+
* Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
802
|
+
*
|
803
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
804
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
805
|
+
* @returns {string} A string representing the target_site.
|
806
|
+
*/
|
807
|
+
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
808
|
+
/**
|
809
|
+
* Return a fully-qualified projectLocationCollectionEngineControl resource name string.
|
810
|
+
*
|
811
|
+
* @param {string} project
|
812
|
+
* @param {string} location
|
813
|
+
* @param {string} collection
|
814
|
+
* @param {string} engine
|
815
|
+
* @param {string} control
|
816
|
+
* @returns {string} Resource name string.
|
817
|
+
*/
|
818
|
+
projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
|
819
|
+
/**
|
820
|
+
* Parse the project from ProjectLocationCollectionEngineControl resource.
|
821
|
+
*
|
822
|
+
* @param {string} projectLocationCollectionEngineControlName
|
823
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
824
|
+
* @returns {string} A string representing the project.
|
825
|
+
*/
|
826
|
+
matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
827
|
+
/**
|
828
|
+
* Parse the location from ProjectLocationCollectionEngineControl resource.
|
829
|
+
*
|
830
|
+
* @param {string} projectLocationCollectionEngineControlName
|
831
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
832
|
+
* @returns {string} A string representing the location.
|
833
|
+
*/
|
834
|
+
matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
835
|
+
/**
|
836
|
+
* Parse the collection from ProjectLocationCollectionEngineControl resource.
|
837
|
+
*
|
838
|
+
* @param {string} projectLocationCollectionEngineControlName
|
839
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
840
|
+
* @returns {string} A string representing the collection.
|
841
|
+
*/
|
842
|
+
matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
843
|
+
/**
|
844
|
+
* Parse the engine from ProjectLocationCollectionEngineControl resource.
|
845
|
+
*
|
846
|
+
* @param {string} projectLocationCollectionEngineControlName
|
847
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
848
|
+
* @returns {string} A string representing the engine.
|
849
|
+
*/
|
850
|
+
matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
851
|
+
/**
|
852
|
+
* Parse the control from ProjectLocationCollectionEngineControl resource.
|
853
|
+
*
|
854
|
+
* @param {string} projectLocationCollectionEngineControlName
|
855
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
856
|
+
* @returns {string} A string representing the control.
|
857
|
+
*/
|
858
|
+
matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
859
|
+
/**
|
860
|
+
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
861
|
+
*
|
862
|
+
* @param {string} project
|
863
|
+
* @param {string} location
|
864
|
+
* @param {string} collection
|
865
|
+
* @param {string} engine
|
866
|
+
* @param {string} conversation
|
867
|
+
* @returns {string} Resource name string.
|
868
|
+
*/
|
869
|
+
projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
|
870
|
+
/**
|
871
|
+
* Parse the project from ProjectLocationCollectionEngineConversation resource.
|
872
|
+
*
|
873
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
874
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
875
|
+
* @returns {string} A string representing the project.
|
876
|
+
*/
|
877
|
+
matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
878
|
+
/**
|
879
|
+
* Parse the location from ProjectLocationCollectionEngineConversation resource.
|
880
|
+
*
|
881
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
882
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
883
|
+
* @returns {string} A string representing the location.
|
884
|
+
*/
|
885
|
+
matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
886
|
+
/**
|
887
|
+
* Parse the collection from ProjectLocationCollectionEngineConversation resource.
|
888
|
+
*
|
889
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
890
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
891
|
+
* @returns {string} A string representing the collection.
|
892
|
+
*/
|
893
|
+
matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
894
|
+
/**
|
895
|
+
* Parse the engine from ProjectLocationCollectionEngineConversation resource.
|
896
|
+
*
|
897
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
898
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
899
|
+
* @returns {string} A string representing the engine.
|
900
|
+
*/
|
901
|
+
matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
902
|
+
/**
|
903
|
+
* Parse the conversation from ProjectLocationCollectionEngineConversation resource.
|
904
|
+
*
|
905
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
906
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
907
|
+
* @returns {string} A string representing the conversation.
|
908
|
+
*/
|
909
|
+
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
910
|
+
/**
|
911
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
912
|
+
*
|
913
|
+
* @param {string} project
|
914
|
+
* @param {string} location
|
915
|
+
* @param {string} collection
|
916
|
+
* @param {string} engine
|
917
|
+
* @param {string} session
|
918
|
+
* @returns {string} Resource name string.
|
919
|
+
*/
|
920
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
921
|
+
/**
|
922
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
923
|
+
*
|
924
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
925
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
926
|
+
* @returns {string} A string representing the project.
|
927
|
+
*/
|
928
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
929
|
+
/**
|
930
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
931
|
+
*
|
932
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
933
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
934
|
+
* @returns {string} A string representing the location.
|
935
|
+
*/
|
936
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
937
|
+
/**
|
938
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
939
|
+
*
|
940
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
941
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
942
|
+
* @returns {string} A string representing the collection.
|
943
|
+
*/
|
944
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
945
|
+
/**
|
946
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
947
|
+
*
|
948
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
949
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
950
|
+
* @returns {string} A string representing the engine.
|
951
|
+
*/
|
952
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
953
|
+
/**
|
954
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
955
|
+
*
|
956
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
957
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
958
|
+
* @returns {string} A string representing the session.
|
959
|
+
*/
|
960
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
961
|
+
/**
|
962
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
963
|
+
*
|
964
|
+
* @param {string} project
|
965
|
+
* @param {string} location
|
966
|
+
* @param {string} collection
|
967
|
+
* @param {string} engine
|
968
|
+
* @param {string} session
|
969
|
+
* @param {string} answer
|
970
|
+
* @returns {string} Resource name string.
|
971
|
+
*/
|
972
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
973
|
+
/**
|
974
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
975
|
+
*
|
976
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
977
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
978
|
+
* @returns {string} A string representing the project.
|
979
|
+
*/
|
980
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
981
|
+
/**
|
982
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
983
|
+
*
|
984
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
985
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
986
|
+
* @returns {string} A string representing the location.
|
987
|
+
*/
|
988
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
989
|
+
/**
|
990
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
991
|
+
*
|
992
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
993
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
994
|
+
* @returns {string} A string representing the collection.
|
995
|
+
*/
|
996
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
997
|
+
/**
|
998
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
999
|
+
*
|
1000
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1001
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1002
|
+
* @returns {string} A string representing the engine.
|
1003
|
+
*/
|
1004
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1005
|
+
/**
|
1006
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1007
|
+
*
|
1008
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1009
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1010
|
+
* @returns {string} A string representing the session.
|
1011
|
+
*/
|
1012
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1013
|
+
/**
|
1014
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1015
|
+
*
|
1016
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1017
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1018
|
+
* @returns {string} A string representing the answer.
|
1019
|
+
*/
|
1020
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1021
|
+
/**
|
1022
|
+
* Return a fully-qualified projectLocationDataStore resource name string.
|
1023
|
+
*
|
1024
|
+
* @param {string} project
|
1025
|
+
* @param {string} location
|
1026
|
+
* @param {string} data_store
|
1027
|
+
* @returns {string} Resource name string.
|
1028
|
+
*/
|
1029
|
+
projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
|
1030
|
+
/**
|
1031
|
+
* Parse the project from ProjectLocationDataStore resource.
|
1032
|
+
*
|
1033
|
+
* @param {string} projectLocationDataStoreName
|
1034
|
+
* A fully-qualified path representing project_location_data_store resource.
|
1035
|
+
* @returns {string} A string representing the project.
|
1036
|
+
*/
|
1037
|
+
matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
1038
|
+
/**
|
1039
|
+
* Parse the location from ProjectLocationDataStore resource.
|
1040
|
+
*
|
1041
|
+
* @param {string} projectLocationDataStoreName
|
1042
|
+
* A fully-qualified path representing project_location_data_store resource.
|
1043
|
+
* @returns {string} A string representing the location.
|
1044
|
+
*/
|
1045
|
+
matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
1046
|
+
/**
|
1047
|
+
* Parse the data_store from ProjectLocationDataStore resource.
|
1048
|
+
*
|
1049
|
+
* @param {string} projectLocationDataStoreName
|
1050
|
+
* A fully-qualified path representing project_location_data_store resource.
|
1051
|
+
* @returns {string} A string representing the data_store.
|
1052
|
+
*/
|
1053
|
+
matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
1054
|
+
/**
|
1055
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
|
1056
|
+
*
|
1057
|
+
* @param {string} project
|
1058
|
+
* @param {string} location
|
1059
|
+
* @param {string} data_store
|
1060
|
+
* @param {string} branch
|
1061
|
+
* @param {string} document
|
1062
|
+
* @returns {string} Resource name string.
|
1063
|
+
*/
|
1064
|
+
projectLocationDataStoreBranchDocumentPath(project: string, location: string, dataStore: string, branch: string, document: string): string;
|
1065
|
+
/**
|
1066
|
+
* Parse the project from ProjectLocationDataStoreBranchDocument resource.
|
1067
|
+
*
|
1068
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
1069
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
1070
|
+
* @returns {string} A string representing the project.
|
1071
|
+
*/
|
1072
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1073
|
+
/**
|
1074
|
+
* Parse the location from ProjectLocationDataStoreBranchDocument resource.
|
1075
|
+
*
|
1076
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
1077
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
1078
|
+
* @returns {string} A string representing the location.
|
1079
|
+
*/
|
1080
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1081
|
+
/**
|
1082
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocument resource.
|
1083
|
+
*
|
1084
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
1085
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
1086
|
+
* @returns {string} A string representing the data_store.
|
1087
|
+
*/
|
1088
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1089
|
+
/**
|
1090
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocument resource.
|
1091
|
+
*
|
1092
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
1093
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
1094
|
+
* @returns {string} A string representing the branch.
|
1095
|
+
*/
|
1096
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1097
|
+
/**
|
1098
|
+
* Parse the document from ProjectLocationDataStoreBranchDocument resource.
|
1099
|
+
*
|
1100
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
1101
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
1102
|
+
* @returns {string} A string representing the document.
|
1103
|
+
*/
|
1104
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1105
|
+
/**
|
1106
|
+
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1107
|
+
*
|
1108
|
+
* @param {string} project
|
1109
|
+
* @param {string} location
|
1110
|
+
* @param {string} data_store
|
1111
|
+
* @param {string} control
|
1112
|
+
* @returns {string} Resource name string.
|
1113
|
+
*/
|
1114
|
+
projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
|
1115
|
+
/**
|
1116
|
+
* Parse the project from ProjectLocationDataStoreControl resource.
|
1117
|
+
*
|
1118
|
+
* @param {string} projectLocationDataStoreControlName
|
1119
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1120
|
+
* @returns {string} A string representing the project.
|
1121
|
+
*/
|
1122
|
+
matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1123
|
+
/**
|
1124
|
+
* Parse the location from ProjectLocationDataStoreControl resource.
|
1125
|
+
*
|
1126
|
+
* @param {string} projectLocationDataStoreControlName
|
1127
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1128
|
+
* @returns {string} A string representing the location.
|
1129
|
+
*/
|
1130
|
+
matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1131
|
+
/**
|
1132
|
+
* Parse the data_store from ProjectLocationDataStoreControl resource.
|
1133
|
+
*
|
1134
|
+
* @param {string} projectLocationDataStoreControlName
|
1135
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1136
|
+
* @returns {string} A string representing the data_store.
|
1137
|
+
*/
|
1138
|
+
matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1139
|
+
/**
|
1140
|
+
* Parse the control from ProjectLocationDataStoreControl resource.
|
1141
|
+
*
|
1142
|
+
* @param {string} projectLocationDataStoreControlName
|
1143
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1144
|
+
* @returns {string} A string representing the control.
|
1145
|
+
*/
|
1146
|
+
matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1147
|
+
/**
|
1148
|
+
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
1149
|
+
*
|
1150
|
+
* @param {string} project
|
1151
|
+
* @param {string} location
|
1152
|
+
* @param {string} data_store
|
1153
|
+
* @param {string} conversation
|
1154
|
+
* @returns {string} Resource name string.
|
1155
|
+
*/
|
1156
|
+
projectLocationDataStoreConversationPath(project: string, location: string, dataStore: string, conversation: string): string;
|
1157
|
+
/**
|
1158
|
+
* Parse the project from ProjectLocationDataStoreConversation resource.
|
1159
|
+
*
|
1160
|
+
* @param {string} projectLocationDataStoreConversationName
|
1161
|
+
* A fully-qualified path representing project_location_data_store_conversation resource.
|
1162
|
+
* @returns {string} A string representing the project.
|
1163
|
+
*/
|
1164
|
+
matchProjectFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1165
|
+
/**
|
1166
|
+
* Parse the location from ProjectLocationDataStoreConversation resource.
|
1167
|
+
*
|
1168
|
+
* @param {string} projectLocationDataStoreConversationName
|
1169
|
+
* A fully-qualified path representing project_location_data_store_conversation resource.
|
1170
|
+
* @returns {string} A string representing the location.
|
1171
|
+
*/
|
1172
|
+
matchLocationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1173
|
+
/**
|
1174
|
+
* Parse the data_store from ProjectLocationDataStoreConversation resource.
|
1175
|
+
*
|
1176
|
+
* @param {string} projectLocationDataStoreConversationName
|
1177
|
+
* A fully-qualified path representing project_location_data_store_conversation resource.
|
1178
|
+
* @returns {string} A string representing the data_store.
|
1179
|
+
*/
|
1180
|
+
matchDataStoreFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1181
|
+
/**
|
1182
|
+
* Parse the conversation from ProjectLocationDataStoreConversation resource.
|
1183
|
+
*
|
1184
|
+
* @param {string} projectLocationDataStoreConversationName
|
1185
|
+
* A fully-qualified path representing project_location_data_store_conversation resource.
|
1186
|
+
* @returns {string} A string representing the conversation.
|
1187
|
+
*/
|
1188
|
+
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1189
|
+
/**
|
1190
|
+
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
1191
|
+
*
|
1192
|
+
* @param {string} project
|
1193
|
+
* @param {string} location
|
1194
|
+
* @param {string} data_store
|
1195
|
+
* @returns {string} Resource name string.
|
1196
|
+
*/
|
1197
|
+
projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
|
1198
|
+
/**
|
1199
|
+
* Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1200
|
+
*
|
1201
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1202
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1203
|
+
* @returns {string} A string representing the project.
|
1204
|
+
*/
|
1205
|
+
matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1206
|
+
/**
|
1207
|
+
* Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1208
|
+
*
|
1209
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1210
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1211
|
+
* @returns {string} A string representing the location.
|
1212
|
+
*/
|
1213
|
+
matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1214
|
+
/**
|
1215
|
+
* Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1216
|
+
*
|
1217
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1218
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1219
|
+
* @returns {string} A string representing the data_store.
|
1220
|
+
*/
|
1221
|
+
matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1222
|
+
/**
|
1223
|
+
* Return a fully-qualified projectLocationDataStoreSchema resource name string.
|
1224
|
+
*
|
1225
|
+
* @param {string} project
|
1226
|
+
* @param {string} location
|
1227
|
+
* @param {string} data_store
|
1228
|
+
* @param {string} schema
|
1229
|
+
* @returns {string} Resource name string.
|
1230
|
+
*/
|
1231
|
+
projectLocationDataStoreSchemaPath(project: string, location: string, dataStore: string, schema: string): string;
|
1232
|
+
/**
|
1233
|
+
* Parse the project from ProjectLocationDataStoreSchema resource.
|
1234
|
+
*
|
1235
|
+
* @param {string} projectLocationDataStoreSchemaName
|
1236
|
+
* A fully-qualified path representing project_location_data_store_schema resource.
|
1237
|
+
* @returns {string} A string representing the project.
|
1238
|
+
*/
|
1239
|
+
matchProjectFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1240
|
+
/**
|
1241
|
+
* Parse the location from ProjectLocationDataStoreSchema resource.
|
1242
|
+
*
|
1243
|
+
* @param {string} projectLocationDataStoreSchemaName
|
1244
|
+
* A fully-qualified path representing project_location_data_store_schema resource.
|
1245
|
+
* @returns {string} A string representing the location.
|
1246
|
+
*/
|
1247
|
+
matchLocationFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1248
|
+
/**
|
1249
|
+
* Parse the data_store from ProjectLocationDataStoreSchema resource.
|
1250
|
+
*
|
1251
|
+
* @param {string} projectLocationDataStoreSchemaName
|
1252
|
+
* A fully-qualified path representing project_location_data_store_schema resource.
|
1253
|
+
* @returns {string} A string representing the data_store.
|
1254
|
+
*/
|
1255
|
+
matchDataStoreFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1256
|
+
/**
|
1257
|
+
* Parse the schema from ProjectLocationDataStoreSchema resource.
|
1258
|
+
*
|
1259
|
+
* @param {string} projectLocationDataStoreSchemaName
|
1260
|
+
* A fully-qualified path representing project_location_data_store_schema resource.
|
1261
|
+
* @returns {string} A string representing the schema.
|
1262
|
+
*/
|
1263
|
+
matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1264
|
+
/**
|
1265
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1266
|
+
*
|
1267
|
+
* @param {string} project
|
1268
|
+
* @param {string} location
|
1269
|
+
* @param {string} data_store
|
1270
|
+
* @param {string} session
|
1271
|
+
* @returns {string} Resource name string.
|
1272
|
+
*/
|
1273
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1274
|
+
/**
|
1275
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1276
|
+
*
|
1277
|
+
* @param {string} projectLocationDataStoreSessionName
|
1278
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1279
|
+
* @returns {string} A string representing the project.
|
1280
|
+
*/
|
1281
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1282
|
+
/**
|
1283
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1284
|
+
*
|
1285
|
+
* @param {string} projectLocationDataStoreSessionName
|
1286
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1287
|
+
* @returns {string} A string representing the location.
|
1288
|
+
*/
|
1289
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1290
|
+
/**
|
1291
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1292
|
+
*
|
1293
|
+
* @param {string} projectLocationDataStoreSessionName
|
1294
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1295
|
+
* @returns {string} A string representing the data_store.
|
1296
|
+
*/
|
1297
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1298
|
+
/**
|
1299
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1300
|
+
*
|
1301
|
+
* @param {string} projectLocationDataStoreSessionName
|
1302
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1303
|
+
* @returns {string} A string representing the session.
|
1304
|
+
*/
|
1305
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1306
|
+
/**
|
1307
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1308
|
+
*
|
1309
|
+
* @param {string} project
|
1310
|
+
* @param {string} location
|
1311
|
+
* @param {string} data_store
|
1312
|
+
* @param {string} session
|
1313
|
+
* @param {string} answer
|
1314
|
+
* @returns {string} Resource name string.
|
1315
|
+
*/
|
1316
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1317
|
+
/**
|
1318
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1319
|
+
*
|
1320
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1321
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1322
|
+
* @returns {string} A string representing the project.
|
1323
|
+
*/
|
1324
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1325
|
+
/**
|
1326
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1327
|
+
*
|
1328
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1329
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1330
|
+
* @returns {string} A string representing the location.
|
1331
|
+
*/
|
1332
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1333
|
+
/**
|
1334
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1335
|
+
*
|
1336
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1337
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1338
|
+
* @returns {string} A string representing the data_store.
|
1339
|
+
*/
|
1340
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1341
|
+
/**
|
1342
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1343
|
+
*
|
1344
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1345
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1346
|
+
* @returns {string} A string representing the session.
|
1347
|
+
*/
|
1348
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1349
|
+
/**
|
1350
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1351
|
+
*
|
1352
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1353
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1354
|
+
* @returns {string} A string representing the answer.
|
1355
|
+
*/
|
1356
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1357
|
+
/**
|
1358
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1359
|
+
*
|
1360
|
+
* @param {string} project
|
1361
|
+
* @param {string} location
|
1362
|
+
* @param {string} data_store
|
1363
|
+
* @returns {string} Resource name string.
|
1364
|
+
*/
|
1365
|
+
projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
|
1366
|
+
/**
|
1367
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
|
1368
|
+
*
|
1369
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1370
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1371
|
+
* @returns {string} A string representing the project.
|
1372
|
+
*/
|
1373
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1374
|
+
/**
|
1375
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
|
1376
|
+
*
|
1377
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1378
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1379
|
+
* @returns {string} A string representing the location.
|
1380
|
+
*/
|
1381
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1382
|
+
/**
|
1383
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
|
1384
|
+
*
|
1385
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1386
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1387
|
+
* @returns {string} A string representing the data_store.
|
1388
|
+
*/
|
1389
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1390
|
+
/**
|
1391
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
|
1392
|
+
*
|
1393
|
+
* @param {string} project
|
1394
|
+
* @param {string} location
|
1395
|
+
* @param {string} data_store
|
1396
|
+
* @param {string} target_site
|
1397
|
+
* @returns {string} Resource name string.
|
1398
|
+
*/
|
1399
|
+
projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
|
1400
|
+
/**
|
1401
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1402
|
+
*
|
1403
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1404
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1405
|
+
* @returns {string} A string representing the project.
|
1406
|
+
*/
|
1407
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1408
|
+
/**
|
1409
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1410
|
+
*
|
1411
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1412
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1413
|
+
* @returns {string} A string representing the location.
|
1414
|
+
*/
|
1415
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1416
|
+
/**
|
1417
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1418
|
+
*
|
1419
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1420
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1421
|
+
* @returns {string} A string representing the data_store.
|
1422
|
+
*/
|
1423
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1424
|
+
/**
|
1425
|
+
* Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1426
|
+
*
|
1427
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1428
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1429
|
+
* @returns {string} A string representing the target_site.
|
1430
|
+
*/
|
1431
|
+
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1432
|
+
/**
|
1433
|
+
* Terminate the gRPC channel and close the client.
|
1434
|
+
*
|
1435
|
+
* The client will no longer be usable and all future behavior is undefined.
|
1436
|
+
* @returns {Promise} A promise that resolves when the client is closed.
|
1437
|
+
*/
|
1438
|
+
close(): Promise<void>;
|
1439
|
+
}
|