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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/entityTypes/<EntityType ID>.

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.