@google-cloud/discoveryengine 1.10.0 → 1.12.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 (129) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/README.md +33 -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/answer.proto +14 -0
  11. package/build/protos/google/cloud/discoveryengine/v1beta/chunk.proto +119 -0
  12. package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +0 -5
  13. package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +31 -0
  14. package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +38 -0
  15. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +29 -2
  16. package/build/protos/google/cloud/discoveryengine/v1beta/custom_tuning_model.proto +7 -1
  17. package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +23 -0
  18. package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +10 -0
  19. package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +1 -1
  20. package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +37 -2
  21. package/build/protos/google/cloud/discoveryengine/v1beta/evaluation.proto +231 -0
  22. package/build/protos/google/cloud/discoveryengine/v1beta/evaluation_service.proto +252 -0
  23. package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +191 -0
  24. package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +111 -0
  25. package/build/protos/google/cloud/discoveryengine/v1beta/sample_query.proto +86 -0
  26. package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_service.proto +264 -0
  27. package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_set.proto +64 -0
  28. package/build/protos/google/cloud/discoveryengine/v1beta/sample_query_set_service.proto +256 -0
  29. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +370 -8
  30. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +11 -5
  31. package/build/protos/google/cloud/discoveryengine/v1beta/user_event_service.proto +24 -0
  32. package/build/protos/protos.d.ts +32735 -21073
  33. package/build/protos/protos.js +80768 -53241
  34. package/build/protos/protos.json +5309 -2481
  35. package/build/src/v1alpha/acl_config_service_client.d.ts +108 -0
  36. package/build/src/v1alpha/acl_config_service_client.js +157 -0
  37. package/build/src/v1alpha/chunk_service_client.d.ts +108 -0
  38. package/build/src/v1alpha/chunk_service_client.js +157 -0
  39. package/build/src/v1alpha/completion_service_client.d.ts +108 -0
  40. package/build/src/v1alpha/completion_service_client.js +157 -0
  41. package/build/src/v1alpha/control_service_client.d.ts +108 -0
  42. package/build/src/v1alpha/control_service_client.js +157 -0
  43. package/build/src/v1alpha/conversational_search_service_client.d.ts +108 -0
  44. package/build/src/v1alpha/conversational_search_service_client.js +157 -0
  45. package/build/src/v1alpha/data_store_service_client.d.ts +108 -0
  46. package/build/src/v1alpha/data_store_service_client.js +157 -0
  47. package/build/src/v1alpha/document_service_client.d.ts +108 -0
  48. package/build/src/v1alpha/document_service_client.js +157 -0
  49. package/build/src/v1alpha/engine_service_client.d.ts +108 -0
  50. package/build/src/v1alpha/engine_service_client.js +157 -0
  51. package/build/src/v1alpha/estimate_billing_service_client.d.ts +108 -0
  52. package/build/src/v1alpha/estimate_billing_service_client.js +157 -0
  53. package/build/src/v1alpha/evaluation_service_client.d.ts +2349 -0
  54. package/build/src/v1alpha/evaluation_service_client.js +3288 -0
  55. package/build/src/v1alpha/evaluation_service_client_config.json +58 -0
  56. package/build/src/v1alpha/grounded_generation_service_client.d.ts +108 -0
  57. package/build/src/v1alpha/grounded_generation_service_client.js +157 -0
  58. package/build/src/v1alpha/index.d.ts +3 -0
  59. package/build/src/v1alpha/index.js +7 -1
  60. package/build/src/v1alpha/project_service_client.d.ts +108 -0
  61. package/build/src/v1alpha/project_service_client.js +157 -0
  62. package/build/src/v1alpha/rank_service_client.d.ts +108 -0
  63. package/build/src/v1alpha/rank_service_client.js +157 -0
  64. package/build/src/v1alpha/recommendation_service_client.d.ts +108 -0
  65. package/build/src/v1alpha/recommendation_service_client.js +157 -0
  66. package/build/src/v1alpha/sample_query_service_client.d.ts +2317 -0
  67. package/build/src/v1alpha/sample_query_service_client.js +3186 -0
  68. package/build/src/v1alpha/sample_query_service_client_config.json +68 -0
  69. package/build/src/v1alpha/sample_query_set_service_client.d.ts +2176 -0
  70. package/build/src/v1alpha/sample_query_set_service_client.js +2931 -0
  71. package/build/src/v1alpha/sample_query_set_service_client_config.json +63 -0
  72. package/build/src/v1alpha/schema_service_client.d.ts +108 -0
  73. package/build/src/v1alpha/schema_service_client.js +157 -0
  74. package/build/src/v1alpha/search_service_client.d.ts +108 -0
  75. package/build/src/v1alpha/search_service_client.js +157 -0
  76. package/build/src/v1alpha/search_tuning_service_client.d.ts +108 -0
  77. package/build/src/v1alpha/search_tuning_service_client.js +157 -0
  78. package/build/src/v1alpha/serving_config_service_client.d.ts +108 -0
  79. package/build/src/v1alpha/serving_config_service_client.js +157 -0
  80. package/build/src/v1alpha/site_search_engine_service_client.d.ts +108 -0
  81. package/build/src/v1alpha/site_search_engine_service_client.js +157 -0
  82. package/build/src/v1alpha/user_event_service_client.d.ts +108 -0
  83. package/build/src/v1alpha/user_event_service_client.js +157 -0
  84. package/build/src/v1beta/completion_service_client.d.ts +328 -0
  85. package/build/src/v1beta/completion_service_client.js +423 -0
  86. package/build/src/v1beta/completion_service_client_config.json +10 -0
  87. package/build/src/v1beta/control_service_client.d.ts +237 -0
  88. package/build/src/v1beta/control_service_client.js +333 -0
  89. package/build/src/v1beta/conversational_search_service_client.d.ts +255 -0
  90. package/build/src/v1beta/conversational_search_service_client.js +333 -0
  91. package/build/src/v1beta/data_store_service_client.d.ts +246 -0
  92. package/build/src/v1beta/data_store_service_client.js +339 -0
  93. package/build/src/v1beta/document_service_client.d.ts +239 -0
  94. package/build/src/v1beta/document_service_client.js +339 -0
  95. package/build/src/v1beta/engine_service_client.d.ts +237 -0
  96. package/build/src/v1beta/engine_service_client.js +339 -0
  97. package/build/src/v1beta/evaluation_service_client.d.ts +2325 -0
  98. package/build/src/v1beta/evaluation_service_client.js +3252 -0
  99. package/build/src/v1beta/evaluation_service_client_config.json +58 -0
  100. package/build/src/v1beta/grounded_generation_service_client.d.ts +237 -0
  101. package/build/src/v1beta/grounded_generation_service_client.js +333 -0
  102. package/build/src/v1beta/index.d.ts +3 -0
  103. package/build/src/v1beta/index.js +7 -1
  104. package/build/src/v1beta/project_service_client.d.ts +237 -0
  105. package/build/src/v1beta/project_service_client.js +339 -0
  106. package/build/src/v1beta/rank_service_client.d.ts +237 -0
  107. package/build/src/v1beta/rank_service_client.js +333 -0
  108. package/build/src/v1beta/recommendation_service_client.d.ts +237 -0
  109. package/build/src/v1beta/recommendation_service_client.js +333 -0
  110. package/build/src/v1beta/sample_query_service_client.d.ts +2293 -0
  111. package/build/src/v1beta/sample_query_service_client.js +3150 -0
  112. package/build/src/v1beta/sample_query_service_client_config.json +68 -0
  113. package/build/src/v1beta/sample_query_set_service_client.d.ts +2150 -0
  114. package/build/src/v1beta/sample_query_set_service_client.js +2895 -0
  115. package/build/src/v1beta/sample_query_set_service_client_config.json +63 -0
  116. package/build/src/v1beta/schema_service_client.d.ts +237 -0
  117. package/build/src/v1beta/schema_service_client.js +339 -0
  118. package/build/src/v1beta/search_service_client.d.ts +414 -12
  119. package/build/src/v1beta/search_service_client.js +451 -8
  120. package/build/src/v1beta/search_tuning_service_client.d.ts +237 -0
  121. package/build/src/v1beta/search_tuning_service_client.js +339 -0
  122. package/build/src/v1beta/serving_config_service_client.d.ts +237 -0
  123. package/build/src/v1beta/serving_config_service_client.js +333 -0
  124. package/build/src/v1beta/site_search_engine_service_client.d.ts +237 -0
  125. package/build/src/v1beta/site_search_engine_service_client.js +339 -0
  126. package/build/src/v1beta/user_event_service_client.d.ts +312 -0
  127. package/build/src/v1beta/user_event_service_client.js +381 -0
  128. package/build/src/v1beta/user_event_service_client_config.json +5 -0
  129. package/package.json +1 -1
