Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
{// 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This document details the JSON representation for the response message of `EntityTypes.ExportEntityTypes`."],["The `exported_entity_types` field is a union field that can be either a URI (`entityTypesUri`) or inline content (`entityTypesContent`)."],["The `entityTypesUri` field provides a link to a file containing the exported entity types, which is used when specified in the export request."],["The `entityTypesContent` field provides the uncompressed byte content for the entity types and is used when `entityTypesContentInline` is set to true in the export request."]]],[]]