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