Gemini Enterprise for Customer Experience v1 API - Enum ImportAppRequest.Types.ImportOptions.Types.ConflictResolutionStrategy (1.0.0-beta01)
public enum ImportAppRequest.Types.ImportOptions.Types.ConflictResolutionStrategy
Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API enum ImportAppRequest.Types.ImportOptions.Types.ConflictResolutionStrategy.
Defines the strategy for handling conflicts when an app with the same ID
already exists, or when imported resources (like Agents, Tools, etc.)
have the same display names as existing resources within that app.
Namespace
Google.Cloud.Ces.V1
Assembly
Google.Cloud.Ces.V1.dll
Fields
|
| Name |
Description |
Overwrite |
Overwrite existing data with imported data.
If an app with the same app_id already exists, its content will be
overwritten with the imported app.
- Existing resources (Agents, Tools, Examples, Guardrails, Toolsets) in
the app will be deleted.
- Imported resources will be created as new resources.
|
Replace |
Replace existing data with imported data.
If an app with the same app_id already exists, its content will be
updated based on the imported app.
- Resources (App, Agents, Tools, Examples, Guardrails, Toolsets) in the
imported app that have the same display name as existing resources
will overwrite the existing ones.
- Imported resources with new display names will be created.
- Existing resources that do not have a matching display name in the
imported app will remain untouched.
|
Unspecified |
The conflict resolution strategy is unspecified.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-02-27 UTC."],[],[]]