@google-cloud/discoveryengine 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +6 -0
- package/build/protos/google/cloud/discoveryengine/v1/answer.proto +49 -5
- package/build/protos/google/cloud/discoveryengine/v1/control.proto +6 -4
- package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +9 -9
- package/build/protos/google/cloud/discoveryengine/v1/custom_tuning_model.proto +96 -0
- package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +10 -0
- package/build/protos/google/cloud/discoveryengine/v1/document.proto +20 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_processing_config.proto +2 -0
- package/build/protos/google/cloud/discoveryengine/v1/document_service.proto +110 -0
- package/build/protos/google/cloud/discoveryengine/v1/grounded_generation_service.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +13 -7
- package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +117 -0
- package/build/protos/google/cloud/discoveryengine/v1/recommendation_service.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +40 -16
- package/build/protos/google/cloud/discoveryengine/v1/search_tuning_service.proto +196 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +4 -0
- package/build/protos/google/cloud/discoveryengine/v1/user_event_service.proto +21 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/answer.proto +6 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/control.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/custom_tuning_model.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +48 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +20 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +107 -0
- package/build/protos/google/cloud/discoveryengine/v1alpha/grounded_generation_service.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +7 -7
- package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +21 -1
- package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +4 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/answer.proto +47 -2
- package/build/protos/google/cloud/discoveryengine/v1beta/control.proto +1 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +3 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +20 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +2 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/document_service.proto +114 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/grounded_generation_service.proto +2 -1
- package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +13 -7
- package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +44 -0
- package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +101 -6
- package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +4 -0
- package/build/protos/protos.d.ts +7369 -2842
- package/build/protos/protos.js +13311 -2062
- package/build/protos/protos.json +1096 -45
- package/build/src/index.d.ts +4 -1
- package/build/src/index.js +4 -1
- package/build/src/v1/completion_service_client.d.ts +93 -0
- package/build/src/v1/completion_service_client.js +134 -0
- package/build/src/v1/control_service_client.d.ts +93 -0
- package/build/src/v1/control_service_client.js +128 -0
- package/build/src/v1/conversational_search_service_client.d.ts +93 -0
- package/build/src/v1/conversational_search_service_client.js +128 -0
- package/build/src/v1/data_store_service_client.d.ts +102 -0
- package/build/src/v1/data_store_service_client.js +134 -0
- package/build/src/v1/document_service_client.d.ts +131 -0
- package/build/src/v1/document_service_client.js +156 -0
- package/build/src/v1/document_service_client_config.json +5 -0
- package/build/src/v1/engine_service_client.d.ts +93 -0
- package/build/src/v1/engine_service_client.js +134 -0
- package/build/src/v1/grounded_generation_service_client.d.ts +93 -0
- package/build/src/v1/grounded_generation_service_client.js +128 -0
- package/build/src/v1/index.d.ts +1 -0
- package/build/src/v1/index.js +3 -1
- package/build/src/v1/project_service_client.d.ts +93 -0
- package/build/src/v1/project_service_client.js +134 -0
- package/build/src/v1/rank_service_client.d.ts +93 -0
- package/build/src/v1/rank_service_client.js +128 -0
- package/build/src/v1/recommendation_service_client.d.ts +95 -1
- package/build/src/v1/recommendation_service_client.js +128 -0
- package/build/src/v1/schema_service_client.d.ts +93 -0
- package/build/src/v1/schema_service_client.js +134 -0
- package/build/src/v1/search_service_client.d.ts +111 -9
- package/build/src/v1/search_service_client.js +140 -6
- package/build/src/v1/search_tuning_service_client.d.ts +1776 -0
- package/build/src/v1/search_tuning_service_client.js +2589 -0
- package/build/src/v1/search_tuning_service_client_config.json +34 -0
- package/build/src/v1/site_search_engine_service_client.d.ts +93 -0
- package/build/src/v1/site_search_engine_service_client.js +134 -0
- package/build/src/v1/user_event_service_client.d.ts +168 -0
- package/build/src/v1/user_event_service_client.js +176 -0
- package/build/src/v1/user_event_service_client_config.json +5 -0
- package/build/src/v1alpha/acl_config_service_client.d.ts +1 -1
- package/build/src/v1alpha/document_service_client.d.ts +29 -0
- package/build/src/v1alpha/document_service_client.js +22 -0
- package/build/src/v1alpha/document_service_client_config.json +5 -0
- package/build/src/v1beta/document_service_client.d.ts +38 -0
- package/build/src/v1beta/document_service_client.js +22 -0
- package/build/src/v1beta/document_service_client_config.json +5 -0
- package/build/src/v1beta/search_service_client.d.ts +36 -9
- package/build/src/v1beta/search_service_client.js +24 -6
- package/package.json +1 -1
@@ -0,0 +1,1776 @@
|
|
1
|
+
import type * as gax from 'google-gax';
|
2
|
+
import type { Callback, CallOptions, Descriptors, ClientOptions, LROperation, LocationsClient, LocationProtos } from 'google-gax';
|
3
|
+
import * as protos from '../../protos/protos';
|
4
|
+
/**
|
5
|
+
* Service for search tuning.
|
6
|
+
* @class
|
7
|
+
* @memberof v1
|
8
|
+
*/
|
9
|
+
export declare class SearchTuningServiceClient {
|
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
|
+
operationsClient: gax.OperationsClient;
|
30
|
+
searchTuningServiceStub?: Promise<{
|
31
|
+
[name: string]: Function;
|
32
|
+
}>;
|
33
|
+
/**
|
34
|
+
* Construct an instance of SearchTuningServiceClient.
|
35
|
+
*
|
36
|
+
* @param {object} [options] - The configuration object.
|
37
|
+
* The options accepted by the constructor are described in detail
|
38
|
+
* in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
|
39
|
+
* The common options are:
|
40
|
+
* @param {object} [options.credentials] - Credentials object.
|
41
|
+
* @param {string} [options.credentials.client_email]
|
42
|
+
* @param {string} [options.credentials.private_key]
|
43
|
+
* @param {string} [options.email] - Account email address. Required when
|
44
|
+
* using a .pem or .p12 keyFilename.
|
45
|
+
* @param {string} [options.keyFilename] - Full path to the a .json, .pem, or
|
46
|
+
* .p12 key downloaded from the Google Developers Console. If you provide
|
47
|
+
* a path to a JSON file, the projectId option below is not necessary.
|
48
|
+
* NOTE: .pem and .p12 require you to specify options.email as well.
|
49
|
+
* @param {number} [options.port] - The port on which to connect to
|
50
|
+
* the remote host.
|
51
|
+
* @param {string} [options.projectId] - The project ID from the Google
|
52
|
+
* Developer's Console, e.g. 'grape-spaceship-123'. We will also check
|
53
|
+
* the environment variable GCLOUD_PROJECT for your project ID. If your
|
54
|
+
* app is running in an environment which supports
|
55
|
+
* {@link https://developers.google.com/identity/protocols/application-default-credentials Application Default Credentials},
|
56
|
+
* your project ID will be detected automatically.
|
57
|
+
* @param {string} [options.apiEndpoint] - The domain name of the
|
58
|
+
* API remote host.
|
59
|
+
* @param {gax.ClientConfig} [options.clientConfig] - Client configuration override.
|
60
|
+
* Follows the structure of {@link gapicConfig}.
|
61
|
+
* @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode.
|
62
|
+
* For more information, please check the
|
63
|
+
* {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
|
64
|
+
* @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you
|
65
|
+
* need to avoid loading the default gRPC version and want to use the fallback
|
66
|
+
* HTTP implementation. Load only fallback version and pass it to the constructor:
|
67
|
+
* ```
|
68
|
+
* const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC
|
69
|
+
* const client = new SearchTuningServiceClient({fallback: true}, gax);
|
70
|
+
* ```
|
71
|
+
*/
|
72
|
+
constructor(opts?: ClientOptions, gaxInstance?: typeof gax | typeof gax.fallback);
|
73
|
+
/**
|
74
|
+
* Initialize the client.
|
75
|
+
* Performs asynchronous operations (such as authentication) and prepares the client.
|
76
|
+
* This function will be called automatically when any class method is called for the
|
77
|
+
* first time, but if you need to initialize it before calling an actual method,
|
78
|
+
* feel free to call initialize() directly.
|
79
|
+
*
|
80
|
+
* You can await on this method if you want to make sure the client is initialized.
|
81
|
+
*
|
82
|
+
* @returns {Promise} A promise that resolves to an authenticated service stub.
|
83
|
+
*/
|
84
|
+
initialize(): Promise<{
|
85
|
+
[name: string]: Function;
|
86
|
+
}>;
|
87
|
+
/**
|
88
|
+
* The DNS address for this API service.
|
89
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
90
|
+
* @returns {string} The DNS address for this service.
|
91
|
+
*/
|
92
|
+
static get servicePath(): string;
|
93
|
+
/**
|
94
|
+
* The DNS address for this API service - same as servicePath.
|
95
|
+
* @deprecated Use the apiEndpoint method of the client instance.
|
96
|
+
* @returns {string} The DNS address for this service.
|
97
|
+
*/
|
98
|
+
static get apiEndpoint(): string;
|
99
|
+
/**
|
100
|
+
* The DNS address for this API service.
|
101
|
+
* @returns {string} The DNS address for this service.
|
102
|
+
*/
|
103
|
+
get apiEndpoint(): string;
|
104
|
+
get universeDomain(): string;
|
105
|
+
/**
|
106
|
+
* The port for this API service.
|
107
|
+
* @returns {number} The default port for this service.
|
108
|
+
*/
|
109
|
+
static get port(): number;
|
110
|
+
/**
|
111
|
+
* The scopes needed to make gRPC calls for every method defined
|
112
|
+
* in this service.
|
113
|
+
* @returns {string[]} List of default scopes.
|
114
|
+
*/
|
115
|
+
static get scopes(): string[];
|
116
|
+
getProjectId(): Promise<string>;
|
117
|
+
getProjectId(callback: Callback<string, undefined, undefined>): void;
|
118
|
+
/**
|
119
|
+
* Gets a list of all the custom models.
|
120
|
+
*
|
121
|
+
* @param {Object} request
|
122
|
+
* The request object that will be sent.
|
123
|
+
* @param {string} request.dataStore
|
124
|
+
* Required. The resource name of the parent Data Store, such as
|
125
|
+
* `projects/* /locations/global/collections/default_collection/dataStores/default_data_store`.
|
126
|
+
* This field is used to identify the data store where to fetch the models
|
127
|
+
* from.
|
128
|
+
* @param {object} [options]
|
129
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
130
|
+
* @returns {Promise} - The promise which resolves to an array.
|
131
|
+
* The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1.ListCustomModelsResponse|ListCustomModelsResponse}.
|
132
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
133
|
+
* for more details and examples.
|
134
|
+
* @example <caption>include:samples/generated/v1/search_tuning_service.list_custom_models.js</caption>
|
135
|
+
* region_tag:discoveryengine_v1_generated_SearchTuningService_ListCustomModels_async
|
136
|
+
*/
|
137
|
+
listCustomModels(request?: protos.google.cloud.discoveryengine.v1.IListCustomModelsRequest, options?: CallOptions): Promise<[
|
138
|
+
protos.google.cloud.discoveryengine.v1.IListCustomModelsResponse,
|
139
|
+
(protos.google.cloud.discoveryengine.v1.IListCustomModelsRequest | undefined),
|
140
|
+
{} | undefined
|
141
|
+
]>;
|
142
|
+
listCustomModels(request: protos.google.cloud.discoveryengine.v1.IListCustomModelsRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1.IListCustomModelsResponse, protos.google.cloud.discoveryengine.v1.IListCustomModelsRequest | null | undefined, {} | null | undefined>): void;
|
143
|
+
listCustomModels(request: protos.google.cloud.discoveryengine.v1.IListCustomModelsRequest, callback: Callback<protos.google.cloud.discoveryengine.v1.IListCustomModelsResponse, protos.google.cloud.discoveryengine.v1.IListCustomModelsRequest | null | undefined, {} | null | undefined>): void;
|
144
|
+
/**
|
145
|
+
* Trains a custom model.
|
146
|
+
*
|
147
|
+
* @param {Object} request
|
148
|
+
* The request object that will be sent.
|
149
|
+
* @param {google.cloud.discoveryengine.v1.TrainCustomModelRequest.GcsTrainingInput} request.gcsTrainingInput
|
150
|
+
* Cloud Storage training input.
|
151
|
+
* @param {string} request.dataStore
|
152
|
+
* Required. The resource name of the Data Store, such as
|
153
|
+
* `projects/* /locations/global/collections/default_collection/dataStores/default_data_store`.
|
154
|
+
* This field is used to identify the data store where to train the models.
|
155
|
+
* @param {string} request.modelType
|
156
|
+
* Model to be trained. Supported values are:
|
157
|
+
*
|
158
|
+
* * **search-tuning**: Fine tuning the search system based on data provided.
|
159
|
+
* @param {google.cloud.discoveryengine.v1.ImportErrorConfig} request.errorConfig
|
160
|
+
* The desired location of errors incurred during the data ingestion and
|
161
|
+
* training.
|
162
|
+
* @param {string} request.modelId
|
163
|
+
* If not provided, a UUID will be generated.
|
164
|
+
* @param {object} [options]
|
165
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
166
|
+
* @returns {Promise} - The promise which resolves to an array.
|
167
|
+
* The first element of the array is an object representing
|
168
|
+
* a long running operation. Its `promise()` method returns a promise
|
169
|
+
* you can `await` for.
|
170
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
|
171
|
+
* for more details and examples.
|
172
|
+
* @example <caption>include:samples/generated/v1/search_tuning_service.train_custom_model.js</caption>
|
173
|
+
* region_tag:discoveryengine_v1_generated_SearchTuningService_TrainCustomModel_async
|
174
|
+
*/
|
175
|
+
trainCustomModel(request?: protos.google.cloud.discoveryengine.v1.ITrainCustomModelRequest, options?: CallOptions): Promise<[
|
176
|
+
LROperation<protos.google.cloud.discoveryengine.v1.ITrainCustomModelResponse, protos.google.cloud.discoveryengine.v1.ITrainCustomModelMetadata>,
|
177
|
+
protos.google.longrunning.IOperation | undefined,
|
178
|
+
{} | undefined
|
179
|
+
]>;
|
180
|
+
trainCustomModel(request: protos.google.cloud.discoveryengine.v1.ITrainCustomModelRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1.ITrainCustomModelResponse, protos.google.cloud.discoveryengine.v1.ITrainCustomModelMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
|
181
|
+
trainCustomModel(request: protos.google.cloud.discoveryengine.v1.ITrainCustomModelRequest, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1.ITrainCustomModelResponse, protos.google.cloud.discoveryengine.v1.ITrainCustomModelMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
|
182
|
+
/**
|
183
|
+
* Check the status of the long running operation returned by `trainCustomModel()`.
|
184
|
+
* @param {String} name
|
185
|
+
* The operation name that will be passed.
|
186
|
+
* @returns {Promise} - The promise which resolves to an object.
|
187
|
+
* The decoded operation object has result and metadata field to get information from.
|
188
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
|
189
|
+
* for more details and examples.
|
190
|
+
* @example <caption>include:samples/generated/v1/search_tuning_service.train_custom_model.js</caption>
|
191
|
+
* region_tag:discoveryengine_v1_generated_SearchTuningService_TrainCustomModel_async
|
192
|
+
*/
|
193
|
+
checkTrainCustomModelProgress(name: string): Promise<LROperation<protos.google.cloud.discoveryengine.v1.TrainCustomModelResponse, protos.google.cloud.discoveryengine.v1.TrainCustomModelMetadata>>;
|
194
|
+
/**
|
195
|
+
* Gets information about a location.
|
196
|
+
*
|
197
|
+
* @param {Object} request
|
198
|
+
* The request object that will be sent.
|
199
|
+
* @param {string} request.name
|
200
|
+
* Resource name for the location.
|
201
|
+
* @param {object} [options]
|
202
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
|
203
|
+
* @returns {Promise} - The promise which resolves to an array.
|
204
|
+
* The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
|
205
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
|
206
|
+
* for more details and examples.
|
207
|
+
* @example
|
208
|
+
* ```
|
209
|
+
* const [response] = await client.getLocation(request);
|
210
|
+
* ```
|
211
|
+
*/
|
212
|
+
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>;
|
213
|
+
/**
|
214
|
+
* Lists information about the supported locations for this service. Returns an iterable object.
|
215
|
+
*
|
216
|
+
* `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
|
217
|
+
* @param {Object} request
|
218
|
+
* The request object that will be sent.
|
219
|
+
* @param {string} request.name
|
220
|
+
* The resource that owns the locations collection, if applicable.
|
221
|
+
* @param {string} request.filter
|
222
|
+
* The standard list filter.
|
223
|
+
* @param {number} request.pageSize
|
224
|
+
* The standard list page size.
|
225
|
+
* @param {string} request.pageToken
|
226
|
+
* The standard list page token.
|
227
|
+
* @param {object} [options]
|
228
|
+
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
|
229
|
+
* @returns {Object}
|
230
|
+
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
|
231
|
+
* When you iterate the returned iterable, each element will be an object representing
|
232
|
+
* {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
|
233
|
+
* so you can stop the iteration when you don't need more results.
|
234
|
+
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
|
235
|
+
* for more details and examples.
|
236
|
+
* @example
|
237
|
+
* ```
|
238
|
+
* const iterable = client.listLocationsAsync(request);
|
239
|
+
* for await (const response of iterable) {
|
240
|
+
* // process response
|
241
|
+
* }
|
242
|
+
* ```
|
243
|
+
*/
|
244
|
+
listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
|
245
|
+
/**
|
246
|
+
* Gets the latest state of a long-running operation. Clients can use this
|
247
|
+
* method to poll the operation result at intervals as recommended by the API
|
248
|
+
* service.
|
249
|
+
*
|
250
|
+
* @param {Object} request - The request object that will be sent.
|
251
|
+
* @param {string} request.name - The name of the operation resource.
|
252
|
+
* @param {Object=} options
|
253
|
+
* Optional parameters. You can override the default settings for this call,
|
254
|
+
* e.g, timeout, retries, paginations, etc. See {@link
|
255
|
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions}
|
256
|
+
* for the details.
|
257
|
+
* @param {function(?Error, ?Object)=} callback
|
258
|
+
* The function which will be called with the result of the API call.
|
259
|
+
*
|
260
|
+
* The second parameter to the callback is an object representing
|
261
|
+
* {@link google.longrunning.Operation | google.longrunning.Operation}.
|
262
|
+
* @return {Promise} - The promise which resolves to an array.
|
263
|
+
* The first element of the array is an object representing
|
264
|
+
* {@link google.longrunning.Operation | google.longrunning.Operation}.
|
265
|
+
* The promise has a method named "cancel" which cancels the ongoing API call.
|
266
|
+
*
|
267
|
+
* @example
|
268
|
+
* ```
|
269
|
+
* const client = longrunning.operationsClient();
|
270
|
+
* const name = '';
|
271
|
+
* const [response] = await client.getOperation({name});
|
272
|
+
* // doThingsWith(response)
|
273
|
+
* ```
|
274
|
+
*/
|
275
|
+
getOperation(request: protos.google.longrunning.GetOperationRequest, options?: gax.CallOptions | Callback<protos.google.longrunning.Operation, protos.google.longrunning.GetOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.longrunning.Operation, protos.google.longrunning.GetOperationRequest, {} | null | undefined>): Promise<[protos.google.longrunning.Operation]>;
|
276
|
+
/**
|
277
|
+
* Lists operations that match the specified filter in the request. If the
|
278
|
+
* server doesn't support this method, it returns `UNIMPLEMENTED`. Returns an iterable object.
|
279
|
+
*
|
280
|
+
* For-await-of syntax is used with the iterable to recursively get response element on-demand.
|
281
|
+
*
|
282
|
+
* @param {Object} request - The request object that will be sent.
|
283
|
+
* @param {string} request.name - The name of the operation collection.
|
284
|
+
* @param {string} request.filter - The standard list filter.
|
285
|
+
* @param {number=} request.pageSize -
|
286
|
+
* The maximum number of resources contained in the underlying API
|
287
|
+
* response. If page streaming is performed per-resource, this
|
288
|
+
* parameter does not affect the return value. If page streaming is
|
289
|
+
* performed per-page, this determines the maximum number of
|
290
|
+
* resources in a page.
|
291
|
+
* @param {Object=} options
|
292
|
+
* Optional parameters. You can override the default settings for this call,
|
293
|
+
* e.g, timeout, retries, paginations, etc. See {@link
|
294
|
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
|
295
|
+
* details.
|
296
|
+
* @returns {Object}
|
297
|
+
* An iterable Object that conforms to {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | iteration protocols}.
|
298
|
+
*
|
299
|
+
* @example
|
300
|
+
* ```
|
301
|
+
* const client = longrunning.operationsClient();
|
302
|
+
* for await (const response of client.listOperationsAsync(request));
|
303
|
+
* // doThingsWith(response)
|
304
|
+
* ```
|
305
|
+
*/
|
306
|
+
listOperationsAsync(request: protos.google.longrunning.ListOperationsRequest, options?: gax.CallOptions): AsyncIterable<protos.google.longrunning.ListOperationsResponse>;
|
307
|
+
/**
|
308
|
+
* Starts asynchronous cancellation on a long-running operation. The server
|
309
|
+
* makes a best effort to cancel the operation, but success is not
|
310
|
+
* guaranteed. If the server doesn't support this method, it returns
|
311
|
+
* `google.rpc.Code.UNIMPLEMENTED`. Clients can use
|
312
|
+
* {@link Operations.GetOperation} or
|
313
|
+
* other methods to check whether the cancellation succeeded or whether the
|
314
|
+
* operation completed despite cancellation. On successful cancellation,
|
315
|
+
* the operation is not deleted; instead, it becomes an operation with
|
316
|
+
* an {@link Operation.error} value with a {@link google.rpc.Status.code} of
|
317
|
+
* 1, corresponding to `Code.CANCELLED`.
|
318
|
+
*
|
319
|
+
* @param {Object} request - The request object that will be sent.
|
320
|
+
* @param {string} request.name - The name of the operation resource to be cancelled.
|
321
|
+
* @param {Object=} options
|
322
|
+
* Optional parameters. You can override the default settings for this call,
|
323
|
+
* e.g, timeout, retries, paginations, etc. See {@link
|
324
|
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
|
325
|
+
* details.
|
326
|
+
* @param {function(?Error)=} callback
|
327
|
+
* The function which will be called with the result of the API call.
|
328
|
+
* @return {Promise} - The promise which resolves when API call finishes.
|
329
|
+
* The promise has a method named "cancel" which cancels the ongoing API
|
330
|
+
* call.
|
331
|
+
*
|
332
|
+
* @example
|
333
|
+
* ```
|
334
|
+
* const client = longrunning.operationsClient();
|
335
|
+
* await client.cancelOperation({name: ''});
|
336
|
+
* ```
|
337
|
+
*/
|
338
|
+
cancelOperation(request: protos.google.longrunning.CancelOperationRequest, options?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.CancelOperationRequest, {} | undefined | null>, callback?: Callback<protos.google.longrunning.CancelOperationRequest, protos.google.protobuf.Empty, {} | undefined | null>): Promise<protos.google.protobuf.Empty>;
|
339
|
+
/**
|
340
|
+
* Deletes a long-running operation. This method indicates that the client is
|
341
|
+
* no longer interested in the operation result. It does not cancel the
|
342
|
+
* operation. If the server doesn't support this method, it returns
|
343
|
+
* `google.rpc.Code.UNIMPLEMENTED`.
|
344
|
+
*
|
345
|
+
* @param {Object} request - The request object that will be sent.
|
346
|
+
* @param {string} request.name - The name of the operation resource to be deleted.
|
347
|
+
* @param {Object=} options
|
348
|
+
* Optional parameters. You can override the default settings for this call,
|
349
|
+
* e.g, timeout, retries, paginations, etc. See {@link
|
350
|
+
* https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions}
|
351
|
+
* for the details.
|
352
|
+
* @param {function(?Error)=} callback
|
353
|
+
* The function which will be called with the result of the API call.
|
354
|
+
* @return {Promise} - The promise which resolves when API call finishes.
|
355
|
+
* The promise has a method named "cancel" which cancels the ongoing API
|
356
|
+
* call.
|
357
|
+
*
|
358
|
+
* @example
|
359
|
+
* ```
|
360
|
+
* const client = longrunning.operationsClient();
|
361
|
+
* await client.deleteOperation({name: ''});
|
362
|
+
* ```
|
363
|
+
*/
|
364
|
+
deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, options?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>, callback?: Callback<protos.google.protobuf.Empty, protos.google.longrunning.DeleteOperationRequest, {} | null | undefined>): Promise<protos.google.protobuf.Empty>;
|
365
|
+
/**
|
366
|
+
* Return a fully-qualified engine resource name string.
|
367
|
+
*
|
368
|
+
* @param {string} project
|
369
|
+
* @param {string} location
|
370
|
+
* @param {string} collection
|
371
|
+
* @param {string} engine
|
372
|
+
* @returns {string} Resource name string.
|
373
|
+
*/
|
374
|
+
enginePath(project: string, location: string, collection: string, engine: string): string;
|
375
|
+
/**
|
376
|
+
* Parse the project from Engine resource.
|
377
|
+
*
|
378
|
+
* @param {string} engineName
|
379
|
+
* A fully-qualified path representing Engine resource.
|
380
|
+
* @returns {string} A string representing the project.
|
381
|
+
*/
|
382
|
+
matchProjectFromEngineName(engineName: string): string | number;
|
383
|
+
/**
|
384
|
+
* Parse the location from Engine resource.
|
385
|
+
*
|
386
|
+
* @param {string} engineName
|
387
|
+
* A fully-qualified path representing Engine resource.
|
388
|
+
* @returns {string} A string representing the location.
|
389
|
+
*/
|
390
|
+
matchLocationFromEngineName(engineName: string): string | number;
|
391
|
+
/**
|
392
|
+
* Parse the collection from Engine resource.
|
393
|
+
*
|
394
|
+
* @param {string} engineName
|
395
|
+
* A fully-qualified path representing Engine resource.
|
396
|
+
* @returns {string} A string representing the collection.
|
397
|
+
*/
|
398
|
+
matchCollectionFromEngineName(engineName: string): string | number;
|
399
|
+
/**
|
400
|
+
* Parse the engine from Engine resource.
|
401
|
+
*
|
402
|
+
* @param {string} engineName
|
403
|
+
* A fully-qualified path representing Engine resource.
|
404
|
+
* @returns {string} A string representing the engine.
|
405
|
+
*/
|
406
|
+
matchEngineFromEngineName(engineName: string): string | number;
|
407
|
+
/**
|
408
|
+
* Return a fully-qualified project resource name string.
|
409
|
+
*
|
410
|
+
* @param {string} project
|
411
|
+
* @returns {string} Resource name string.
|
412
|
+
*/
|
413
|
+
projectPath(project: string): string;
|
414
|
+
/**
|
415
|
+
* Parse the project from Project resource.
|
416
|
+
*
|
417
|
+
* @param {string} projectName
|
418
|
+
* A fully-qualified path representing Project resource.
|
419
|
+
* @returns {string} A string representing the project.
|
420
|
+
*/
|
421
|
+
matchProjectFromProjectName(projectName: string): string | number;
|
422
|
+
/**
|
423
|
+
* Return a fully-qualified projectLocationCollectionDataStore resource name string.
|
424
|
+
*
|
425
|
+
* @param {string} project
|
426
|
+
* @param {string} location
|
427
|
+
* @param {string} collection
|
428
|
+
* @param {string} data_store
|
429
|
+
* @returns {string} Resource name string.
|
430
|
+
*/
|
431
|
+
projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
|
432
|
+
/**
|
433
|
+
* Parse the project from ProjectLocationCollectionDataStore resource.
|
434
|
+
*
|
435
|
+
* @param {string} projectLocationCollectionDataStoreName
|
436
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
437
|
+
* @returns {string} A string representing the project.
|
438
|
+
*/
|
439
|
+
matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
440
|
+
/**
|
441
|
+
* Parse the location from ProjectLocationCollectionDataStore resource.
|
442
|
+
*
|
443
|
+
* @param {string} projectLocationCollectionDataStoreName
|
444
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
445
|
+
* @returns {string} A string representing the location.
|
446
|
+
*/
|
447
|
+
matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
448
|
+
/**
|
449
|
+
* Parse the collection from ProjectLocationCollectionDataStore resource.
|
450
|
+
*
|
451
|
+
* @param {string} projectLocationCollectionDataStoreName
|
452
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
453
|
+
* @returns {string} A string representing the collection.
|
454
|
+
*/
|
455
|
+
matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
456
|
+
/**
|
457
|
+
* Parse the data_store from ProjectLocationCollectionDataStore resource.
|
458
|
+
*
|
459
|
+
* @param {string} projectLocationCollectionDataStoreName
|
460
|
+
* A fully-qualified path representing project_location_collection_data_store resource.
|
461
|
+
* @returns {string} A string representing the data_store.
|
462
|
+
*/
|
463
|
+
matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
|
464
|
+
/**
|
465
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
|
466
|
+
*
|
467
|
+
* @param {string} project
|
468
|
+
* @param {string} location
|
469
|
+
* @param {string} collection
|
470
|
+
* @param {string} data_store
|
471
|
+
* @param {string} branch
|
472
|
+
* @param {string} document
|
473
|
+
* @returns {string} Resource name string.
|
474
|
+
*/
|
475
|
+
projectLocationCollectionDataStoreBranchDocumentPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string): string;
|
476
|
+
/**
|
477
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocument resource.
|
478
|
+
*
|
479
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
480
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
481
|
+
* @returns {string} A string representing the project.
|
482
|
+
*/
|
483
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
484
|
+
/**
|
485
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocument resource.
|
486
|
+
*
|
487
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
488
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
489
|
+
* @returns {string} A string representing the location.
|
490
|
+
*/
|
491
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
492
|
+
/**
|
493
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocument resource.
|
494
|
+
*
|
495
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
496
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
497
|
+
* @returns {string} A string representing the collection.
|
498
|
+
*/
|
499
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
500
|
+
/**
|
501
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocument resource.
|
502
|
+
*
|
503
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
504
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
505
|
+
* @returns {string} A string representing the data_store.
|
506
|
+
*/
|
507
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
508
|
+
/**
|
509
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocument resource.
|
510
|
+
*
|
511
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
512
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
513
|
+
* @returns {string} A string representing the branch.
|
514
|
+
*/
|
515
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
516
|
+
/**
|
517
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocument resource.
|
518
|
+
*
|
519
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentName
|
520
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document resource.
|
521
|
+
* @returns {string} A string representing the document.
|
522
|
+
*/
|
523
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
|
524
|
+
/**
|
525
|
+
* Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
|
526
|
+
*
|
527
|
+
* @param {string} project
|
528
|
+
* @param {string} location
|
529
|
+
* @param {string} collection
|
530
|
+
* @param {string} data_store
|
531
|
+
* @param {string} branch
|
532
|
+
* @param {string} document
|
533
|
+
* @param {string} chunk
|
534
|
+
* @returns {string} Resource name string.
|
535
|
+
*/
|
536
|
+
projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
537
|
+
/**
|
538
|
+
* Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
539
|
+
*
|
540
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
541
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
542
|
+
* @returns {string} A string representing the project.
|
543
|
+
*/
|
544
|
+
matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
545
|
+
/**
|
546
|
+
* Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
547
|
+
*
|
548
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
549
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
550
|
+
* @returns {string} A string representing the location.
|
551
|
+
*/
|
552
|
+
matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
553
|
+
/**
|
554
|
+
* Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
555
|
+
*
|
556
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
557
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
558
|
+
* @returns {string} A string representing the collection.
|
559
|
+
*/
|
560
|
+
matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
561
|
+
/**
|
562
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
563
|
+
*
|
564
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
565
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
566
|
+
* @returns {string} A string representing the data_store.
|
567
|
+
*/
|
568
|
+
matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
569
|
+
/**
|
570
|
+
* Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
571
|
+
*
|
572
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
573
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
574
|
+
* @returns {string} A string representing the branch.
|
575
|
+
*/
|
576
|
+
matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
577
|
+
/**
|
578
|
+
* Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
579
|
+
*
|
580
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
581
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
582
|
+
* @returns {string} A string representing the document.
|
583
|
+
*/
|
584
|
+
matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
585
|
+
/**
|
586
|
+
* Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
|
587
|
+
*
|
588
|
+
* @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
|
589
|
+
* A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
|
590
|
+
* @returns {string} A string representing the chunk.
|
591
|
+
*/
|
592
|
+
matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
|
593
|
+
/**
|
594
|
+
* Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
|
595
|
+
*
|
596
|
+
* @param {string} project
|
597
|
+
* @param {string} location
|
598
|
+
* @param {string} collection
|
599
|
+
* @param {string} data_store
|
600
|
+
* @param {string} control
|
601
|
+
* @returns {string} Resource name string.
|
602
|
+
*/
|
603
|
+
projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
|
604
|
+
/**
|
605
|
+
* Parse the project from ProjectLocationCollectionDataStoreControl resource.
|
606
|
+
*
|
607
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
608
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
609
|
+
* @returns {string} A string representing the project.
|
610
|
+
*/
|
611
|
+
matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
612
|
+
/**
|
613
|
+
* Parse the location from ProjectLocationCollectionDataStoreControl resource.
|
614
|
+
*
|
615
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
616
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
617
|
+
* @returns {string} A string representing the location.
|
618
|
+
*/
|
619
|
+
matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
620
|
+
/**
|
621
|
+
* Parse the collection from ProjectLocationCollectionDataStoreControl resource.
|
622
|
+
*
|
623
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
624
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
625
|
+
* @returns {string} A string representing the collection.
|
626
|
+
*/
|
627
|
+
matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
628
|
+
/**
|
629
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreControl resource.
|
630
|
+
*
|
631
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
632
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
633
|
+
* @returns {string} A string representing the data_store.
|
634
|
+
*/
|
635
|
+
matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
636
|
+
/**
|
637
|
+
* Parse the control from ProjectLocationCollectionDataStoreControl resource.
|
638
|
+
*
|
639
|
+
* @param {string} projectLocationCollectionDataStoreControlName
|
640
|
+
* A fully-qualified path representing project_location_collection_data_store_control resource.
|
641
|
+
* @returns {string} A string representing the control.
|
642
|
+
*/
|
643
|
+
matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
|
644
|
+
/**
|
645
|
+
* Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
|
646
|
+
*
|
647
|
+
* @param {string} project
|
648
|
+
* @param {string} location
|
649
|
+
* @param {string} collection
|
650
|
+
* @param {string} data_store
|
651
|
+
* @param {string} conversation
|
652
|
+
* @returns {string} Resource name string.
|
653
|
+
*/
|
654
|
+
projectLocationCollectionDataStoreConversationPath(project: string, location: string, collection: string, dataStore: string, conversation: string): string;
|
655
|
+
/**
|
656
|
+
* Parse the project from ProjectLocationCollectionDataStoreConversation resource.
|
657
|
+
*
|
658
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
659
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
660
|
+
* @returns {string} A string representing the project.
|
661
|
+
*/
|
662
|
+
matchProjectFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
663
|
+
/**
|
664
|
+
* Parse the location from ProjectLocationCollectionDataStoreConversation resource.
|
665
|
+
*
|
666
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
667
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
668
|
+
* @returns {string} A string representing the location.
|
669
|
+
*/
|
670
|
+
matchLocationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
671
|
+
/**
|
672
|
+
* Parse the collection from ProjectLocationCollectionDataStoreConversation resource.
|
673
|
+
*
|
674
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
675
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
676
|
+
* @returns {string} A string representing the collection.
|
677
|
+
*/
|
678
|
+
matchCollectionFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
679
|
+
/**
|
680
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreConversation resource.
|
681
|
+
*
|
682
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
683
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
684
|
+
* @returns {string} A string representing the data_store.
|
685
|
+
*/
|
686
|
+
matchDataStoreFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
687
|
+
/**
|
688
|
+
* Parse the conversation from ProjectLocationCollectionDataStoreConversation resource.
|
689
|
+
*
|
690
|
+
* @param {string} projectLocationCollectionDataStoreConversationName
|
691
|
+
* A fully-qualified path representing project_location_collection_data_store_conversation resource.
|
692
|
+
* @returns {string} A string representing the conversation.
|
693
|
+
*/
|
694
|
+
matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
|
695
|
+
/**
|
696
|
+
* Return a fully-qualified projectLocationCollectionDataStoreCustomTuningModel resource name string.
|
697
|
+
*
|
698
|
+
* @param {string} project
|
699
|
+
* @param {string} location
|
700
|
+
* @param {string} collection
|
701
|
+
* @param {string} data_store
|
702
|
+
* @param {string} custom_tuning_model
|
703
|
+
* @returns {string} Resource name string.
|
704
|
+
*/
|
705
|
+
projectLocationCollectionDataStoreCustomTuningModelPath(project: string, location: string, collection: string, dataStore: string, customTuningModel: string): string;
|
706
|
+
/**
|
707
|
+
* Parse the project from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
708
|
+
*
|
709
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
710
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
711
|
+
* @returns {string} A string representing the project.
|
712
|
+
*/
|
713
|
+
matchProjectFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
714
|
+
/**
|
715
|
+
* Parse the location from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
716
|
+
*
|
717
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
718
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
719
|
+
* @returns {string} A string representing the location.
|
720
|
+
*/
|
721
|
+
matchLocationFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
722
|
+
/**
|
723
|
+
* Parse the collection from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
724
|
+
*
|
725
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
726
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
727
|
+
* @returns {string} A string representing the collection.
|
728
|
+
*/
|
729
|
+
matchCollectionFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
730
|
+
/**
|
731
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
732
|
+
*
|
733
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
734
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
735
|
+
* @returns {string} A string representing the data_store.
|
736
|
+
*/
|
737
|
+
matchDataStoreFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
738
|
+
/**
|
739
|
+
* Parse the custom_tuning_model from ProjectLocationCollectionDataStoreCustomTuningModel resource.
|
740
|
+
*
|
741
|
+
* @param {string} projectLocationCollectionDataStoreCustomTuningModelName
|
742
|
+
* A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
|
743
|
+
* @returns {string} A string representing the custom_tuning_model.
|
744
|
+
*/
|
745
|
+
matchCustomTuningModelFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
|
746
|
+
/**
|
747
|
+
* Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
|
748
|
+
*
|
749
|
+
* @param {string} project
|
750
|
+
* @param {string} location
|
751
|
+
* @param {string} collection
|
752
|
+
* @param {string} data_store
|
753
|
+
* @returns {string} Resource name string.
|
754
|
+
*/
|
755
|
+
projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
|
756
|
+
/**
|
757
|
+
* Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
758
|
+
*
|
759
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
760
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
761
|
+
* @returns {string} A string representing the project.
|
762
|
+
*/
|
763
|
+
matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
764
|
+
/**
|
765
|
+
* Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
766
|
+
*
|
767
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
768
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
769
|
+
* @returns {string} A string representing the location.
|
770
|
+
*/
|
771
|
+
matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
772
|
+
/**
|
773
|
+
* Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
774
|
+
*
|
775
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
776
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
777
|
+
* @returns {string} A string representing the collection.
|
778
|
+
*/
|
779
|
+
matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
780
|
+
/**
|
781
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
|
782
|
+
*
|
783
|
+
* @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
|
784
|
+
* A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
|
785
|
+
* @returns {string} A string representing the data_store.
|
786
|
+
*/
|
787
|
+
matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
|
788
|
+
/**
|
789
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
|
790
|
+
*
|
791
|
+
* @param {string} project
|
792
|
+
* @param {string} location
|
793
|
+
* @param {string} collection
|
794
|
+
* @param {string} data_store
|
795
|
+
* @param {string} schema
|
796
|
+
* @returns {string} Resource name string.
|
797
|
+
*/
|
798
|
+
projectLocationCollectionDataStoreSchemaPath(project: string, location: string, collection: string, dataStore: string, schema: string): string;
|
799
|
+
/**
|
800
|
+
* Parse the project from ProjectLocationCollectionDataStoreSchema resource.
|
801
|
+
*
|
802
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
803
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
804
|
+
* @returns {string} A string representing the project.
|
805
|
+
*/
|
806
|
+
matchProjectFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
807
|
+
/**
|
808
|
+
* Parse the location from ProjectLocationCollectionDataStoreSchema resource.
|
809
|
+
*
|
810
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
811
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
812
|
+
* @returns {string} A string representing the location.
|
813
|
+
*/
|
814
|
+
matchLocationFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
815
|
+
/**
|
816
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSchema resource.
|
817
|
+
*
|
818
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
819
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
820
|
+
* @returns {string} A string representing the collection.
|
821
|
+
*/
|
822
|
+
matchCollectionFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
823
|
+
/**
|
824
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSchema resource.
|
825
|
+
*
|
826
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
827
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
828
|
+
* @returns {string} A string representing the data_store.
|
829
|
+
*/
|
830
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
831
|
+
/**
|
832
|
+
* Parse the schema from ProjectLocationCollectionDataStoreSchema resource.
|
833
|
+
*
|
834
|
+
* @param {string} projectLocationCollectionDataStoreSchemaName
|
835
|
+
* A fully-qualified path representing project_location_collection_data_store_schema resource.
|
836
|
+
* @returns {string} A string representing the schema.
|
837
|
+
*/
|
838
|
+
matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
|
839
|
+
/**
|
840
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
|
841
|
+
*
|
842
|
+
* @param {string} project
|
843
|
+
* @param {string} location
|
844
|
+
* @param {string} collection
|
845
|
+
* @param {string} data_store
|
846
|
+
* @param {string} session
|
847
|
+
* @returns {string} Resource name string.
|
848
|
+
*/
|
849
|
+
projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
|
850
|
+
/**
|
851
|
+
* Parse the project from ProjectLocationCollectionDataStoreSession resource.
|
852
|
+
*
|
853
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
854
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
855
|
+
* @returns {string} A string representing the project.
|
856
|
+
*/
|
857
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
858
|
+
/**
|
859
|
+
* Parse the location from ProjectLocationCollectionDataStoreSession resource.
|
860
|
+
*
|
861
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
862
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
863
|
+
* @returns {string} A string representing the location.
|
864
|
+
*/
|
865
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
866
|
+
/**
|
867
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSession resource.
|
868
|
+
*
|
869
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
870
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
871
|
+
* @returns {string} A string representing the collection.
|
872
|
+
*/
|
873
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
874
|
+
/**
|
875
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSession resource.
|
876
|
+
*
|
877
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
878
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
879
|
+
* @returns {string} A string representing the data_store.
|
880
|
+
*/
|
881
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
882
|
+
/**
|
883
|
+
* Parse the session from ProjectLocationCollectionDataStoreSession resource.
|
884
|
+
*
|
885
|
+
* @param {string} projectLocationCollectionDataStoreSessionName
|
886
|
+
* A fully-qualified path representing project_location_collection_data_store_session resource.
|
887
|
+
* @returns {string} A string representing the session.
|
888
|
+
*/
|
889
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
|
890
|
+
/**
|
891
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
|
892
|
+
*
|
893
|
+
* @param {string} project
|
894
|
+
* @param {string} location
|
895
|
+
* @param {string} collection
|
896
|
+
* @param {string} data_store
|
897
|
+
* @param {string} session
|
898
|
+
* @param {string} answer
|
899
|
+
* @returns {string} Resource name string.
|
900
|
+
*/
|
901
|
+
projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
|
902
|
+
/**
|
903
|
+
* Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
904
|
+
*
|
905
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
906
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
907
|
+
* @returns {string} A string representing the project.
|
908
|
+
*/
|
909
|
+
matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
910
|
+
/**
|
911
|
+
* Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
912
|
+
*
|
913
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
914
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
915
|
+
* @returns {string} A string representing the location.
|
916
|
+
*/
|
917
|
+
matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
918
|
+
/**
|
919
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
920
|
+
*
|
921
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
922
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
923
|
+
* @returns {string} A string representing the collection.
|
924
|
+
*/
|
925
|
+
matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
926
|
+
/**
|
927
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
928
|
+
*
|
929
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
930
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
931
|
+
* @returns {string} A string representing the data_store.
|
932
|
+
*/
|
933
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
934
|
+
/**
|
935
|
+
* Parse the session from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
936
|
+
*
|
937
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
938
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
939
|
+
* @returns {string} A string representing the session.
|
940
|
+
*/
|
941
|
+
matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
942
|
+
/**
|
943
|
+
* Parse the answer from ProjectLocationCollectionDataStoreSessionAnswer resource.
|
944
|
+
*
|
945
|
+
* @param {string} projectLocationCollectionDataStoreSessionAnswerName
|
946
|
+
* A fully-qualified path representing project_location_collection_data_store_session_answer resource.
|
947
|
+
* @returns {string} A string representing the answer.
|
948
|
+
*/
|
949
|
+
matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
|
950
|
+
/**
|
951
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
|
952
|
+
*
|
953
|
+
* @param {string} project
|
954
|
+
* @param {string} location
|
955
|
+
* @param {string} collection
|
956
|
+
* @param {string} data_store
|
957
|
+
* @returns {string} Resource name string.
|
958
|
+
*/
|
959
|
+
projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
|
960
|
+
/**
|
961
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
962
|
+
*
|
963
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
964
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
965
|
+
* @returns {string} A string representing the project.
|
966
|
+
*/
|
967
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
968
|
+
/**
|
969
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
970
|
+
*
|
971
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
972
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
973
|
+
* @returns {string} A string representing the location.
|
974
|
+
*/
|
975
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
976
|
+
/**
|
977
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
978
|
+
*
|
979
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
980
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
981
|
+
* @returns {string} A string representing the collection.
|
982
|
+
*/
|
983
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
984
|
+
/**
|
985
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
|
986
|
+
*
|
987
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
|
988
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
|
989
|
+
* @returns {string} A string representing the data_store.
|
990
|
+
*/
|
991
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
|
992
|
+
/**
|
993
|
+
* Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
|
994
|
+
*
|
995
|
+
* @param {string} project
|
996
|
+
* @param {string} location
|
997
|
+
* @param {string} collection
|
998
|
+
* @param {string} data_store
|
999
|
+
* @param {string} target_site
|
1000
|
+
* @returns {string} Resource name string.
|
1001
|
+
*/
|
1002
|
+
projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
|
1003
|
+
/**
|
1004
|
+
* Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1005
|
+
*
|
1006
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1007
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1008
|
+
* @returns {string} A string representing the project.
|
1009
|
+
*/
|
1010
|
+
matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1011
|
+
/**
|
1012
|
+
* Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1013
|
+
*
|
1014
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1015
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1016
|
+
* @returns {string} A string representing the location.
|
1017
|
+
*/
|
1018
|
+
matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1019
|
+
/**
|
1020
|
+
* Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1021
|
+
*
|
1022
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1023
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1024
|
+
* @returns {string} A string representing the collection.
|
1025
|
+
*/
|
1026
|
+
matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1027
|
+
/**
|
1028
|
+
* Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1029
|
+
*
|
1030
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1031
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1032
|
+
* @returns {string} A string representing the data_store.
|
1033
|
+
*/
|
1034
|
+
matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1035
|
+
/**
|
1036
|
+
* Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
|
1037
|
+
*
|
1038
|
+
* @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
|
1039
|
+
* A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
|
1040
|
+
* @returns {string} A string representing the target_site.
|
1041
|
+
*/
|
1042
|
+
matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1043
|
+
/**
|
1044
|
+
* Return a fully-qualified projectLocationCollectionEngineControl resource name string.
|
1045
|
+
*
|
1046
|
+
* @param {string} project
|
1047
|
+
* @param {string} location
|
1048
|
+
* @param {string} collection
|
1049
|
+
* @param {string} engine
|
1050
|
+
* @param {string} control
|
1051
|
+
* @returns {string} Resource name string.
|
1052
|
+
*/
|
1053
|
+
projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
|
1054
|
+
/**
|
1055
|
+
* Parse the project from ProjectLocationCollectionEngineControl resource.
|
1056
|
+
*
|
1057
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1058
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1059
|
+
* @returns {string} A string representing the project.
|
1060
|
+
*/
|
1061
|
+
matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1062
|
+
/**
|
1063
|
+
* Parse the location from ProjectLocationCollectionEngineControl resource.
|
1064
|
+
*
|
1065
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1066
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1067
|
+
* @returns {string} A string representing the location.
|
1068
|
+
*/
|
1069
|
+
matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1070
|
+
/**
|
1071
|
+
* Parse the collection from ProjectLocationCollectionEngineControl resource.
|
1072
|
+
*
|
1073
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1074
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1075
|
+
* @returns {string} A string representing the collection.
|
1076
|
+
*/
|
1077
|
+
matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1078
|
+
/**
|
1079
|
+
* Parse the engine from ProjectLocationCollectionEngineControl resource.
|
1080
|
+
*
|
1081
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1082
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1083
|
+
* @returns {string} A string representing the engine.
|
1084
|
+
*/
|
1085
|
+
matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1086
|
+
/**
|
1087
|
+
* Parse the control from ProjectLocationCollectionEngineControl resource.
|
1088
|
+
*
|
1089
|
+
* @param {string} projectLocationCollectionEngineControlName
|
1090
|
+
* A fully-qualified path representing project_location_collection_engine_control resource.
|
1091
|
+
* @returns {string} A string representing the control.
|
1092
|
+
*/
|
1093
|
+
matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
|
1094
|
+
/**
|
1095
|
+
* Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
|
1096
|
+
*
|
1097
|
+
* @param {string} project
|
1098
|
+
* @param {string} location
|
1099
|
+
* @param {string} collection
|
1100
|
+
* @param {string} engine
|
1101
|
+
* @param {string} conversation
|
1102
|
+
* @returns {string} Resource name string.
|
1103
|
+
*/
|
1104
|
+
projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
|
1105
|
+
/**
|
1106
|
+
* Parse the project from ProjectLocationCollectionEngineConversation resource.
|
1107
|
+
*
|
1108
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1109
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1110
|
+
* @returns {string} A string representing the project.
|
1111
|
+
*/
|
1112
|
+
matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1113
|
+
/**
|
1114
|
+
* Parse the location from ProjectLocationCollectionEngineConversation resource.
|
1115
|
+
*
|
1116
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1117
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1118
|
+
* @returns {string} A string representing the location.
|
1119
|
+
*/
|
1120
|
+
matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1121
|
+
/**
|
1122
|
+
* Parse the collection from ProjectLocationCollectionEngineConversation resource.
|
1123
|
+
*
|
1124
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1125
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1126
|
+
* @returns {string} A string representing the collection.
|
1127
|
+
*/
|
1128
|
+
matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1129
|
+
/**
|
1130
|
+
* Parse the engine from ProjectLocationCollectionEngineConversation resource.
|
1131
|
+
*
|
1132
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1133
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1134
|
+
* @returns {string} A string representing the engine.
|
1135
|
+
*/
|
1136
|
+
matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1137
|
+
/**
|
1138
|
+
* Parse the conversation from ProjectLocationCollectionEngineConversation resource.
|
1139
|
+
*
|
1140
|
+
* @param {string} projectLocationCollectionEngineConversationName
|
1141
|
+
* A fully-qualified path representing project_location_collection_engine_conversation resource.
|
1142
|
+
* @returns {string} A string representing the conversation.
|
1143
|
+
*/
|
1144
|
+
matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
|
1145
|
+
/**
|
1146
|
+
* Return a fully-qualified projectLocationCollectionEngineSession resource name string.
|
1147
|
+
*
|
1148
|
+
* @param {string} project
|
1149
|
+
* @param {string} location
|
1150
|
+
* @param {string} collection
|
1151
|
+
* @param {string} engine
|
1152
|
+
* @param {string} session
|
1153
|
+
* @returns {string} Resource name string.
|
1154
|
+
*/
|
1155
|
+
projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
|
1156
|
+
/**
|
1157
|
+
* Parse the project from ProjectLocationCollectionEngineSession resource.
|
1158
|
+
*
|
1159
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1160
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1161
|
+
* @returns {string} A string representing the project.
|
1162
|
+
*/
|
1163
|
+
matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1164
|
+
/**
|
1165
|
+
* Parse the location from ProjectLocationCollectionEngineSession resource.
|
1166
|
+
*
|
1167
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1168
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1169
|
+
* @returns {string} A string representing the location.
|
1170
|
+
*/
|
1171
|
+
matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1172
|
+
/**
|
1173
|
+
* Parse the collection from ProjectLocationCollectionEngineSession resource.
|
1174
|
+
*
|
1175
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1176
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1177
|
+
* @returns {string} A string representing the collection.
|
1178
|
+
*/
|
1179
|
+
matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1180
|
+
/**
|
1181
|
+
* Parse the engine from ProjectLocationCollectionEngineSession resource.
|
1182
|
+
*
|
1183
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1184
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1185
|
+
* @returns {string} A string representing the engine.
|
1186
|
+
*/
|
1187
|
+
matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1188
|
+
/**
|
1189
|
+
* Parse the session from ProjectLocationCollectionEngineSession resource.
|
1190
|
+
*
|
1191
|
+
* @param {string} projectLocationCollectionEngineSessionName
|
1192
|
+
* A fully-qualified path representing project_location_collection_engine_session resource.
|
1193
|
+
* @returns {string} A string representing the session.
|
1194
|
+
*/
|
1195
|
+
matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
|
1196
|
+
/**
|
1197
|
+
* Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
|
1198
|
+
*
|
1199
|
+
* @param {string} project
|
1200
|
+
* @param {string} location
|
1201
|
+
* @param {string} collection
|
1202
|
+
* @param {string} engine
|
1203
|
+
* @param {string} session
|
1204
|
+
* @param {string} answer
|
1205
|
+
* @returns {string} Resource name string.
|
1206
|
+
*/
|
1207
|
+
projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
|
1208
|
+
/**
|
1209
|
+
* Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
|
1210
|
+
*
|
1211
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1212
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1213
|
+
* @returns {string} A string representing the project.
|
1214
|
+
*/
|
1215
|
+
matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1216
|
+
/**
|
1217
|
+
* Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
|
1218
|
+
*
|
1219
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1220
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1221
|
+
* @returns {string} A string representing the location.
|
1222
|
+
*/
|
1223
|
+
matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1224
|
+
/**
|
1225
|
+
* Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
|
1226
|
+
*
|
1227
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1228
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1229
|
+
* @returns {string} A string representing the collection.
|
1230
|
+
*/
|
1231
|
+
matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1232
|
+
/**
|
1233
|
+
* Parse the engine from ProjectLocationCollectionEngineSessionAnswer resource.
|
1234
|
+
*
|
1235
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1236
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1237
|
+
* @returns {string} A string representing the engine.
|
1238
|
+
*/
|
1239
|
+
matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1240
|
+
/**
|
1241
|
+
* Parse the session from ProjectLocationCollectionEngineSessionAnswer resource.
|
1242
|
+
*
|
1243
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1244
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1245
|
+
* @returns {string} A string representing the session.
|
1246
|
+
*/
|
1247
|
+
matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1248
|
+
/**
|
1249
|
+
* Parse the answer from ProjectLocationCollectionEngineSessionAnswer resource.
|
1250
|
+
*
|
1251
|
+
* @param {string} projectLocationCollectionEngineSessionAnswerName
|
1252
|
+
* A fully-qualified path representing project_location_collection_engine_session_answer resource.
|
1253
|
+
* @returns {string} A string representing the answer.
|
1254
|
+
*/
|
1255
|
+
matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
|
1256
|
+
/**
|
1257
|
+
* Return a fully-qualified projectLocationDataStore resource name string.
|
1258
|
+
*
|
1259
|
+
* @param {string} project
|
1260
|
+
* @param {string} location
|
1261
|
+
* @param {string} data_store
|
1262
|
+
* @returns {string} Resource name string.
|
1263
|
+
*/
|
1264
|
+
projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
|
1265
|
+
/**
|
1266
|
+
* Parse the project from ProjectLocationDataStore resource.
|
1267
|
+
*
|
1268
|
+
* @param {string} projectLocationDataStoreName
|
1269
|
+
* A fully-qualified path representing project_location_data_store resource.
|
1270
|
+
* @returns {string} A string representing the project.
|
1271
|
+
*/
|
1272
|
+
matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
1273
|
+
/**
|
1274
|
+
* Parse the location from ProjectLocationDataStore resource.
|
1275
|
+
*
|
1276
|
+
* @param {string} projectLocationDataStoreName
|
1277
|
+
* A fully-qualified path representing project_location_data_store resource.
|
1278
|
+
* @returns {string} A string representing the location.
|
1279
|
+
*/
|
1280
|
+
matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
1281
|
+
/**
|
1282
|
+
* Parse the data_store from ProjectLocationDataStore resource.
|
1283
|
+
*
|
1284
|
+
* @param {string} projectLocationDataStoreName
|
1285
|
+
* A fully-qualified path representing project_location_data_store resource.
|
1286
|
+
* @returns {string} A string representing the data_store.
|
1287
|
+
*/
|
1288
|
+
matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
|
1289
|
+
/**
|
1290
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
|
1291
|
+
*
|
1292
|
+
* @param {string} project
|
1293
|
+
* @param {string} location
|
1294
|
+
* @param {string} data_store
|
1295
|
+
* @param {string} branch
|
1296
|
+
* @param {string} document
|
1297
|
+
* @returns {string} Resource name string.
|
1298
|
+
*/
|
1299
|
+
projectLocationDataStoreBranchDocumentPath(project: string, location: string, dataStore: string, branch: string, document: string): string;
|
1300
|
+
/**
|
1301
|
+
* Parse the project from ProjectLocationDataStoreBranchDocument resource.
|
1302
|
+
*
|
1303
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
1304
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
1305
|
+
* @returns {string} A string representing the project.
|
1306
|
+
*/
|
1307
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1308
|
+
/**
|
1309
|
+
* Parse the location from ProjectLocationDataStoreBranchDocument resource.
|
1310
|
+
*
|
1311
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
1312
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
1313
|
+
* @returns {string} A string representing the location.
|
1314
|
+
*/
|
1315
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1316
|
+
/**
|
1317
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocument resource.
|
1318
|
+
*
|
1319
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
1320
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
1321
|
+
* @returns {string} A string representing the data_store.
|
1322
|
+
*/
|
1323
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1324
|
+
/**
|
1325
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocument resource.
|
1326
|
+
*
|
1327
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
1328
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
1329
|
+
* @returns {string} A string representing the branch.
|
1330
|
+
*/
|
1331
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1332
|
+
/**
|
1333
|
+
* Parse the document from ProjectLocationDataStoreBranchDocument resource.
|
1334
|
+
*
|
1335
|
+
* @param {string} projectLocationDataStoreBranchDocumentName
|
1336
|
+
* A fully-qualified path representing project_location_data_store_branch_document resource.
|
1337
|
+
* @returns {string} A string representing the document.
|
1338
|
+
*/
|
1339
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
|
1340
|
+
/**
|
1341
|
+
* Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
|
1342
|
+
*
|
1343
|
+
* @param {string} project
|
1344
|
+
* @param {string} location
|
1345
|
+
* @param {string} data_store
|
1346
|
+
* @param {string} branch
|
1347
|
+
* @param {string} document
|
1348
|
+
* @param {string} chunk
|
1349
|
+
* @returns {string} Resource name string.
|
1350
|
+
*/
|
1351
|
+
projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
|
1352
|
+
/**
|
1353
|
+
* Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1354
|
+
*
|
1355
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1356
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1357
|
+
* @returns {string} A string representing the project.
|
1358
|
+
*/
|
1359
|
+
matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1360
|
+
/**
|
1361
|
+
* Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1362
|
+
*
|
1363
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1364
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1365
|
+
* @returns {string} A string representing the location.
|
1366
|
+
*/
|
1367
|
+
matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1368
|
+
/**
|
1369
|
+
* Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1370
|
+
*
|
1371
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1372
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1373
|
+
* @returns {string} A string representing the data_store.
|
1374
|
+
*/
|
1375
|
+
matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1376
|
+
/**
|
1377
|
+
* Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1378
|
+
*
|
1379
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1380
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1381
|
+
* @returns {string} A string representing the branch.
|
1382
|
+
*/
|
1383
|
+
matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1384
|
+
/**
|
1385
|
+
* Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1386
|
+
*
|
1387
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1388
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1389
|
+
* @returns {string} A string representing the document.
|
1390
|
+
*/
|
1391
|
+
matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1392
|
+
/**
|
1393
|
+
* Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
|
1394
|
+
*
|
1395
|
+
* @param {string} projectLocationDataStoreBranchDocumentChunkName
|
1396
|
+
* A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
|
1397
|
+
* @returns {string} A string representing the chunk.
|
1398
|
+
*/
|
1399
|
+
matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
|
1400
|
+
/**
|
1401
|
+
* Return a fully-qualified projectLocationDataStoreControl resource name string.
|
1402
|
+
*
|
1403
|
+
* @param {string} project
|
1404
|
+
* @param {string} location
|
1405
|
+
* @param {string} data_store
|
1406
|
+
* @param {string} control
|
1407
|
+
* @returns {string} Resource name string.
|
1408
|
+
*/
|
1409
|
+
projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
|
1410
|
+
/**
|
1411
|
+
* Parse the project from ProjectLocationDataStoreControl resource.
|
1412
|
+
*
|
1413
|
+
* @param {string} projectLocationDataStoreControlName
|
1414
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1415
|
+
* @returns {string} A string representing the project.
|
1416
|
+
*/
|
1417
|
+
matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1418
|
+
/**
|
1419
|
+
* Parse the location from ProjectLocationDataStoreControl resource.
|
1420
|
+
*
|
1421
|
+
* @param {string} projectLocationDataStoreControlName
|
1422
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1423
|
+
* @returns {string} A string representing the location.
|
1424
|
+
*/
|
1425
|
+
matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1426
|
+
/**
|
1427
|
+
* Parse the data_store from ProjectLocationDataStoreControl resource.
|
1428
|
+
*
|
1429
|
+
* @param {string} projectLocationDataStoreControlName
|
1430
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1431
|
+
* @returns {string} A string representing the data_store.
|
1432
|
+
*/
|
1433
|
+
matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1434
|
+
/**
|
1435
|
+
* Parse the control from ProjectLocationDataStoreControl resource.
|
1436
|
+
*
|
1437
|
+
* @param {string} projectLocationDataStoreControlName
|
1438
|
+
* A fully-qualified path representing project_location_data_store_control resource.
|
1439
|
+
* @returns {string} A string representing the control.
|
1440
|
+
*/
|
1441
|
+
matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
|
1442
|
+
/**
|
1443
|
+
* Return a fully-qualified projectLocationDataStoreConversation resource name string.
|
1444
|
+
*
|
1445
|
+
* @param {string} project
|
1446
|
+
* @param {string} location
|
1447
|
+
* @param {string} data_store
|
1448
|
+
* @param {string} conversation
|
1449
|
+
* @returns {string} Resource name string.
|
1450
|
+
*/
|
1451
|
+
projectLocationDataStoreConversationPath(project: string, location: string, dataStore: string, conversation: string): string;
|
1452
|
+
/**
|
1453
|
+
* Parse the project from ProjectLocationDataStoreConversation resource.
|
1454
|
+
*
|
1455
|
+
* @param {string} projectLocationDataStoreConversationName
|
1456
|
+
* A fully-qualified path representing project_location_data_store_conversation resource.
|
1457
|
+
* @returns {string} A string representing the project.
|
1458
|
+
*/
|
1459
|
+
matchProjectFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1460
|
+
/**
|
1461
|
+
* Parse the location from ProjectLocationDataStoreConversation resource.
|
1462
|
+
*
|
1463
|
+
* @param {string} projectLocationDataStoreConversationName
|
1464
|
+
* A fully-qualified path representing project_location_data_store_conversation resource.
|
1465
|
+
* @returns {string} A string representing the location.
|
1466
|
+
*/
|
1467
|
+
matchLocationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1468
|
+
/**
|
1469
|
+
* Parse the data_store from ProjectLocationDataStoreConversation resource.
|
1470
|
+
*
|
1471
|
+
* @param {string} projectLocationDataStoreConversationName
|
1472
|
+
* A fully-qualified path representing project_location_data_store_conversation resource.
|
1473
|
+
* @returns {string} A string representing the data_store.
|
1474
|
+
*/
|
1475
|
+
matchDataStoreFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1476
|
+
/**
|
1477
|
+
* Parse the conversation from ProjectLocationDataStoreConversation resource.
|
1478
|
+
*
|
1479
|
+
* @param {string} projectLocationDataStoreConversationName
|
1480
|
+
* A fully-qualified path representing project_location_data_store_conversation resource.
|
1481
|
+
* @returns {string} A string representing the conversation.
|
1482
|
+
*/
|
1483
|
+
matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
|
1484
|
+
/**
|
1485
|
+
* Return a fully-qualified projectLocationDataStoreCustomTuningModel resource name string.
|
1486
|
+
*
|
1487
|
+
* @param {string} project
|
1488
|
+
* @param {string} location
|
1489
|
+
* @param {string} data_store
|
1490
|
+
* @param {string} custom_tuning_model
|
1491
|
+
* @returns {string} Resource name string.
|
1492
|
+
*/
|
1493
|
+
projectLocationDataStoreCustomTuningModelPath(project: string, location: string, dataStore: string, customTuningModel: string): string;
|
1494
|
+
/**
|
1495
|
+
* Parse the project from ProjectLocationDataStoreCustomTuningModel resource.
|
1496
|
+
*
|
1497
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1498
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1499
|
+
* @returns {string} A string representing the project.
|
1500
|
+
*/
|
1501
|
+
matchProjectFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1502
|
+
/**
|
1503
|
+
* Parse the location from ProjectLocationDataStoreCustomTuningModel resource.
|
1504
|
+
*
|
1505
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1506
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1507
|
+
* @returns {string} A string representing the location.
|
1508
|
+
*/
|
1509
|
+
matchLocationFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1510
|
+
/**
|
1511
|
+
* Parse the data_store from ProjectLocationDataStoreCustomTuningModel resource.
|
1512
|
+
*
|
1513
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1514
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1515
|
+
* @returns {string} A string representing the data_store.
|
1516
|
+
*/
|
1517
|
+
matchDataStoreFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1518
|
+
/**
|
1519
|
+
* Parse the custom_tuning_model from ProjectLocationDataStoreCustomTuningModel resource.
|
1520
|
+
*
|
1521
|
+
* @param {string} projectLocationDataStoreCustomTuningModelName
|
1522
|
+
* A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
|
1523
|
+
* @returns {string} A string representing the custom_tuning_model.
|
1524
|
+
*/
|
1525
|
+
matchCustomTuningModelFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
|
1526
|
+
/**
|
1527
|
+
* Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
|
1528
|
+
*
|
1529
|
+
* @param {string} project
|
1530
|
+
* @param {string} location
|
1531
|
+
* @param {string} data_store
|
1532
|
+
* @returns {string} Resource name string.
|
1533
|
+
*/
|
1534
|
+
projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
|
1535
|
+
/**
|
1536
|
+
* Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1537
|
+
*
|
1538
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1539
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1540
|
+
* @returns {string} A string representing the project.
|
1541
|
+
*/
|
1542
|
+
matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1543
|
+
/**
|
1544
|
+
* Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1545
|
+
*
|
1546
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1547
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1548
|
+
* @returns {string} A string representing the location.
|
1549
|
+
*/
|
1550
|
+
matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1551
|
+
/**
|
1552
|
+
* Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
|
1553
|
+
*
|
1554
|
+
* @param {string} projectLocationDataStoreDocumentProcessingConfigName
|
1555
|
+
* A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
|
1556
|
+
* @returns {string} A string representing the data_store.
|
1557
|
+
*/
|
1558
|
+
matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
|
1559
|
+
/**
|
1560
|
+
* Return a fully-qualified projectLocationDataStoreSchema resource name string.
|
1561
|
+
*
|
1562
|
+
* @param {string} project
|
1563
|
+
* @param {string} location
|
1564
|
+
* @param {string} data_store
|
1565
|
+
* @param {string} schema
|
1566
|
+
* @returns {string} Resource name string.
|
1567
|
+
*/
|
1568
|
+
projectLocationDataStoreSchemaPath(project: string, location: string, dataStore: string, schema: string): string;
|
1569
|
+
/**
|
1570
|
+
* Parse the project from ProjectLocationDataStoreSchema resource.
|
1571
|
+
*
|
1572
|
+
* @param {string} projectLocationDataStoreSchemaName
|
1573
|
+
* A fully-qualified path representing project_location_data_store_schema resource.
|
1574
|
+
* @returns {string} A string representing the project.
|
1575
|
+
*/
|
1576
|
+
matchProjectFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1577
|
+
/**
|
1578
|
+
* Parse the location from ProjectLocationDataStoreSchema resource.
|
1579
|
+
*
|
1580
|
+
* @param {string} projectLocationDataStoreSchemaName
|
1581
|
+
* A fully-qualified path representing project_location_data_store_schema resource.
|
1582
|
+
* @returns {string} A string representing the location.
|
1583
|
+
*/
|
1584
|
+
matchLocationFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1585
|
+
/**
|
1586
|
+
* Parse the data_store from ProjectLocationDataStoreSchema resource.
|
1587
|
+
*
|
1588
|
+
* @param {string} projectLocationDataStoreSchemaName
|
1589
|
+
* A fully-qualified path representing project_location_data_store_schema resource.
|
1590
|
+
* @returns {string} A string representing the data_store.
|
1591
|
+
*/
|
1592
|
+
matchDataStoreFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1593
|
+
/**
|
1594
|
+
* Parse the schema from ProjectLocationDataStoreSchema resource.
|
1595
|
+
*
|
1596
|
+
* @param {string} projectLocationDataStoreSchemaName
|
1597
|
+
* A fully-qualified path representing project_location_data_store_schema resource.
|
1598
|
+
* @returns {string} A string representing the schema.
|
1599
|
+
*/
|
1600
|
+
matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
|
1601
|
+
/**
|
1602
|
+
* Return a fully-qualified projectLocationDataStoreSession resource name string.
|
1603
|
+
*
|
1604
|
+
* @param {string} project
|
1605
|
+
* @param {string} location
|
1606
|
+
* @param {string} data_store
|
1607
|
+
* @param {string} session
|
1608
|
+
* @returns {string} Resource name string.
|
1609
|
+
*/
|
1610
|
+
projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
|
1611
|
+
/**
|
1612
|
+
* Parse the project from ProjectLocationDataStoreSession resource.
|
1613
|
+
*
|
1614
|
+
* @param {string} projectLocationDataStoreSessionName
|
1615
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1616
|
+
* @returns {string} A string representing the project.
|
1617
|
+
*/
|
1618
|
+
matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1619
|
+
/**
|
1620
|
+
* Parse the location from ProjectLocationDataStoreSession resource.
|
1621
|
+
*
|
1622
|
+
* @param {string} projectLocationDataStoreSessionName
|
1623
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1624
|
+
* @returns {string} A string representing the location.
|
1625
|
+
*/
|
1626
|
+
matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1627
|
+
/**
|
1628
|
+
* Parse the data_store from ProjectLocationDataStoreSession resource.
|
1629
|
+
*
|
1630
|
+
* @param {string} projectLocationDataStoreSessionName
|
1631
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1632
|
+
* @returns {string} A string representing the data_store.
|
1633
|
+
*/
|
1634
|
+
matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1635
|
+
/**
|
1636
|
+
* Parse the session from ProjectLocationDataStoreSession resource.
|
1637
|
+
*
|
1638
|
+
* @param {string} projectLocationDataStoreSessionName
|
1639
|
+
* A fully-qualified path representing project_location_data_store_session resource.
|
1640
|
+
* @returns {string} A string representing the session.
|
1641
|
+
*/
|
1642
|
+
matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
|
1643
|
+
/**
|
1644
|
+
* Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
|
1645
|
+
*
|
1646
|
+
* @param {string} project
|
1647
|
+
* @param {string} location
|
1648
|
+
* @param {string} data_store
|
1649
|
+
* @param {string} session
|
1650
|
+
* @param {string} answer
|
1651
|
+
* @returns {string} Resource name string.
|
1652
|
+
*/
|
1653
|
+
projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
|
1654
|
+
/**
|
1655
|
+
* Parse the project from ProjectLocationDataStoreSessionAnswer resource.
|
1656
|
+
*
|
1657
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1658
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1659
|
+
* @returns {string} A string representing the project.
|
1660
|
+
*/
|
1661
|
+
matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1662
|
+
/**
|
1663
|
+
* Parse the location from ProjectLocationDataStoreSessionAnswer resource.
|
1664
|
+
*
|
1665
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1666
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1667
|
+
* @returns {string} A string representing the location.
|
1668
|
+
*/
|
1669
|
+
matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1670
|
+
/**
|
1671
|
+
* Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
|
1672
|
+
*
|
1673
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1674
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1675
|
+
* @returns {string} A string representing the data_store.
|
1676
|
+
*/
|
1677
|
+
matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1678
|
+
/**
|
1679
|
+
* Parse the session from ProjectLocationDataStoreSessionAnswer resource.
|
1680
|
+
*
|
1681
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1682
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1683
|
+
* @returns {string} A string representing the session.
|
1684
|
+
*/
|
1685
|
+
matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1686
|
+
/**
|
1687
|
+
* Parse the answer from ProjectLocationDataStoreSessionAnswer resource.
|
1688
|
+
*
|
1689
|
+
* @param {string} projectLocationDataStoreSessionAnswerName
|
1690
|
+
* A fully-qualified path representing project_location_data_store_session_answer resource.
|
1691
|
+
* @returns {string} A string representing the answer.
|
1692
|
+
*/
|
1693
|
+
matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
|
1694
|
+
/**
|
1695
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
|
1696
|
+
*
|
1697
|
+
* @param {string} project
|
1698
|
+
* @param {string} location
|
1699
|
+
* @param {string} data_store
|
1700
|
+
* @returns {string} Resource name string.
|
1701
|
+
*/
|
1702
|
+
projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
|
1703
|
+
/**
|
1704
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
|
1705
|
+
*
|
1706
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1707
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1708
|
+
* @returns {string} A string representing the project.
|
1709
|
+
*/
|
1710
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1711
|
+
/**
|
1712
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
|
1713
|
+
*
|
1714
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1715
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1716
|
+
* @returns {string} A string representing the location.
|
1717
|
+
*/
|
1718
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1719
|
+
/**
|
1720
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
|
1721
|
+
*
|
1722
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineName
|
1723
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
|
1724
|
+
* @returns {string} A string representing the data_store.
|
1725
|
+
*/
|
1726
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
|
1727
|
+
/**
|
1728
|
+
* Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
|
1729
|
+
*
|
1730
|
+
* @param {string} project
|
1731
|
+
* @param {string} location
|
1732
|
+
* @param {string} data_store
|
1733
|
+
* @param {string} target_site
|
1734
|
+
* @returns {string} Resource name string.
|
1735
|
+
*/
|
1736
|
+
projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
|
1737
|
+
/**
|
1738
|
+
* Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1739
|
+
*
|
1740
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1741
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1742
|
+
* @returns {string} A string representing the project.
|
1743
|
+
*/
|
1744
|
+
matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1745
|
+
/**
|
1746
|
+
* Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1747
|
+
*
|
1748
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1749
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1750
|
+
* @returns {string} A string representing the location.
|
1751
|
+
*/
|
1752
|
+
matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1753
|
+
/**
|
1754
|
+
* Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1755
|
+
*
|
1756
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1757
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1758
|
+
* @returns {string} A string representing the data_store.
|
1759
|
+
*/
|
1760
|
+
matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1761
|
+
/**
|
1762
|
+
* Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
|
1763
|
+
*
|
1764
|
+
* @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
|
1765
|
+
* A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
|
1766
|
+
* @returns {string} A string representing the target_site.
|
1767
|
+
*/
|
1768
|
+
matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
|
1769
|
+
/**
|
1770
|
+
* Terminate the gRPC channel and close the client.
|
1771
|
+
*
|
1772
|
+
* The client will no longer be usable and all future behavior is undefined.
|
1773
|
+
* @returns {Promise} A promise that resolves when the client is closed.
|
1774
|
+
*/
|
1775
|
+
close(): Promise<void>;
|
1776
|
+
}
|