Output only. The resource name of the snapshot, in the format projects/{projectId}/locations/{locationId}/instances/{instanceId}/snapshots/{snapshotId}.
description
string
A description of the snapshot with 2048 characters or less. Requests with longer descriptions will be rejected.
Output only. The time when the snapshot was created.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
labels
map (key: string, value: string)
Resource labels to represent user provided metadata.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
[[["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-29 UTC."],[[["Snapshots are a resource representing a Filestore snapshot, including details like name, description, state, creation time, and labels."],["The state of a snapshot can be unspecified, creating, ready, or deleting, indicating its current status."],["Snapshots have a JSON representation that includes fields such as `name`, `description`, `state`, `createTime`, `labels`, `filesystemUsedBytes`, and `tags`, providing a structured view of its properties."],["Several methods are available for managing snapshots, including creating, deleting, getting, listing, and updating them."],["Snapshots can have user-provided metadata represented by labels and optional, immutable tag key-value pairs."]]],[]]