@google-cloud/discoveryengine 1.10.0 → 1.11.0

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