@@ -0,0 +1,2325 @@
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.v1beta.Evaluation|Evaluation}s,
8
+ * @class
9
+ * @memberof v1beta
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.v1beta.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.v1beta.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.v1beta.Evaluation|Evaluation}, regardless of
132
+ * whether or not it exists, a PERMISSION_DENIED error is returned.
133
+ *
134
+ * If the requested
135
+ * {@link protos.google.cloud.discoveryengine.v1beta.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.v1beta.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/v1beta/evaluation_service.get_evaluation.js</caption>
144
+ * region_tag:discoveryengine_v1beta_generated_EvaluationService_GetEvaluation_async
145
+ */
146
+ getEvaluation(request?: protos.google.cloud.discoveryengine.v1beta.IGetEvaluationRequest, options?: CallOptions): Promise<[
147
+ protos.google.cloud.discoveryengine.v1beta.IEvaluation,
148
+ (protos.google.cloud.discoveryengine.v1beta.IGetEvaluationRequest | undefined),
149
+ {} | undefined
150
+ ]>;
151
+ getEvaluation(request: protos.google.cloud.discoveryengine.v1beta.IGetEvaluationRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1beta.IEvaluation, protos.google.cloud.discoveryengine.v1beta.IGetEvaluationRequest | null | undefined, {} | null | undefined>): void;
152
+ getEvaluation(request: protos.google.cloud.discoveryengine.v1beta.IGetEvaluationRequest, callback: Callback<protos.google.cloud.discoveryengine.v1beta.IEvaluation, protos.google.cloud.discoveryengine.v1beta.IGetEvaluationRequest | null | undefined, {} | null | undefined>): void;
153
+ /**
154
+ * Creates a {@link protos.google.cloud.discoveryengine.v1beta.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.v1beta.Evaluation} request.evaluation
165
+ * Required. The {@link protos.google.cloud.discoveryengine.v1beta.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/v1beta/evaluation_service.create_evaluation.js</caption>
176
+ * region_tag:discoveryengine_v1beta_generated_EvaluationService_CreateEvaluation_async
177
+ */
178
+ createEvaluation(request?: protos.google.cloud.discoveryengine.v1beta.ICreateEvaluationRequest, options?: CallOptions): Promise<[
179
+ LROperation<protos.google.cloud.discoveryengine.v1beta.IEvaluation, protos.google.cloud.discoveryengine.v1beta.ICreateEvaluationMetadata>,
180
+ protos.google.longrunning.IOperation | undefined,
181
+ {} | undefined
182
+ ]>;
183
+ createEvaluation(request: protos.google.cloud.discoveryengine.v1beta.ICreateEvaluationRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.IEvaluation, protos.google.cloud.discoveryengine.v1beta.ICreateEvaluationMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
184
+ createEvaluation(request: protos.google.cloud.discoveryengine.v1beta.ICreateEvaluationRequest, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.IEvaluation, protos.google.cloud.discoveryengine.v1beta.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/v1beta/evaluation_service.create_evaluation.js</caption>
194
+ * region_tag:discoveryengine_v1beta_generated_EvaluationService_CreateEvaluation_async
195
+ */
196
+ checkCreateEvaluationProgress(name: string): Promise<LROperation<protos.google.cloud.discoveryengine.v1beta.Evaluation, protos.google.cloud.discoveryengine.v1beta.CreateEvaluationMetadata>>;
197
+ /**
198
+ * Gets a list of
199
+ * {@link protos.google.cloud.discoveryengine.v1beta.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.v1beta.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.v1beta.Evaluation|Evaluation}s to return. If
214
+ * 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.v1beta.ListEvaluationsResponse.next_page_token|ListEvaluationsResponse.next_page_token},
221
+ * received from a previous
222
+ * {@link protos.google.cloud.discoveryengine.v1beta.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.v1beta.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.v1beta.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.v1beta.IListEvaluationsRequest, options?: CallOptions): Promise<[
242
+ protos.google.cloud.discoveryengine.v1beta.IEvaluation[],
243
+ protos.google.cloud.discoveryengine.v1beta.IListEvaluationsRequest | null,
244
+ protos.google.cloud.discoveryengine.v1beta.IListEvaluationsResponse
245
+ ]>;
246
+ listEvaluations(request: protos.google.cloud.discoveryengine.v1beta.IListEvaluationsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1beta.IListEvaluationsRequest, protos.google.cloud.discoveryengine.v1beta.IListEvaluationsResponse | null | undefined, protos.google.cloud.discoveryengine.v1beta.IEvaluation>): void;
247
+ listEvaluations(request: protos.google.cloud.discoveryengine.v1beta.IListEvaluationsRequest, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1beta.IListEvaluationsRequest, protos.google.cloud.discoveryengine.v1beta.IListEvaluationsResponse | null | undefined, protos.google.cloud.discoveryengine.v1beta.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.v1beta.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.v1beta.Evaluation|Evaluation}s to return. If
263
+ * 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.v1beta.ListEvaluationsResponse.next_page_token|ListEvaluationsResponse.next_page_token},
270
+ * received from a previous
271
+ * {@link protos.google.cloud.discoveryengine.v1beta.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.v1beta.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.v1beta.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.v1beta.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.v1beta.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.v1beta.Evaluation|Evaluation}s to return. If
307
+ * 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.v1beta.ListEvaluationsResponse.next_page_token|ListEvaluationsResponse.next_page_token},
314
+ * received from a previous
315
+ * {@link protos.google.cloud.discoveryengine.v1beta.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.v1beta.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.v1beta.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/v1beta/evaluation_service.list_evaluations.js</caption>
332
+ * region_tag:discoveryengine_v1beta_generated_EvaluationService_ListEvaluations_async
333
+ */
334
+ listEvaluationsAsync(request?: protos.google.cloud.discoveryengine.v1beta.IListEvaluationsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.discoveryengine.v1beta.IEvaluation>;
335
+ /**
336
+ * Gets a list of results for a given a
337
+ * {@link protos.google.cloud.discoveryengine.v1beta.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.v1beta.ListEvaluationResultsResponse.next_page_token|ListEvaluationResultsResponse.next_page_token},
357
+ * received from a previous
358
+ * {@link protos.google.cloud.discoveryengine.v1beta.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.v1beta.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.v1beta.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.v1beta.IListEvaluationResultsRequest, options?: CallOptions): Promise<[
378
+ protos.google.cloud.discoveryengine.v1beta.ListEvaluationResultsResponse.IEvaluationResult[],
379
+ protos.google.cloud.discoveryengine.v1beta.IListEvaluationResultsRequest | null,
380
+ protos.google.cloud.discoveryengine.v1beta.IListEvaluationResultsResponse
381
+ ]>;
382
+ listEvaluationResults(request: protos.google.cloud.discoveryengine.v1beta.IListEvaluationResultsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1beta.IListEvaluationResultsRequest, protos.google.cloud.discoveryengine.v1beta.IListEvaluationResultsResponse | null | undefined, protos.google.cloud.discoveryengine.v1beta.ListEvaluationResultsResponse.IEvaluationResult>): void;
383
+ listEvaluationResults(request: protos.google.cloud.discoveryengine.v1beta.IListEvaluationResultsRequest, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1beta.IListEvaluationResultsRequest, protos.google.cloud.discoveryengine.v1beta.IListEvaluationResultsResponse | null | undefined, protos.google.cloud.discoveryengine.v1beta.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.v1beta.ListEvaluationResultsResponse.next_page_token|ListEvaluationResultsResponse.next_page_token},
404
+ * received from a previous
405
+ * {@link protos.google.cloud.discoveryengine.v1beta.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.v1beta.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.v1beta.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.v1beta.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.v1beta.ListEvaluationResultsResponse.next_page_token|ListEvaluationResultsResponse.next_page_token},
446
+ * received from a previous
447
+ * {@link protos.google.cloud.discoveryengine.v1beta.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.v1beta.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.v1beta.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/v1beta/evaluation_service.list_evaluation_results.js</caption>
464
+ * region_tag:discoveryengine_v1beta_generated_EvaluationService_ListEvaluationResults_async
465
+ */
466
+ listEvaluationResultsAsync(request?: protos.google.cloud.discoveryengine.v1beta.IListEvaluationResultsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.discoveryengine.v1beta.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 engine resource name string.
640
+ *
641
+ * @param {string} project
642
+ * @param {string} location
643
+ * @param {string} collection
644
+ * @param {string} engine
645
+ * @returns {string} Resource name string.
646
+ */
647
+ enginePath(project: string, location: string, collection: string, engine: string): string;
648
+ /**
649
+ * Parse the project from Engine resource.
650
+ *
651
+ * @param {string} engineName
652
+ * A fully-qualified path representing Engine resource.
653
+ * @returns {string} A string representing the project.
654
+ */
655
+ matchProjectFromEngineName(engineName: string): string | number;
656
+ /**
657
+ * Parse the location from Engine resource.
658
+ *
659
+ * @param {string} engineName
660
+ * A fully-qualified path representing Engine resource.
661
+ * @returns {string} A string representing the location.
662
+ */
663
+ matchLocationFromEngineName(engineName: string): string | number;
664
+ /**
665
+ * Parse the collection from Engine resource.
666
+ *
667
+ * @param {string} engineName
668
+ * A fully-qualified path representing Engine resource.
669
+ * @returns {string} A string representing the collection.
670
+ */
671
+ matchCollectionFromEngineName(engineName: string): string | number;
672
+ /**
673
+ * Parse the engine from Engine resource.
674
+ *
675
+ * @param {string} engineName
676
+ * A fully-qualified path representing Engine resource.
677
+ * @returns {string} A string representing the engine.
678
+ */
679
+ matchEngineFromEngineName(engineName: string): string | number;
680
+ /**
681
+ * Return a fully-qualified evaluation resource name string.
682
+ *
683
+ * @param {string} project
684
+ * @param {string} location
685
+ * @param {string} evaluation
686
+ * @returns {string} Resource name string.
687
+ */
688
+ evaluationPath(project: string, location: string, evaluation: string): string;
689
+ /**
690
+ * Parse the project from Evaluation resource.
691
+ *
692
+ * @param {string} evaluationName
693
+ * A fully-qualified path representing Evaluation resource.
694
+ * @returns {string} A string representing the project.
695
+ */
696
+ matchProjectFromEvaluationName(evaluationName: string): string | number;
697
+ /**
698
+ * Parse the location from Evaluation resource.
699
+ *
700
+ * @param {string} evaluationName
701
+ * A fully-qualified path representing Evaluation resource.
702
+ * @returns {string} A string representing the location.
703
+ */
704
+ matchLocationFromEvaluationName(evaluationName: string): string | number;
705
+ /**
706
+ * Parse the evaluation from Evaluation resource.
707
+ *
708
+ * @param {string} evaluationName
709
+ * A fully-qualified path representing Evaluation resource.
710
+ * @returns {string} A string representing the evaluation.
711
+ */
712
+ matchEvaluationFromEvaluationName(evaluationName: string): string | number;
713
+ /**
714
+ * Return a fully-qualified location resource name string.
715
+ *
716
+ * @param {string} project
717
+ * @param {string} location
718
+ * @returns {string} Resource name string.
719
+ */
720
+ locationPath(project: string, location: string): string;
721
+ /**
722
+ * Parse the project from Location resource.
723
+ *
724
+ * @param {string} locationName
725
+ * A fully-qualified path representing Location resource.
726
+ * @returns {string} A string representing the project.
727
+ */
728
+ matchProjectFromLocationName(locationName: string): string | number;
729
+ /**
730
+ * Parse the location from Location resource.
731
+ *
732
+ * @param {string} locationName
733
+ * A fully-qualified path representing Location resource.
734
+ * @returns {string} A string representing the location.
735
+ */
736
+ matchLocationFromLocationName(locationName: string): string | number;
737
+ /**
738
+ * Return a fully-qualified project resource name string.
739
+ *
740
+ * @param {string} project
741
+ * @returns {string} Resource name string.
742
+ */
743
+ projectPath(project: string): string;
744
+ /**
745
+ * Parse the project from Project resource.
746
+ *
747
+ * @param {string} projectName
748
+ * A fully-qualified path representing Project resource.
749
+ * @returns {string} A string representing the project.
750
+ */
751
+ matchProjectFromProjectName(projectName: string): string | number;
752
+ /**
753
+ * Return a fully-qualified projectLocationCollectionDataStore resource name string.
754
+ *
755
+ * @param {string} project
756
+ * @param {string} location
757
+ * @param {string} collection
758
+ * @param {string} data_store
759
+ * @returns {string} Resource name string.
760
+ */
761
+ projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
762
+ /**
763
+ * Parse the project from ProjectLocationCollectionDataStore resource.
764
+ *
765
+ * @param {string} projectLocationCollectionDataStoreName
766
+ * A fully-qualified path representing project_location_collection_data_store resource.
767
+ * @returns {string} A string representing the project.
768
+ */
769
+ matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
770
+ /**
771
+ * Parse the location from ProjectLocationCollectionDataStore resource.
772
+ *
773
+ * @param {string} projectLocationCollectionDataStoreName
774
+ * A fully-qualified path representing project_location_collection_data_store resource.
775
+ * @returns {string} A string representing the location.
776
+ */
777
+ matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
778
+ /**
779
+ * Parse the collection from ProjectLocationCollectionDataStore resource.
780
+ *
781
+ * @param {string} projectLocationCollectionDataStoreName
782
+ * A fully-qualified path representing project_location_collection_data_store resource.
783
+ * @returns {string} A string representing the collection.
784
+ */
785
+ matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
786
+ /**
787
+ * Parse the data_store 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 data_store.
792
+ */
793
+ matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
794
+ /**
795
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
796
+ *
797
+ * @param {string} project
798
+ * @param {string} location
799
+ * @param {string} collection
800
+ * @param {string} data_store
801
+ * @param {string} branch
802
+ * @param {string} document
803
+ * @returns {string} Resource name string.
804
+ */
805
+ projectLocationCollectionDataStoreBranchDocumentPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string): string;
806
+ /**
807
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocument resource.
808
+ *
809
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
810
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
811
+ * @returns {string} A string representing the project.
812
+ */
813
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
814
+ /**
815
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocument resource.
816
+ *
817
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
818
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
819
+ * @returns {string} A string representing the location.
820
+ */
821
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
822
+ /**
823
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocument resource.
824
+ *
825
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
826
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
827
+ * @returns {string} A string representing the collection.
828
+ */
829
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
830
+ /**
831
+ * Parse the data_store 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 data_store.
836
+ */
837
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
838
+ /**
839
+ * Parse the branch 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 branch.
844
+ */
845
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
846
+ /**
847
+ * Parse the document 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 document.
852
+ */
853
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
854
+ /**
855
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
856
+ *
857
+ * @param {string} project
858
+ * @param {string} location
859
+ * @param {string} collection
860
+ * @param {string} data_store
861
+ * @param {string} branch
862
+ * @param {string} document
863
+ * @param {string} chunk
864
+ * @returns {string} Resource name string.
865
+ */
866
+ projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
867
+ /**
868
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
869
+ *
870
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
871
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
872
+ * @returns {string} A string representing the project.
873
+ */
874
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
875
+ /**
876
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
877
+ *
878
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
879
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
880
+ * @returns {string} A string representing the location.
881
+ */
882
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
883
+ /**
884
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
885
+ *
886
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
887
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
888
+ * @returns {string} A string representing the collection.
889
+ */
890
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
891
+ /**
892
+ * Parse the data_store 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 data_store.
897
+ */
898
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
899
+ /**
900
+ * Parse the branch 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 branch.
905
+ */
906
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
907
+ /**
908
+ * Parse the document 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 document.
913
+ */
914
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
915
+ /**
916
+ * Parse the chunk 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 chunk.
921
+ */
922
+ matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
923
+ /**
924
+ * Return a fully-qualified projectLocationCollectionDataStoreControl resource name string.
925
+ *
926
+ * @param {string} project
927
+ * @param {string} location
928
+ * @param {string} collection
929
+ * @param {string} data_store
930
+ * @param {string} control
931
+ * @returns {string} Resource name string.
932
+ */
933
+ projectLocationCollectionDataStoreControlPath(project: string, location: string, collection: string, dataStore: string, control: string): string;
934
+ /**
935
+ * Parse the project from ProjectLocationCollectionDataStoreControl resource.
936
+ *
937
+ * @param {string} projectLocationCollectionDataStoreControlName
938
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
939
+ * @returns {string} A string representing the project.
940
+ */
941
+ matchProjectFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
942
+ /**
943
+ * Parse the location from ProjectLocationCollectionDataStoreControl resource.
944
+ *
945
+ * @param {string} projectLocationCollectionDataStoreControlName
946
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
947
+ * @returns {string} A string representing the location.
948
+ */
949
+ matchLocationFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
950
+ /**
951
+ * Parse the collection from ProjectLocationCollectionDataStoreControl resource.
952
+ *
953
+ * @param {string} projectLocationCollectionDataStoreControlName
954
+ * A fully-qualified path representing project_location_collection_data_store_control resource.
955
+ * @returns {string} A string representing the collection.
956
+ */
957
+ matchCollectionFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
958
+ /**
959
+ * Parse the data_store 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 data_store.
964
+ */
965
+ matchDataStoreFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
966
+ /**
967
+ * Parse the control 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 control.
972
+ */
973
+ matchControlFromProjectLocationCollectionDataStoreControlName(projectLocationCollectionDataStoreControlName: string): string | number;
974
+ /**
975
+ * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
976
+ *
977
+ * @param {string} project
978
+ * @param {string} location
979
+ * @param {string} collection
980
+ * @param {string} data_store
981
+ * @param {string} conversation
982
+ * @returns {string} Resource name string.
983
+ */
984
+ projectLocationCollectionDataStoreConversationPath(project: string, location: string, collection: string, dataStore: string, conversation: string): string;
985
+ /**
986
+ * Parse the project from ProjectLocationCollectionDataStoreConversation resource.
987
+ *
988
+ * @param {string} projectLocationCollectionDataStoreConversationName
989
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
990
+ * @returns {string} A string representing the project.
991
+ */
992
+ matchProjectFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
993
+ /**
994
+ * Parse the location from ProjectLocationCollectionDataStoreConversation resource.
995
+ *
996
+ * @param {string} projectLocationCollectionDataStoreConversationName
997
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
998
+ * @returns {string} A string representing the location.
999
+ */
1000
+ matchLocationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
1001
+ /**
1002
+ * Parse the collection from ProjectLocationCollectionDataStoreConversation resource.
1003
+ *
1004
+ * @param {string} projectLocationCollectionDataStoreConversationName
1005
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
1006
+ * @returns {string} A string representing the collection.
1007
+ */
1008
+ matchCollectionFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
1009
+ /**
1010
+ * Parse the data_store 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 data_store.
1015
+ */
1016
+ matchDataStoreFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
1017
+ /**
1018
+ * Parse the conversation 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 conversation.
1023
+ */
1024
+ matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
1025
+ /**
1026
+ * Return a fully-qualified projectLocationCollectionDataStoreCustomTuningModel resource name string.
1027
+ *
1028
+ * @param {string} project
1029
+ * @param {string} location
1030
+ * @param {string} collection
1031
+ * @param {string} data_store
1032
+ * @param {string} custom_tuning_model
1033
+ * @returns {string} Resource name string.
1034
+ */
1035
+ projectLocationCollectionDataStoreCustomTuningModelPath(project: string, location: string, collection: string, dataStore: string, customTuningModel: string): string;
1036
+ /**
1037
+ * Parse the project from ProjectLocationCollectionDataStoreCustomTuningModel resource.
1038
+ *
1039
+ * @param {string} projectLocationCollectionDataStoreCustomTuningModelName
1040
+ * A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
1041
+ * @returns {string} A string representing the project.
1042
+ */
1043
+ matchProjectFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
1044
+ /**
1045
+ * Parse the location from ProjectLocationCollectionDataStoreCustomTuningModel resource.
1046
+ *
1047
+ * @param {string} projectLocationCollectionDataStoreCustomTuningModelName
1048
+ * A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
1049
+ * @returns {string} A string representing the location.
1050
+ */
1051
+ matchLocationFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
1052
+ /**
1053
+ * Parse the collection from ProjectLocationCollectionDataStoreCustomTuningModel resource.
1054
+ *
1055
+ * @param {string} projectLocationCollectionDataStoreCustomTuningModelName
1056
+ * A fully-qualified path representing project_location_collection_data_store_custom_tuning_model resource.
1057
+ * @returns {string} A string representing the collection.
1058
+ */
1059
+ matchCollectionFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
1060
+ /**
1061
+ * Parse the data_store 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 data_store.
1066
+ */
1067
+ matchDataStoreFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
1068
+ /**
1069
+ * Parse the custom_tuning_model 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 custom_tuning_model.
1074
+ */
1075
+ matchCustomTuningModelFromProjectLocationCollectionDataStoreCustomTuningModelName(projectLocationCollectionDataStoreCustomTuningModelName: string): string | number;
1076
+ /**
1077
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
1078
+ *
1079
+ * @param {string} project
1080
+ * @param {string} location
1081
+ * @param {string} collection
1082
+ * @param {string} data_store
1083
+ * @returns {string} Resource name string.
1084
+ */
1085
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
1086
+ /**
1087
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1088
+ *
1089
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1090
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1091
+ * @returns {string} A string representing the project.
1092
+ */
1093
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1094
+ /**
1095
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1096
+ *
1097
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1098
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1099
+ * @returns {string} A string representing the location.
1100
+ */
1101
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1102
+ /**
1103
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1104
+ *
1105
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1106
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1107
+ * @returns {string} A string representing the collection.
1108
+ */
1109
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1110
+ /**
1111
+ * Parse the data_store 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 data_store.
1116
+ */
1117
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1118
+ /**
1119
+ * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
1120
+ *
1121
+ * @param {string} project
1122
+ * @param {string} location
1123
+ * @param {string} collection
1124
+ * @param {string} data_store
1125
+ * @param {string} schema
1126
+ * @returns {string} Resource name string.
1127
+ */
1128
+ projectLocationCollectionDataStoreSchemaPath(project: string, location: string, collection: string, dataStore: string, schema: string): string;
1129
+ /**
1130
+ * Parse the project from ProjectLocationCollectionDataStoreSchema resource.
1131
+ *
1132
+ * @param {string} projectLocationCollectionDataStoreSchemaName
1133
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
1134
+ * @returns {string} A string representing the project.
1135
+ */
1136
+ matchProjectFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1137
+ /**
1138
+ * Parse the location from ProjectLocationCollectionDataStoreSchema resource.
1139
+ *
1140
+ * @param {string} projectLocationCollectionDataStoreSchemaName
1141
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
1142
+ * @returns {string} A string representing the location.
1143
+ */
1144
+ matchLocationFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1145
+ /**
1146
+ * Parse the collection from ProjectLocationCollectionDataStoreSchema resource.
1147
+ *
1148
+ * @param {string} projectLocationCollectionDataStoreSchemaName
1149
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
1150
+ * @returns {string} A string representing the collection.
1151
+ */
1152
+ matchCollectionFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1153
+ /**
1154
+ * Parse the data_store 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 data_store.
1159
+ */
1160
+ matchDataStoreFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1161
+ /**
1162
+ * Parse the schema 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 schema.
1167
+ */
1168
+ matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1169
+ /**
1170
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
1171
+ *
1172
+ * @param {string} project
1173
+ * @param {string} location
1174
+ * @param {string} collection
1175
+ * @param {string} data_store
1176
+ * @param {string} serving_config
1177
+ * @returns {string} Resource name string.
1178
+ */
1179
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
1180
+ /**
1181
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
1182
+ *
1183
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1184
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1185
+ * @returns {string} A string representing the project.
1186
+ */
1187
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1188
+ /**
1189
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
1190
+ *
1191
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1192
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1193
+ * @returns {string} A string representing the location.
1194
+ */
1195
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1196
+ /**
1197
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
1198
+ *
1199
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1200
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1201
+ * @returns {string} A string representing the collection.
1202
+ */
1203
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1204
+ /**
1205
+ * Parse the data_store 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 data_store.
1210
+ */
1211
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1212
+ /**
1213
+ * Parse the serving_config 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 serving_config.
1218
+ */
1219
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1220
+ /**
1221
+ * Return a fully-qualified projectLocationCollectionDataStoreSession resource name string.
1222
+ *
1223
+ * @param {string} project
1224
+ * @param {string} location
1225
+ * @param {string} collection
1226
+ * @param {string} data_store
1227
+ * @param {string} session
1228
+ * @returns {string} Resource name string.
1229
+ */
1230
+ projectLocationCollectionDataStoreSessionPath(project: string, location: string, collection: string, dataStore: string, session: string): string;
1231
+ /**
1232
+ * Parse the project from ProjectLocationCollectionDataStoreSession resource.
1233
+ *
1234
+ * @param {string} projectLocationCollectionDataStoreSessionName
1235
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
1236
+ * @returns {string} A string representing the project.
1237
+ */
1238
+ matchProjectFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1239
+ /**
1240
+ * Parse the location from ProjectLocationCollectionDataStoreSession resource.
1241
+ *
1242
+ * @param {string} projectLocationCollectionDataStoreSessionName
1243
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
1244
+ * @returns {string} A string representing the location.
1245
+ */
1246
+ matchLocationFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1247
+ /**
1248
+ * Parse the collection from ProjectLocationCollectionDataStoreSession resource.
1249
+ *
1250
+ * @param {string} projectLocationCollectionDataStoreSessionName
1251
+ * A fully-qualified path representing project_location_collection_data_store_session resource.
1252
+ * @returns {string} A string representing the collection.
1253
+ */
1254
+ matchCollectionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1255
+ /**
1256
+ * Parse the data_store 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 data_store.
1261
+ */
1262
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1263
+ /**
1264
+ * Parse the session 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 session.
1269
+ */
1270
+ matchSessionFromProjectLocationCollectionDataStoreSessionName(projectLocationCollectionDataStoreSessionName: string): string | number;
1271
+ /**
1272
+ * Return a fully-qualified projectLocationCollectionDataStoreSessionAnswer resource name string.
1273
+ *
1274
+ * @param {string} project
1275
+ * @param {string} location
1276
+ * @param {string} collection
1277
+ * @param {string} data_store
1278
+ * @param {string} session
1279
+ * @param {string} answer
1280
+ * @returns {string} Resource name string.
1281
+ */
1282
+ projectLocationCollectionDataStoreSessionAnswerPath(project: string, location: string, collection: string, dataStore: string, session: string, answer: string): string;
1283
+ /**
1284
+ * Parse the project from ProjectLocationCollectionDataStoreSessionAnswer resource.
1285
+ *
1286
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1287
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1288
+ * @returns {string} A string representing the project.
1289
+ */
1290
+ matchProjectFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1291
+ /**
1292
+ * Parse the location from ProjectLocationCollectionDataStoreSessionAnswer resource.
1293
+ *
1294
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1295
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1296
+ * @returns {string} A string representing the location.
1297
+ */
1298
+ matchLocationFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1299
+ /**
1300
+ * Parse the collection from ProjectLocationCollectionDataStoreSessionAnswer resource.
1301
+ *
1302
+ * @param {string} projectLocationCollectionDataStoreSessionAnswerName
1303
+ * A fully-qualified path representing project_location_collection_data_store_session_answer resource.
1304
+ * @returns {string} A string representing the collection.
1305
+ */
1306
+ matchCollectionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1307
+ /**
1308
+ * Parse the data_store 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 data_store.
1313
+ */
1314
+ matchDataStoreFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1315
+ /**
1316
+ * Parse the session 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 session.
1321
+ */
1322
+ matchSessionFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1323
+ /**
1324
+ * Parse the answer 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 answer.
1329
+ */
1330
+ matchAnswerFromProjectLocationCollectionDataStoreSessionAnswerName(projectLocationCollectionDataStoreSessionAnswerName: string): string | number;
1331
+ /**
1332
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
1333
+ *
1334
+ * @param {string} project
1335
+ * @param {string} location
1336
+ * @param {string} collection
1337
+ * @param {string} data_store
1338
+ * @returns {string} Resource name string.
1339
+ */
1340
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
1341
+ /**
1342
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1343
+ *
1344
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1345
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1346
+ * @returns {string} A string representing the project.
1347
+ */
1348
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1349
+ /**
1350
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1351
+ *
1352
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1353
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1354
+ * @returns {string} A string representing the location.
1355
+ */
1356
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1357
+ /**
1358
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1359
+ *
1360
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1361
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1362
+ * @returns {string} A string representing the collection.
1363
+ */
1364
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1365
+ /**
1366
+ * Parse the data_store 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 data_store.
1371
+ */
1372
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1373
+ /**
1374
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
1375
+ *
1376
+ * @param {string} project
1377
+ * @param {string} location
1378
+ * @param {string} collection
1379
+ * @param {string} data_store
1380
+ * @param {string} target_site
1381
+ * @returns {string} Resource name string.
1382
+ */
1383
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
1384
+ /**
1385
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1386
+ *
1387
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1388
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1389
+ * @returns {string} A string representing the project.
1390
+ */
1391
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1392
+ /**
1393
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1394
+ *
1395
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1396
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1397
+ * @returns {string} A string representing the location.
1398
+ */
1399
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1400
+ /**
1401
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1402
+ *
1403
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1404
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1405
+ * @returns {string} A string representing the collection.
1406
+ */
1407
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1408
+ /**
1409
+ * Parse the data_store 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 data_store.
1414
+ */
1415
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1416
+ /**
1417
+ * Parse the target_site 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 target_site.
1422
+ */
1423
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1424
+ /**
1425
+ * Return a fully-qualified projectLocationCollectionEngineControl resource name string.
1426
+ *
1427
+ * @param {string} project
1428
+ * @param {string} location
1429
+ * @param {string} collection
1430
+ * @param {string} engine
1431
+ * @param {string} control
1432
+ * @returns {string} Resource name string.
1433
+ */
1434
+ projectLocationCollectionEngineControlPath(project: string, location: string, collection: string, engine: string, control: string): string;
1435
+ /**
1436
+ * Parse the project from ProjectLocationCollectionEngineControl resource.
1437
+ *
1438
+ * @param {string} projectLocationCollectionEngineControlName
1439
+ * A fully-qualified path representing project_location_collection_engine_control resource.
1440
+ * @returns {string} A string representing the project.
1441
+ */
1442
+ matchProjectFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1443
+ /**
1444
+ * Parse the location from ProjectLocationCollectionEngineControl resource.
1445
+ *
1446
+ * @param {string} projectLocationCollectionEngineControlName
1447
+ * A fully-qualified path representing project_location_collection_engine_control resource.
1448
+ * @returns {string} A string representing the location.
1449
+ */
1450
+ matchLocationFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1451
+ /**
1452
+ * Parse the collection from ProjectLocationCollectionEngineControl resource.
1453
+ *
1454
+ * @param {string} projectLocationCollectionEngineControlName
1455
+ * A fully-qualified path representing project_location_collection_engine_control resource.
1456
+ * @returns {string} A string representing the collection.
1457
+ */
1458
+ matchCollectionFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1459
+ /**
1460
+ * Parse the engine 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 engine.
1465
+ */
1466
+ matchEngineFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1467
+ /**
1468
+ * Parse the control 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 control.
1473
+ */
1474
+ matchControlFromProjectLocationCollectionEngineControlName(projectLocationCollectionEngineControlName: string): string | number;
1475
+ /**
1476
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
1477
+ *
1478
+ * @param {string} project
1479
+ * @param {string} location
1480
+ * @param {string} collection
1481
+ * @param {string} engine
1482
+ * @param {string} conversation
1483
+ * @returns {string} Resource name string.
1484
+ */
1485
+ projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
1486
+ /**
1487
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
1488
+ *
1489
+ * @param {string} projectLocationCollectionEngineConversationName
1490
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1491
+ * @returns {string} A string representing the project.
1492
+ */
1493
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1494
+ /**
1495
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
1496
+ *
1497
+ * @param {string} projectLocationCollectionEngineConversationName
1498
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1499
+ * @returns {string} A string representing the location.
1500
+ */
1501
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1502
+ /**
1503
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
1504
+ *
1505
+ * @param {string} projectLocationCollectionEngineConversationName
1506
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1507
+ * @returns {string} A string representing the collection.
1508
+ */
1509
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1510
+ /**
1511
+ * Parse the engine 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 engine.
1516
+ */
1517
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1518
+ /**
1519
+ * Parse the conversation 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 conversation.
1524
+ */
1525
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1526
+ /**
1527
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
1528
+ *
1529
+ * @param {string} project
1530
+ * @param {string} location
1531
+ * @param {string} collection
1532
+ * @param {string} engine
1533
+ * @param {string} serving_config
1534
+ * @returns {string} Resource name string.
1535
+ */
1536
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
1537
+ /**
1538
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
1539
+ *
1540
+ * @param {string} projectLocationCollectionEngineServingConfigName
1541
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1542
+ * @returns {string} A string representing the project.
1543
+ */
1544
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1545
+ /**
1546
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
1547
+ *
1548
+ * @param {string} projectLocationCollectionEngineServingConfigName
1549
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1550
+ * @returns {string} A string representing the location.
1551
+ */
1552
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1553
+ /**
1554
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
1555
+ *
1556
+ * @param {string} projectLocationCollectionEngineServingConfigName
1557
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1558
+ * @returns {string} A string representing the collection.
1559
+ */
1560
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1561
+ /**
1562
+ * Parse the engine 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 engine.
1567
+ */
1568
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1569
+ /**
1570
+ * Parse the serving_config 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 serving_config.
1575
+ */
1576
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1577
+ /**
1578
+ * Return a fully-qualified projectLocationCollectionEngineSession resource name string.
1579
+ *
1580
+ * @param {string} project
1581
+ * @param {string} location
1582
+ * @param {string} collection
1583
+ * @param {string} engine
1584
+ * @param {string} session
1585
+ * @returns {string} Resource name string.
1586
+ */
1587
+ projectLocationCollectionEngineSessionPath(project: string, location: string, collection: string, engine: string, session: string): string;
1588
+ /**
1589
+ * Parse the project from ProjectLocationCollectionEngineSession resource.
1590
+ *
1591
+ * @param {string} projectLocationCollectionEngineSessionName
1592
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1593
+ * @returns {string} A string representing the project.
1594
+ */
1595
+ matchProjectFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1596
+ /**
1597
+ * Parse the location from ProjectLocationCollectionEngineSession resource.
1598
+ *
1599
+ * @param {string} projectLocationCollectionEngineSessionName
1600
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1601
+ * @returns {string} A string representing the location.
1602
+ */
1603
+ matchLocationFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1604
+ /**
1605
+ * Parse the collection from ProjectLocationCollectionEngineSession resource.
1606
+ *
1607
+ * @param {string} projectLocationCollectionEngineSessionName
1608
+ * A fully-qualified path representing project_location_collection_engine_session resource.
1609
+ * @returns {string} A string representing the collection.
1610
+ */
1611
+ matchCollectionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1612
+ /**
1613
+ * Parse the engine 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 engine.
1618
+ */
1619
+ matchEngineFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1620
+ /**
1621
+ * Parse the session 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 session.
1626
+ */
1627
+ matchSessionFromProjectLocationCollectionEngineSessionName(projectLocationCollectionEngineSessionName: string): string | number;
1628
+ /**
1629
+ * Return a fully-qualified projectLocationCollectionEngineSessionAnswer resource name string.
1630
+ *
1631
+ * @param {string} project
1632
+ * @param {string} location
1633
+ * @param {string} collection
1634
+ * @param {string} engine
1635
+ * @param {string} session
1636
+ * @param {string} answer
1637
+ * @returns {string} Resource name string.
1638
+ */
1639
+ projectLocationCollectionEngineSessionAnswerPath(project: string, location: string, collection: string, engine: string, session: string, answer: string): string;
1640
+ /**
1641
+ * Parse the project from ProjectLocationCollectionEngineSessionAnswer resource.
1642
+ *
1643
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1644
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1645
+ * @returns {string} A string representing the project.
1646
+ */
1647
+ matchProjectFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1648
+ /**
1649
+ * Parse the location from ProjectLocationCollectionEngineSessionAnswer resource.
1650
+ *
1651
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1652
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1653
+ * @returns {string} A string representing the location.
1654
+ */
1655
+ matchLocationFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1656
+ /**
1657
+ * Parse the collection from ProjectLocationCollectionEngineSessionAnswer resource.
1658
+ *
1659
+ * @param {string} projectLocationCollectionEngineSessionAnswerName
1660
+ * A fully-qualified path representing project_location_collection_engine_session_answer resource.
1661
+ * @returns {string} A string representing the collection.
1662
+ */
1663
+ matchCollectionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1664
+ /**
1665
+ * Parse the engine 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 engine.
1670
+ */
1671
+ matchEngineFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1672
+ /**
1673
+ * Parse the session 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 session.
1678
+ */
1679
+ matchSessionFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1680
+ /**
1681
+ * Parse the answer 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 answer.
1686
+ */
1687
+ matchAnswerFromProjectLocationCollectionEngineSessionAnswerName(projectLocationCollectionEngineSessionAnswerName: string): string | number;
1688
+ /**
1689
+ * Return a fully-qualified projectLocationDataStore resource name string.
1690
+ *
1691
+ * @param {string} project
1692
+ * @param {string} location
1693
+ * @param {string} data_store
1694
+ * @returns {string} Resource name string.
1695
+ */
1696
+ projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
1697
+ /**
1698
+ * Parse the project from ProjectLocationDataStore resource.
1699
+ *
1700
+ * @param {string} projectLocationDataStoreName
1701
+ * A fully-qualified path representing project_location_data_store resource.
1702
+ * @returns {string} A string representing the project.
1703
+ */
1704
+ matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1705
+ /**
1706
+ * Parse the location from ProjectLocationDataStore resource.
1707
+ *
1708
+ * @param {string} projectLocationDataStoreName
1709
+ * A fully-qualified path representing project_location_data_store resource.
1710
+ * @returns {string} A string representing the location.
1711
+ */
1712
+ matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1713
+ /**
1714
+ * Parse the data_store from ProjectLocationDataStore resource.
1715
+ *
1716
+ * @param {string} projectLocationDataStoreName
1717
+ * A fully-qualified path representing project_location_data_store resource.
1718
+ * @returns {string} A string representing the data_store.
1719
+ */
1720
+ matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1721
+ /**
1722
+ * Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
1723
+ *
1724
+ * @param {string} project
1725
+ * @param {string} location
1726
+ * @param {string} data_store
1727
+ * @param {string} branch
1728
+ * @param {string} document
1729
+ * @returns {string} Resource name string.
1730
+ */
1731
+ projectLocationDataStoreBranchDocumentPath(project: string, location: string, dataStore: string, branch: string, document: string): string;
1732
+ /**
1733
+ * Parse the project from ProjectLocationDataStoreBranchDocument resource.
1734
+ *
1735
+ * @param {string} projectLocationDataStoreBranchDocumentName
1736
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1737
+ * @returns {string} A string representing the project.
1738
+ */
1739
+ matchProjectFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1740
+ /**
1741
+ * Parse the location from ProjectLocationDataStoreBranchDocument resource.
1742
+ *
1743
+ * @param {string} projectLocationDataStoreBranchDocumentName
1744
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1745
+ * @returns {string} A string representing the location.
1746
+ */
1747
+ matchLocationFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1748
+ /**
1749
+ * Parse the data_store from ProjectLocationDataStoreBranchDocument resource.
1750
+ *
1751
+ * @param {string} projectLocationDataStoreBranchDocumentName
1752
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1753
+ * @returns {string} A string representing the data_store.
1754
+ */
1755
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1756
+ /**
1757
+ * Parse the branch 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 branch.
1762
+ */
1763
+ matchBranchFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1764
+ /**
1765
+ * Parse the document 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 document.
1770
+ */
1771
+ matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1772
+ /**
1773
+ * Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
1774
+ *
1775
+ * @param {string} project
1776
+ * @param {string} location
1777
+ * @param {string} data_store
1778
+ * @param {string} branch
1779
+ * @param {string} document
1780
+ * @param {string} chunk
1781
+ * @returns {string} Resource name string.
1782
+ */
1783
+ projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
1784
+ /**
1785
+ * Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
1786
+ *
1787
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1788
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1789
+ * @returns {string} A string representing the project.
1790
+ */
1791
+ matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1792
+ /**
1793
+ * Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
1794
+ *
1795
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1796
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1797
+ * @returns {string} A string representing the location.
1798
+ */
1799
+ matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1800
+ /**
1801
+ * Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
1802
+ *
1803
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1804
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1805
+ * @returns {string} A string representing the data_store.
1806
+ */
1807
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1808
+ /**
1809
+ * Parse the branch 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 branch.
1814
+ */
1815
+ matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1816
+ /**
1817
+ * Parse the document 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 document.
1822
+ */
1823
+ matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1824
+ /**
1825
+ * Parse the chunk 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 chunk.
1830
+ */
1831
+ matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1832
+ /**
1833
+ * Return a fully-qualified projectLocationDataStoreControl resource name string.
1834
+ *
1835
+ * @param {string} project
1836
+ * @param {string} location
1837
+ * @param {string} data_store
1838
+ * @param {string} control
1839
+ * @returns {string} Resource name string.
1840
+ */
1841
+ projectLocationDataStoreControlPath(project: string, location: string, dataStore: string, control: string): string;
1842
+ /**
1843
+ * Parse the project from ProjectLocationDataStoreControl resource.
1844
+ *
1845
+ * @param {string} projectLocationDataStoreControlName
1846
+ * A fully-qualified path representing project_location_data_store_control resource.
1847
+ * @returns {string} A string representing the project.
1848
+ */
1849
+ matchProjectFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1850
+ /**
1851
+ * Parse the location from ProjectLocationDataStoreControl resource.
1852
+ *
1853
+ * @param {string} projectLocationDataStoreControlName
1854
+ * A fully-qualified path representing project_location_data_store_control resource.
1855
+ * @returns {string} A string representing the location.
1856
+ */
1857
+ matchLocationFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1858
+ /**
1859
+ * Parse the data_store from ProjectLocationDataStoreControl resource.
1860
+ *
1861
+ * @param {string} projectLocationDataStoreControlName
1862
+ * A fully-qualified path representing project_location_data_store_control resource.
1863
+ * @returns {string} A string representing the data_store.
1864
+ */
1865
+ matchDataStoreFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1866
+ /**
1867
+ * Parse the control 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 control.
1872
+ */
1873
+ matchControlFromProjectLocationDataStoreControlName(projectLocationDataStoreControlName: string): string | number;
1874
+ /**
1875
+ * Return a fully-qualified projectLocationDataStoreConversation resource name string.
1876
+ *
1877
+ * @param {string} project
1878
+ * @param {string} location
1879
+ * @param {string} data_store
1880
+ * @param {string} conversation
1881
+ * @returns {string} Resource name string.
1882
+ */
1883
+ projectLocationDataStoreConversationPath(project: string, location: string, dataStore: string, conversation: string): string;
1884
+ /**
1885
+ * Parse the project from ProjectLocationDataStoreConversation resource.
1886
+ *
1887
+ * @param {string} projectLocationDataStoreConversationName
1888
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1889
+ * @returns {string} A string representing the project.
1890
+ */
1891
+ matchProjectFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1892
+ /**
1893
+ * Parse the location from ProjectLocationDataStoreConversation resource.
1894
+ *
1895
+ * @param {string} projectLocationDataStoreConversationName
1896
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1897
+ * @returns {string} A string representing the location.
1898
+ */
1899
+ matchLocationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1900
+ /**
1901
+ * Parse the data_store from ProjectLocationDataStoreConversation resource.
1902
+ *
1903
+ * @param {string} projectLocationDataStoreConversationName
1904
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1905
+ * @returns {string} A string representing the data_store.
1906
+ */
1907
+ matchDataStoreFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1908
+ /**
1909
+ * Parse the conversation 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 conversation.
1914
+ */
1915
+ matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1916
+ /**
1917
+ * Return a fully-qualified projectLocationDataStoreCustomTuningModel resource name string.
1918
+ *
1919
+ * @param {string} project
1920
+ * @param {string} location
1921
+ * @param {string} data_store
1922
+ * @param {string} custom_tuning_model
1923
+ * @returns {string} Resource name string.
1924
+ */
1925
+ projectLocationDataStoreCustomTuningModelPath(project: string, location: string, dataStore: string, customTuningModel: string): string;
1926
+ /**
1927
+ * Parse the project from ProjectLocationDataStoreCustomTuningModel resource.
1928
+ *
1929
+ * @param {string} projectLocationDataStoreCustomTuningModelName
1930
+ * A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
1931
+ * @returns {string} A string representing the project.
1932
+ */
1933
+ matchProjectFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
1934
+ /**
1935
+ * Parse the location from ProjectLocationDataStoreCustomTuningModel resource.
1936
+ *
1937
+ * @param {string} projectLocationDataStoreCustomTuningModelName
1938
+ * A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
1939
+ * @returns {string} A string representing the location.
1940
+ */
1941
+ matchLocationFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
1942
+ /**
1943
+ * Parse the data_store from ProjectLocationDataStoreCustomTuningModel resource.
1944
+ *
1945
+ * @param {string} projectLocationDataStoreCustomTuningModelName
1946
+ * A fully-qualified path representing project_location_data_store_custom_tuning_model resource.
1947
+ * @returns {string} A string representing the data_store.
1948
+ */
1949
+ matchDataStoreFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
1950
+ /**
1951
+ * Parse the custom_tuning_model 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 custom_tuning_model.
1956
+ */
1957
+ matchCustomTuningModelFromProjectLocationDataStoreCustomTuningModelName(projectLocationDataStoreCustomTuningModelName: string): string | number;
1958
+ /**
1959
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1960
+ *
1961
+ * @param {string} project
1962
+ * @param {string} location
1963
+ * @param {string} data_store
1964
+ * @returns {string} Resource name string.
1965
+ */
1966
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1967
+ /**
1968
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1969
+ *
1970
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1971
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1972
+ * @returns {string} A string representing the project.
1973
+ */
1974
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1975
+ /**
1976
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1977
+ *
1978
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1979
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1980
+ * @returns {string} A string representing the location.
1981
+ */
1982
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1983
+ /**
1984
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1985
+ *
1986
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1987
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1988
+ * @returns {string} A string representing the data_store.
1989
+ */
1990
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1991
+ /**
1992
+ * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1993
+ *
1994
+ * @param {string} project
1995
+ * @param {string} location
1996
+ * @param {string} data_store
1997
+ * @param {string} schema
1998
+ * @returns {string} Resource name string.
1999
+ */
2000
+ projectLocationDataStoreSchemaPath(project: string, location: string, dataStore: string, schema: string): string;
2001
+ /**
2002
+ * Parse the project from ProjectLocationDataStoreSchema resource.
2003
+ *
2004
+ * @param {string} projectLocationDataStoreSchemaName
2005
+ * A fully-qualified path representing project_location_data_store_schema resource.
2006
+ * @returns {string} A string representing the project.
2007
+ */
2008
+ matchProjectFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
2009
+ /**
2010
+ * Parse the location from ProjectLocationDataStoreSchema resource.
2011
+ *
2012
+ * @param {string} projectLocationDataStoreSchemaName
2013
+ * A fully-qualified path representing project_location_data_store_schema resource.
2014
+ * @returns {string} A string representing the location.
2015
+ */
2016
+ matchLocationFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
2017
+ /**
2018
+ * Parse the data_store from ProjectLocationDataStoreSchema resource.
2019
+ *
2020
+ * @param {string} projectLocationDataStoreSchemaName
2021
+ * A fully-qualified path representing project_location_data_store_schema resource.
2022
+ * @returns {string} A string representing the data_store.
2023
+ */
2024
+ matchDataStoreFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
2025
+ /**
2026
+ * Parse the schema 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 schema.
2031
+ */
2032
+ matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
2033
+ /**
2034
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
2035
+ *
2036
+ * @param {string} project
2037
+ * @param {string} location
2038
+ * @param {string} data_store
2039
+ * @param {string} serving_config
2040
+ * @returns {string} Resource name string.
2041
+ */
2042
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
2043
+ /**
2044
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
2045
+ *
2046
+ * @param {string} projectLocationDataStoreServingConfigName
2047
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
2048
+ * @returns {string} A string representing the project.
2049
+ */
2050
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
2051
+ /**
2052
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
2053
+ *
2054
+ * @param {string} projectLocationDataStoreServingConfigName
2055
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
2056
+ * @returns {string} A string representing the location.
2057
+ */
2058
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
2059
+ /**
2060
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
2061
+ *
2062
+ * @param {string} projectLocationDataStoreServingConfigName
2063
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
2064
+ * @returns {string} A string representing the data_store.
2065
+ */
2066
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
2067
+ /**
2068
+ * Parse the serving_config 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 serving_config.
2073
+ */
2074
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
2075
+ /**
2076
+ * Return a fully-qualified projectLocationDataStoreSession resource name string.
2077
+ *
2078
+ * @param {string} project
2079
+ * @param {string} location
2080
+ * @param {string} data_store
2081
+ * @param {string} session
2082
+ * @returns {string} Resource name string.
2083
+ */
2084
+ projectLocationDataStoreSessionPath(project: string, location: string, dataStore: string, session: string): string;
2085
+ /**
2086
+ * Parse the project from ProjectLocationDataStoreSession resource.
2087
+ *
2088
+ * @param {string} projectLocationDataStoreSessionName
2089
+ * A fully-qualified path representing project_location_data_store_session resource.
2090
+ * @returns {string} A string representing the project.
2091
+ */
2092
+ matchProjectFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
2093
+ /**
2094
+ * Parse the location from ProjectLocationDataStoreSession resource.
2095
+ *
2096
+ * @param {string} projectLocationDataStoreSessionName
2097
+ * A fully-qualified path representing project_location_data_store_session resource.
2098
+ * @returns {string} A string representing the location.
2099
+ */
2100
+ matchLocationFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
2101
+ /**
2102
+ * Parse the data_store from ProjectLocationDataStoreSession resource.
2103
+ *
2104
+ * @param {string} projectLocationDataStoreSessionName
2105
+ * A fully-qualified path representing project_location_data_store_session resource.
2106
+ * @returns {string} A string representing the data_store.
2107
+ */
2108
+ matchDataStoreFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
2109
+ /**
2110
+ * Parse the session 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 session.
2115
+ */
2116
+ matchSessionFromProjectLocationDataStoreSessionName(projectLocationDataStoreSessionName: string): string | number;
2117
+ /**
2118
+ * Return a fully-qualified projectLocationDataStoreSessionAnswer resource name string.
2119
+ *
2120
+ * @param {string} project
2121
+ * @param {string} location
2122
+ * @param {string} data_store
2123
+ * @param {string} session
2124
+ * @param {string} answer
2125
+ * @returns {string} Resource name string.
2126
+ */
2127
+ projectLocationDataStoreSessionAnswerPath(project: string, location: string, dataStore: string, session: string, answer: string): string;
2128
+ /**
2129
+ * Parse the project from ProjectLocationDataStoreSessionAnswer resource.
2130
+ *
2131
+ * @param {string} projectLocationDataStoreSessionAnswerName
2132
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
2133
+ * @returns {string} A string representing the project.
2134
+ */
2135
+ matchProjectFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
2136
+ /**
2137
+ * Parse the location from ProjectLocationDataStoreSessionAnswer resource.
2138
+ *
2139
+ * @param {string} projectLocationDataStoreSessionAnswerName
2140
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
2141
+ * @returns {string} A string representing the location.
2142
+ */
2143
+ matchLocationFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
2144
+ /**
2145
+ * Parse the data_store from ProjectLocationDataStoreSessionAnswer resource.
2146
+ *
2147
+ * @param {string} projectLocationDataStoreSessionAnswerName
2148
+ * A fully-qualified path representing project_location_data_store_session_answer resource.
2149
+ * @returns {string} A string representing the data_store.
2150
+ */
2151
+ matchDataStoreFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
2152
+ /**
2153
+ * Parse the session 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 session.
2158
+ */
2159
+ matchSessionFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
2160
+ /**
2161
+ * Parse the answer 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 answer.
2166
+ */
2167
+ matchAnswerFromProjectLocationDataStoreSessionAnswerName(projectLocationDataStoreSessionAnswerName: string): string | number;
2168
+ /**
2169
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
2170
+ *
2171
+ * @param {string} project
2172
+ * @param {string} location
2173
+ * @param {string} data_store
2174
+ * @returns {string} Resource name string.
2175
+ */
2176
+ projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
2177
+ /**
2178
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
2179
+ *
2180
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
2181
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
2182
+ * @returns {string} A string representing the project.
2183
+ */
2184
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
2185
+ /**
2186
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
2187
+ *
2188
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
2189
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
2190
+ * @returns {string} A string representing the location.
2191
+ */
2192
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
2193
+ /**
2194
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
2195
+ *
2196
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
2197
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
2198
+ * @returns {string} A string representing the data_store.
2199
+ */
2200
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
2201
+ /**
2202
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
2203
+ *
2204
+ * @param {string} project
2205
+ * @param {string} location
2206
+ * @param {string} data_store
2207
+ * @param {string} target_site
2208
+ * @returns {string} Resource name string.
2209
+ */
2210
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
2211
+ /**
2212
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
2213
+ *
2214
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
2215
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
2216
+ * @returns {string} A string representing the project.
2217
+ */
2218
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
2219
+ /**
2220
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
2221
+ *
2222
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
2223
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
2224
+ * @returns {string} A string representing the location.
2225
+ */
2226
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
2227
+ /**
2228
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
2229
+ *
2230
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
2231
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
2232
+ * @returns {string} A string representing the data_store.
2233
+ */
2234
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
2235
+ /**
2236
+ * Parse the target_site 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 target_site.
2241
+ */
2242
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
2243
+ /**
2244
+ * Return a fully-qualified sampleQuery resource name string.
2245
+ *
2246
+ * @param {string} project
2247
+ * @param {string} location
2248
+ * @param {string} sample_query_set
2249
+ * @param {string} sample_query
2250
+ * @returns {string} Resource name string.
2251
+ */
2252
+ sampleQueryPath(project: string, location: string, sampleQuerySet: string, sampleQuery: string): string;
2253
+ /**
2254
+ * Parse the project from SampleQuery resource.
2255
+ *
2256
+ * @param {string} sampleQueryName
2257
+ * A fully-qualified path representing SampleQuery resource.
2258
+ * @returns {string} A string representing the project.
2259
+ */
2260
+ matchProjectFromSampleQueryName(sampleQueryName: string): string | number;
2261
+ /**
2262
+ * Parse the location from SampleQuery resource.
2263
+ *
2264
+ * @param {string} sampleQueryName
2265
+ * A fully-qualified path representing SampleQuery resource.
2266
+ * @returns {string} A string representing the location.
2267
+ */
2268
+ matchLocationFromSampleQueryName(sampleQueryName: string): string | number;
2269
+ /**
2270
+ * Parse the sample_query_set from SampleQuery resource.
2271
+ *
2272
+ * @param {string} sampleQueryName
2273
+ * A fully-qualified path representing SampleQuery resource.
2274
+ * @returns {string} A string representing the sample_query_set.
2275
+ */
2276
+ matchSampleQuerySetFromSampleQueryName(sampleQueryName: string): string | number;
2277
+ /**
2278
+ * Parse the sample_query from SampleQuery resource.
2279
+ *
2280
+ * @param {string} sampleQueryName
2281
+ * A fully-qualified path representing SampleQuery resource.
2282
+ * @returns {string} A string representing the sample_query.
2283
+ */
2284
+ matchSampleQueryFromSampleQueryName(sampleQueryName: string): string | number;
2285
+ /**
2286
+ * Return a fully-qualified sampleQuerySet resource name string.
2287
+ *
2288
+ * @param {string} project
2289
+ * @param {string} location
2290
+ * @param {string} sample_query_set
2291
+ * @returns {string} Resource name string.
2292
+ */
2293
+ sampleQuerySetPath(project: string, location: string, sampleQuerySet: string): string;
2294
+ /**
2295
+ * Parse the project from SampleQuerySet resource.
2296
+ *
2297
+ * @param {string} sampleQuerySetName
2298
+ * A fully-qualified path representing SampleQuerySet resource.
2299
+ * @returns {string} A string representing the project.
2300
+ */
2301
+ matchProjectFromSampleQuerySetName(sampleQuerySetName: string): string | number;
2302
+ /**
2303
+ * Parse the location from SampleQuerySet resource.
2304
+ *
2305
+ * @param {string} sampleQuerySetName
2306
+ * A fully-qualified path representing SampleQuerySet resource.
2307
+ * @returns {string} A string representing the location.
2308
+ */
2309
+ matchLocationFromSampleQuerySetName(sampleQuerySetName: string): string | number;
2310
+ /**
2311
+ * Parse the sample_query_set from SampleQuerySet resource.
2312
+ *
2313
+ * @param {string} sampleQuerySetName
2314
+ * A fully-qualified path representing SampleQuerySet resource.
2315
+ * @returns {string} A string representing the sample_query_set.
2316
+ */
2317
+ matchSampleQuerySetFromSampleQuerySetName(sampleQuerySetName: string): string | number;
2318
+ /**
2319
+ * Terminate the gRPC channel and close the client.
2320
+ *
2321
+ * The client will no longer be usable and all future behavior is undefined.
2322
+ * @returns {Promise} A promise that resolves when the client is closed.
2323
+ */
2324
+ close(): Promise<void>;
2325
+ }