ImportEntityTypesResponse

The response message for EntityTypes.ImportEntityTypes.

JSON representation
{
  "entityTypes": [
    string
  ],
  "conflictingResources": {
    object (ConflictingResources)
  }
}
Fields
entityTypes[]

string

The unique identifier of the imported entity types. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entityTypes/<EntityTypeID>.

conflictingResources

object (ConflictingResources)

Info which resources have conflicts when [REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] mergeOption is set in ImportEntityTypesRequest.

ConflictingResources

Conflicting resources detected during the import process. Only filled when [REPORT_CONFLICT][ImportEntityTypesResponse.REPORT_CONFLICT] is set in the request and there are conflicts in the display names.

JSON representation
{
  "entityTypeDisplayNames": [
    string
  ],
  "entityDisplayNames": [
    string
  ]
}
Fields
entityTypeDisplayNames[]

string

Display names of conflicting entity types.

entityDisplayNames[]

string

Display names of conflicting entities.