@google-cloud/discoveryengine 1.3.1 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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,1217 @@
1
+ /// <reference types="node" />
2
+ import type * as gax from 'google-gax';
3
+ import type { Callback, CallOptions, Descriptors, ClientOptions, PaginationCallback, LocationsClient, LocationProtos } from 'google-gax';
4
+ import { Transform } from 'stream';
5
+ import * as protos from '../../protos/protos';
6
+ /**
7
+ * Service for operations related to
8
+ * {@link protos.google.cloud.discoveryengine.v1beta.ServingConfig|ServingConfig}.
9
+ * @class
10
+ * @memberof v1beta
11
+ */
12
+ export declare class ServingConfigServiceClient {
13
+ private _terminated;
14
+ private _opts;
15
+ private _providedCustomServicePath;
16
+ private _gaxModule;
17
+ private _gaxGrpc;
18
+ private _protos;
19
+ private _defaults;
20
+ private _universeDomain;
21
+ private _servicePath;
22
+ auth: gax.GoogleAuth;
23
+ descriptors: Descriptors;
24
+ warn: (code: string, message: string, warnType?: string) => void;
25
+ innerApiCalls: {
26
+ [name: string]: Function;
27
+ };
28
+ locationsClient: LocationsClient;
29
+ pathTemplates: {
30
+ [name: string]: gax.PathTemplate;
31
+ };
32
+ servingConfigServiceStub?: Promise<{
33
+ [name: string]: Function;
34
+ }>;
35
+ /**
36
+ * Construct an instance of ServingConfigServiceClient.
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 ServingConfigServiceClient({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
+ * Updates a ServingConfig.
122
+ *
123
+ * Returns a NOT_FOUND error if the ServingConfig does not exist.
124
+ *
125
+ * @param {Object} request
126
+ * The request object that will be sent.
127
+ * @param {google.cloud.discoveryengine.v1beta.ServingConfig} request.servingConfig
128
+ * Required. The ServingConfig to update.
129
+ * @param {google.protobuf.FieldMask} request.updateMask
130
+ * Indicates which fields in the provided
131
+ * {@link protos.google.cloud.discoveryengine.v1beta.ServingConfig|ServingConfig} to
132
+ * update. The following are NOT supported:
133
+ *
134
+ * * {@link protos.google.cloud.discoveryengine.v1beta.ServingConfig.name|ServingConfig.name}
135
+ *
136
+ * If not set, all supported fields are updated.
137
+ * @param {object} [options]
138
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
139
+ * @returns {Promise} - The promise which resolves to an array.
140
+ * The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1beta.ServingConfig|ServingConfig}.
141
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
142
+ * for more details and examples.
143
+ * @example <caption>include:samples/generated/v1beta/serving_config_service.update_serving_config.js</caption>
144
+ * region_tag:discoveryengine_v1beta_generated_ServingConfigService_UpdateServingConfig_async
145
+ */
146
+ updateServingConfig(request?: protos.google.cloud.discoveryengine.v1beta.IUpdateServingConfigRequest, options?: CallOptions): Promise<[
147
+ protos.google.cloud.discoveryengine.v1beta.IServingConfig,
148
+ (protos.google.cloud.discoveryengine.v1beta.IUpdateServingConfigRequest | undefined),
149
+ {} | undefined
150
+ ]>;
151
+ updateServingConfig(request: protos.google.cloud.discoveryengine.v1beta.IUpdateServingConfigRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1beta.IServingConfig, protos.google.cloud.discoveryengine.v1beta.IUpdateServingConfigRequest | null | undefined, {} | null | undefined>): void;
152
+ updateServingConfig(request: protos.google.cloud.discoveryengine.v1beta.IUpdateServingConfigRequest, callback: Callback<protos.google.cloud.discoveryengine.v1beta.IServingConfig, protos.google.cloud.discoveryengine.v1beta.IUpdateServingConfigRequest | null | undefined, {} | null | undefined>): void;
153
+ /**
154
+ * Gets a ServingConfig.
155
+ *
156
+ * Returns a NotFound error if the ServingConfig does not exist.
157
+ *
158
+ * @param {Object} request
159
+ * The request object that will be sent.
160
+ * @param {string} request.name
161
+ * Required. The resource name of the ServingConfig to get. Format:
162
+ * `projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}`
163
+ * @param {object} [options]
164
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
165
+ * @returns {Promise} - The promise which resolves to an array.
166
+ * The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1beta.ServingConfig|ServingConfig}.
167
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
168
+ * for more details and examples.
169
+ * @example <caption>include:samples/generated/v1beta/serving_config_service.get_serving_config.js</caption>
170
+ * region_tag:discoveryengine_v1beta_generated_ServingConfigService_GetServingConfig_async
171
+ */
172
+ getServingConfig(request?: protos.google.cloud.discoveryengine.v1beta.IGetServingConfigRequest, options?: CallOptions): Promise<[
173
+ protos.google.cloud.discoveryengine.v1beta.IServingConfig,
174
+ (protos.google.cloud.discoveryengine.v1beta.IGetServingConfigRequest | undefined),
175
+ {} | undefined
176
+ ]>;
177
+ getServingConfig(request: protos.google.cloud.discoveryengine.v1beta.IGetServingConfigRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1beta.IServingConfig, protos.google.cloud.discoveryengine.v1beta.IGetServingConfigRequest | null | undefined, {} | null | undefined>): void;
178
+ getServingConfig(request: protos.google.cloud.discoveryengine.v1beta.IGetServingConfigRequest, callback: Callback<protos.google.cloud.discoveryengine.v1beta.IServingConfig, protos.google.cloud.discoveryengine.v1beta.IGetServingConfigRequest | null | undefined, {} | null | undefined>): void;
179
+ /**
180
+ * Lists all ServingConfigs linked to this dataStore.
181
+ *
182
+ * @param {Object} request
183
+ * The request object that will be sent.
184
+ * @param {string} request.parent
185
+ * Required. Full resource name of the parent resource. Format:
186
+ * `projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}`
187
+ * @param {number} [request.pageSize]
188
+ * Optional. Maximum number of results to return. If unspecified, defaults
189
+ * to 100. If a value greater than 100 is provided, at most 100 results are
190
+ * returned.
191
+ * @param {string} [request.pageToken]
192
+ * Optional. A page token, received from a previous `ListServingConfigs` call.
193
+ * Provide this to retrieve the subsequent page.
194
+ * @param {object} [options]
195
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
196
+ * @returns {Promise} - The promise which resolves to an array.
197
+ * The first element of the array is Array of {@link protos.google.cloud.discoveryengine.v1beta.ServingConfig|ServingConfig}.
198
+ * The client library will perform auto-pagination by default: it will call the API as many
199
+ * times as needed and will merge results from all the pages into this array.
200
+ * Note that it can affect your quota.
201
+ * We recommend using `listServingConfigsAsync()`
202
+ * method described below for async iteration which you can stop as needed.
203
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
204
+ * for more details and examples.
205
+ */
206
+ listServingConfigs(request?: protos.google.cloud.discoveryengine.v1beta.IListServingConfigsRequest, options?: CallOptions): Promise<[
207
+ protos.google.cloud.discoveryengine.v1beta.IServingConfig[],
208
+ protos.google.cloud.discoveryengine.v1beta.IListServingConfigsRequest | null,
209
+ protos.google.cloud.discoveryengine.v1beta.IListServingConfigsResponse
210
+ ]>;
211
+ listServingConfigs(request: protos.google.cloud.discoveryengine.v1beta.IListServingConfigsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1beta.IListServingConfigsRequest, protos.google.cloud.discoveryengine.v1beta.IListServingConfigsResponse | null | undefined, protos.google.cloud.discoveryengine.v1beta.IServingConfig>): void;
212
+ listServingConfigs(request: protos.google.cloud.discoveryengine.v1beta.IListServingConfigsRequest, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1beta.IListServingConfigsRequest, protos.google.cloud.discoveryengine.v1beta.IListServingConfigsResponse | null | undefined, protos.google.cloud.discoveryengine.v1beta.IServingConfig>): void;
213
+ /**
214
+ * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
215
+ * @param {Object} request
216
+ * The request object that will be sent.
217
+ * @param {string} request.parent
218
+ * Required. Full resource name of the parent resource. Format:
219
+ * `projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}`
220
+ * @param {number} [request.pageSize]
221
+ * Optional. Maximum number of results to return. If unspecified, defaults
222
+ * to 100. If a value greater than 100 is provided, at most 100 results are
223
+ * returned.
224
+ * @param {string} [request.pageToken]
225
+ * Optional. A page token, received from a previous `ListServingConfigs` call.
226
+ * Provide this to retrieve the subsequent page.
227
+ * @param {object} [options]
228
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
229
+ * @returns {Stream}
230
+ * An object stream which emits an object representing {@link protos.google.cloud.discoveryengine.v1beta.ServingConfig|ServingConfig} on 'data' event.
231
+ * The client library will perform auto-pagination by default: it will call the API as many
232
+ * times as needed. Note that it can affect your quota.
233
+ * We recommend using `listServingConfigsAsync()`
234
+ * method described below for async iteration which you can stop as needed.
235
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
236
+ * for more details and examples.
237
+ */
238
+ listServingConfigsStream(request?: protos.google.cloud.discoveryengine.v1beta.IListServingConfigsRequest, options?: CallOptions): Transform;
239
+ /**
240
+ * Equivalent to `listServingConfigs`, but returns an iterable object.
241
+ *
242
+ * `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
243
+ * @param {Object} request
244
+ * The request object that will be sent.
245
+ * @param {string} request.parent
246
+ * Required. Full resource name of the parent resource. Format:
247
+ * `projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}`
248
+ * @param {number} [request.pageSize]
249
+ * Optional. Maximum number of results to return. If unspecified, defaults
250
+ * to 100. If a value greater than 100 is provided, at most 100 results are
251
+ * returned.
252
+ * @param {string} [request.pageToken]
253
+ * Optional. A page token, received from a previous `ListServingConfigs` call.
254
+ * Provide this to retrieve the subsequent page.
255
+ * @param {object} [options]
256
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
257
+ * @returns {Object}
258
+ * An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
259
+ * When you iterate the returned iterable, each element will be an object representing
260
+ * {@link protos.google.cloud.discoveryengine.v1beta.ServingConfig|ServingConfig}. The API will be called under the hood as needed, once per the page,
261
+ * so you can stop the iteration when you don't need more results.
262
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
263
+ * for more details and examples.
264
+ * @example <caption>include:samples/generated/v1beta/serving_config_service.list_serving_configs.js</caption>
265
+ * region_tag:discoveryengine_v1beta_generated_ServingConfigService_ListServingConfigs_async
266
+ */
267
+ listServingConfigsAsync(request?: protos.google.cloud.discoveryengine.v1beta.IListServingConfigsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.discoveryengine.v1beta.IServingConfig>;
268
+ /**
269
+ * Gets information about a location.
270
+ *
271
+ * @param {Object} request
272
+ * The request object that will be sent.
273
+ * @param {string} request.name
274
+ * Resource name for the location.
275
+ * @param {object} [options]
276
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
277
+ * @returns {Promise} - The promise which resolves to an array.
278
+ * The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
279
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
280
+ * for more details and examples.
281
+ * @example
282
+ * ```
283
+ * const [response] = await client.getLocation(request);
284
+ * ```
285
+ */
286
+ 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>;
287
+ /**
288
+ * Lists information about the supported locations for this service. Returns an iterable object.
289
+ *
290
+ * `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
291
+ * @param {Object} request
292
+ * The request object that will be sent.
293
+ * @param {string} request.name
294
+ * The resource that owns the locations collection, if applicable.
295
+ * @param {string} request.filter
296
+ * The standard list filter.
297
+ * @param {number} request.pageSize
298
+ * The standard list page size.
299
+ * @param {string} request.pageToken
300
+ * The standard list page token.
301
+ * @param {object} [options]
302
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
303
+ * @returns {Object}
304
+ * An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
305
+ * When you iterate the returned iterable, each element will be an object representing
306
+ * {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
307
+ * so you can stop the iteration when you don't need more results.
308
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
309
+ * for more details and examples.
310
+ * @example
311
+ * ```
312
+ * const iterable = client.listLocationsAsync(request);
313
+ * for await (const response of iterable) {
314
+ * // process response
315
+ * }
316
+ * ```
317
+ */
318
+ listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
319
+ /**
320
+ * Return a fully-qualified engine resource name string.
321
+ *
322
+ * @param {string} project
323
+ * @param {string} location
324
+ * @param {string} collection
325
+ * @param {string} engine
326
+ * @returns {string} Resource name string.
327
+ */
328
+ enginePath(project: string, location: string, collection: string, engine: string): string;
329
+ /**
330
+ * Parse the project from Engine resource.
331
+ *
332
+ * @param {string} engineName
333
+ * A fully-qualified path representing Engine resource.
334
+ * @returns {string} A string representing the project.
335
+ */
336
+ matchProjectFromEngineName(engineName: string): string | number;
337
+ /**
338
+ * Parse the location from Engine resource.
339
+ *
340
+ * @param {string} engineName
341
+ * A fully-qualified path representing Engine resource.
342
+ * @returns {string} A string representing the location.
343
+ */
344
+ matchLocationFromEngineName(engineName: string): string | number;
345
+ /**
346
+ * Parse the collection from Engine resource.
347
+ *
348
+ * @param {string} engineName
349
+ * A fully-qualified path representing Engine resource.
350
+ * @returns {string} A string representing the collection.
351
+ */
352
+ matchCollectionFromEngineName(engineName: string): string | number;
353
+ /**
354
+ * Parse the engine from Engine resource.
355
+ *
356
+ * @param {string} engineName
357
+ * A fully-qualified path representing Engine resource.
358
+ * @returns {string} A string representing the engine.
359
+ */
360
+ matchEngineFromEngineName(engineName: string): string | number;
361
+ /**
362
+ * Return a fully-qualified location resource name string.
363
+ *
364
+ * @param {string} project
365
+ * @param {string} location
366
+ * @returns {string} Resource name string.
367
+ */
368
+ locationPath(project: string, location: string): string;
369
+ /**
370
+ * Parse the project from Location resource.
371
+ *
372
+ * @param {string} locationName
373
+ * A fully-qualified path representing Location resource.
374
+ * @returns {string} A string representing the project.
375
+ */
376
+ matchProjectFromLocationName(locationName: string): string | number;
377
+ /**
378
+ * Parse the location from Location resource.
379
+ *
380
+ * @param {string} locationName
381
+ * A fully-qualified path representing Location resource.
382
+ * @returns {string} A string representing the location.
383
+ */
384
+ matchLocationFromLocationName(locationName: string): string | number;
385
+ /**
386
+ * Return a fully-qualified project resource name string.
387
+ *
388
+ * @param {string} project
389
+ * @returns {string} Resource name string.
390
+ */
391
+ projectPath(project: string): string;
392
+ /**
393
+ * Parse the project from Project resource.
394
+ *
395
+ * @param {string} projectName
396
+ * A fully-qualified path representing Project resource.
397
+ * @returns {string} A string representing the project.
398
+ */
399
+ matchProjectFromProjectName(projectName: string): string | number;
400
+ /**
401
+ * Return a fully-qualified projectLocationCollectionDataStore resource name string.
402
+ *
403
+ * @param {string} project
404
+ * @param {string} location
405
+ * @param {string} collection
406
+ * @param {string} data_store
407
+ * @returns {string} Resource name string.
408
+ */
409
+ projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
410
+ /**
411
+ * Parse the project from ProjectLocationCollectionDataStore resource.
412
+ *
413
+ * @param {string} projectLocationCollectionDataStoreName
414
+ * A fully-qualified path representing project_location_collection_data_store resource.
415
+ * @returns {string} A string representing the project.
416
+ */
417
+ matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
418
+ /**
419
+ * Parse the location from ProjectLocationCollectionDataStore resource.
420
+ *
421
+ * @param {string} projectLocationCollectionDataStoreName
422
+ * A fully-qualified path representing project_location_collection_data_store resource.
423
+ * @returns {string} A string representing the location.
424
+ */
425
+ matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
426
+ /**
427
+ * Parse the collection from ProjectLocationCollectionDataStore resource.
428
+ *
429
+ * @param {string} projectLocationCollectionDataStoreName
430
+ * A fully-qualified path representing project_location_collection_data_store resource.
431
+ * @returns {string} A string representing the collection.
432
+ */
433
+ matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
434
+ /**
435
+ * Parse the data_store from ProjectLocationCollectionDataStore resource.
436
+ *
437
+ * @param {string} projectLocationCollectionDataStoreName
438
+ * A fully-qualified path representing project_location_collection_data_store resource.
439
+ * @returns {string} A string representing the data_store.
440
+ */
441
+ matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
442
+ /**
443
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
444
+ *
445
+ * @param {string} project
446
+ * @param {string} location
447
+ * @param {string} collection
448
+ * @param {string} data_store
449
+ * @param {string} branch
450
+ * @param {string} document
451
+ * @returns {string} Resource name string.
452
+ */
453
+ projectLocationCollectionDataStoreBranchDocumentPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string): string;
454
+ /**
455
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocument resource.
456
+ *
457
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
458
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
459
+ * @returns {string} A string representing the project.
460
+ */
461
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
462
+ /**
463
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocument resource.
464
+ *
465
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
466
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
467
+ * @returns {string} A string representing the location.
468
+ */
469
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
470
+ /**
471
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocument resource.
472
+ *
473
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
474
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
475
+ * @returns {string} A string representing the collection.
476
+ */
477
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
478
+ /**
479
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocument resource.
480
+ *
481
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
482
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
483
+ * @returns {string} A string representing the data_store.
484
+ */
485
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
486
+ /**
487
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocument resource.
488
+ *
489
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
490
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
491
+ * @returns {string} A string representing the branch.
492
+ */
493
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
494
+ /**
495
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocument resource.
496
+ *
497
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
498
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
499
+ * @returns {string} A string representing the document.
500
+ */
501
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
502
+ /**
503
+ * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
504
+ *
505
+ * @param {string} project
506
+ * @param {string} location
507
+ * @param {string} collection
508
+ * @param {string} data_store
509
+ * @param {string} conversation
510
+ * @returns {string} Resource name string.
511
+ */
512
+ projectLocationCollectionDataStoreConversationPath(project: string, location: string, collection: string, dataStore: string, conversation: string): string;
513
+ /**
514
+ * Parse the project from ProjectLocationCollectionDataStoreConversation resource.
515
+ *
516
+ * @param {string} projectLocationCollectionDataStoreConversationName
517
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
518
+ * @returns {string} A string representing the project.
519
+ */
520
+ matchProjectFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
521
+ /**
522
+ * Parse the location from ProjectLocationCollectionDataStoreConversation resource.
523
+ *
524
+ * @param {string} projectLocationCollectionDataStoreConversationName
525
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
526
+ * @returns {string} A string representing the location.
527
+ */
528
+ matchLocationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
529
+ /**
530
+ * Parse the collection from ProjectLocationCollectionDataStoreConversation resource.
531
+ *
532
+ * @param {string} projectLocationCollectionDataStoreConversationName
533
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
534
+ * @returns {string} A string representing the collection.
535
+ */
536
+ matchCollectionFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
537
+ /**
538
+ * Parse the data_store from ProjectLocationCollectionDataStoreConversation resource.
539
+ *
540
+ * @param {string} projectLocationCollectionDataStoreConversationName
541
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
542
+ * @returns {string} A string representing the data_store.
543
+ */
544
+ matchDataStoreFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
545
+ /**
546
+ * Parse the conversation from ProjectLocationCollectionDataStoreConversation resource.
547
+ *
548
+ * @param {string} projectLocationCollectionDataStoreConversationName
549
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
550
+ * @returns {string} A string representing the conversation.
551
+ */
552
+ matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
553
+ /**
554
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
555
+ *
556
+ * @param {string} project
557
+ * @param {string} location
558
+ * @param {string} collection
559
+ * @param {string} data_store
560
+ * @returns {string} Resource name string.
561
+ */
562
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
563
+ /**
564
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
565
+ *
566
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
567
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
568
+ * @returns {string} A string representing the project.
569
+ */
570
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
571
+ /**
572
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
573
+ *
574
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
575
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
576
+ * @returns {string} A string representing the location.
577
+ */
578
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
579
+ /**
580
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
581
+ *
582
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
583
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
584
+ * @returns {string} A string representing the collection.
585
+ */
586
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
587
+ /**
588
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
589
+ *
590
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
591
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
592
+ * @returns {string} A string representing the data_store.
593
+ */
594
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
595
+ /**
596
+ * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
597
+ *
598
+ * @param {string} project
599
+ * @param {string} location
600
+ * @param {string} collection
601
+ * @param {string} data_store
602
+ * @param {string} schema
603
+ * @returns {string} Resource name string.
604
+ */
605
+ projectLocationCollectionDataStoreSchemaPath(project: string, location: string, collection: string, dataStore: string, schema: string): string;
606
+ /**
607
+ * Parse the project from ProjectLocationCollectionDataStoreSchema resource.
608
+ *
609
+ * @param {string} projectLocationCollectionDataStoreSchemaName
610
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
611
+ * @returns {string} A string representing the project.
612
+ */
613
+ matchProjectFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
614
+ /**
615
+ * Parse the location from ProjectLocationCollectionDataStoreSchema resource.
616
+ *
617
+ * @param {string} projectLocationCollectionDataStoreSchemaName
618
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
619
+ * @returns {string} A string representing the location.
620
+ */
621
+ matchLocationFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
622
+ /**
623
+ * Parse the collection from ProjectLocationCollectionDataStoreSchema resource.
624
+ *
625
+ * @param {string} projectLocationCollectionDataStoreSchemaName
626
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
627
+ * @returns {string} A string representing the collection.
628
+ */
629
+ matchCollectionFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
630
+ /**
631
+ * Parse the data_store from ProjectLocationCollectionDataStoreSchema resource.
632
+ *
633
+ * @param {string} projectLocationCollectionDataStoreSchemaName
634
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
635
+ * @returns {string} A string representing the data_store.
636
+ */
637
+ matchDataStoreFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
638
+ /**
639
+ * Parse the schema from ProjectLocationCollectionDataStoreSchema resource.
640
+ *
641
+ * @param {string} projectLocationCollectionDataStoreSchemaName
642
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
643
+ * @returns {string} A string representing the schema.
644
+ */
645
+ matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
646
+ /**
647
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
648
+ *
649
+ * @param {string} project
650
+ * @param {string} location
651
+ * @param {string} collection
652
+ * @param {string} data_store
653
+ * @param {string} serving_config
654
+ * @returns {string} Resource name string.
655
+ */
656
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
657
+ /**
658
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
659
+ *
660
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
661
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
662
+ * @returns {string} A string representing the project.
663
+ */
664
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
665
+ /**
666
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
667
+ *
668
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
669
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
670
+ * @returns {string} A string representing the location.
671
+ */
672
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
673
+ /**
674
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
675
+ *
676
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
677
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
678
+ * @returns {string} A string representing the collection.
679
+ */
680
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
681
+ /**
682
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
683
+ *
684
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
685
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
686
+ * @returns {string} A string representing the data_store.
687
+ */
688
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
689
+ /**
690
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
691
+ *
692
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
693
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
694
+ * @returns {string} A string representing the serving_config.
695
+ */
696
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
697
+ /**
698
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
699
+ *
700
+ * @param {string} project
701
+ * @param {string} location
702
+ * @param {string} collection
703
+ * @param {string} data_store
704
+ * @returns {string} Resource name string.
705
+ */
706
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
707
+ /**
708
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
709
+ *
710
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
711
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
712
+ * @returns {string} A string representing the project.
713
+ */
714
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
715
+ /**
716
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
717
+ *
718
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
719
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
720
+ * @returns {string} A string representing the location.
721
+ */
722
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
723
+ /**
724
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
725
+ *
726
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
727
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
728
+ * @returns {string} A string representing the collection.
729
+ */
730
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
731
+ /**
732
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
733
+ *
734
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
735
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
736
+ * @returns {string} A string representing the data_store.
737
+ */
738
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
739
+ /**
740
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
741
+ *
742
+ * @param {string} project
743
+ * @param {string} location
744
+ * @param {string} collection
745
+ * @param {string} data_store
746
+ * @param {string} target_site
747
+ * @returns {string} Resource name string.
748
+ */
749
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
750
+ /**
751
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
752
+ *
753
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
754
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
755
+ * @returns {string} A string representing the project.
756
+ */
757
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
758
+ /**
759
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
760
+ *
761
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
762
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
763
+ * @returns {string} A string representing the location.
764
+ */
765
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
766
+ /**
767
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
768
+ *
769
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
770
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
771
+ * @returns {string} A string representing the collection.
772
+ */
773
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
774
+ /**
775
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
776
+ *
777
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
778
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
779
+ * @returns {string} A string representing the data_store.
780
+ */
781
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
782
+ /**
783
+ * Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
784
+ *
785
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
786
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
787
+ * @returns {string} A string representing the target_site.
788
+ */
789
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
790
+ /**
791
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
792
+ *
793
+ * @param {string} project
794
+ * @param {string} location
795
+ * @param {string} collection
796
+ * @param {string} engine
797
+ * @param {string} conversation
798
+ * @returns {string} Resource name string.
799
+ */
800
+ projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
801
+ /**
802
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
803
+ *
804
+ * @param {string} projectLocationCollectionEngineConversationName
805
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
806
+ * @returns {string} A string representing the project.
807
+ */
808
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
809
+ /**
810
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
811
+ *
812
+ * @param {string} projectLocationCollectionEngineConversationName
813
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
814
+ * @returns {string} A string representing the location.
815
+ */
816
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
817
+ /**
818
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
819
+ *
820
+ * @param {string} projectLocationCollectionEngineConversationName
821
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
822
+ * @returns {string} A string representing the collection.
823
+ */
824
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
825
+ /**
826
+ * Parse the engine from ProjectLocationCollectionEngineConversation resource.
827
+ *
828
+ * @param {string} projectLocationCollectionEngineConversationName
829
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
830
+ * @returns {string} A string representing the engine.
831
+ */
832
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
833
+ /**
834
+ * Parse the conversation from ProjectLocationCollectionEngineConversation resource.
835
+ *
836
+ * @param {string} projectLocationCollectionEngineConversationName
837
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
838
+ * @returns {string} A string representing the conversation.
839
+ */
840
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
841
+ /**
842
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
843
+ *
844
+ * @param {string} project
845
+ * @param {string} location
846
+ * @param {string} collection
847
+ * @param {string} engine
848
+ * @param {string} serving_config
849
+ * @returns {string} Resource name string.
850
+ */
851
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
852
+ /**
853
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
854
+ *
855
+ * @param {string} projectLocationCollectionEngineServingConfigName
856
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
857
+ * @returns {string} A string representing the project.
858
+ */
859
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
860
+ /**
861
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
862
+ *
863
+ * @param {string} projectLocationCollectionEngineServingConfigName
864
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
865
+ * @returns {string} A string representing the location.
866
+ */
867
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
868
+ /**
869
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
870
+ *
871
+ * @param {string} projectLocationCollectionEngineServingConfigName
872
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
873
+ * @returns {string} A string representing the collection.
874
+ */
875
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
876
+ /**
877
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
878
+ *
879
+ * @param {string} projectLocationCollectionEngineServingConfigName
880
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
881
+ * @returns {string} A string representing the engine.
882
+ */
883
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
884
+ /**
885
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
886
+ *
887
+ * @param {string} projectLocationCollectionEngineServingConfigName
888
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
889
+ * @returns {string} A string representing the serving_config.
890
+ */
891
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
892
+ /**
893
+ * Return a fully-qualified projectLocationDataStore resource name string.
894
+ *
895
+ * @param {string} project
896
+ * @param {string} location
897
+ * @param {string} data_store
898
+ * @returns {string} Resource name string.
899
+ */
900
+ projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
901
+ /**
902
+ * Parse the project from ProjectLocationDataStore resource.
903
+ *
904
+ * @param {string} projectLocationDataStoreName
905
+ * A fully-qualified path representing project_location_data_store resource.
906
+ * @returns {string} A string representing the project.
907
+ */
908
+ matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
909
+ /**
910
+ * Parse the location from ProjectLocationDataStore resource.
911
+ *
912
+ * @param {string} projectLocationDataStoreName
913
+ * A fully-qualified path representing project_location_data_store resource.
914
+ * @returns {string} A string representing the location.
915
+ */
916
+ matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
917
+ /**
918
+ * Parse the data_store from ProjectLocationDataStore resource.
919
+ *
920
+ * @param {string} projectLocationDataStoreName
921
+ * A fully-qualified path representing project_location_data_store resource.
922
+ * @returns {string} A string representing the data_store.
923
+ */
924
+ matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
925
+ /**
926
+ * Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
927
+ *
928
+ * @param {string} project
929
+ * @param {string} location
930
+ * @param {string} data_store
931
+ * @param {string} branch
932
+ * @param {string} document
933
+ * @returns {string} Resource name string.
934
+ */
935
+ projectLocationDataStoreBranchDocumentPath(project: string, location: string, dataStore: string, branch: string, document: string): string;
936
+ /**
937
+ * Parse the project from ProjectLocationDataStoreBranchDocument resource.
938
+ *
939
+ * @param {string} projectLocationDataStoreBranchDocumentName
940
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
941
+ * @returns {string} A string representing the project.
942
+ */
943
+ matchProjectFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
944
+ /**
945
+ * Parse the location from ProjectLocationDataStoreBranchDocument resource.
946
+ *
947
+ * @param {string} projectLocationDataStoreBranchDocumentName
948
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
949
+ * @returns {string} A string representing the location.
950
+ */
951
+ matchLocationFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
952
+ /**
953
+ * Parse the data_store from ProjectLocationDataStoreBranchDocument resource.
954
+ *
955
+ * @param {string} projectLocationDataStoreBranchDocumentName
956
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
957
+ * @returns {string} A string representing the data_store.
958
+ */
959
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
960
+ /**
961
+ * Parse the branch from ProjectLocationDataStoreBranchDocument resource.
962
+ *
963
+ * @param {string} projectLocationDataStoreBranchDocumentName
964
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
965
+ * @returns {string} A string representing the branch.
966
+ */
967
+ matchBranchFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
968
+ /**
969
+ * Parse the document from ProjectLocationDataStoreBranchDocument resource.
970
+ *
971
+ * @param {string} projectLocationDataStoreBranchDocumentName
972
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
973
+ * @returns {string} A string representing the document.
974
+ */
975
+ matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
976
+ /**
977
+ * Return a fully-qualified projectLocationDataStoreConversation resource name string.
978
+ *
979
+ * @param {string} project
980
+ * @param {string} location
981
+ * @param {string} data_store
982
+ * @param {string} conversation
983
+ * @returns {string} Resource name string.
984
+ */
985
+ projectLocationDataStoreConversationPath(project: string, location: string, dataStore: string, conversation: string): string;
986
+ /**
987
+ * Parse the project from ProjectLocationDataStoreConversation resource.
988
+ *
989
+ * @param {string} projectLocationDataStoreConversationName
990
+ * A fully-qualified path representing project_location_data_store_conversation resource.
991
+ * @returns {string} A string representing the project.
992
+ */
993
+ matchProjectFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
994
+ /**
995
+ * Parse the location from ProjectLocationDataStoreConversation resource.
996
+ *
997
+ * @param {string} projectLocationDataStoreConversationName
998
+ * A fully-qualified path representing project_location_data_store_conversation resource.
999
+ * @returns {string} A string representing the location.
1000
+ */
1001
+ matchLocationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1002
+ /**
1003
+ * Parse the data_store from ProjectLocationDataStoreConversation resource.
1004
+ *
1005
+ * @param {string} projectLocationDataStoreConversationName
1006
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1007
+ * @returns {string} A string representing the data_store.
1008
+ */
1009
+ matchDataStoreFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1010
+ /**
1011
+ * Parse the conversation from ProjectLocationDataStoreConversation resource.
1012
+ *
1013
+ * @param {string} projectLocationDataStoreConversationName
1014
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1015
+ * @returns {string} A string representing the conversation.
1016
+ */
1017
+ matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1018
+ /**
1019
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1020
+ *
1021
+ * @param {string} project
1022
+ * @param {string} location
1023
+ * @param {string} data_store
1024
+ * @returns {string} Resource name string.
1025
+ */
1026
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1027
+ /**
1028
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1029
+ *
1030
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1031
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1032
+ * @returns {string} A string representing the project.
1033
+ */
1034
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1035
+ /**
1036
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1037
+ *
1038
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1039
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1040
+ * @returns {string} A string representing the location.
1041
+ */
1042
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1043
+ /**
1044
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1045
+ *
1046
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1047
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1048
+ * @returns {string} A string representing the data_store.
1049
+ */
1050
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1051
+ /**
1052
+ * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1053
+ *
1054
+ * @param {string} project
1055
+ * @param {string} location
1056
+ * @param {string} data_store
1057
+ * @param {string} schema
1058
+ * @returns {string} Resource name string.
1059
+ */
1060
+ projectLocationDataStoreSchemaPath(project: string, location: string, dataStore: string, schema: string): string;
1061
+ /**
1062
+ * Parse the project from ProjectLocationDataStoreSchema resource.
1063
+ *
1064
+ * @param {string} projectLocationDataStoreSchemaName
1065
+ * A fully-qualified path representing project_location_data_store_schema resource.
1066
+ * @returns {string} A string representing the project.
1067
+ */
1068
+ matchProjectFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1069
+ /**
1070
+ * Parse the location from ProjectLocationDataStoreSchema resource.
1071
+ *
1072
+ * @param {string} projectLocationDataStoreSchemaName
1073
+ * A fully-qualified path representing project_location_data_store_schema resource.
1074
+ * @returns {string} A string representing the location.
1075
+ */
1076
+ matchLocationFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1077
+ /**
1078
+ * Parse the data_store from ProjectLocationDataStoreSchema resource.
1079
+ *
1080
+ * @param {string} projectLocationDataStoreSchemaName
1081
+ * A fully-qualified path representing project_location_data_store_schema resource.
1082
+ * @returns {string} A string representing the data_store.
1083
+ */
1084
+ matchDataStoreFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1085
+ /**
1086
+ * Parse the schema from ProjectLocationDataStoreSchema resource.
1087
+ *
1088
+ * @param {string} projectLocationDataStoreSchemaName
1089
+ * A fully-qualified path representing project_location_data_store_schema resource.
1090
+ * @returns {string} A string representing the schema.
1091
+ */
1092
+ matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1093
+ /**
1094
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
1095
+ *
1096
+ * @param {string} project
1097
+ * @param {string} location
1098
+ * @param {string} data_store
1099
+ * @param {string} serving_config
1100
+ * @returns {string} Resource name string.
1101
+ */
1102
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
1103
+ /**
1104
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
1105
+ *
1106
+ * @param {string} projectLocationDataStoreServingConfigName
1107
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1108
+ * @returns {string} A string representing the project.
1109
+ */
1110
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1111
+ /**
1112
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
1113
+ *
1114
+ * @param {string} projectLocationDataStoreServingConfigName
1115
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1116
+ * @returns {string} A string representing the location.
1117
+ */
1118
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1119
+ /**
1120
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
1121
+ *
1122
+ * @param {string} projectLocationDataStoreServingConfigName
1123
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1124
+ * @returns {string} A string representing the data_store.
1125
+ */
1126
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1127
+ /**
1128
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
1129
+ *
1130
+ * @param {string} projectLocationDataStoreServingConfigName
1131
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1132
+ * @returns {string} A string representing the serving_config.
1133
+ */
1134
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1135
+ /**
1136
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1137
+ *
1138
+ * @param {string} project
1139
+ * @param {string} location
1140
+ * @param {string} data_store
1141
+ * @returns {string} Resource name string.
1142
+ */
1143
+ projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
1144
+ /**
1145
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
1146
+ *
1147
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1148
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1149
+ * @returns {string} A string representing the project.
1150
+ */
1151
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1152
+ /**
1153
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
1154
+ *
1155
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1156
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1157
+ * @returns {string} A string representing the location.
1158
+ */
1159
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1160
+ /**
1161
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
1162
+ *
1163
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1164
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1165
+ * @returns {string} A string representing the data_store.
1166
+ */
1167
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1168
+ /**
1169
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1170
+ *
1171
+ * @param {string} project
1172
+ * @param {string} location
1173
+ * @param {string} data_store
1174
+ * @param {string} target_site
1175
+ * @returns {string} Resource name string.
1176
+ */
1177
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
1178
+ /**
1179
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1180
+ *
1181
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1182
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1183
+ * @returns {string} A string representing the project.
1184
+ */
1185
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1186
+ /**
1187
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1188
+ *
1189
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1190
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1191
+ * @returns {string} A string representing the location.
1192
+ */
1193
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1194
+ /**
1195
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1196
+ *
1197
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1198
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1199
+ * @returns {string} A string representing the data_store.
1200
+ */
1201
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1202
+ /**
1203
+ * Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1204
+ *
1205
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1206
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1207
+ * @returns {string} A string representing the target_site.
1208
+ */
1209
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1210
+ /**
1211
+ * Terminate the gRPC channel and close the client.
1212
+ *
1213
+ * The client will no longer be usable and all future behavior is undefined.
1214
+ * @returns {Promise} A promise that resolves when the client is closed.
1215
+ */
1216
+ close(): Promise<void>;
1217
+ }