@google-cloud/discoveryengine 1.3.1 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (166) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +64 -0
  3. package/build/protos/google/cloud/discoveryengine/v1/common.proto +54 -3
  4. package/build/protos/google/cloud/discoveryengine/v1/completion.proto +52 -0
  5. package/build/protos/google/cloud/discoveryengine/v1/completion_service.proto +51 -4
  6. package/build/protos/google/cloud/discoveryengine/v1/conversation.proto +3 -0
  7. package/build/protos/google/cloud/discoveryengine/v1/conversational_search_service.proto +40 -1
  8. package/build/protos/google/cloud/discoveryengine/v1/data_store.proto +98 -0
  9. package/build/protos/google/cloud/discoveryengine/v1/data_store_service.proto +304 -0
  10. package/build/protos/google/cloud/discoveryengine/v1/document.proto +1 -1
  11. package/build/protos/google/cloud/discoveryengine/v1/engine.proto +215 -0
  12. package/build/protos/google/cloud/discoveryengine/v1/engine_service.proto +242 -0
  13. package/build/protos/google/cloud/discoveryengine/v1/import_config.proto +64 -0
  14. package/build/protos/google/cloud/discoveryengine/v1/purge_config.proto +38 -0
  15. package/build/protos/google/cloud/discoveryengine/v1/search_service.proto +137 -4
  16. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine.proto +170 -0
  17. package/build/protos/google/cloud/discoveryengine/v1/site_search_engine_service.proto +691 -0
  18. package/build/protos/google/cloud/discoveryengine/v1/user_event.proto +3 -3
  19. package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config.proto +49 -0
  20. package/build/protos/google/cloud/discoveryengine/v1alpha/acl_config_service.proto +79 -0
  21. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk.proto +72 -0
  22. package/build/protos/google/cloud/discoveryengine/v1alpha/chunk_service.proto +137 -0
  23. package/build/protos/google/cloud/discoveryengine/v1alpha/common.proto +77 -4
  24. package/build/protos/google/cloud/discoveryengine/v1alpha/completion.proto +52 -0
  25. package/build/protos/google/cloud/discoveryengine/v1alpha/completion_service.proto +44 -2
  26. package/build/protos/google/cloud/discoveryengine/v1alpha/conversational_search_service.proto +6 -1
  27. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store.proto +44 -0
  28. package/build/protos/google/cloud/discoveryengine/v1alpha/data_store_service.proto +80 -1
  29. package/build/protos/google/cloud/discoveryengine/v1alpha/document.proto +83 -0
  30. package/build/protos/google/cloud/discoveryengine/v1alpha/document_processing_config.proto +127 -0
  31. package/build/protos/google/cloud/discoveryengine/v1alpha/document_service.proto +6 -0
  32. package/build/protos/google/cloud/discoveryengine/v1alpha/engine.proto +13 -8
  33. package/build/protos/google/cloud/discoveryengine/v1alpha/engine_service.proto +3 -2
  34. package/build/protos/google/cloud/discoveryengine/v1alpha/estimate_billing_service.proto +130 -0
  35. package/build/protos/google/cloud/discoveryengine/v1alpha/import_config.proto +64 -0
  36. package/build/protos/google/cloud/discoveryengine/v1alpha/purge_config.proto +66 -0
  37. package/build/protos/google/cloud/discoveryengine/v1alpha/recommendation_service.proto +3 -1
  38. package/build/protos/google/cloud/discoveryengine/v1alpha/schema.proto +3 -0
  39. package/build/protos/google/cloud/discoveryengine/v1alpha/search_service.proto +74 -13
  40. package/build/protos/google/cloud/discoveryengine/v1alpha/search_tuning_service.proto +24 -20
  41. package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config.proto +271 -0
  42. package/build/protos/google/cloud/discoveryengine/v1alpha/serving_config_service.proto +147 -0
  43. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine.proto +9 -3
  44. package/build/protos/google/cloud/discoveryengine/v1alpha/site_search_engine_service.proto +7 -4
  45. package/build/protos/google/cloud/discoveryengine/v1alpha/user_event.proto +4 -3
  46. package/build/protos/google/cloud/discoveryengine/v1beta/common.proto +59 -8
  47. package/build/protos/google/cloud/discoveryengine/v1beta/completion.proto +52 -0
  48. package/build/protos/google/cloud/discoveryengine/v1beta/completion_service.proto +51 -4
  49. package/build/protos/google/cloud/discoveryengine/v1beta/conversation.proto +3 -0
  50. package/build/protos/google/cloud/discoveryengine/v1beta/conversational_search_service.proto +45 -1
  51. package/build/protos/google/cloud/discoveryengine/v1beta/data_store.proto +120 -0
  52. package/build/protos/google/cloud/discoveryengine/v1beta/data_store_service.proto +306 -0
  53. package/build/protos/google/cloud/discoveryengine/v1beta/document.proto +10 -1
  54. package/build/protos/google/cloud/discoveryengine/v1beta/document_processing_config.proto +94 -0
  55. package/build/protos/google/cloud/discoveryengine/v1beta/engine.proto +220 -0
  56. package/build/protos/google/cloud/discoveryengine/v1beta/engine_service.proto +244 -0
  57. package/build/protos/google/cloud/discoveryengine/v1beta/import_config.proto +64 -0
  58. package/build/protos/google/cloud/discoveryengine/v1beta/purge_config.proto +41 -0
  59. package/build/protos/google/cloud/discoveryengine/v1beta/recommendation_service.proto +26 -3
  60. package/build/protos/google/cloud/discoveryengine/v1beta/search_service.proto +169 -15
  61. package/build/protos/google/cloud/discoveryengine/v1beta/search_tuning_service.proto +151 -0
  62. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config.proto +265 -0
  63. package/build/protos/google/cloud/discoveryengine/v1beta/serving_config_service.proto +148 -0
  64. package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine.proto +170 -0
  65. package/build/protos/google/cloud/discoveryengine/v1beta/site_search_engine_service.proto +695 -0
  66. package/build/protos/google/cloud/discoveryengine/v1beta/user_event.proto +4 -3
  67. package/build/protos/protos.d.ts +48530 -23682
  68. package/build/protos/protos.js +122429 -63306
  69. package/build/protos/protos.json +13438 -7286
  70. package/build/src/index.d.ts +10 -1
  71. package/build/src/index.js +10 -1
  72. package/build/src/v1/completion_service_client.d.ts +489 -7
  73. package/build/src/v1/completion_service_client.js +715 -11
  74. package/build/src/v1/completion_service_client_config.json +10 -0
  75. package/build/src/v1/conversational_search_service_client.d.ts +341 -3
  76. package/build/src/v1/conversational_search_service_client.js +466 -9
  77. package/build/src/v1/data_store_service_client.d.ts +1286 -0
  78. package/build/src/v1/data_store_service_client.js +1768 -0
  79. package/build/src/v1/data_store_service_client_config.json +46 -0
  80. package/build/src/v1/document_service_client.d.ts +347 -2
  81. package/build/src/v1/document_service_client.js +506 -9
  82. package/build/src/v1/engine_service_client.d.ts +1211 -0
  83. package/build/src/v1/engine_service_client.js +1731 -0
  84. package/build/src/v1/engine_service_client_config.json +46 -0
  85. package/build/src/v1/index.d.ts +3 -0
  86. package/build/src/v1/index.js +7 -1
  87. package/build/src/v1/schema_service_client.d.ts +272 -2
  88. package/build/src/v1/schema_service_client.js +402 -9
  89. package/build/src/v1/search_service_client.d.ts +515 -11
  90. package/build/src/v1/search_service_client.js +648 -15
  91. package/build/src/v1/site_search_engine_service_client.d.ts +1564 -0
  92. package/build/src/v1/site_search_engine_service_client.js +2075 -0
  93. package/build/src/v1/site_search_engine_service_client_config.json +74 -0
  94. package/build/src/v1/user_event_service_client.d.ts +272 -2
  95. package/build/src/v1/user_event_service_client.js +402 -9
  96. package/build/src/v1alpha/acl_config_service_client.d.ts +1233 -0
  97. package/build/src/v1alpha/acl_config_service_client.js +1765 -0
  98. package/build/src/v1alpha/acl_config_service_client_config.json +34 -0
  99. package/build/src/v1alpha/chunk_service_client.d.ts +1350 -0
  100. package/build/src/v1alpha/chunk_service_client.js +1886 -0
  101. package/build/src/v1alpha/chunk_service_client_config.json +34 -0
  102. package/build/src/v1alpha/completion_service_client.d.ts +599 -5
  103. package/build/src/v1alpha/completion_service_client.js +868 -12
  104. package/build/src/v1alpha/completion_service_client_config.json +10 -0
  105. package/build/src/v1alpha/conversational_search_service_client.d.ts +244 -3
  106. package/build/src/v1alpha/conversational_search_service_client.js +353 -10
  107. package/build/src/v1alpha/data_store_service_client.d.ts +462 -5
  108. package/build/src/v1alpha/data_store_service_client.js +599 -12
  109. package/build/src/v1alpha/data_store_service_client_config.json +8 -0
  110. package/build/src/v1alpha/document_service_client.d.ts +393 -2
  111. package/build/src/v1alpha/document_service_client.js +551 -10
  112. package/build/src/v1alpha/engine_service_client.d.ts +386 -4
  113. package/build/src/v1alpha/engine_service_client.js +551 -10
  114. package/build/src/v1alpha/estimate_billing_service_client.d.ts +1367 -0
  115. package/build/src/v1alpha/estimate_billing_service_client.js +2028 -0
  116. package/build/src/v1alpha/estimate_billing_service_client_config.json +30 -0
  117. package/build/src/v1alpha/index.d.ts +4 -0
  118. package/build/src/v1alpha/index.js +10 -2
  119. package/build/src/v1alpha/recommendation_service_client.d.ts +242 -3
  120. package/build/src/v1alpha/recommendation_service_client.js +353 -10
  121. package/build/src/v1alpha/schema_service_client.d.ts +383 -2
  122. package/build/src/v1alpha/schema_service_client.js +551 -10
  123. package/build/src/v1alpha/search_service_client.d.ts +269 -17
  124. package/build/src/v1alpha/search_service_client.js +373 -20
  125. package/build/src/v1alpha/search_tuning_service_client.d.ts +384 -3
  126. package/build/src/v1alpha/search_tuning_service_client.js +551 -10
  127. package/build/src/v1alpha/serving_config_service_client.d.ts +1369 -0
  128. package/build/src/v1alpha/serving_config_service_client.js +1935 -0
  129. package/build/src/v1alpha/serving_config_service_client_config.json +38 -0
  130. package/build/src/v1alpha/site_search_engine_service_client.d.ts +383 -2
  131. package/build/src/v1alpha/site_search_engine_service_client.js +551 -10
  132. package/build/src/v1alpha/user_event_service_client.d.ts +383 -2
  133. package/build/src/v1alpha/user_event_service_client.js +551 -10
  134. package/build/src/v1beta/completion_service_client.d.ts +708 -7
  135. package/build/src/v1beta/completion_service_client.js +1015 -11
  136. package/build/src/v1beta/completion_service_client_config.json +10 -0
  137. package/build/src/v1beta/conversational_search_service_client.d.ts +420 -3
  138. package/build/src/v1beta/conversational_search_service_client.js +570 -9
  139. package/build/src/v1beta/data_store_service_client.d.ts +1508 -0
  140. package/build/src/v1beta/data_store_service_client.js +2070 -0
  141. package/build/src/v1beta/data_store_service_client_config.json +46 -0
  142. package/build/src/v1beta/document_service_client.d.ts +566 -2
  143. package/build/src/v1beta/document_service_client.js +810 -11
  144. package/build/src/v1beta/engine_service_client.d.ts +1432 -0
  145. package/build/src/v1beta/engine_service_client.js +2032 -0
  146. package/build/src/v1beta/engine_service_client_config.json +46 -0
  147. package/build/src/v1beta/index.d.ts +5 -0
  148. package/build/src/v1beta/index.js +11 -1
  149. package/build/src/v1beta/recommendation_service_client.d.ts +495 -5
  150. package/build/src/v1beta/recommendation_service_client.js +674 -9
  151. package/build/src/v1beta/schema_service_client.d.ts +491 -2
  152. package/build/src/v1beta/schema_service_client.js +706 -11
  153. package/build/src/v1beta/search_service_client.d.ts +620 -29
  154. package/build/src/v1beta/search_service_client.js +772 -27
  155. package/build/src/v1beta/search_tuning_service_client.d.ts +1196 -0
  156. package/build/src/v1beta/search_tuning_service_client.js +1781 -0
  157. package/build/src/v1beta/search_tuning_service_client_config.json +30 -0
  158. package/build/src/v1beta/serving_config_service_client.d.ts +1217 -0
  159. package/build/src/v1beta/serving_config_service_client.js +1724 -0
  160. package/build/src/v1beta/serving_config_service_client_config.json +38 -0
  161. package/build/src/v1beta/site_search_engine_service_client.d.ts +1787 -0
  162. package/build/src/v1beta/site_search_engine_service_client.js +2375 -0
  163. package/build/src/v1beta/site_search_engine_service_client_config.json +74 -0
  164. package/build/src/v1beta/user_event_service_client.d.ts +491 -2
  165. package/build/src/v1beta/user_event_service_client.js +706 -11
  166. package/package.json +3 -3
