@google-cloud/discoveryengine 1.10.0 → 1.11.0

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