Policy Tag Manager Serialization API service allows you to manipulate
your policy tags and taxonomies in a serialized format.
Taxonomy is a hierarchical group of policy tags.
Exports taxonomies in the requested type and returns them,
including their policy tags. The requested taxonomies must belong to the
same project.
This method generates `SerializedTaxonomy` protocol buffers with nested
policy tags that can be used as input for `ImportTaxonomies` calls.
Creates new taxonomies (including their policy tags) in a given project
by importing from inlined or cross-regional sources.
For a cross-regional source, new taxonomies are created by copying
from a source in another region.
For an inlined source, taxonomies and policy tags are created in bulk using
nested protocol buffer structures.
Replaces (updates) a taxonomy and all its policy tags.
The taxonomy and its entire hierarchy of policy tags must be
represented literally by `SerializedTaxonomy` and the nested
`SerializedPolicyTag` messages.
This operation automatically does the following:
- Deletes the existing policy tags that are missing from the
`SerializedPolicyTag`.
- Creates policy tags that don't have resource names. They are considered
new.
- Updates policy tags with valid resources names accordingly.
[[["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-01-28 UTC."],[],[]]