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