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