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