@google-cloud/discoveryengine 2.2.0 → 2.3.0

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