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.