ExportEntityTypesResponse

The response message for EntityTypes.ExportEntityTypes.

JSON representation
{

  // Union field exported_entity_types can be only one of the following:
  "entityTypesUri": string,
  "entityTypesContent": {
    object (InlineDestination)
  }
  // End of list of possible types for union field exported_entity_types.
}
Fields
Union field exported_entity_types. Exported entity types can be either in cloud storage or local download. exported_entity_types can be only one of the following:
entityTypesUri

string

The URI to a file containing the exported entity types. This field is populated only if entityTypesUri is specified in ExportEntityTypesRequest.

entityTypesContent

object (InlineDestination)

Uncompressed byte content for entity types. This field is populated only if entityTypesContentInline is set to true in ExportEntityTypesRequest.