A metadata key/value entry.
| JSON representation |
|---|
{ "kind": string, "fingerprint": string, "items": [ { "key": string, "value": string } ] } |
| Fields | |
|---|---|
kind |
Output only. Type of the resource. Always |
fingerprint |
Specifies a fingerprint for this request, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error To see the latest fingerprint, make a A base64-encoded string. |
items[] |
Array of key/value pairs. The total size of all keys and values must be less than 512 KB. |
items[].key |
Key for the metadata entry. Keys must conform to the following regexp: |
items[].value |
Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 262144 bytes (256 KiB). |