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