Output only. Partition values used in the HTTP URL must be double encoded. For example, url_encode(url_encode(value)) can be used to encode "US:CA/CA#Sunnyvale so that the request URL ends with "/partitions/US%253ACA/CA%2523Sunnyvale". The name field in the response retains the encoded format.
values[]
string
Required. Immutable. The set of values representing the partition, which correspond to the partition schema defined in the parent entity.
location
string
Required. Immutable. The location of the entity data within the partition, for example, gs://bucket/path/to/entity/key1=value1/key2=value2. Or projects/<projectId>/datasets/<dataset_id>/tables/<table_id>
[[["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 2024-05-22 UTC."],[[["Partitions represent metadata within entity instances, with details such as name, values, location, and an optional (deprecated) etag."],["The `name` field in a partition is output-only and must be double-encoded in HTTP URLs, while the `values` and `location` fields are required and immutable, defining the partition's data."],["The JSON representation of a partition includes fields for `name`, `values` (an array of strings), `location`, and `etag`."],["There are four methods available for metadata partitions: create, delete, get, and list, allowing for the management of partition data."]]],[]]