@@ -0,0 +1,1787 @@
1
+ /// <reference types="node" />
2
+ import type * as gax from 'google-gax';
3
+ import type { Callback, CallOptions, Descriptors, ClientOptions, LROperation, PaginationCallback, LocationsClient, LocationProtos } from 'google-gax';
4
+ import { Transform } from 'stream';
5
+ import * as protos from '../../protos/protos';
6
+ /**
7
+ * Service for managing site search related resources.
8
+ * @class
9
+ * @memberof v1beta
10
+ */
11
+ export declare class SiteSearchEngineServiceClient {
12
+ private _terminated;
13
+ private _opts;
14
+ private _providedCustomServicePath;
15
+ private _gaxModule;
16
+ private _gaxGrpc;
17
+ private _protos;
18
+ private _defaults;
19
+ private _universeDomain;
20
+ private _servicePath;
21
+ auth: gax.GoogleAuth;
22
+ descriptors: Descriptors;
23
+ warn: (code: string, message: string, warnType?: string) => void;
24
+ innerApiCalls: {
25
+ [name: string]: Function;
26
+ };
27
+ locationsClient: LocationsClient;
28
+ pathTemplates: {
29
+ [name: string]: gax.PathTemplate;
30
+ };
31
+ operationsClient: gax.OperationsClient;
32
+ siteSearchEngineServiceStub?: Promise<{
33
+ [name: string]: Function;
34
+ }>;
35
+ /**
36
+ * Construct an instance of SiteSearchEngineServiceClient.
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://developers.google.com/identity/protocols/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 SiteSearchEngineServiceClient({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
+ * Gets the
122
+ * {@link protos.google.cloud.discoveryengine.v1beta.SiteSearchEngine|SiteSearchEngine}.
123
+ *
124
+ * @param {Object} request
125
+ * The request object that will be sent.
126
+ * @param {string} request.name
127
+ * Required. Resource name of
128
+ * {@link protos.google.cloud.discoveryengine.v1beta.SiteSearchEngine|SiteSearchEngine},
129
+ * such as
130
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine`.
131
+ *
132
+ * If the caller does not have permission to access the [SiteSearchEngine],
133
+ * regardless of whether or not it exists, a PERMISSION_DENIED error is
134
+ * returned.
135
+ * @param {object} [options]
136
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
137
+ * @returns {Promise} - The promise which resolves to an array.
138
+ * The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1beta.SiteSearchEngine|SiteSearchEngine}.
139
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
140
+ * for more details and examples.
141
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.get_site_search_engine.js</caption>
142
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_GetSiteSearchEngine_async
143
+ */
144
+ getSiteSearchEngine(request?: protos.google.cloud.discoveryengine.v1beta.IGetSiteSearchEngineRequest, options?: CallOptions): Promise<[
145
+ protos.google.cloud.discoveryengine.v1beta.ISiteSearchEngine,
146
+ (protos.google.cloud.discoveryengine.v1beta.IGetSiteSearchEngineRequest | undefined),
147
+ {} | undefined
148
+ ]>;
149
+ getSiteSearchEngine(request: protos.google.cloud.discoveryengine.v1beta.IGetSiteSearchEngineRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1beta.ISiteSearchEngine, protos.google.cloud.discoveryengine.v1beta.IGetSiteSearchEngineRequest | null | undefined, {} | null | undefined>): void;
150
+ getSiteSearchEngine(request: protos.google.cloud.discoveryengine.v1beta.IGetSiteSearchEngineRequest, callback: Callback<protos.google.cloud.discoveryengine.v1beta.ISiteSearchEngine, protos.google.cloud.discoveryengine.v1beta.IGetSiteSearchEngineRequest | null | undefined, {} | null | undefined>): void;
151
+ /**
152
+ * Gets a {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}.
153
+ *
154
+ * @param {Object} request
155
+ * The request object that will be sent.
156
+ * @param {string} request.name
157
+ * Required. Full resource name of
158
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}, such as
159
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}`.
160
+ *
161
+ * If the caller does not have permission to access the
162
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}, regardless of
163
+ * whether or not it exists, a PERMISSION_DENIED error is returned.
164
+ *
165
+ * If the requested
166
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite} does not
167
+ * exist, a NOT_FOUND error is returned.
168
+ * @param {object} [options]
169
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
170
+ * @returns {Promise} - The promise which resolves to an array.
171
+ * The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}.
172
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
173
+ * for more details and examples.
174
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.get_target_site.js</caption>
175
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_GetTargetSite_async
176
+ */
177
+ getTargetSite(request?: protos.google.cloud.discoveryengine.v1beta.IGetTargetSiteRequest, options?: CallOptions): Promise<[
178
+ protos.google.cloud.discoveryengine.v1beta.ITargetSite,
179
+ (protos.google.cloud.discoveryengine.v1beta.IGetTargetSiteRequest | undefined),
180
+ {} | undefined
181
+ ]>;
182
+ getTargetSite(request: protos.google.cloud.discoveryengine.v1beta.IGetTargetSiteRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1beta.ITargetSite, protos.google.cloud.discoveryengine.v1beta.IGetTargetSiteRequest | null | undefined, {} | null | undefined>): void;
183
+ getTargetSite(request: protos.google.cloud.discoveryengine.v1beta.IGetTargetSiteRequest, callback: Callback<protos.google.cloud.discoveryengine.v1beta.ITargetSite, protos.google.cloud.discoveryengine.v1beta.IGetTargetSiteRequest | null | undefined, {} | null | undefined>): void;
184
+ /**
185
+ * Creates a {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}.
186
+ *
187
+ * @param {Object} request
188
+ * The request object that will be sent.
189
+ * @param {string} request.parent
190
+ * Required. Parent resource name of
191
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}, such as
192
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine`.
193
+ * @param {google.cloud.discoveryengine.v1beta.TargetSite} request.targetSite
194
+ * Required. The {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}
195
+ * to create.
196
+ * @param {object} [options]
197
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
198
+ * @returns {Promise} - The promise which resolves to an array.
199
+ * The first element of the array is an object representing
200
+ * a long running operation. Its `promise()` method returns a promise
201
+ * you can `await` for.
202
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
203
+ * for more details and examples.
204
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.create_target_site.js</caption>
205
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_CreateTargetSite_async
206
+ */
207
+ createTargetSite(request?: protos.google.cloud.discoveryengine.v1beta.ICreateTargetSiteRequest, options?: CallOptions): Promise<[
208
+ LROperation<protos.google.cloud.discoveryengine.v1beta.ITargetSite, protos.google.cloud.discoveryengine.v1beta.ICreateTargetSiteMetadata>,
209
+ protos.google.longrunning.IOperation | undefined,
210
+ {} | undefined
211
+ ]>;
212
+ createTargetSite(request: protos.google.cloud.discoveryengine.v1beta.ICreateTargetSiteRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.ITargetSite, protos.google.cloud.discoveryengine.v1beta.ICreateTargetSiteMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
213
+ createTargetSite(request: protos.google.cloud.discoveryengine.v1beta.ICreateTargetSiteRequest, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.ITargetSite, protos.google.cloud.discoveryengine.v1beta.ICreateTargetSiteMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
214
+ /**
215
+ * Check the status of the long running operation returned by `createTargetSite()`.
216
+ * @param {String} name
217
+ * The operation name that will be passed.
218
+ * @returns {Promise} - The promise which resolves to an object.
219
+ * The decoded operation object has result and metadata field to get information from.
220
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
221
+ * for more details and examples.
222
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.create_target_site.js</caption>
223
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_CreateTargetSite_async
224
+ */
225
+ checkCreateTargetSiteProgress(name: string): Promise<LROperation<protos.google.cloud.discoveryengine.v1beta.TargetSite, protos.google.cloud.discoveryengine.v1beta.CreateTargetSiteMetadata>>;
226
+ /**
227
+ * Creates {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite} in a
228
+ * batch.
229
+ *
230
+ * @param {Object} request
231
+ * The request object that will be sent.
232
+ * @param {string} request.parent
233
+ * Required. The parent resource shared by all TargetSites being created.
234
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine`.
235
+ * The parent field in the CreateBookRequest messages must either be empty or
236
+ * match this field.
237
+ * @param {number[]} request.requests
238
+ * Required. The request message specifying the resources to create.
239
+ * A maximum of 20 TargetSites can be created in a batch.
240
+ * @param {object} [options]
241
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
242
+ * @returns {Promise} - The promise which resolves to an array.
243
+ * The first element of the array is an object representing
244
+ * a long running operation. Its `promise()` method returns a promise
245
+ * you can `await` for.
246
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
247
+ * for more details and examples.
248
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.batch_create_target_sites.js</caption>
249
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_BatchCreateTargetSites_async
250
+ */
251
+ batchCreateTargetSites(request?: protos.google.cloud.discoveryengine.v1beta.IBatchCreateTargetSitesRequest, options?: CallOptions): Promise<[
252
+ LROperation<protos.google.cloud.discoveryengine.v1beta.IBatchCreateTargetSitesResponse, protos.google.cloud.discoveryengine.v1beta.IBatchCreateTargetSiteMetadata>,
253
+ protos.google.longrunning.IOperation | undefined,
254
+ {} | undefined
255
+ ]>;
256
+ batchCreateTargetSites(request: protos.google.cloud.discoveryengine.v1beta.IBatchCreateTargetSitesRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.IBatchCreateTargetSitesResponse, protos.google.cloud.discoveryengine.v1beta.IBatchCreateTargetSiteMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
257
+ batchCreateTargetSites(request: protos.google.cloud.discoveryengine.v1beta.IBatchCreateTargetSitesRequest, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.IBatchCreateTargetSitesResponse, protos.google.cloud.discoveryengine.v1beta.IBatchCreateTargetSiteMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
258
+ /**
259
+ * Check the status of the long running operation returned by `batchCreateTargetSites()`.
260
+ * @param {String} name
261
+ * The operation name that will be passed.
262
+ * @returns {Promise} - The promise which resolves to an object.
263
+ * The decoded operation object has result and metadata field to get information from.
264
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
265
+ * for more details and examples.
266
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.batch_create_target_sites.js</caption>
267
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_BatchCreateTargetSites_async
268
+ */
269
+ checkBatchCreateTargetSitesProgress(name: string): Promise<LROperation<protos.google.cloud.discoveryengine.v1beta.BatchCreateTargetSitesResponse, protos.google.cloud.discoveryengine.v1beta.BatchCreateTargetSiteMetadata>>;
270
+ /**
271
+ * Updates a {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}.
272
+ *
273
+ * @param {Object} request
274
+ * The request object that will be sent.
275
+ * @param {google.cloud.discoveryengine.v1beta.TargetSite} request.targetSite
276
+ * Required. The target site to update.
277
+ * If the caller does not have permission to update the
278
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}, regardless of
279
+ * whether or not it exists, a PERMISSION_DENIED error is returned.
280
+ *
281
+ * If the {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite} to
282
+ * update does not exist, a NOT_FOUND error is returned.
283
+ * @param {object} [options]
284
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
285
+ * @returns {Promise} - The promise which resolves to an array.
286
+ * The first element of the array is an object representing
287
+ * a long running operation. Its `promise()` method returns a promise
288
+ * you can `await` for.
289
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
290
+ * for more details and examples.
291
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.update_target_site.js</caption>
292
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_UpdateTargetSite_async
293
+ */
294
+ updateTargetSite(request?: protos.google.cloud.discoveryengine.v1beta.IUpdateTargetSiteRequest, options?: CallOptions): Promise<[
295
+ LROperation<protos.google.cloud.discoveryengine.v1beta.ITargetSite, protos.google.cloud.discoveryengine.v1beta.IUpdateTargetSiteMetadata>,
296
+ protos.google.longrunning.IOperation | undefined,
297
+ {} | undefined
298
+ ]>;
299
+ updateTargetSite(request: protos.google.cloud.discoveryengine.v1beta.IUpdateTargetSiteRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.ITargetSite, protos.google.cloud.discoveryengine.v1beta.IUpdateTargetSiteMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
300
+ updateTargetSite(request: protos.google.cloud.discoveryengine.v1beta.IUpdateTargetSiteRequest, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.ITargetSite, protos.google.cloud.discoveryengine.v1beta.IUpdateTargetSiteMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
301
+ /**
302
+ * Check the status of the long running operation returned by `updateTargetSite()`.
303
+ * @param {String} name
304
+ * The operation name that will be passed.
305
+ * @returns {Promise} - The promise which resolves to an object.
306
+ * The decoded operation object has result and metadata field to get information from.
307
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
308
+ * for more details and examples.
309
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.update_target_site.js</caption>
310
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_UpdateTargetSite_async
311
+ */
312
+ checkUpdateTargetSiteProgress(name: string): Promise<LROperation<protos.google.cloud.discoveryengine.v1beta.TargetSite, protos.google.cloud.discoveryengine.v1beta.UpdateTargetSiteMetadata>>;
313
+ /**
314
+ * Deletes a {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}.
315
+ *
316
+ * @param {Object} request
317
+ * The request object that will be sent.
318
+ * @param {string} request.name
319
+ * Required. Full resource name of
320
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}, such as
321
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine/targetSites/{target_site}`.
322
+ *
323
+ * If the caller does not have permission to access the
324
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}, regardless of
325
+ * whether or not it exists, a PERMISSION_DENIED error is returned.
326
+ *
327
+ * If the requested
328
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite} does not
329
+ * exist, a NOT_FOUND error is returned.
330
+ * @param {object} [options]
331
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
332
+ * @returns {Promise} - The promise which resolves to an array.
333
+ * The first element of the array is an object representing
334
+ * a long running operation. Its `promise()` method returns a promise
335
+ * you can `await` for.
336
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
337
+ * for more details and examples.
338
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.delete_target_site.js</caption>
339
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_DeleteTargetSite_async
340
+ */
341
+ deleteTargetSite(request?: protos.google.cloud.discoveryengine.v1beta.IDeleteTargetSiteRequest, options?: CallOptions): Promise<[
342
+ LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1beta.IDeleteTargetSiteMetadata>,
343
+ protos.google.longrunning.IOperation | undefined,
344
+ {} | undefined
345
+ ]>;
346
+ deleteTargetSite(request: protos.google.cloud.discoveryengine.v1beta.IDeleteTargetSiteRequest, options: CallOptions, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1beta.IDeleteTargetSiteMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
347
+ deleteTargetSite(request: protos.google.cloud.discoveryengine.v1beta.IDeleteTargetSiteRequest, callback: Callback<LROperation<protos.google.protobuf.IEmpty, protos.google.cloud.discoveryengine.v1beta.IDeleteTargetSiteMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
348
+ /**
349
+ * Check the status of the long running operation returned by `deleteTargetSite()`.
350
+ * @param {String} name
351
+ * The operation name that will be passed.
352
+ * @returns {Promise} - The promise which resolves to an object.
353
+ * The decoded operation object has result and metadata field to get information from.
354
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
355
+ * for more details and examples.
356
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.delete_target_site.js</caption>
357
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_DeleteTargetSite_async
358
+ */
359
+ checkDeleteTargetSiteProgress(name: string): Promise<LROperation<protos.google.protobuf.Empty, protos.google.cloud.discoveryengine.v1beta.DeleteTargetSiteMetadata>>;
360
+ /**
361
+ * Upgrade from basic site search to advanced site search.
362
+ *
363
+ * @param {Object} request
364
+ * The request object that will be sent.
365
+ * @param {string} request.siteSearchEngine
366
+ * Required. Full resource name of the
367
+ * {@link protos.google.cloud.discoveryengine.v1beta.SiteSearchEngine|SiteSearchEngine},
368
+ * such as
369
+ * `projects/{project}/locations/{location}/dataStores/{data_store_id}/siteSearchEngine`.
370
+ * @param {object} [options]
371
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
372
+ * @returns {Promise} - The promise which resolves to an array.
373
+ * The first element of the array is an object representing
374
+ * a long running operation. Its `promise()` method returns a promise
375
+ * you can `await` for.
376
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
377
+ * for more details and examples.
378
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.enable_advanced_site_search.js</caption>
379
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_EnableAdvancedSiteSearch_async
380
+ */
381
+ enableAdvancedSiteSearch(request?: protos.google.cloud.discoveryengine.v1beta.IEnableAdvancedSiteSearchRequest, options?: CallOptions): Promise<[
382
+ LROperation<protos.google.cloud.discoveryengine.v1beta.IEnableAdvancedSiteSearchResponse, protos.google.cloud.discoveryengine.v1beta.IEnableAdvancedSiteSearchMetadata>,
383
+ protos.google.longrunning.IOperation | undefined,
384
+ {} | undefined
385
+ ]>;
386
+ enableAdvancedSiteSearch(request: protos.google.cloud.discoveryengine.v1beta.IEnableAdvancedSiteSearchRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.IEnableAdvancedSiteSearchResponse, protos.google.cloud.discoveryengine.v1beta.IEnableAdvancedSiteSearchMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
387
+ enableAdvancedSiteSearch(request: protos.google.cloud.discoveryengine.v1beta.IEnableAdvancedSiteSearchRequest, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.IEnableAdvancedSiteSearchResponse, protos.google.cloud.discoveryengine.v1beta.IEnableAdvancedSiteSearchMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
388
+ /**
389
+ * Check the status of the long running operation returned by `enableAdvancedSiteSearch()`.
390
+ * @param {String} name
391
+ * The operation name that will be passed.
392
+ * @returns {Promise} - The promise which resolves to an object.
393
+ * The decoded operation object has result and metadata field to get information from.
394
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
395
+ * for more details and examples.
396
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.enable_advanced_site_search.js</caption>
397
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_EnableAdvancedSiteSearch_async
398
+ */
399
+ checkEnableAdvancedSiteSearchProgress(name: string): Promise<LROperation<protos.google.cloud.discoveryengine.v1beta.EnableAdvancedSiteSearchResponse, protos.google.cloud.discoveryengine.v1beta.EnableAdvancedSiteSearchMetadata>>;
400
+ /**
401
+ * Downgrade from advanced site search to basic site search.
402
+ *
403
+ * @param {Object} request
404
+ * The request object that will be sent.
405
+ * @param {string} request.siteSearchEngine
406
+ * Required. Full resource name of the
407
+ * {@link protos.google.cloud.discoveryengine.v1beta.SiteSearchEngine|SiteSearchEngine},
408
+ * such as
409
+ * `projects/{project}/locations/{location}/dataStores/{data_store_id}/siteSearchEngine`.
410
+ * @param {object} [options]
411
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
412
+ * @returns {Promise} - The promise which resolves to an array.
413
+ * The first element of the array is an object representing
414
+ * a long running operation. Its `promise()` method returns a promise
415
+ * you can `await` for.
416
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
417
+ * for more details and examples.
418
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.disable_advanced_site_search.js</caption>
419
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_DisableAdvancedSiteSearch_async
420
+ */
421
+ disableAdvancedSiteSearch(request?: protos.google.cloud.discoveryengine.v1beta.IDisableAdvancedSiteSearchRequest, options?: CallOptions): Promise<[
422
+ LROperation<protos.google.cloud.discoveryengine.v1beta.IDisableAdvancedSiteSearchResponse, protos.google.cloud.discoveryengine.v1beta.IDisableAdvancedSiteSearchMetadata>,
423
+ protos.google.longrunning.IOperation | undefined,
424
+ {} | undefined
425
+ ]>;
426
+ disableAdvancedSiteSearch(request: protos.google.cloud.discoveryengine.v1beta.IDisableAdvancedSiteSearchRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.IDisableAdvancedSiteSearchResponse, protos.google.cloud.discoveryengine.v1beta.IDisableAdvancedSiteSearchMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
427
+ disableAdvancedSiteSearch(request: protos.google.cloud.discoveryengine.v1beta.IDisableAdvancedSiteSearchRequest, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.IDisableAdvancedSiteSearchResponse, protos.google.cloud.discoveryengine.v1beta.IDisableAdvancedSiteSearchMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
428
+ /**
429
+ * Check the status of the long running operation returned by `disableAdvancedSiteSearch()`.
430
+ * @param {String} name
431
+ * The operation name that will be passed.
432
+ * @returns {Promise} - The promise which resolves to an object.
433
+ * The decoded operation object has result and metadata field to get information from.
434
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
435
+ * for more details and examples.
436
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.disable_advanced_site_search.js</caption>
437
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_DisableAdvancedSiteSearch_async
438
+ */
439
+ checkDisableAdvancedSiteSearchProgress(name: string): Promise<LROperation<protos.google.cloud.discoveryengine.v1beta.DisableAdvancedSiteSearchResponse, protos.google.cloud.discoveryengine.v1beta.DisableAdvancedSiteSearchMetadata>>;
440
+ /**
441
+ * Request on-demand recrawl for a list of URIs.
442
+ *
443
+ * @param {Object} request
444
+ * The request object that will be sent.
445
+ * @param {string} request.siteSearchEngine
446
+ * Required. Full resource name of the
447
+ * {@link protos.google.cloud.discoveryengine.v1beta.SiteSearchEngine|SiteSearchEngine},
448
+ * such as
449
+ * `projects/* /locations/* /collections/* /dataStores/* /siteSearchEngine`.
450
+ * @param {string[]} request.uris
451
+ * Required. List of URIs to crawl. At most 10K URIs are supported, otherwise
452
+ * an INVALID_ARGUMENT error is thrown. Each URI should match at least one
453
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite} in
454
+ * `site_search_engine`.
455
+ * @param {object} [options]
456
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
457
+ * @returns {Promise} - The promise which resolves to an array.
458
+ * The first element of the array is an object representing
459
+ * a long running operation. Its `promise()` method returns a promise
460
+ * you can `await` for.
461
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
462
+ * for more details and examples.
463
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.recrawl_uris.js</caption>
464
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_RecrawlUris_async
465
+ */
466
+ recrawlUris(request?: protos.google.cloud.discoveryengine.v1beta.IRecrawlUrisRequest, options?: CallOptions): Promise<[
467
+ LROperation<protos.google.cloud.discoveryengine.v1beta.IRecrawlUrisResponse, protos.google.cloud.discoveryengine.v1beta.IRecrawlUrisMetadata>,
468
+ protos.google.longrunning.IOperation | undefined,
469
+ {} | undefined
470
+ ]>;
471
+ recrawlUris(request: protos.google.cloud.discoveryengine.v1beta.IRecrawlUrisRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.IRecrawlUrisResponse, protos.google.cloud.discoveryengine.v1beta.IRecrawlUrisMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
472
+ recrawlUris(request: protos.google.cloud.discoveryengine.v1beta.IRecrawlUrisRequest, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.IRecrawlUrisResponse, protos.google.cloud.discoveryengine.v1beta.IRecrawlUrisMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
473
+ /**
474
+ * Check the status of the long running operation returned by `recrawlUris()`.
475
+ * @param {String} name
476
+ * The operation name that will be passed.
477
+ * @returns {Promise} - The promise which resolves to an object.
478
+ * The decoded operation object has result and metadata field to get information from.
479
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
480
+ * for more details and examples.
481
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.recrawl_uris.js</caption>
482
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_RecrawlUris_async
483
+ */
484
+ checkRecrawlUrisProgress(name: string): Promise<LROperation<protos.google.cloud.discoveryengine.v1beta.RecrawlUrisResponse, protos.google.cloud.discoveryengine.v1beta.RecrawlUrisMetadata>>;
485
+ /**
486
+ * Verify target sites' ownership and validity.
487
+ * This API sends all the target sites under site search engine for
488
+ * verification.
489
+ *
490
+ * @param {Object} request
491
+ * The request object that will be sent.
492
+ * @param {string} request.parent
493
+ * Required. The parent resource shared by all TargetSites being verified.
494
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine`.
495
+ * @param {object} [options]
496
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
497
+ * @returns {Promise} - The promise which resolves to an array.
498
+ * The first element of the array is an object representing
499
+ * a long running operation. Its `promise()` method returns a promise
500
+ * you can `await` for.
501
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
502
+ * for more details and examples.
503
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.batch_verify_target_sites.js</caption>
504
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_BatchVerifyTargetSites_async
505
+ */
506
+ batchVerifyTargetSites(request?: protos.google.cloud.discoveryengine.v1beta.IBatchVerifyTargetSitesRequest, options?: CallOptions): Promise<[
507
+ LROperation<protos.google.cloud.discoveryengine.v1beta.IBatchVerifyTargetSitesResponse, protos.google.cloud.discoveryengine.v1beta.IBatchVerifyTargetSitesMetadata>,
508
+ protos.google.longrunning.IOperation | undefined,
509
+ {} | undefined
510
+ ]>;
511
+ batchVerifyTargetSites(request: protos.google.cloud.discoveryengine.v1beta.IBatchVerifyTargetSitesRequest, options: CallOptions, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.IBatchVerifyTargetSitesResponse, protos.google.cloud.discoveryengine.v1beta.IBatchVerifyTargetSitesMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
512
+ batchVerifyTargetSites(request: protos.google.cloud.discoveryengine.v1beta.IBatchVerifyTargetSitesRequest, callback: Callback<LROperation<protos.google.cloud.discoveryengine.v1beta.IBatchVerifyTargetSitesResponse, protos.google.cloud.discoveryengine.v1beta.IBatchVerifyTargetSitesMetadata>, protos.google.longrunning.IOperation | null | undefined, {} | null | undefined>): void;
513
+ /**
514
+ * Check the status of the long running operation returned by `batchVerifyTargetSites()`.
515
+ * @param {String} name
516
+ * The operation name that will be passed.
517
+ * @returns {Promise} - The promise which resolves to an object.
518
+ * The decoded operation object has result and metadata field to get information from.
519
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations | documentation }
520
+ * for more details and examples.
521
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.batch_verify_target_sites.js</caption>
522
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_BatchVerifyTargetSites_async
523
+ */
524
+ checkBatchVerifyTargetSitesProgress(name: string): Promise<LROperation<protos.google.cloud.discoveryengine.v1beta.BatchVerifyTargetSitesResponse, protos.google.cloud.discoveryengine.v1beta.BatchVerifyTargetSitesMetadata>>;
525
+ /**
526
+ * Gets a list of
527
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}s.
528
+ *
529
+ * @param {Object} request
530
+ * The request object that will be sent.
531
+ * @param {string} request.parent
532
+ * Required. The parent site search engine resource name, such as
533
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine`.
534
+ *
535
+ * If the caller does not have permission to list
536
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}s under this
537
+ * site search engine, regardless of whether or not this branch exists, a
538
+ * PERMISSION_DENIED error is returned.
539
+ * @param {number} request.pageSize
540
+ * Requested page size. Server may return fewer items than requested. If
541
+ * unspecified, server will pick an appropriate default. The maximum value is
542
+ * 1000; values above 1000 will be coerced to 1000.
543
+ *
544
+ * If this field is negative, an INVALID_ARGUMENT error is returned.
545
+ * @param {string} request.pageToken
546
+ * A page token, received from a previous `ListTargetSites` call.
547
+ * Provide this to retrieve the subsequent page.
548
+ *
549
+ * When paginating, all other parameters provided to `ListTargetSites`
550
+ * must match the call that provided the page token.
551
+ * @param {object} [options]
552
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
553
+ * @returns {Promise} - The promise which resolves to an array.
554
+ * The first element of the array is Array of {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}.
555
+ * The client library will perform auto-pagination by default: it will call the API as many
556
+ * times as needed and will merge results from all the pages into this array.
557
+ * Note that it can affect your quota.
558
+ * We recommend using `listTargetSitesAsync()`
559
+ * method described below for async iteration which you can stop as needed.
560
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
561
+ * for more details and examples.
562
+ */
563
+ listTargetSites(request?: protos.google.cloud.discoveryengine.v1beta.IListTargetSitesRequest, options?: CallOptions): Promise<[
564
+ protos.google.cloud.discoveryengine.v1beta.ITargetSite[],
565
+ protos.google.cloud.discoveryengine.v1beta.IListTargetSitesRequest | null,
566
+ protos.google.cloud.discoveryengine.v1beta.IListTargetSitesResponse
567
+ ]>;
568
+ listTargetSites(request: protos.google.cloud.discoveryengine.v1beta.IListTargetSitesRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1beta.IListTargetSitesRequest, protos.google.cloud.discoveryengine.v1beta.IListTargetSitesResponse | null | undefined, protos.google.cloud.discoveryengine.v1beta.ITargetSite>): void;
569
+ listTargetSites(request: protos.google.cloud.discoveryengine.v1beta.IListTargetSitesRequest, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1beta.IListTargetSitesRequest, protos.google.cloud.discoveryengine.v1beta.IListTargetSitesResponse | null | undefined, protos.google.cloud.discoveryengine.v1beta.ITargetSite>): void;
570
+ /**
571
+ * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
572
+ * @param {Object} request
573
+ * The request object that will be sent.
574
+ * @param {string} request.parent
575
+ * Required. The parent site search engine resource name, such as
576
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine`.
577
+ *
578
+ * If the caller does not have permission to list
579
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}s under this
580
+ * site search engine, regardless of whether or not this branch exists, a
581
+ * PERMISSION_DENIED error is returned.
582
+ * @param {number} request.pageSize
583
+ * Requested page size. Server may return fewer items than requested. If
584
+ * unspecified, server will pick an appropriate default. The maximum value is
585
+ * 1000; values above 1000 will be coerced to 1000.
586
+ *
587
+ * If this field is negative, an INVALID_ARGUMENT error is returned.
588
+ * @param {string} request.pageToken
589
+ * A page token, received from a previous `ListTargetSites` call.
590
+ * Provide this to retrieve the subsequent page.
591
+ *
592
+ * When paginating, all other parameters provided to `ListTargetSites`
593
+ * must match the call that provided the page token.
594
+ * @param {object} [options]
595
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
596
+ * @returns {Stream}
597
+ * An object stream which emits an object representing {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite} on 'data' event.
598
+ * The client library will perform auto-pagination by default: it will call the API as many
599
+ * times as needed. Note that it can affect your quota.
600
+ * We recommend using `listTargetSitesAsync()`
601
+ * method described below for async iteration which you can stop as needed.
602
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
603
+ * for more details and examples.
604
+ */
605
+ listTargetSitesStream(request?: protos.google.cloud.discoveryengine.v1beta.IListTargetSitesRequest, options?: CallOptions): Transform;
606
+ /**
607
+ * Equivalent to `listTargetSites`, but returns an iterable object.
608
+ *
609
+ * `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
610
+ * @param {Object} request
611
+ * The request object that will be sent.
612
+ * @param {string} request.parent
613
+ * Required. The parent site search engine resource name, such as
614
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine`.
615
+ *
616
+ * If the caller does not have permission to list
617
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}s under this
618
+ * site search engine, regardless of whether or not this branch exists, a
619
+ * PERMISSION_DENIED error is returned.
620
+ * @param {number} request.pageSize
621
+ * Requested page size. Server may return fewer items than requested. If
622
+ * unspecified, server will pick an appropriate default. The maximum value is
623
+ * 1000; values above 1000 will be coerced to 1000.
624
+ *
625
+ * If this field is negative, an INVALID_ARGUMENT error is returned.
626
+ * @param {string} request.pageToken
627
+ * A page token, received from a previous `ListTargetSites` call.
628
+ * Provide this to retrieve the subsequent page.
629
+ *
630
+ * When paginating, all other parameters provided to `ListTargetSites`
631
+ * must match the call that provided the page token.
632
+ * @param {object} [options]
633
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
634
+ * @returns {Object}
635
+ * An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
636
+ * When you iterate the returned iterable, each element will be an object representing
637
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}. The API will be called under the hood as needed, once per the page,
638
+ * so you can stop the iteration when you don't need more results.
639
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
640
+ * for more details and examples.
641
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.list_target_sites.js</caption>
642
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_ListTargetSites_async
643
+ */
644
+ listTargetSitesAsync(request?: protos.google.cloud.discoveryengine.v1beta.IListTargetSitesRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.discoveryengine.v1beta.ITargetSite>;
645
+ /**
646
+ * Returns list of target sites with its domain verification status.
647
+ * This method can only be called under data store with BASIC_SITE_SEARCH
648
+ * state at the moment.
649
+ *
650
+ * @param {Object} request
651
+ * The request object that will be sent.
652
+ * @param {string} request.siteSearchEngine
653
+ * Required. The site search engine resource under which we fetch all the
654
+ * domain verification status.
655
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine`.
656
+ * @param {number} request.pageSize
657
+ * Requested page size. Server may return fewer items than requested. If
658
+ * unspecified, server will pick an appropriate default. The maximum value is
659
+ * 1000; values above 1000 will be coerced to 1000.
660
+ *
661
+ * If this field is negative, an INVALID_ARGUMENT error is returned.
662
+ * @param {string} request.pageToken
663
+ * A page token, received from a previous `FetchDomainVerificationStatus`
664
+ * call. Provide this to retrieve the subsequent page.
665
+ *
666
+ * When paginating, all other parameters provided to
667
+ * `FetchDomainVerificationStatus` must match the call that provided the page
668
+ * token.
669
+ * @param {object} [options]
670
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
671
+ * @returns {Promise} - The promise which resolves to an array.
672
+ * The first element of the array is Array of {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}.
673
+ * The client library will perform auto-pagination by default: it will call the API as many
674
+ * times as needed and will merge results from all the pages into this array.
675
+ * Note that it can affect your quota.
676
+ * We recommend using `fetchDomainVerificationStatusAsync()`
677
+ * method described below for async iteration which you can stop as needed.
678
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
679
+ * for more details and examples.
680
+ */
681
+ fetchDomainVerificationStatus(request?: protos.google.cloud.discoveryengine.v1beta.IFetchDomainVerificationStatusRequest, options?: CallOptions): Promise<[
682
+ protos.google.cloud.discoveryengine.v1beta.ITargetSite[],
683
+ protos.google.cloud.discoveryengine.v1beta.IFetchDomainVerificationStatusRequest | null,
684
+ protos.google.cloud.discoveryengine.v1beta.IFetchDomainVerificationStatusResponse
685
+ ]>;
686
+ fetchDomainVerificationStatus(request: protos.google.cloud.discoveryengine.v1beta.IFetchDomainVerificationStatusRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1beta.IFetchDomainVerificationStatusRequest, protos.google.cloud.discoveryengine.v1beta.IFetchDomainVerificationStatusResponse | null | undefined, protos.google.cloud.discoveryengine.v1beta.ITargetSite>): void;
687
+ fetchDomainVerificationStatus(request: protos.google.cloud.discoveryengine.v1beta.IFetchDomainVerificationStatusRequest, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1beta.IFetchDomainVerificationStatusRequest, protos.google.cloud.discoveryengine.v1beta.IFetchDomainVerificationStatusResponse | null | undefined, protos.google.cloud.discoveryengine.v1beta.ITargetSite>): void;
688
+ /**
689
+ * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
690
+ * @param {Object} request
691
+ * The request object that will be sent.
692
+ * @param {string} request.siteSearchEngine
693
+ * Required. The site search engine resource under which we fetch all the
694
+ * domain verification status.
695
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine`.
696
+ * @param {number} request.pageSize
697
+ * Requested page size. Server may return fewer items than requested. If
698
+ * unspecified, server will pick an appropriate default. The maximum value is
699
+ * 1000; values above 1000 will be coerced to 1000.
700
+ *
701
+ * If this field is negative, an INVALID_ARGUMENT error is returned.
702
+ * @param {string} request.pageToken
703
+ * A page token, received from a previous `FetchDomainVerificationStatus`
704
+ * call. Provide this to retrieve the subsequent page.
705
+ *
706
+ * When paginating, all other parameters provided to
707
+ * `FetchDomainVerificationStatus` must match the call that provided the page
708
+ * token.
709
+ * @param {object} [options]
710
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
711
+ * @returns {Stream}
712
+ * An object stream which emits an object representing {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite} on 'data' event.
713
+ * The client library will perform auto-pagination by default: it will call the API as many
714
+ * times as needed. Note that it can affect your quota.
715
+ * We recommend using `fetchDomainVerificationStatusAsync()`
716
+ * method described below for async iteration which you can stop as needed.
717
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
718
+ * for more details and examples.
719
+ */
720
+ fetchDomainVerificationStatusStream(request?: protos.google.cloud.discoveryengine.v1beta.IFetchDomainVerificationStatusRequest, options?: CallOptions): Transform;
721
+ /**
722
+ * Equivalent to `fetchDomainVerificationStatus`, but returns an iterable object.
723
+ *
724
+ * `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
725
+ * @param {Object} request
726
+ * The request object that will be sent.
727
+ * @param {string} request.siteSearchEngine
728
+ * Required. The site search engine resource under which we fetch all the
729
+ * domain verification status.
730
+ * `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/siteSearchEngine`.
731
+ * @param {number} request.pageSize
732
+ * Requested page size. Server may return fewer items than requested. If
733
+ * unspecified, server will pick an appropriate default. The maximum value is
734
+ * 1000; values above 1000 will be coerced to 1000.
735
+ *
736
+ * If this field is negative, an INVALID_ARGUMENT error is returned.
737
+ * @param {string} request.pageToken
738
+ * A page token, received from a previous `FetchDomainVerificationStatus`
739
+ * call. Provide this to retrieve the subsequent page.
740
+ *
741
+ * When paginating, all other parameters provided to
742
+ * `FetchDomainVerificationStatus` must match the call that provided the page
743
+ * token.
744
+ * @param {object} [options]
745
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
746
+ * @returns {Object}
747
+ * An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
748
+ * When you iterate the returned iterable, each element will be an object representing
749
+ * {@link protos.google.cloud.discoveryengine.v1beta.TargetSite|TargetSite}. The API will be called under the hood as needed, once per the page,
750
+ * so you can stop the iteration when you don't need more results.
751
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
752
+ * for more details and examples.
753
+ * @example <caption>include:samples/generated/v1beta/site_search_engine_service.fetch_domain_verification_status.js</caption>
754
+ * region_tag:discoveryengine_v1beta_generated_SiteSearchEngineService_FetchDomainVerificationStatus_async
755
+ */
756
+ fetchDomainVerificationStatusAsync(request?: protos.google.cloud.discoveryengine.v1beta.IFetchDomainVerificationStatusRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.discoveryengine.v1beta.ITargetSite>;
757
+ /**
758
+ * Gets information about a location.
759
+ *
760
+ * @param {Object} request
761
+ * The request object that will be sent.
762
+ * @param {string} request.name
763
+ * Resource name for the location.
764
+ * @param {object} [options]
765
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
766
+ * @returns {Promise} - The promise which resolves to an array.
767
+ * The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
768
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
769
+ * for more details and examples.
770
+ * @example
771
+ * ```
772
+ * const [response] = await client.getLocation(request);
773
+ * ```
774
+ */
775
+ 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>;
776
+ /**
777
+ * Lists information about the supported locations for this service. Returns an iterable object.
778
+ *
779
+ * `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
780
+ * @param {Object} request
781
+ * The request object that will be sent.
782
+ * @param {string} request.name
783
+ * The resource that owns the locations collection, if applicable.
784
+ * @param {string} request.filter
785
+ * The standard list filter.
786
+ * @param {number} request.pageSize
787
+ * The standard list page size.
788
+ * @param {string} request.pageToken
789
+ * The standard list page token.
790
+ * @param {object} [options]
791
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
792
+ * @returns {Object}
793
+ * An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
794
+ * When you iterate the returned iterable, each element will be an object representing
795
+ * {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
796
+ * so you can stop the iteration when you don't need more results.
797
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
798
+ * for more details and examples.
799
+ * @example
800
+ * ```
801
+ * const iterable = client.listLocationsAsync(request);
802
+ * for await (const response of iterable) {
803
+ * // process response
804
+ * }
805
+ * ```
806
+ */
807
+ listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
808
+ /**
809
+ * Gets the latest state of a long-running operation. Clients can use this
810
+ * method to poll the operation result at intervals as recommended by the API
811
+ * service.
812
+ *
813
+ * @param {Object} request - The request object that will be sent.
814
+ * @param {string} request.name - The name of the operation resource.
815
+ * @param {Object=} options
816
+ * Optional parameters. You can override the default settings for this call,
817
+ * e.g, timeout, retries, paginations, etc. See {@link
818
+ * https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions}
819
+ * for the details.
820
+ * @param {function(?Error, ?Object)=} callback
821
+ * The function which will be called with the result of the API call.
822
+ *
823
+ * The second parameter to the callback is an object representing
824
+ * {@link google.longrunning.Operation | google.longrunning.Operation}.
825
+ * @return {Promise} - The promise which resolves to an array.
826
+ * The first element of the array is an object representing
827
+ * {@link google.longrunning.Operation | google.longrunning.Operation}.
828
+ * The promise has a method named "cancel" which cancels the ongoing API call.
829
+ *
830
+ * @example
831
+ * ```
832
+ * const client = longrunning.operationsClient();
833
+ * const name = '';
834
+ * const [response] = await client.getOperation({name});
835
+ * // doThingsWith(response)
836
+ * ```
837
+ */
838
+ getOperation(request: protos.google.longrunning.GetOperationRequest, options?: 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]>;
839
+ /**
840
+ * Lists operations that match the specified filter in the request. If the
841
+ * server doesn't support this method, it returns `UNIMPLEMENTED`. Returns an iterable object.
842
+ *
843
+ * For-await-of syntax is used with the iterable to recursively get response element on-demand.
844
+ *
845
+ * @param {Object} request - The request object that will be sent.
846
+ * @param {string} request.name - The name of the operation collection.
847
+ * @param {string} request.filter - The standard list filter.
848
+ * @param {number=} request.pageSize -
849
+ * The maximum number of resources contained in the underlying API
850
+ * response. If page streaming is performed per-resource, this
851
+ * parameter does not affect the return value. If page streaming is
852
+ * performed per-page, this determines the maximum number of
853
+ * resources in a page.
854
+ * @param {Object=} options
855
+ * Optional parameters. You can override the default settings for this call,
856
+ * e.g, timeout, retries, paginations, etc. See {@link
857
+ * https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
858
+ * details.
859
+ * @returns {Object}
860
+ * An iterable Object that conforms to {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | iteration protocols}.
861
+ *
862
+ * @example
863
+ * ```
864
+ * const client = longrunning.operationsClient();
865
+ * for await (const response of client.listOperationsAsync(request));
866
+ * // doThingsWith(response)
867
+ * ```
868
+ */
869
+ listOperationsAsync(request: protos.google.longrunning.ListOperationsRequest, options?: gax.CallOptions): AsyncIterable<protos.google.longrunning.ListOperationsResponse>;
870
+ /**
871
+ * Starts asynchronous cancellation on a long-running operation. The server
872
+ * makes a best effort to cancel the operation, but success is not
873
+ * guaranteed. If the server doesn't support this method, it returns
874
+ * `google.rpc.Code.UNIMPLEMENTED`. Clients can use
875
+ * {@link Operations.GetOperation} or
876
+ * other methods to check whether the cancellation succeeded or whether the
877
+ * operation completed despite cancellation. On successful cancellation,
878
+ * the operation is not deleted; instead, it becomes an operation with
879
+ * an {@link Operation.error} value with a {@link google.rpc.Status.code} of
880
+ * 1, corresponding to `Code.CANCELLED`.
881
+ *
882
+ * @param {Object} request - The request object that will be sent.
883
+ * @param {string} request.name - The name of the operation resource to be cancelled.
884
+ * @param {Object=} options
885
+ * Optional parameters. You can override the default settings for this call,
886
+ * e.g, timeout, retries, paginations, etc. See {@link
887
+ * https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions} for the
888
+ * details.
889
+ * @param {function(?Error)=} callback
890
+ * The function which will be called with the result of the API call.
891
+ * @return {Promise} - The promise which resolves when API call finishes.
892
+ * The promise has a method named "cancel" which cancels the ongoing API
893
+ * call.
894
+ *
895
+ * @example
896
+ * ```
897
+ * const client = longrunning.operationsClient();
898
+ * await client.cancelOperation({name: ''});
899
+ * ```
900
+ */
901
+ cancelOperation(request: protos.google.longrunning.CancelOperationRequest, options?: gax.CallOptions | Callback<protos.google.protobuf.Empty, protos.google.longrunning.CancelOperationRequest, {} | undefined | null>, callback?: Callback<protos.google.longrunning.CancelOperationRequest, protos.google.protobuf.Empty, {} | undefined | null>): Promise<protos.google.protobuf.Empty>;
902
+ /**
903
+ * Deletes a long-running operation. This method indicates that the client is
904
+ * no longer interested in the operation result. It does not cancel the
905
+ * operation. If the server doesn't support this method, it returns
906
+ * `google.rpc.Code.UNIMPLEMENTED`.
907
+ *
908
+ * @param {Object} request - The request object that will be sent.
909
+ * @param {string} request.name - The name of the operation resource to be deleted.
910
+ * @param {Object=} options
911
+ * Optional parameters. You can override the default settings for this call,
912
+ * e.g, timeout, retries, paginations, etc. See {@link
913
+ * https://googleapis.github.io/gax-nodejs/global.html#CallOptions | gax.CallOptions}
914
+ * for the details.
915
+ * @param {function(?Error)=} callback
916
+ * The function which will be called with the result of the API call.
917
+ * @return {Promise} - The promise which resolves when API call finishes.
918
+ * The promise has a method named "cancel" which cancels the ongoing API
919
+ * call.
920
+ *
921
+ * @example
922
+ * ```
923
+ * const client = longrunning.operationsClient();
924
+ * await client.deleteOperation({name: ''});
925
+ * ```
926
+ */
927
+ deleteOperation(request: protos.google.longrunning.DeleteOperationRequest, options?: 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>;
928
+ /**
929
+ * Return a fully-qualified engine resource name string.
930
+ *
931
+ * @param {string} project
932
+ * @param {string} location
933
+ * @param {string} collection
934
+ * @param {string} engine
935
+ * @returns {string} Resource name string.
936
+ */
937
+ enginePath(project: string, location: string, collection: string, engine: string): string;
938
+ /**
939
+ * Parse the project from Engine resource.
940
+ *
941
+ * @param {string} engineName
942
+ * A fully-qualified path representing Engine resource.
943
+ * @returns {string} A string representing the project.
944
+ */
945
+ matchProjectFromEngineName(engineName: string): string | number;
946
+ /**
947
+ * Parse the location from Engine resource.
948
+ *
949
+ * @param {string} engineName
950
+ * A fully-qualified path representing Engine resource.
951
+ * @returns {string} A string representing the location.
952
+ */
953
+ matchLocationFromEngineName(engineName: string): string | number;
954
+ /**
955
+ * Parse the collection from Engine resource.
956
+ *
957
+ * @param {string} engineName
958
+ * A fully-qualified path representing Engine resource.
959
+ * @returns {string} A string representing the collection.
960
+ */
961
+ matchCollectionFromEngineName(engineName: string): string | number;
962
+ /**
963
+ * Parse the engine from Engine resource.
964
+ *
965
+ * @param {string} engineName
966
+ * A fully-qualified path representing Engine resource.
967
+ * @returns {string} A string representing the engine.
968
+ */
969
+ matchEngineFromEngineName(engineName: string): string | number;
970
+ /**
971
+ * Return a fully-qualified projectLocationCollectionDataStore resource name string.
972
+ *
973
+ * @param {string} project
974
+ * @param {string} location
975
+ * @param {string} collection
976
+ * @param {string} data_store
977
+ * @returns {string} Resource name string.
978
+ */
979
+ projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
980
+ /**
981
+ * Parse the project from ProjectLocationCollectionDataStore resource.
982
+ *
983
+ * @param {string} projectLocationCollectionDataStoreName
984
+ * A fully-qualified path representing project_location_collection_data_store resource.
985
+ * @returns {string} A string representing the project.
986
+ */
987
+ matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
988
+ /**
989
+ * Parse the location from ProjectLocationCollectionDataStore resource.
990
+ *
991
+ * @param {string} projectLocationCollectionDataStoreName
992
+ * A fully-qualified path representing project_location_collection_data_store resource.
993
+ * @returns {string} A string representing the location.
994
+ */
995
+ matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
996
+ /**
997
+ * Parse the collection from ProjectLocationCollectionDataStore resource.
998
+ *
999
+ * @param {string} projectLocationCollectionDataStoreName
1000
+ * A fully-qualified path representing project_location_collection_data_store resource.
1001
+ * @returns {string} A string representing the collection.
1002
+ */
1003
+ matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
1004
+ /**
1005
+ * Parse the data_store from ProjectLocationCollectionDataStore resource.
1006
+ *
1007
+ * @param {string} projectLocationCollectionDataStoreName
1008
+ * A fully-qualified path representing project_location_collection_data_store resource.
1009
+ * @returns {string} A string representing the data_store.
1010
+ */
1011
+ matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
1012
+ /**
1013
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
1014
+ *
1015
+ * @param {string} project
1016
+ * @param {string} location
1017
+ * @param {string} collection
1018
+ * @param {string} data_store
1019
+ * @param {string} branch
1020
+ * @param {string} document
1021
+ * @returns {string} Resource name string.
1022
+ */
1023
+ projectLocationCollectionDataStoreBranchDocumentPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string): string;
1024
+ /**
1025
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocument resource.
1026
+ *
1027
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
1028
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
1029
+ * @returns {string} A string representing the project.
1030
+ */
1031
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
1032
+ /**
1033
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocument resource.
1034
+ *
1035
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
1036
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
1037
+ * @returns {string} A string representing the location.
1038
+ */
1039
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
1040
+ /**
1041
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocument resource.
1042
+ *
1043
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
1044
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
1045
+ * @returns {string} A string representing the collection.
1046
+ */
1047
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
1048
+ /**
1049
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocument resource.
1050
+ *
1051
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
1052
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
1053
+ * @returns {string} A string representing the data_store.
1054
+ */
1055
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
1056
+ /**
1057
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocument resource.
1058
+ *
1059
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
1060
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
1061
+ * @returns {string} A string representing the branch.
1062
+ */
1063
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
1064
+ /**
1065
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocument resource.
1066
+ *
1067
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
1068
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
1069
+ * @returns {string} A string representing the document.
1070
+ */
1071
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
1072
+ /**
1073
+ * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
1074
+ *
1075
+ * @param {string} project
1076
+ * @param {string} location
1077
+ * @param {string} collection
1078
+ * @param {string} data_store
1079
+ * @param {string} conversation
1080
+ * @returns {string} Resource name string.
1081
+ */
1082
+ projectLocationCollectionDataStoreConversationPath(project: string, location: string, collection: string, dataStore: string, conversation: string): string;
1083
+ /**
1084
+ * Parse the project from ProjectLocationCollectionDataStoreConversation resource.
1085
+ *
1086
+ * @param {string} projectLocationCollectionDataStoreConversationName
1087
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
1088
+ * @returns {string} A string representing the project.
1089
+ */
1090
+ matchProjectFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
1091
+ /**
1092
+ * Parse the location from ProjectLocationCollectionDataStoreConversation resource.
1093
+ *
1094
+ * @param {string} projectLocationCollectionDataStoreConversationName
1095
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
1096
+ * @returns {string} A string representing the location.
1097
+ */
1098
+ matchLocationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
1099
+ /**
1100
+ * Parse the collection from ProjectLocationCollectionDataStoreConversation resource.
1101
+ *
1102
+ * @param {string} projectLocationCollectionDataStoreConversationName
1103
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
1104
+ * @returns {string} A string representing the collection.
1105
+ */
1106
+ matchCollectionFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
1107
+ /**
1108
+ * Parse the data_store from ProjectLocationCollectionDataStoreConversation resource.
1109
+ *
1110
+ * @param {string} projectLocationCollectionDataStoreConversationName
1111
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
1112
+ * @returns {string} A string representing the data_store.
1113
+ */
1114
+ matchDataStoreFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
1115
+ /**
1116
+ * Parse the conversation from ProjectLocationCollectionDataStoreConversation resource.
1117
+ *
1118
+ * @param {string} projectLocationCollectionDataStoreConversationName
1119
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
1120
+ * @returns {string} A string representing the conversation.
1121
+ */
1122
+ matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
1123
+ /**
1124
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
1125
+ *
1126
+ * @param {string} project
1127
+ * @param {string} location
1128
+ * @param {string} collection
1129
+ * @param {string} data_store
1130
+ * @returns {string} Resource name string.
1131
+ */
1132
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
1133
+ /**
1134
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1135
+ *
1136
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1137
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1138
+ * @returns {string} A string representing the project.
1139
+ */
1140
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1141
+ /**
1142
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1143
+ *
1144
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1145
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1146
+ * @returns {string} A string representing the location.
1147
+ */
1148
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1149
+ /**
1150
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1151
+ *
1152
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1153
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1154
+ * @returns {string} A string representing the collection.
1155
+ */
1156
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1157
+ /**
1158
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
1159
+ *
1160
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
1161
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
1162
+ * @returns {string} A string representing the data_store.
1163
+ */
1164
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
1165
+ /**
1166
+ * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
1167
+ *
1168
+ * @param {string} project
1169
+ * @param {string} location
1170
+ * @param {string} collection
1171
+ * @param {string} data_store
1172
+ * @param {string} schema
1173
+ * @returns {string} Resource name string.
1174
+ */
1175
+ projectLocationCollectionDataStoreSchemaPath(project: string, location: string, collection: string, dataStore: string, schema: string): string;
1176
+ /**
1177
+ * Parse the project from ProjectLocationCollectionDataStoreSchema resource.
1178
+ *
1179
+ * @param {string} projectLocationCollectionDataStoreSchemaName
1180
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
1181
+ * @returns {string} A string representing the project.
1182
+ */
1183
+ matchProjectFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1184
+ /**
1185
+ * Parse the location from ProjectLocationCollectionDataStoreSchema resource.
1186
+ *
1187
+ * @param {string} projectLocationCollectionDataStoreSchemaName
1188
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
1189
+ * @returns {string} A string representing the location.
1190
+ */
1191
+ matchLocationFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1192
+ /**
1193
+ * Parse the collection from ProjectLocationCollectionDataStoreSchema resource.
1194
+ *
1195
+ * @param {string} projectLocationCollectionDataStoreSchemaName
1196
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
1197
+ * @returns {string} A string representing the collection.
1198
+ */
1199
+ matchCollectionFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1200
+ /**
1201
+ * Parse the data_store from ProjectLocationCollectionDataStoreSchema resource.
1202
+ *
1203
+ * @param {string} projectLocationCollectionDataStoreSchemaName
1204
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
1205
+ * @returns {string} A string representing the data_store.
1206
+ */
1207
+ matchDataStoreFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1208
+ /**
1209
+ * Parse the schema from ProjectLocationCollectionDataStoreSchema resource.
1210
+ *
1211
+ * @param {string} projectLocationCollectionDataStoreSchemaName
1212
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
1213
+ * @returns {string} A string representing the schema.
1214
+ */
1215
+ matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
1216
+ /**
1217
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
1218
+ *
1219
+ * @param {string} project
1220
+ * @param {string} location
1221
+ * @param {string} collection
1222
+ * @param {string} data_store
1223
+ * @param {string} serving_config
1224
+ * @returns {string} Resource name string.
1225
+ */
1226
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
1227
+ /**
1228
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
1229
+ *
1230
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1231
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1232
+ * @returns {string} A string representing the project.
1233
+ */
1234
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1235
+ /**
1236
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
1237
+ *
1238
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1239
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1240
+ * @returns {string} A string representing the location.
1241
+ */
1242
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1243
+ /**
1244
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
1245
+ *
1246
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1247
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1248
+ * @returns {string} A string representing the collection.
1249
+ */
1250
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1251
+ /**
1252
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
1253
+ *
1254
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1255
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1256
+ * @returns {string} A string representing the data_store.
1257
+ */
1258
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1259
+ /**
1260
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
1261
+ *
1262
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
1263
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
1264
+ * @returns {string} A string representing the serving_config.
1265
+ */
1266
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
1267
+ /**
1268
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
1269
+ *
1270
+ * @param {string} project
1271
+ * @param {string} location
1272
+ * @param {string} collection
1273
+ * @param {string} data_store
1274
+ * @returns {string} Resource name string.
1275
+ */
1276
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
1277
+ /**
1278
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1279
+ *
1280
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1281
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1282
+ * @returns {string} A string representing the project.
1283
+ */
1284
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1285
+ /**
1286
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1287
+ *
1288
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1289
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1290
+ * @returns {string} A string representing the location.
1291
+ */
1292
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1293
+ /**
1294
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1295
+ *
1296
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1297
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1298
+ * @returns {string} A string representing the collection.
1299
+ */
1300
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1301
+ /**
1302
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
1303
+ *
1304
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
1305
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
1306
+ * @returns {string} A string representing the data_store.
1307
+ */
1308
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
1309
+ /**
1310
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
1311
+ *
1312
+ * @param {string} project
1313
+ * @param {string} location
1314
+ * @param {string} collection
1315
+ * @param {string} data_store
1316
+ * @param {string} target_site
1317
+ * @returns {string} Resource name string.
1318
+ */
1319
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
1320
+ /**
1321
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1322
+ *
1323
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1324
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1325
+ * @returns {string} A string representing the project.
1326
+ */
1327
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1328
+ /**
1329
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1330
+ *
1331
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1332
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1333
+ * @returns {string} A string representing the location.
1334
+ */
1335
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1336
+ /**
1337
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1338
+ *
1339
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1340
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1341
+ * @returns {string} A string representing the collection.
1342
+ */
1343
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1344
+ /**
1345
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1346
+ *
1347
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1348
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1349
+ * @returns {string} A string representing the data_store.
1350
+ */
1351
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1352
+ /**
1353
+ * Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
1354
+ *
1355
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
1356
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
1357
+ * @returns {string} A string representing the target_site.
1358
+ */
1359
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1360
+ /**
1361
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
1362
+ *
1363
+ * @param {string} project
1364
+ * @param {string} location
1365
+ * @param {string} collection
1366
+ * @param {string} engine
1367
+ * @param {string} conversation
1368
+ * @returns {string} Resource name string.
1369
+ */
1370
+ projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
1371
+ /**
1372
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
1373
+ *
1374
+ * @param {string} projectLocationCollectionEngineConversationName
1375
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1376
+ * @returns {string} A string representing the project.
1377
+ */
1378
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1379
+ /**
1380
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
1381
+ *
1382
+ * @param {string} projectLocationCollectionEngineConversationName
1383
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1384
+ * @returns {string} A string representing the location.
1385
+ */
1386
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1387
+ /**
1388
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
1389
+ *
1390
+ * @param {string} projectLocationCollectionEngineConversationName
1391
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1392
+ * @returns {string} A string representing the collection.
1393
+ */
1394
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1395
+ /**
1396
+ * Parse the engine from ProjectLocationCollectionEngineConversation resource.
1397
+ *
1398
+ * @param {string} projectLocationCollectionEngineConversationName
1399
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1400
+ * @returns {string} A string representing the engine.
1401
+ */
1402
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1403
+ /**
1404
+ * Parse the conversation from ProjectLocationCollectionEngineConversation resource.
1405
+ *
1406
+ * @param {string} projectLocationCollectionEngineConversationName
1407
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
1408
+ * @returns {string} A string representing the conversation.
1409
+ */
1410
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
1411
+ /**
1412
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
1413
+ *
1414
+ * @param {string} project
1415
+ * @param {string} location
1416
+ * @param {string} collection
1417
+ * @param {string} engine
1418
+ * @param {string} serving_config
1419
+ * @returns {string} Resource name string.
1420
+ */
1421
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
1422
+ /**
1423
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
1424
+ *
1425
+ * @param {string} projectLocationCollectionEngineServingConfigName
1426
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1427
+ * @returns {string} A string representing the project.
1428
+ */
1429
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1430
+ /**
1431
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
1432
+ *
1433
+ * @param {string} projectLocationCollectionEngineServingConfigName
1434
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1435
+ * @returns {string} A string representing the location.
1436
+ */
1437
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1438
+ /**
1439
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
1440
+ *
1441
+ * @param {string} projectLocationCollectionEngineServingConfigName
1442
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1443
+ * @returns {string} A string representing the collection.
1444
+ */
1445
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1446
+ /**
1447
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
1448
+ *
1449
+ * @param {string} projectLocationCollectionEngineServingConfigName
1450
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1451
+ * @returns {string} A string representing the engine.
1452
+ */
1453
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1454
+ /**
1455
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
1456
+ *
1457
+ * @param {string} projectLocationCollectionEngineServingConfigName
1458
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
1459
+ * @returns {string} A string representing the serving_config.
1460
+ */
1461
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
1462
+ /**
1463
+ * Return a fully-qualified projectLocationDataStore resource name string.
1464
+ *
1465
+ * @param {string} project
1466
+ * @param {string} location
1467
+ * @param {string} data_store
1468
+ * @returns {string} Resource name string.
1469
+ */
1470
+ projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
1471
+ /**
1472
+ * Parse the project from ProjectLocationDataStore resource.
1473
+ *
1474
+ * @param {string} projectLocationDataStoreName
1475
+ * A fully-qualified path representing project_location_data_store resource.
1476
+ * @returns {string} A string representing the project.
1477
+ */
1478
+ matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1479
+ /**
1480
+ * Parse the location from ProjectLocationDataStore resource.
1481
+ *
1482
+ * @param {string} projectLocationDataStoreName
1483
+ * A fully-qualified path representing project_location_data_store resource.
1484
+ * @returns {string} A string representing the location.
1485
+ */
1486
+ matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1487
+ /**
1488
+ * Parse the data_store from ProjectLocationDataStore resource.
1489
+ *
1490
+ * @param {string} projectLocationDataStoreName
1491
+ * A fully-qualified path representing project_location_data_store resource.
1492
+ * @returns {string} A string representing the data_store.
1493
+ */
1494
+ matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1495
+ /**
1496
+ * Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
1497
+ *
1498
+ * @param {string} project
1499
+ * @param {string} location
1500
+ * @param {string} data_store
1501
+ * @param {string} branch
1502
+ * @param {string} document
1503
+ * @returns {string} Resource name string.
1504
+ */
1505
+ projectLocationDataStoreBranchDocumentPath(project: string, location: string, dataStore: string, branch: string, document: string): string;
1506
+ /**
1507
+ * Parse the project from ProjectLocationDataStoreBranchDocument resource.
1508
+ *
1509
+ * @param {string} projectLocationDataStoreBranchDocumentName
1510
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1511
+ * @returns {string} A string representing the project.
1512
+ */
1513
+ matchProjectFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1514
+ /**
1515
+ * Parse the location from ProjectLocationDataStoreBranchDocument resource.
1516
+ *
1517
+ * @param {string} projectLocationDataStoreBranchDocumentName
1518
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1519
+ * @returns {string} A string representing the location.
1520
+ */
1521
+ matchLocationFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1522
+ /**
1523
+ * Parse the data_store from ProjectLocationDataStoreBranchDocument resource.
1524
+ *
1525
+ * @param {string} projectLocationDataStoreBranchDocumentName
1526
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1527
+ * @returns {string} A string representing the data_store.
1528
+ */
1529
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1530
+ /**
1531
+ * Parse the branch from ProjectLocationDataStoreBranchDocument resource.
1532
+ *
1533
+ * @param {string} projectLocationDataStoreBranchDocumentName
1534
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1535
+ * @returns {string} A string representing the branch.
1536
+ */
1537
+ matchBranchFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1538
+ /**
1539
+ * Parse the document from ProjectLocationDataStoreBranchDocument resource.
1540
+ *
1541
+ * @param {string} projectLocationDataStoreBranchDocumentName
1542
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1543
+ * @returns {string} A string representing the document.
1544
+ */
1545
+ matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1546
+ /**
1547
+ * Return a fully-qualified projectLocationDataStoreConversation resource name string.
1548
+ *
1549
+ * @param {string} project
1550
+ * @param {string} location
1551
+ * @param {string} data_store
1552
+ * @param {string} conversation
1553
+ * @returns {string} Resource name string.
1554
+ */
1555
+ projectLocationDataStoreConversationPath(project: string, location: string, dataStore: string, conversation: string): string;
1556
+ /**
1557
+ * Parse the project from ProjectLocationDataStoreConversation resource.
1558
+ *
1559
+ * @param {string} projectLocationDataStoreConversationName
1560
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1561
+ * @returns {string} A string representing the project.
1562
+ */
1563
+ matchProjectFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1564
+ /**
1565
+ * Parse the location from ProjectLocationDataStoreConversation resource.
1566
+ *
1567
+ * @param {string} projectLocationDataStoreConversationName
1568
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1569
+ * @returns {string} A string representing the location.
1570
+ */
1571
+ matchLocationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1572
+ /**
1573
+ * Parse the data_store from ProjectLocationDataStoreConversation resource.
1574
+ *
1575
+ * @param {string} projectLocationDataStoreConversationName
1576
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1577
+ * @returns {string} A string representing the data_store.
1578
+ */
1579
+ matchDataStoreFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1580
+ /**
1581
+ * Parse the conversation from ProjectLocationDataStoreConversation resource.
1582
+ *
1583
+ * @param {string} projectLocationDataStoreConversationName
1584
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1585
+ * @returns {string} A string representing the conversation.
1586
+ */
1587
+ matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1588
+ /**
1589
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1590
+ *
1591
+ * @param {string} project
1592
+ * @param {string} location
1593
+ * @param {string} data_store
1594
+ * @returns {string} Resource name string.
1595
+ */
1596
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1597
+ /**
1598
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1599
+ *
1600
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1601
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1602
+ * @returns {string} A string representing the project.
1603
+ */
1604
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1605
+ /**
1606
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1607
+ *
1608
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1609
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1610
+ * @returns {string} A string representing the location.
1611
+ */
1612
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1613
+ /**
1614
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1615
+ *
1616
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1617
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1618
+ * @returns {string} A string representing the data_store.
1619
+ */
1620
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1621
+ /**
1622
+ * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1623
+ *
1624
+ * @param {string} project
1625
+ * @param {string} location
1626
+ * @param {string} data_store
1627
+ * @param {string} schema
1628
+ * @returns {string} Resource name string.
1629
+ */
1630
+ projectLocationDataStoreSchemaPath(project: string, location: string, dataStore: string, schema: string): string;
1631
+ /**
1632
+ * Parse the project from ProjectLocationDataStoreSchema resource.
1633
+ *
1634
+ * @param {string} projectLocationDataStoreSchemaName
1635
+ * A fully-qualified path representing project_location_data_store_schema resource.
1636
+ * @returns {string} A string representing the project.
1637
+ */
1638
+ matchProjectFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1639
+ /**
1640
+ * Parse the location from ProjectLocationDataStoreSchema resource.
1641
+ *
1642
+ * @param {string} projectLocationDataStoreSchemaName
1643
+ * A fully-qualified path representing project_location_data_store_schema resource.
1644
+ * @returns {string} A string representing the location.
1645
+ */
1646
+ matchLocationFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1647
+ /**
1648
+ * Parse the data_store from ProjectLocationDataStoreSchema resource.
1649
+ *
1650
+ * @param {string} projectLocationDataStoreSchemaName
1651
+ * A fully-qualified path representing project_location_data_store_schema resource.
1652
+ * @returns {string} A string representing the data_store.
1653
+ */
1654
+ matchDataStoreFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1655
+ /**
1656
+ * Parse the schema from ProjectLocationDataStoreSchema resource.
1657
+ *
1658
+ * @param {string} projectLocationDataStoreSchemaName
1659
+ * A fully-qualified path representing project_location_data_store_schema resource.
1660
+ * @returns {string} A string representing the schema.
1661
+ */
1662
+ matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1663
+ /**
1664
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
1665
+ *
1666
+ * @param {string} project
1667
+ * @param {string} location
1668
+ * @param {string} data_store
1669
+ * @param {string} serving_config
1670
+ * @returns {string} Resource name string.
1671
+ */
1672
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
1673
+ /**
1674
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
1675
+ *
1676
+ * @param {string} projectLocationDataStoreServingConfigName
1677
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1678
+ * @returns {string} A string representing the project.
1679
+ */
1680
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1681
+ /**
1682
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
1683
+ *
1684
+ * @param {string} projectLocationDataStoreServingConfigName
1685
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1686
+ * @returns {string} A string representing the location.
1687
+ */
1688
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1689
+ /**
1690
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
1691
+ *
1692
+ * @param {string} projectLocationDataStoreServingConfigName
1693
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1694
+ * @returns {string} A string representing the data_store.
1695
+ */
1696
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1697
+ /**
1698
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
1699
+ *
1700
+ * @param {string} projectLocationDataStoreServingConfigName
1701
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1702
+ * @returns {string} A string representing the serving_config.
1703
+ */
1704
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1705
+ /**
1706
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1707
+ *
1708
+ * @param {string} project
1709
+ * @param {string} location
1710
+ * @param {string} data_store
1711
+ * @returns {string} Resource name string.
1712
+ */
1713
+ projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
1714
+ /**
1715
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
1716
+ *
1717
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1718
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1719
+ * @returns {string} A string representing the project.
1720
+ */
1721
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1722
+ /**
1723
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
1724
+ *
1725
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1726
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1727
+ * @returns {string} A string representing the location.
1728
+ */
1729
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1730
+ /**
1731
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
1732
+ *
1733
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1734
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1735
+ * @returns {string} A string representing the data_store.
1736
+ */
1737
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1738
+ /**
1739
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1740
+ *
1741
+ * @param {string} project
1742
+ * @param {string} location
1743
+ * @param {string} data_store
1744
+ * @param {string} target_site
1745
+ * @returns {string} Resource name string.
1746
+ */
1747
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
1748
+ /**
1749
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1750
+ *
1751
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1752
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1753
+ * @returns {string} A string representing the project.
1754
+ */
1755
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1756
+ /**
1757
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1758
+ *
1759
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1760
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1761
+ * @returns {string} A string representing the location.
1762
+ */
1763
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1764
+ /**
1765
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1766
+ *
1767
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1768
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1769
+ * @returns {string} A string representing the data_store.
1770
+ */
1771
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1772
+ /**
1773
+ * Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1774
+ *
1775
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1776
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1777
+ * @returns {string} A string representing the target_site.
1778
+ */
1779
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1780
+ /**
1781
+ * Terminate the gRPC channel and close the client.
1782
+ *
1783
+ * The client will no longer be usable and all future behavior is undefined.
1784
+ * @returns {Promise} A promise that resolves when the client is closed.
1785
+ */
1786
+ close(): Promise<void>;
1787
+ }