@google-cloud/discoveryengine 2.2.0 → 2.3.0

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