@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,1369 @@
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 {@link protos.|ServingConfig}.
8
+ * @class
9
+ * @memberof v1alpha
10
+ */
11
+ export declare class ServingConfigServiceClient {
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
+ servingConfigServiceStub?: Promise<{
32
+ [name: string]: Function;
33
+ }>;
34
+ /**
35
+ * Construct an instance of ServingConfigServiceClient.
36
+ *
37
+ * @param {object} [options] - The configuration object.
38
+ * The options accepted by the constructor are described in detail
39
+ * in [this document](https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#creating-the-client-instance).
40
+ * The common options are:
41
+ * @param {object} [options.credentials] - Credentials object.
42
+ * @param {string} [options.credentials.client_email]
43
+ * @param {string} [options.credentials.private_key]
44
+ * @param {string} [options.email] - Account email address. Required when
45
+ * using a .pem or .p12 keyFilename.
46
+ * @param {string} [options.keyFilename] - Full path to the a .json, .pem, or
47
+ * .p12 key downloaded from the Google Developers Console. If you provide
48
+ * a path to a JSON file, the projectId option below is not necessary.
49
+ * NOTE: .pem and .p12 require you to specify options.email as well.
50
+ * @param {number} [options.port] - The port on which to connect to
51
+ * the remote host.
52
+ * @param {string} [options.projectId] - The project ID from the Google
53
+ * Developer's Console, e.g. 'grape-spaceship-123'. We will also check
54
+ * the environment variable GCLOUD_PROJECT for your project ID. If your
55
+ * app is running in an environment which supports
56
+ * {@link https://developers.google.com/identity/protocols/application-default-credentials Application Default Credentials},
57
+ * your project ID will be detected automatically.
58
+ * @param {string} [options.apiEndpoint] - The domain name of the
59
+ * API remote host.
60
+ * @param {gax.ClientConfig} [options.clientConfig] - Client configuration override.
61
+ * Follows the structure of {@link gapicConfig}.
62
+ * @param {boolean} [options.fallback] - Use HTTP/1.1 REST mode.
63
+ * For more information, please check the
64
+ * {@link https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md#http11-rest-api-mode documentation}.
65
+ * @param {gax} [gaxInstance]: loaded instance of `google-gax`. Useful if you
66
+ * need to avoid loading the default gRPC version and want to use the fallback
67
+ * HTTP implementation. Load only fallback version and pass it to the constructor:
68
+ * ```
69
+ * const gax = require('google-gax/build/src/fallback'); // avoids loading google-gax with gRPC
70
+ * const client = new ServingConfigServiceClient({fallback: true}, gax);
71
+ * ```
72
+ */
73
+ constructor(opts?: ClientOptions, gaxInstance?: typeof gax | typeof gax.fallback);
74
+ /**
75
+ * Initialize the client.
76
+ * Performs asynchronous operations (such as authentication) and prepares the client.
77
+ * This function will be called automatically when any class method is called for the
78
+ * first time, but if you need to initialize it before calling an actual method,
79
+ * feel free to call initialize() directly.
80
+ *
81
+ * You can await on this method if you want to make sure the client is initialized.
82
+ *
83
+ * @returns {Promise} A promise that resolves to an authenticated service stub.
84
+ */
85
+ initialize(): Promise<{
86
+ [name: string]: Function;
87
+ }>;
88
+ /**
89
+ * The DNS address for this API service.
90
+ * @deprecated Use the apiEndpoint method of the client instance.
91
+ * @returns {string} The DNS address for this service.
92
+ */
93
+ static get servicePath(): string;
94
+ /**
95
+ * The DNS address for this API service - same as servicePath.
96
+ * @deprecated Use the apiEndpoint method of the client instance.
97
+ * @returns {string} The DNS address for this service.
98
+ */
99
+ static get apiEndpoint(): string;
100
+ /**
101
+ * The DNS address for this API service.
102
+ * @returns {string} The DNS address for this service.
103
+ */
104
+ get apiEndpoint(): string;
105
+ get universeDomain(): string;
106
+ /**
107
+ * The port for this API service.
108
+ * @returns {number} The default port for this service.
109
+ */
110
+ static get port(): number;
111
+ /**
112
+ * The scopes needed to make gRPC calls for every method defined
113
+ * in this service.
114
+ * @returns {string[]} List of default scopes.
115
+ */
116
+ static get scopes(): string[];
117
+ getProjectId(): Promise<string>;
118
+ getProjectId(callback: Callback<string, undefined, undefined>): void;
119
+ /**
120
+ * Updates a ServingConfig.
121
+ *
122
+ * Returns a NOT_FOUND error if the ServingConfig does not exist.
123
+ *
124
+ * @param {Object} request
125
+ * The request object that will be sent.
126
+ * @param {google.cloud.discoveryengine.v1alpha.ServingConfig} request.servingConfig
127
+ * Required. The ServingConfig to update.
128
+ * @param {google.protobuf.FieldMask} request.updateMask
129
+ * Indicates which fields in the provided
130
+ * {@link protos.google.cloud.discoveryengine.v1alpha.ServingConfig|ServingConfig} to
131
+ * update. The following are NOT supported:
132
+ *
133
+ * * {@link protos.google.cloud.discoveryengine.v1alpha.ServingConfig.name|ServingConfig.name}
134
+ *
135
+ * If not set, all supported fields are updated.
136
+ * @param {object} [options]
137
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
138
+ * @returns {Promise} - The promise which resolves to an array.
139
+ * The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1alpha.ServingConfig|ServingConfig}.
140
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
141
+ * for more details and examples.
142
+ * @example <caption>include:samples/generated/v1alpha/serving_config_service.update_serving_config.js</caption>
143
+ * region_tag:discoveryengine_v1alpha_generated_ServingConfigService_UpdateServingConfig_async
144
+ */
145
+ updateServingConfig(request?: protos.google.cloud.discoveryengine.v1alpha.IUpdateServingConfigRequest, options?: CallOptions): Promise<[
146
+ protos.google.cloud.discoveryengine.v1alpha.IServingConfig,
147
+ (protos.google.cloud.discoveryengine.v1alpha.IUpdateServingConfigRequest | undefined),
148
+ {} | undefined
149
+ ]>;
150
+ updateServingConfig(request: protos.google.cloud.discoveryengine.v1alpha.IUpdateServingConfigRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1alpha.IServingConfig, protos.google.cloud.discoveryengine.v1alpha.IUpdateServingConfigRequest | null | undefined, {} | null | undefined>): void;
151
+ updateServingConfig(request: protos.google.cloud.discoveryengine.v1alpha.IUpdateServingConfigRequest, callback: Callback<protos.google.cloud.discoveryengine.v1alpha.IServingConfig, protos.google.cloud.discoveryengine.v1alpha.IUpdateServingConfigRequest | null | undefined, {} | null | undefined>): void;
152
+ /**
153
+ * Gets a ServingConfig.
154
+ *
155
+ * Returns a NotFound error if the ServingConfig does not exist.
156
+ *
157
+ * @param {Object} request
158
+ * The request object that will be sent.
159
+ * @param {string} request.name
160
+ * Required. The resource name of the ServingConfig to get. Format:
161
+ * `projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config_id}`
162
+ * @param {object} [options]
163
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
164
+ * @returns {Promise} - The promise which resolves to an array.
165
+ * The first element of the array is an object representing {@link protos.google.cloud.discoveryengine.v1alpha.ServingConfig|ServingConfig}.
166
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
167
+ * for more details and examples.
168
+ * @example <caption>include:samples/generated/v1alpha/serving_config_service.get_serving_config.js</caption>
169
+ * region_tag:discoveryengine_v1alpha_generated_ServingConfigService_GetServingConfig_async
170
+ */
171
+ getServingConfig(request?: protos.google.cloud.discoveryengine.v1alpha.IGetServingConfigRequest, options?: CallOptions): Promise<[
172
+ protos.google.cloud.discoveryengine.v1alpha.IServingConfig,
173
+ (protos.google.cloud.discoveryengine.v1alpha.IGetServingConfigRequest | undefined),
174
+ {} | undefined
175
+ ]>;
176
+ getServingConfig(request: protos.google.cloud.discoveryengine.v1alpha.IGetServingConfigRequest, options: CallOptions, callback: Callback<protos.google.cloud.discoveryengine.v1alpha.IServingConfig, protos.google.cloud.discoveryengine.v1alpha.IGetServingConfigRequest | null | undefined, {} | null | undefined>): void;
177
+ getServingConfig(request: protos.google.cloud.discoveryengine.v1alpha.IGetServingConfigRequest, callback: Callback<protos.google.cloud.discoveryengine.v1alpha.IServingConfig, protos.google.cloud.discoveryengine.v1alpha.IGetServingConfigRequest | null | undefined, {} | null | undefined>): void;
178
+ /**
179
+ * Lists all ServingConfigs linked to this dataStore.
180
+ *
181
+ * @param {Object} request
182
+ * The request object that will be sent.
183
+ * @param {string} request.parent
184
+ * Required. Full resource name of the parent resource. Format:
185
+ * `projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}`
186
+ * @param {number} [request.pageSize]
187
+ * Optional. Maximum number of results to return. If unspecified, defaults
188
+ * to 100. If a value greater than 100 is provided, at most 100 results are
189
+ * returned.
190
+ * @param {string} [request.pageToken]
191
+ * Optional. A page token, received from a previous `ListServingConfigs` call.
192
+ * Provide this to retrieve the subsequent page.
193
+ * @param {object} [options]
194
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
195
+ * @returns {Promise} - The promise which resolves to an array.
196
+ * The first element of the array is Array of {@link protos.google.cloud.discoveryengine.v1alpha.ServingConfig|ServingConfig}.
197
+ * The client library will perform auto-pagination by default: it will call the API as many
198
+ * times as needed and will merge results from all the pages into this array.
199
+ * Note that it can affect your quota.
200
+ * We recommend using `listServingConfigsAsync()`
201
+ * method described below for async iteration which you can stop as needed.
202
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
203
+ * for more details and examples.
204
+ */
205
+ listServingConfigs(request?: protos.google.cloud.discoveryengine.v1alpha.IListServingConfigsRequest, options?: CallOptions): Promise<[
206
+ protos.google.cloud.discoveryengine.v1alpha.IServingConfig[],
207
+ protos.google.cloud.discoveryengine.v1alpha.IListServingConfigsRequest | null,
208
+ protos.google.cloud.discoveryengine.v1alpha.IListServingConfigsResponse
209
+ ]>;
210
+ listServingConfigs(request: protos.google.cloud.discoveryengine.v1alpha.IListServingConfigsRequest, options: CallOptions, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1alpha.IListServingConfigsRequest, protos.google.cloud.discoveryengine.v1alpha.IListServingConfigsResponse | null | undefined, protos.google.cloud.discoveryengine.v1alpha.IServingConfig>): void;
211
+ listServingConfigs(request: protos.google.cloud.discoveryengine.v1alpha.IListServingConfigsRequest, callback: PaginationCallback<protos.google.cloud.discoveryengine.v1alpha.IListServingConfigsRequest, protos.google.cloud.discoveryengine.v1alpha.IListServingConfigsResponse | null | undefined, protos.google.cloud.discoveryengine.v1alpha.IServingConfig>): void;
212
+ /**
213
+ * Equivalent to `method.name.toCamelCase()`, but returns a NodeJS Stream object.
214
+ * @param {Object} request
215
+ * The request object that will be sent.
216
+ * @param {string} request.parent
217
+ * Required. Full resource name of the parent resource. Format:
218
+ * `projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}`
219
+ * @param {number} [request.pageSize]
220
+ * Optional. Maximum number of results to return. If unspecified, defaults
221
+ * to 100. If a value greater than 100 is provided, at most 100 results are
222
+ * returned.
223
+ * @param {string} [request.pageToken]
224
+ * Optional. A page token, received from a previous `ListServingConfigs` call.
225
+ * Provide this to retrieve the subsequent page.
226
+ * @param {object} [options]
227
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
228
+ * @returns {Stream}
229
+ * An object stream which emits an object representing {@link protos.google.cloud.discoveryengine.v1alpha.ServingConfig|ServingConfig} on 'data' event.
230
+ * The client library will perform auto-pagination by default: it will call the API as many
231
+ * times as needed. Note that it can affect your quota.
232
+ * We recommend using `listServingConfigsAsync()`
233
+ * method described below for async iteration which you can stop as needed.
234
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
235
+ * for more details and examples.
236
+ */
237
+ listServingConfigsStream(request?: protos.google.cloud.discoveryengine.v1alpha.IListServingConfigsRequest, options?: CallOptions): Transform;
238
+ /**
239
+ * Equivalent to `listServingConfigs`, but returns an iterable object.
240
+ *
241
+ * `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
242
+ * @param {Object} request
243
+ * The request object that will be sent.
244
+ * @param {string} request.parent
245
+ * Required. Full resource name of the parent resource. Format:
246
+ * `projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}`
247
+ * @param {number} [request.pageSize]
248
+ * Optional. Maximum number of results to return. If unspecified, defaults
249
+ * to 100. If a value greater than 100 is provided, at most 100 results are
250
+ * returned.
251
+ * @param {string} [request.pageToken]
252
+ * Optional. A page token, received from a previous `ListServingConfigs` call.
253
+ * Provide this to retrieve the subsequent page.
254
+ * @param {object} [options]
255
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
256
+ * @returns {Object}
257
+ * An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
258
+ * When you iterate the returned iterable, each element will be an object representing
259
+ * {@link protos.google.cloud.discoveryengine.v1alpha.ServingConfig|ServingConfig}. The API will be called under the hood as needed, once per the page,
260
+ * so you can stop the iteration when you don't need more results.
261
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
262
+ * for more details and examples.
263
+ * @example <caption>include:samples/generated/v1alpha/serving_config_service.list_serving_configs.js</caption>
264
+ * region_tag:discoveryengine_v1alpha_generated_ServingConfigService_ListServingConfigs_async
265
+ */
266
+ listServingConfigsAsync(request?: protos.google.cloud.discoveryengine.v1alpha.IListServingConfigsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.discoveryengine.v1alpha.IServingConfig>;
267
+ /**
268
+ * Gets information about a location.
269
+ *
270
+ * @param {Object} request
271
+ * The request object that will be sent.
272
+ * @param {string} request.name
273
+ * Resource name for the location.
274
+ * @param {object} [options]
275
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html | CallOptions} for more details.
276
+ * @returns {Promise} - The promise which resolves to an array.
277
+ * The first element of the array is an object representing {@link google.cloud.location.Location | Location}.
278
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
279
+ * for more details and examples.
280
+ * @example
281
+ * ```
282
+ * const [response] = await client.getLocation(request);
283
+ * ```
284
+ */
285
+ 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>;
286
+ /**
287
+ * Lists information about the supported locations for this service. Returns an iterable object.
288
+ *
289
+ * `for`-`await`-`of` syntax is used with the iterable to get response elements on-demand.
290
+ * @param {Object} request
291
+ * The request object that will be sent.
292
+ * @param {string} request.name
293
+ * The resource that owns the locations collection, if applicable.
294
+ * @param {string} request.filter
295
+ * The standard list filter.
296
+ * @param {number} request.pageSize
297
+ * The standard list page size.
298
+ * @param {string} request.pageToken
299
+ * The standard list page token.
300
+ * @param {object} [options]
301
+ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
302
+ * @returns {Object}
303
+ * An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
304
+ * When you iterate the returned iterable, each element will be an object representing
305
+ * {@link google.cloud.location.Location | Location}. The API will be called under the hood as needed, once per the page,
306
+ * so you can stop the iteration when you don't need more results.
307
+ * Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
308
+ * for more details and examples.
309
+ * @example
310
+ * ```
311
+ * const iterable = client.listLocationsAsync(request);
312
+ * for await (const response of iterable) {
313
+ * // process response
314
+ * }
315
+ * ```
316
+ */
317
+ listLocationsAsync(request: LocationProtos.google.cloud.location.IListLocationsRequest, options?: CallOptions): AsyncIterable<LocationProtos.google.cloud.location.ILocation>;
318
+ /**
319
+ * Return a fully-qualified aclConfig resource name string.
320
+ *
321
+ * @param {string} project
322
+ * @param {string} location
323
+ * @returns {string} Resource name string.
324
+ */
325
+ aclConfigPath(project: string, location: string): string;
326
+ /**
327
+ * Parse the project from AclConfig resource.
328
+ *
329
+ * @param {string} aclConfigName
330
+ * A fully-qualified path representing AclConfig resource.
331
+ * @returns {string} A string representing the project.
332
+ */
333
+ matchProjectFromAclConfigName(aclConfigName: string): string | number;
334
+ /**
335
+ * Parse the location from AclConfig resource.
336
+ *
337
+ * @param {string} aclConfigName
338
+ * A fully-qualified path representing AclConfig resource.
339
+ * @returns {string} A string representing the location.
340
+ */
341
+ matchLocationFromAclConfigName(aclConfigName: string): string | number;
342
+ /**
343
+ * Return a fully-qualified engine resource name string.
344
+ *
345
+ * @param {string} project
346
+ * @param {string} location
347
+ * @param {string} collection
348
+ * @param {string} engine
349
+ * @returns {string} Resource name string.
350
+ */
351
+ enginePath(project: string, location: string, collection: string, engine: string): string;
352
+ /**
353
+ * Parse the project from Engine resource.
354
+ *
355
+ * @param {string} engineName
356
+ * A fully-qualified path representing Engine resource.
357
+ * @returns {string} A string representing the project.
358
+ */
359
+ matchProjectFromEngineName(engineName: string): string | number;
360
+ /**
361
+ * Parse the location from Engine resource.
362
+ *
363
+ * @param {string} engineName
364
+ * A fully-qualified path representing Engine resource.
365
+ * @returns {string} A string representing the location.
366
+ */
367
+ matchLocationFromEngineName(engineName: string): string | number;
368
+ /**
369
+ * Parse the collection from Engine resource.
370
+ *
371
+ * @param {string} engineName
372
+ * A fully-qualified path representing Engine resource.
373
+ * @returns {string} A string representing the collection.
374
+ */
375
+ matchCollectionFromEngineName(engineName: string): string | number;
376
+ /**
377
+ * Parse the engine from Engine resource.
378
+ *
379
+ * @param {string} engineName
380
+ * A fully-qualified path representing Engine resource.
381
+ * @returns {string} A string representing the engine.
382
+ */
383
+ matchEngineFromEngineName(engineName: string): string | number;
384
+ /**
385
+ * Return a fully-qualified location resource name string.
386
+ *
387
+ * @param {string} project
388
+ * @param {string} location
389
+ * @returns {string} Resource name string.
390
+ */
391
+ locationPath(project: string, location: string): string;
392
+ /**
393
+ * Parse the project from Location resource.
394
+ *
395
+ * @param {string} locationName
396
+ * A fully-qualified path representing Location resource.
397
+ * @returns {string} A string representing the project.
398
+ */
399
+ matchProjectFromLocationName(locationName: string): string | number;
400
+ /**
401
+ * Parse the location from Location resource.
402
+ *
403
+ * @param {string} locationName
404
+ * A fully-qualified path representing Location resource.
405
+ * @returns {string} A string representing the location.
406
+ */
407
+ matchLocationFromLocationName(locationName: string): string | number;
408
+ /**
409
+ * Return a fully-qualified project resource name string.
410
+ *
411
+ * @param {string} project
412
+ * @returns {string} Resource name string.
413
+ */
414
+ projectPath(project: string): string;
415
+ /**
416
+ * Parse the project from Project resource.
417
+ *
418
+ * @param {string} projectName
419
+ * A fully-qualified path representing Project resource.
420
+ * @returns {string} A string representing the project.
421
+ */
422
+ matchProjectFromProjectName(projectName: string): string | number;
423
+ /**
424
+ * Return a fully-qualified projectLocationCollectionDataStore resource name string.
425
+ *
426
+ * @param {string} project
427
+ * @param {string} location
428
+ * @param {string} collection
429
+ * @param {string} data_store
430
+ * @returns {string} Resource name string.
431
+ */
432
+ projectLocationCollectionDataStorePath(project: string, location: string, collection: string, dataStore: string): string;
433
+ /**
434
+ * Parse the project from ProjectLocationCollectionDataStore resource.
435
+ *
436
+ * @param {string} projectLocationCollectionDataStoreName
437
+ * A fully-qualified path representing project_location_collection_data_store resource.
438
+ * @returns {string} A string representing the project.
439
+ */
440
+ matchProjectFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
441
+ /**
442
+ * Parse the location from ProjectLocationCollectionDataStore resource.
443
+ *
444
+ * @param {string} projectLocationCollectionDataStoreName
445
+ * A fully-qualified path representing project_location_collection_data_store resource.
446
+ * @returns {string} A string representing the location.
447
+ */
448
+ matchLocationFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
449
+ /**
450
+ * Parse the collection from ProjectLocationCollectionDataStore resource.
451
+ *
452
+ * @param {string} projectLocationCollectionDataStoreName
453
+ * A fully-qualified path representing project_location_collection_data_store resource.
454
+ * @returns {string} A string representing the collection.
455
+ */
456
+ matchCollectionFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
457
+ /**
458
+ * Parse the data_store from ProjectLocationCollectionDataStore resource.
459
+ *
460
+ * @param {string} projectLocationCollectionDataStoreName
461
+ * A fully-qualified path representing project_location_collection_data_store resource.
462
+ * @returns {string} A string representing the data_store.
463
+ */
464
+ matchDataStoreFromProjectLocationCollectionDataStoreName(projectLocationCollectionDataStoreName: string): string | number;
465
+ /**
466
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocument resource name string.
467
+ *
468
+ * @param {string} project
469
+ * @param {string} location
470
+ * @param {string} collection
471
+ * @param {string} data_store
472
+ * @param {string} branch
473
+ * @param {string} document
474
+ * @returns {string} Resource name string.
475
+ */
476
+ projectLocationCollectionDataStoreBranchDocumentPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string): string;
477
+ /**
478
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocument resource.
479
+ *
480
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
481
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
482
+ * @returns {string} A string representing the project.
483
+ */
484
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
485
+ /**
486
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocument resource.
487
+ *
488
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
489
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
490
+ * @returns {string} A string representing the location.
491
+ */
492
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
493
+ /**
494
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocument resource.
495
+ *
496
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
497
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
498
+ * @returns {string} A string representing the collection.
499
+ */
500
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
501
+ /**
502
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocument resource.
503
+ *
504
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
505
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
506
+ * @returns {string} A string representing the data_store.
507
+ */
508
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
509
+ /**
510
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocument resource.
511
+ *
512
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
513
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
514
+ * @returns {string} A string representing the branch.
515
+ */
516
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
517
+ /**
518
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocument resource.
519
+ *
520
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentName
521
+ * A fully-qualified path representing project_location_collection_data_store_branch_document resource.
522
+ * @returns {string} A string representing the document.
523
+ */
524
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentName(projectLocationCollectionDataStoreBranchDocumentName: string): string | number;
525
+ /**
526
+ * Return a fully-qualified projectLocationCollectionDataStoreBranchDocumentChunk resource name string.
527
+ *
528
+ * @param {string} project
529
+ * @param {string} location
530
+ * @param {string} collection
531
+ * @param {string} data_store
532
+ * @param {string} branch
533
+ * @param {string} document
534
+ * @param {string} chunk
535
+ * @returns {string} Resource name string.
536
+ */
537
+ projectLocationCollectionDataStoreBranchDocumentChunkPath(project: string, location: string, collection: string, dataStore: string, branch: string, document: string, chunk: string): string;
538
+ /**
539
+ * Parse the project from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
540
+ *
541
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
542
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
543
+ * @returns {string} A string representing the project.
544
+ */
545
+ matchProjectFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
546
+ /**
547
+ * Parse the location from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
548
+ *
549
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
550
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
551
+ * @returns {string} A string representing the location.
552
+ */
553
+ matchLocationFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
554
+ /**
555
+ * Parse the collection from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
556
+ *
557
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
558
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
559
+ * @returns {string} A string representing the collection.
560
+ */
561
+ matchCollectionFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
562
+ /**
563
+ * Parse the data_store from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
564
+ *
565
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
566
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
567
+ * @returns {string} A string representing the data_store.
568
+ */
569
+ matchDataStoreFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
570
+ /**
571
+ * Parse the branch from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
572
+ *
573
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
574
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
575
+ * @returns {string} A string representing the branch.
576
+ */
577
+ matchBranchFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
578
+ /**
579
+ * Parse the document from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
580
+ *
581
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
582
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
583
+ * @returns {string} A string representing the document.
584
+ */
585
+ matchDocumentFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
586
+ /**
587
+ * Parse the chunk from ProjectLocationCollectionDataStoreBranchDocumentChunk resource.
588
+ *
589
+ * @param {string} projectLocationCollectionDataStoreBranchDocumentChunkName
590
+ * A fully-qualified path representing project_location_collection_data_store_branch_document_chunk resource.
591
+ * @returns {string} A string representing the chunk.
592
+ */
593
+ matchChunkFromProjectLocationCollectionDataStoreBranchDocumentChunkName(projectLocationCollectionDataStoreBranchDocumentChunkName: string): string | number;
594
+ /**
595
+ * Return a fully-qualified projectLocationCollectionDataStoreConversation resource name string.
596
+ *
597
+ * @param {string} project
598
+ * @param {string} location
599
+ * @param {string} collection
600
+ * @param {string} data_store
601
+ * @param {string} conversation
602
+ * @returns {string} Resource name string.
603
+ */
604
+ projectLocationCollectionDataStoreConversationPath(project: string, location: string, collection: string, dataStore: string, conversation: string): string;
605
+ /**
606
+ * Parse the project from ProjectLocationCollectionDataStoreConversation resource.
607
+ *
608
+ * @param {string} projectLocationCollectionDataStoreConversationName
609
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
610
+ * @returns {string} A string representing the project.
611
+ */
612
+ matchProjectFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
613
+ /**
614
+ * Parse the location from ProjectLocationCollectionDataStoreConversation resource.
615
+ *
616
+ * @param {string} projectLocationCollectionDataStoreConversationName
617
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
618
+ * @returns {string} A string representing the location.
619
+ */
620
+ matchLocationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
621
+ /**
622
+ * Parse the collection from ProjectLocationCollectionDataStoreConversation resource.
623
+ *
624
+ * @param {string} projectLocationCollectionDataStoreConversationName
625
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
626
+ * @returns {string} A string representing the collection.
627
+ */
628
+ matchCollectionFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
629
+ /**
630
+ * Parse the data_store from ProjectLocationCollectionDataStoreConversation resource.
631
+ *
632
+ * @param {string} projectLocationCollectionDataStoreConversationName
633
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
634
+ * @returns {string} A string representing the data_store.
635
+ */
636
+ matchDataStoreFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
637
+ /**
638
+ * Parse the conversation from ProjectLocationCollectionDataStoreConversation resource.
639
+ *
640
+ * @param {string} projectLocationCollectionDataStoreConversationName
641
+ * A fully-qualified path representing project_location_collection_data_store_conversation resource.
642
+ * @returns {string} A string representing the conversation.
643
+ */
644
+ matchConversationFromProjectLocationCollectionDataStoreConversationName(projectLocationCollectionDataStoreConversationName: string): string | number;
645
+ /**
646
+ * Return a fully-qualified projectLocationCollectionDataStoreDocumentProcessingConfig resource name string.
647
+ *
648
+ * @param {string} project
649
+ * @param {string} location
650
+ * @param {string} collection
651
+ * @param {string} data_store
652
+ * @returns {string} Resource name string.
653
+ */
654
+ projectLocationCollectionDataStoreDocumentProcessingConfigPath(project: string, location: string, collection: string, dataStore: string): string;
655
+ /**
656
+ * Parse the project from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
657
+ *
658
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
659
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
660
+ * @returns {string} A string representing the project.
661
+ */
662
+ matchProjectFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
663
+ /**
664
+ * Parse the location from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
665
+ *
666
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
667
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
668
+ * @returns {string} A string representing the location.
669
+ */
670
+ matchLocationFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
671
+ /**
672
+ * Parse the collection from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
673
+ *
674
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
675
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
676
+ * @returns {string} A string representing the collection.
677
+ */
678
+ matchCollectionFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
679
+ /**
680
+ * Parse the data_store from ProjectLocationCollectionDataStoreDocumentProcessingConfig resource.
681
+ *
682
+ * @param {string} projectLocationCollectionDataStoreDocumentProcessingConfigName
683
+ * A fully-qualified path representing project_location_collection_data_store_documentProcessingConfig resource.
684
+ * @returns {string} A string representing the data_store.
685
+ */
686
+ matchDataStoreFromProjectLocationCollectionDataStoreDocumentProcessingConfigName(projectLocationCollectionDataStoreDocumentProcessingConfigName: string): string | number;
687
+ /**
688
+ * Return a fully-qualified projectLocationCollectionDataStoreSchema resource name string.
689
+ *
690
+ * @param {string} project
691
+ * @param {string} location
692
+ * @param {string} collection
693
+ * @param {string} data_store
694
+ * @param {string} schema
695
+ * @returns {string} Resource name string.
696
+ */
697
+ projectLocationCollectionDataStoreSchemaPath(project: string, location: string, collection: string, dataStore: string, schema: string): string;
698
+ /**
699
+ * Parse the project from ProjectLocationCollectionDataStoreSchema resource.
700
+ *
701
+ * @param {string} projectLocationCollectionDataStoreSchemaName
702
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
703
+ * @returns {string} A string representing the project.
704
+ */
705
+ matchProjectFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
706
+ /**
707
+ * Parse the location from ProjectLocationCollectionDataStoreSchema resource.
708
+ *
709
+ * @param {string} projectLocationCollectionDataStoreSchemaName
710
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
711
+ * @returns {string} A string representing the location.
712
+ */
713
+ matchLocationFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
714
+ /**
715
+ * Parse the collection from ProjectLocationCollectionDataStoreSchema resource.
716
+ *
717
+ * @param {string} projectLocationCollectionDataStoreSchemaName
718
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
719
+ * @returns {string} A string representing the collection.
720
+ */
721
+ matchCollectionFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
722
+ /**
723
+ * Parse the data_store from ProjectLocationCollectionDataStoreSchema resource.
724
+ *
725
+ * @param {string} projectLocationCollectionDataStoreSchemaName
726
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
727
+ * @returns {string} A string representing the data_store.
728
+ */
729
+ matchDataStoreFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
730
+ /**
731
+ * Parse the schema from ProjectLocationCollectionDataStoreSchema resource.
732
+ *
733
+ * @param {string} projectLocationCollectionDataStoreSchemaName
734
+ * A fully-qualified path representing project_location_collection_data_store_schema resource.
735
+ * @returns {string} A string representing the schema.
736
+ */
737
+ matchSchemaFromProjectLocationCollectionDataStoreSchemaName(projectLocationCollectionDataStoreSchemaName: string): string | number;
738
+ /**
739
+ * Return a fully-qualified projectLocationCollectionDataStoreServingConfig resource name string.
740
+ *
741
+ * @param {string} project
742
+ * @param {string} location
743
+ * @param {string} collection
744
+ * @param {string} data_store
745
+ * @param {string} serving_config
746
+ * @returns {string} Resource name string.
747
+ */
748
+ projectLocationCollectionDataStoreServingConfigPath(project: string, location: string, collection: string, dataStore: string, servingConfig: string): string;
749
+ /**
750
+ * Parse the project from ProjectLocationCollectionDataStoreServingConfig resource.
751
+ *
752
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
753
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
754
+ * @returns {string} A string representing the project.
755
+ */
756
+ matchProjectFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
757
+ /**
758
+ * Parse the location from ProjectLocationCollectionDataStoreServingConfig resource.
759
+ *
760
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
761
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
762
+ * @returns {string} A string representing the location.
763
+ */
764
+ matchLocationFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
765
+ /**
766
+ * Parse the collection from ProjectLocationCollectionDataStoreServingConfig resource.
767
+ *
768
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
769
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
770
+ * @returns {string} A string representing the collection.
771
+ */
772
+ matchCollectionFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
773
+ /**
774
+ * Parse the data_store from ProjectLocationCollectionDataStoreServingConfig resource.
775
+ *
776
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
777
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
778
+ * @returns {string} A string representing the data_store.
779
+ */
780
+ matchDataStoreFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
781
+ /**
782
+ * Parse the serving_config from ProjectLocationCollectionDataStoreServingConfig resource.
783
+ *
784
+ * @param {string} projectLocationCollectionDataStoreServingConfigName
785
+ * A fully-qualified path representing project_location_collection_data_store_serving_config resource.
786
+ * @returns {string} A string representing the serving_config.
787
+ */
788
+ matchServingConfigFromProjectLocationCollectionDataStoreServingConfigName(projectLocationCollectionDataStoreServingConfigName: string): string | number;
789
+ /**
790
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngine resource name string.
791
+ *
792
+ * @param {string} project
793
+ * @param {string} location
794
+ * @param {string} collection
795
+ * @param {string} data_store
796
+ * @returns {string} Resource name string.
797
+ */
798
+ projectLocationCollectionDataStoreSiteSearchEnginePath(project: string, location: string, collection: string, dataStore: string): string;
799
+ /**
800
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
801
+ *
802
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
803
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
804
+ * @returns {string} A string representing the project.
805
+ */
806
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
807
+ /**
808
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
809
+ *
810
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
811
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
812
+ * @returns {string} A string representing the location.
813
+ */
814
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
815
+ /**
816
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
817
+ *
818
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
819
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
820
+ * @returns {string} A string representing the collection.
821
+ */
822
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
823
+ /**
824
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngine resource.
825
+ *
826
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineName
827
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine resource.
828
+ * @returns {string} A string representing the data_store.
829
+ */
830
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineName(projectLocationCollectionDataStoreSiteSearchEngineName: string): string | number;
831
+ /**
832
+ * Return a fully-qualified projectLocationCollectionDataStoreSiteSearchEngineTargetSite resource name string.
833
+ *
834
+ * @param {string} project
835
+ * @param {string} location
836
+ * @param {string} collection
837
+ * @param {string} data_store
838
+ * @param {string} target_site
839
+ * @returns {string} Resource name string.
840
+ */
841
+ projectLocationCollectionDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, collection: string, dataStore: string, targetSite: string): string;
842
+ /**
843
+ * Parse the project from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
844
+ *
845
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
846
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
847
+ * @returns {string} A string representing the project.
848
+ */
849
+ matchProjectFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
850
+ /**
851
+ * Parse the location from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
852
+ *
853
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
854
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
855
+ * @returns {string} A string representing the location.
856
+ */
857
+ matchLocationFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
858
+ /**
859
+ * Parse the collection from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
860
+ *
861
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
862
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
863
+ * @returns {string} A string representing the collection.
864
+ */
865
+ matchCollectionFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
866
+ /**
867
+ * Parse the data_store from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
868
+ *
869
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
870
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
871
+ * @returns {string} A string representing the data_store.
872
+ */
873
+ matchDataStoreFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
874
+ /**
875
+ * Parse the target_site from ProjectLocationCollectionDataStoreSiteSearchEngineTargetSite resource.
876
+ *
877
+ * @param {string} projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName
878
+ * A fully-qualified path representing project_location_collection_data_store_siteSearchEngine_target_site resource.
879
+ * @returns {string} A string representing the target_site.
880
+ */
881
+ matchTargetSiteFromProjectLocationCollectionDataStoreSiteSearchEngineTargetSiteName(projectLocationCollectionDataStoreSiteSearchEngineTargetSiteName: string): string | number;
882
+ /**
883
+ * Return a fully-qualified projectLocationCollectionEngineConversation resource name string.
884
+ *
885
+ * @param {string} project
886
+ * @param {string} location
887
+ * @param {string} collection
888
+ * @param {string} engine
889
+ * @param {string} conversation
890
+ * @returns {string} Resource name string.
891
+ */
892
+ projectLocationCollectionEngineConversationPath(project: string, location: string, collection: string, engine: string, conversation: string): string;
893
+ /**
894
+ * Parse the project from ProjectLocationCollectionEngineConversation resource.
895
+ *
896
+ * @param {string} projectLocationCollectionEngineConversationName
897
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
898
+ * @returns {string} A string representing the project.
899
+ */
900
+ matchProjectFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
901
+ /**
902
+ * Parse the location from ProjectLocationCollectionEngineConversation resource.
903
+ *
904
+ * @param {string} projectLocationCollectionEngineConversationName
905
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
906
+ * @returns {string} A string representing the location.
907
+ */
908
+ matchLocationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
909
+ /**
910
+ * Parse the collection from ProjectLocationCollectionEngineConversation resource.
911
+ *
912
+ * @param {string} projectLocationCollectionEngineConversationName
913
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
914
+ * @returns {string} A string representing the collection.
915
+ */
916
+ matchCollectionFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
917
+ /**
918
+ * Parse the engine from ProjectLocationCollectionEngineConversation resource.
919
+ *
920
+ * @param {string} projectLocationCollectionEngineConversationName
921
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
922
+ * @returns {string} A string representing the engine.
923
+ */
924
+ matchEngineFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
925
+ /**
926
+ * Parse the conversation from ProjectLocationCollectionEngineConversation resource.
927
+ *
928
+ * @param {string} projectLocationCollectionEngineConversationName
929
+ * A fully-qualified path representing project_location_collection_engine_conversation resource.
930
+ * @returns {string} A string representing the conversation.
931
+ */
932
+ matchConversationFromProjectLocationCollectionEngineConversationName(projectLocationCollectionEngineConversationName: string): string | number;
933
+ /**
934
+ * Return a fully-qualified projectLocationCollectionEngineServingConfig resource name string.
935
+ *
936
+ * @param {string} project
937
+ * @param {string} location
938
+ * @param {string} collection
939
+ * @param {string} engine
940
+ * @param {string} serving_config
941
+ * @returns {string} Resource name string.
942
+ */
943
+ projectLocationCollectionEngineServingConfigPath(project: string, location: string, collection: string, engine: string, servingConfig: string): string;
944
+ /**
945
+ * Parse the project from ProjectLocationCollectionEngineServingConfig resource.
946
+ *
947
+ * @param {string} projectLocationCollectionEngineServingConfigName
948
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
949
+ * @returns {string} A string representing the project.
950
+ */
951
+ matchProjectFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
952
+ /**
953
+ * Parse the location from ProjectLocationCollectionEngineServingConfig resource.
954
+ *
955
+ * @param {string} projectLocationCollectionEngineServingConfigName
956
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
957
+ * @returns {string} A string representing the location.
958
+ */
959
+ matchLocationFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
960
+ /**
961
+ * Parse the collection from ProjectLocationCollectionEngineServingConfig resource.
962
+ *
963
+ * @param {string} projectLocationCollectionEngineServingConfigName
964
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
965
+ * @returns {string} A string representing the collection.
966
+ */
967
+ matchCollectionFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
968
+ /**
969
+ * Parse the engine from ProjectLocationCollectionEngineServingConfig resource.
970
+ *
971
+ * @param {string} projectLocationCollectionEngineServingConfigName
972
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
973
+ * @returns {string} A string representing the engine.
974
+ */
975
+ matchEngineFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
976
+ /**
977
+ * Parse the serving_config from ProjectLocationCollectionEngineServingConfig resource.
978
+ *
979
+ * @param {string} projectLocationCollectionEngineServingConfigName
980
+ * A fully-qualified path representing project_location_collection_engine_serving_config resource.
981
+ * @returns {string} A string representing the serving_config.
982
+ */
983
+ matchServingConfigFromProjectLocationCollectionEngineServingConfigName(projectLocationCollectionEngineServingConfigName: string): string | number;
984
+ /**
985
+ * Return a fully-qualified projectLocationDataStore resource name string.
986
+ *
987
+ * @param {string} project
988
+ * @param {string} location
989
+ * @param {string} data_store
990
+ * @returns {string} Resource name string.
991
+ */
992
+ projectLocationDataStorePath(project: string, location: string, dataStore: string): string;
993
+ /**
994
+ * Parse the project from ProjectLocationDataStore resource.
995
+ *
996
+ * @param {string} projectLocationDataStoreName
997
+ * A fully-qualified path representing project_location_data_store resource.
998
+ * @returns {string} A string representing the project.
999
+ */
1000
+ matchProjectFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1001
+ /**
1002
+ * Parse the location from ProjectLocationDataStore resource.
1003
+ *
1004
+ * @param {string} projectLocationDataStoreName
1005
+ * A fully-qualified path representing project_location_data_store resource.
1006
+ * @returns {string} A string representing the location.
1007
+ */
1008
+ matchLocationFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1009
+ /**
1010
+ * Parse the data_store from ProjectLocationDataStore resource.
1011
+ *
1012
+ * @param {string} projectLocationDataStoreName
1013
+ * A fully-qualified path representing project_location_data_store resource.
1014
+ * @returns {string} A string representing the data_store.
1015
+ */
1016
+ matchDataStoreFromProjectLocationDataStoreName(projectLocationDataStoreName: string): string | number;
1017
+ /**
1018
+ * Return a fully-qualified projectLocationDataStoreBranchDocument resource name string.
1019
+ *
1020
+ * @param {string} project
1021
+ * @param {string} location
1022
+ * @param {string} data_store
1023
+ * @param {string} branch
1024
+ * @param {string} document
1025
+ * @returns {string} Resource name string.
1026
+ */
1027
+ projectLocationDataStoreBranchDocumentPath(project: string, location: string, dataStore: string, branch: string, document: string): string;
1028
+ /**
1029
+ * Parse the project from ProjectLocationDataStoreBranchDocument resource.
1030
+ *
1031
+ * @param {string} projectLocationDataStoreBranchDocumentName
1032
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1033
+ * @returns {string} A string representing the project.
1034
+ */
1035
+ matchProjectFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1036
+ /**
1037
+ * Parse the location from ProjectLocationDataStoreBranchDocument resource.
1038
+ *
1039
+ * @param {string} projectLocationDataStoreBranchDocumentName
1040
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1041
+ * @returns {string} A string representing the location.
1042
+ */
1043
+ matchLocationFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1044
+ /**
1045
+ * Parse the data_store from ProjectLocationDataStoreBranchDocument resource.
1046
+ *
1047
+ * @param {string} projectLocationDataStoreBranchDocumentName
1048
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1049
+ * @returns {string} A string representing the data_store.
1050
+ */
1051
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1052
+ /**
1053
+ * Parse the branch from ProjectLocationDataStoreBranchDocument resource.
1054
+ *
1055
+ * @param {string} projectLocationDataStoreBranchDocumentName
1056
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1057
+ * @returns {string} A string representing the branch.
1058
+ */
1059
+ matchBranchFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1060
+ /**
1061
+ * Parse the document from ProjectLocationDataStoreBranchDocument resource.
1062
+ *
1063
+ * @param {string} projectLocationDataStoreBranchDocumentName
1064
+ * A fully-qualified path representing project_location_data_store_branch_document resource.
1065
+ * @returns {string} A string representing the document.
1066
+ */
1067
+ matchDocumentFromProjectLocationDataStoreBranchDocumentName(projectLocationDataStoreBranchDocumentName: string): string | number;
1068
+ /**
1069
+ * Return a fully-qualified projectLocationDataStoreBranchDocumentChunk resource name string.
1070
+ *
1071
+ * @param {string} project
1072
+ * @param {string} location
1073
+ * @param {string} data_store
1074
+ * @param {string} branch
1075
+ * @param {string} document
1076
+ * @param {string} chunk
1077
+ * @returns {string} Resource name string.
1078
+ */
1079
+ projectLocationDataStoreBranchDocumentChunkPath(project: string, location: string, dataStore: string, branch: string, document: string, chunk: string): string;
1080
+ /**
1081
+ * Parse the project from ProjectLocationDataStoreBranchDocumentChunk resource.
1082
+ *
1083
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1084
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1085
+ * @returns {string} A string representing the project.
1086
+ */
1087
+ matchProjectFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1088
+ /**
1089
+ * Parse the location from ProjectLocationDataStoreBranchDocumentChunk resource.
1090
+ *
1091
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1092
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1093
+ * @returns {string} A string representing the location.
1094
+ */
1095
+ matchLocationFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1096
+ /**
1097
+ * Parse the data_store from ProjectLocationDataStoreBranchDocumentChunk resource.
1098
+ *
1099
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1100
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1101
+ * @returns {string} A string representing the data_store.
1102
+ */
1103
+ matchDataStoreFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1104
+ /**
1105
+ * Parse the branch from ProjectLocationDataStoreBranchDocumentChunk resource.
1106
+ *
1107
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1108
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1109
+ * @returns {string} A string representing the branch.
1110
+ */
1111
+ matchBranchFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1112
+ /**
1113
+ * Parse the document from ProjectLocationDataStoreBranchDocumentChunk resource.
1114
+ *
1115
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1116
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1117
+ * @returns {string} A string representing the document.
1118
+ */
1119
+ matchDocumentFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1120
+ /**
1121
+ * Parse the chunk from ProjectLocationDataStoreBranchDocumentChunk resource.
1122
+ *
1123
+ * @param {string} projectLocationDataStoreBranchDocumentChunkName
1124
+ * A fully-qualified path representing project_location_data_store_branch_document_chunk resource.
1125
+ * @returns {string} A string representing the chunk.
1126
+ */
1127
+ matchChunkFromProjectLocationDataStoreBranchDocumentChunkName(projectLocationDataStoreBranchDocumentChunkName: string): string | number;
1128
+ /**
1129
+ * Return a fully-qualified projectLocationDataStoreConversation resource name string.
1130
+ *
1131
+ * @param {string} project
1132
+ * @param {string} location
1133
+ * @param {string} data_store
1134
+ * @param {string} conversation
1135
+ * @returns {string} Resource name string.
1136
+ */
1137
+ projectLocationDataStoreConversationPath(project: string, location: string, dataStore: string, conversation: string): string;
1138
+ /**
1139
+ * Parse the project from ProjectLocationDataStoreConversation resource.
1140
+ *
1141
+ * @param {string} projectLocationDataStoreConversationName
1142
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1143
+ * @returns {string} A string representing the project.
1144
+ */
1145
+ matchProjectFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1146
+ /**
1147
+ * Parse the location from ProjectLocationDataStoreConversation resource.
1148
+ *
1149
+ * @param {string} projectLocationDataStoreConversationName
1150
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1151
+ * @returns {string} A string representing the location.
1152
+ */
1153
+ matchLocationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1154
+ /**
1155
+ * Parse the data_store from ProjectLocationDataStoreConversation resource.
1156
+ *
1157
+ * @param {string} projectLocationDataStoreConversationName
1158
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1159
+ * @returns {string} A string representing the data_store.
1160
+ */
1161
+ matchDataStoreFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1162
+ /**
1163
+ * Parse the conversation from ProjectLocationDataStoreConversation resource.
1164
+ *
1165
+ * @param {string} projectLocationDataStoreConversationName
1166
+ * A fully-qualified path representing project_location_data_store_conversation resource.
1167
+ * @returns {string} A string representing the conversation.
1168
+ */
1169
+ matchConversationFromProjectLocationDataStoreConversationName(projectLocationDataStoreConversationName: string): string | number;
1170
+ /**
1171
+ * Return a fully-qualified projectLocationDataStoreDocumentProcessingConfig resource name string.
1172
+ *
1173
+ * @param {string} project
1174
+ * @param {string} location
1175
+ * @param {string} data_store
1176
+ * @returns {string} Resource name string.
1177
+ */
1178
+ projectLocationDataStoreDocumentProcessingConfigPath(project: string, location: string, dataStore: string): string;
1179
+ /**
1180
+ * Parse the project from ProjectLocationDataStoreDocumentProcessingConfig resource.
1181
+ *
1182
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1183
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1184
+ * @returns {string} A string representing the project.
1185
+ */
1186
+ matchProjectFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1187
+ /**
1188
+ * Parse the location from ProjectLocationDataStoreDocumentProcessingConfig resource.
1189
+ *
1190
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1191
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1192
+ * @returns {string} A string representing the location.
1193
+ */
1194
+ matchLocationFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1195
+ /**
1196
+ * Parse the data_store from ProjectLocationDataStoreDocumentProcessingConfig resource.
1197
+ *
1198
+ * @param {string} projectLocationDataStoreDocumentProcessingConfigName
1199
+ * A fully-qualified path representing project_location_data_store_documentProcessingConfig resource.
1200
+ * @returns {string} A string representing the data_store.
1201
+ */
1202
+ matchDataStoreFromProjectLocationDataStoreDocumentProcessingConfigName(projectLocationDataStoreDocumentProcessingConfigName: string): string | number;
1203
+ /**
1204
+ * Return a fully-qualified projectLocationDataStoreSchema resource name string.
1205
+ *
1206
+ * @param {string} project
1207
+ * @param {string} location
1208
+ * @param {string} data_store
1209
+ * @param {string} schema
1210
+ * @returns {string} Resource name string.
1211
+ */
1212
+ projectLocationDataStoreSchemaPath(project: string, location: string, dataStore: string, schema: string): string;
1213
+ /**
1214
+ * Parse the project from ProjectLocationDataStoreSchema resource.
1215
+ *
1216
+ * @param {string} projectLocationDataStoreSchemaName
1217
+ * A fully-qualified path representing project_location_data_store_schema resource.
1218
+ * @returns {string} A string representing the project.
1219
+ */
1220
+ matchProjectFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1221
+ /**
1222
+ * Parse the location from ProjectLocationDataStoreSchema resource.
1223
+ *
1224
+ * @param {string} projectLocationDataStoreSchemaName
1225
+ * A fully-qualified path representing project_location_data_store_schema resource.
1226
+ * @returns {string} A string representing the location.
1227
+ */
1228
+ matchLocationFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1229
+ /**
1230
+ * Parse the data_store from ProjectLocationDataStoreSchema resource.
1231
+ *
1232
+ * @param {string} projectLocationDataStoreSchemaName
1233
+ * A fully-qualified path representing project_location_data_store_schema resource.
1234
+ * @returns {string} A string representing the data_store.
1235
+ */
1236
+ matchDataStoreFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1237
+ /**
1238
+ * Parse the schema from ProjectLocationDataStoreSchema resource.
1239
+ *
1240
+ * @param {string} projectLocationDataStoreSchemaName
1241
+ * A fully-qualified path representing project_location_data_store_schema resource.
1242
+ * @returns {string} A string representing the schema.
1243
+ */
1244
+ matchSchemaFromProjectLocationDataStoreSchemaName(projectLocationDataStoreSchemaName: string): string | number;
1245
+ /**
1246
+ * Return a fully-qualified projectLocationDataStoreServingConfig resource name string.
1247
+ *
1248
+ * @param {string} project
1249
+ * @param {string} location
1250
+ * @param {string} data_store
1251
+ * @param {string} serving_config
1252
+ * @returns {string} Resource name string.
1253
+ */
1254
+ projectLocationDataStoreServingConfigPath(project: string, location: string, dataStore: string, servingConfig: string): string;
1255
+ /**
1256
+ * Parse the project from ProjectLocationDataStoreServingConfig resource.
1257
+ *
1258
+ * @param {string} projectLocationDataStoreServingConfigName
1259
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1260
+ * @returns {string} A string representing the project.
1261
+ */
1262
+ matchProjectFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1263
+ /**
1264
+ * Parse the location from ProjectLocationDataStoreServingConfig resource.
1265
+ *
1266
+ * @param {string} projectLocationDataStoreServingConfigName
1267
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1268
+ * @returns {string} A string representing the location.
1269
+ */
1270
+ matchLocationFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1271
+ /**
1272
+ * Parse the data_store from ProjectLocationDataStoreServingConfig resource.
1273
+ *
1274
+ * @param {string} projectLocationDataStoreServingConfigName
1275
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1276
+ * @returns {string} A string representing the data_store.
1277
+ */
1278
+ matchDataStoreFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1279
+ /**
1280
+ * Parse the serving_config from ProjectLocationDataStoreServingConfig resource.
1281
+ *
1282
+ * @param {string} projectLocationDataStoreServingConfigName
1283
+ * A fully-qualified path representing project_location_data_store_serving_config resource.
1284
+ * @returns {string} A string representing the serving_config.
1285
+ */
1286
+ matchServingConfigFromProjectLocationDataStoreServingConfigName(projectLocationDataStoreServingConfigName: string): string | number;
1287
+ /**
1288
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngine resource name string.
1289
+ *
1290
+ * @param {string} project
1291
+ * @param {string} location
1292
+ * @param {string} data_store
1293
+ * @returns {string} Resource name string.
1294
+ */
1295
+ projectLocationDataStoreSiteSearchEnginePath(project: string, location: string, dataStore: string): string;
1296
+ /**
1297
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngine resource.
1298
+ *
1299
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1300
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1301
+ * @returns {string} A string representing the project.
1302
+ */
1303
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1304
+ /**
1305
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngine resource.
1306
+ *
1307
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1308
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1309
+ * @returns {string} A string representing the location.
1310
+ */
1311
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1312
+ /**
1313
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngine resource.
1314
+ *
1315
+ * @param {string} projectLocationDataStoreSiteSearchEngineName
1316
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine resource.
1317
+ * @returns {string} A string representing the data_store.
1318
+ */
1319
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineName(projectLocationDataStoreSiteSearchEngineName: string): string | number;
1320
+ /**
1321
+ * Return a fully-qualified projectLocationDataStoreSiteSearchEngineTargetSite resource name string.
1322
+ *
1323
+ * @param {string} project
1324
+ * @param {string} location
1325
+ * @param {string} data_store
1326
+ * @param {string} target_site
1327
+ * @returns {string} Resource name string.
1328
+ */
1329
+ projectLocationDataStoreSiteSearchEngineTargetSitePath(project: string, location: string, dataStore: string, targetSite: string): string;
1330
+ /**
1331
+ * Parse the project from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1332
+ *
1333
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1334
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1335
+ * @returns {string} A string representing the project.
1336
+ */
1337
+ matchProjectFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1338
+ /**
1339
+ * Parse the location from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1340
+ *
1341
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1342
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1343
+ * @returns {string} A string representing the location.
1344
+ */
1345
+ matchLocationFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1346
+ /**
1347
+ * Parse the data_store from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1348
+ *
1349
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1350
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1351
+ * @returns {string} A string representing the data_store.
1352
+ */
1353
+ matchDataStoreFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1354
+ /**
1355
+ * Parse the target_site from ProjectLocationDataStoreSiteSearchEngineTargetSite resource.
1356
+ *
1357
+ * @param {string} projectLocationDataStoreSiteSearchEngineTargetSiteName
1358
+ * A fully-qualified path representing project_location_data_store_siteSearchEngine_target_site resource.
1359
+ * @returns {string} A string representing the target_site.
1360
+ */
1361
+ matchTargetSiteFromProjectLocationDataStoreSiteSearchEngineTargetSiteName(projectLocationDataStoreSiteSearchEngineTargetSiteName: string): string | number;
1362
+ /**
1363
+ * Terminate the gRPC channel and close the client.
1364
+ *
1365
+ * The client will no longer be usable and all future behavior is undefined.
1366
+ * @returns {Promise} A promise that resolves when the client is closed.
1367
+ */
1368
+ close(): Promise<void>;
1369
+ }