|
2238 | 2238 | "https://www.googleapis.com/auth/discoveryengine.readwrite" |
2239 | 2239 | ] |
2240 | 2240 | }, |
| 2241 | + "create": { |
| 2242 | + "description": "Creates a ServingConfig. Note: The Google Cloud console works only with the default serving config. Additional ServingConfigs can be created and managed only via the API. A maximum of 100 ServingConfigs are allowed in an Engine, otherwise a RESOURCE_EXHAUSTED error is returned.", |
| 2243 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/servingConfigs", |
| 2244 | + "httpMethod": "POST", |
| 2245 | + "id": "discoveryengine.projects.locations.collections.dataStores.servingConfigs.create", |
| 2246 | + "parameterOrder": [ |
| 2247 | + "parent" |
| 2248 | + ], |
| 2249 | + "parameters": { |
| 2250 | + "parent": { |
| 2251 | + "description": "Required. Full resource name of parent. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`", |
| 2252 | + "location": "path", |
| 2253 | + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataStores/[^/]+$", |
| 2254 | + "required": true, |
| 2255 | + "type": "string" |
| 2256 | + }, |
| 2257 | + "servingConfigId": { |
| 2258 | + "description": "Required. The ID to use for the ServingConfig, which will become the final component of the ServingConfig's resource name. This value should be 4-63 characters, and valid characters are /a-zA-Z0-9+/.", |
| 2259 | + "location": "query", |
| 2260 | + "type": "string" |
| 2261 | + } |
| 2262 | + }, |
| 2263 | + "path": "v1/{+parent}/servingConfigs", |
| 2264 | + "request": { |
| 2265 | + "$ref": "GoogleCloudDiscoveryengineV1ServingConfig" |
| 2266 | + }, |
| 2267 | + "response": { |
| 2268 | + "$ref": "GoogleCloudDiscoveryengineV1ServingConfig" |
| 2269 | + }, |
| 2270 | + "scopes": [ |
| 2271 | + "https://www.googleapis.com/auth/cloud-platform", |
| 2272 | + "https://www.googleapis.com/auth/discoveryengine.readwrite" |
| 2273 | + ] |
| 2274 | + }, |
2241 | 2275 | "delete": { |
2242 | 2276 | "description": "Deletes a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does not exist.", |
2243 | 2277 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataStores/{dataStoresId}/servingConfigs/{servingConfigsId}", |
|
4497 | 4531 | "https://www.googleapis.com/auth/discoveryengine.readwrite" |
4498 | 4532 | ] |
4499 | 4533 | }, |
| 4534 | + "create": { |
| 4535 | + "description": "Creates a ServingConfig. Note: The Google Cloud console works only with the default serving config. Additional ServingConfigs can be created and managed only via the API. A maximum of 100 ServingConfigs are allowed in an Engine, otherwise a RESOURCE_EXHAUSTED error is returned.", |
| 4536 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/servingConfigs", |
| 4537 | + "httpMethod": "POST", |
| 4538 | + "id": "discoveryengine.projects.locations.collections.engines.servingConfigs.create", |
| 4539 | + "parameterOrder": [ |
| 4540 | + "parent" |
| 4541 | + ], |
| 4542 | + "parameters": { |
| 4543 | + "parent": { |
| 4544 | + "description": "Required. Full resource name of parent. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`", |
| 4545 | + "location": "path", |
| 4546 | + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", |
| 4547 | + "required": true, |
| 4548 | + "type": "string" |
| 4549 | + }, |
| 4550 | + "servingConfigId": { |
| 4551 | + "description": "Required. The ID to use for the ServingConfig, which will become the final component of the ServingConfig's resource name. This value should be 4-63 characters, and valid characters are /a-zA-Z0-9+/.", |
| 4552 | + "location": "query", |
| 4553 | + "type": "string" |
| 4554 | + } |
| 4555 | + }, |
| 4556 | + "path": "v1/{+parent}/servingConfigs", |
| 4557 | + "request": { |
| 4558 | + "$ref": "GoogleCloudDiscoveryengineV1ServingConfig" |
| 4559 | + }, |
| 4560 | + "response": { |
| 4561 | + "$ref": "GoogleCloudDiscoveryengineV1ServingConfig" |
| 4562 | + }, |
| 4563 | + "scopes": [ |
| 4564 | + "https://www.googleapis.com/auth/cloud-platform", |
| 4565 | + "https://www.googleapis.com/auth/discoveryengine.readwrite" |
| 4566 | + ] |
| 4567 | + }, |
4500 | 4568 | "delete": { |
4501 | 4569 | "description": "Deletes a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does not exist.", |
4502 | 4570 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/servingConfigs/{servingConfigsId}", |
|
6555 | 6623 | "https://www.googleapis.com/auth/discoveryengine.readwrite" |
6556 | 6624 | ] |
6557 | 6625 | }, |
| 6626 | + "create": { |
| 6627 | + "description": "Creates a ServingConfig. Note: The Google Cloud console works only with the default serving config. Additional ServingConfigs can be created and managed only via the API. A maximum of 100 ServingConfigs are allowed in an Engine, otherwise a RESOURCE_EXHAUSTED error is returned.", |
| 6628 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataStores/{dataStoresId}/servingConfigs", |
| 6629 | + "httpMethod": "POST", |
| 6630 | + "id": "discoveryengine.projects.locations.dataStores.servingConfigs.create", |
| 6631 | + "parameterOrder": [ |
| 6632 | + "parent" |
| 6633 | + ], |
| 6634 | + "parameters": { |
| 6635 | + "parent": { |
| 6636 | + "description": "Required. Full resource name of parent. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`", |
| 6637 | + "location": "path", |
| 6638 | + "pattern": "^projects/[^/]+/locations/[^/]+/dataStores/[^/]+$", |
| 6639 | + "required": true, |
| 6640 | + "type": "string" |
| 6641 | + }, |
| 6642 | + "servingConfigId": { |
| 6643 | + "description": "Required. The ID to use for the ServingConfig, which will become the final component of the ServingConfig's resource name. This value should be 4-63 characters, and valid characters are /a-zA-Z0-9+/.", |
| 6644 | + "location": "query", |
| 6645 | + "type": "string" |
| 6646 | + } |
| 6647 | + }, |
| 6648 | + "path": "v1/{+parent}/servingConfigs", |
| 6649 | + "request": { |
| 6650 | + "$ref": "GoogleCloudDiscoveryengineV1ServingConfig" |
| 6651 | + }, |
| 6652 | + "response": { |
| 6653 | + "$ref": "GoogleCloudDiscoveryengineV1ServingConfig" |
| 6654 | + }, |
| 6655 | + "scopes": [ |
| 6656 | + "https://www.googleapis.com/auth/cloud-platform", |
| 6657 | + "https://www.googleapis.com/auth/discoveryengine.readwrite" |
| 6658 | + ] |
| 6659 | + }, |
6558 | 6660 | "delete": { |
6559 | 6661 | "description": "Deletes a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does not exist.", |
6560 | 6662 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dataStores/{dataStoresId}/servingConfigs/{servingConfigsId}", |
|
8699 | 8801 | } |
8700 | 8802 | } |
8701 | 8803 | }, |
8702 | | - "revision": "20251209", |
| 8804 | + "revision": "20251216", |
8703 | 8805 | "rootUrl": "https://discoveryengine.googleapis.com/", |
8704 | 8806 | "schemas": { |
8705 | 8807 | "GoogleApiDistribution": { |
|
13073 | 13175 | "NATIVE_CLOUD_IDENTITY", |
13074 | 13176 | "THIRD_PARTY_FEDERATED", |
13075 | 13177 | "THIRD_PARTY_EUA", |
13076 | | - "GCNV" |
| 13178 | + "GCNV", |
| 13179 | + "GOOGLE_CHAT" |
13077 | 13180 | ], |
13078 | 13181 | "enumDescriptions": [ |
13079 | 13182 | "Default value.", |
|
13087 | 13190 | "Native Cloud Identity connector for people search powered by People API.", |
13088 | 13191 | "Federated connector, it is a third party connector that doesn't ingestion data, and search is powered by third party application's API.", |
13089 | 13192 | "Connector utilized for End User Authentication features.", |
13090 | | - "Google Cloud NetApp Volumes connector." |
| 13193 | + "Google Cloud NetApp Volumes connector.", |
| 13194 | + "Google Chat connector." |
13091 | 13195 | ], |
13092 | 13196 | "readOnly": true, |
13093 | 13197 | "type": "string" |
|
21928 | 22032 | "NATIVE_CLOUD_IDENTITY", |
21929 | 22033 | "THIRD_PARTY_FEDERATED", |
21930 | 22034 | "THIRD_PARTY_EUA", |
21931 | | - "GCNV" |
| 22035 | + "GCNV", |
| 22036 | + "GOOGLE_CHAT" |
21932 | 22037 | ], |
21933 | 22038 | "enumDescriptions": [ |
21934 | 22039 | "Default value.", |
|
21942 | 22047 | "Native Cloud Identity connector for people search powered by People API.", |
21943 | 22048 | "Federated connector, it is a third party connector that doesn't ingestion data, and search is powered by third party application's API.", |
21944 | 22049 | "Connector utilized for End User Authentication features.", |
21945 | | - "Google Cloud NetApp Volumes connector." |
| 22050 | + "Google Cloud NetApp Volumes connector.", |
| 22051 | + "Google Chat connector." |
21946 | 22052 | ], |
21947 | 22053 | "readOnly": true, |
21948 | 22054 | "type": "string" |
|
0 commit comments