Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
Stay organized with collections
Save and categorize content based on your preferences.
Possible response content types.
Enums
UNSPECIFIED
Not specified. Will return the resource name only in the response.
RESOURCE_NAME_ONLY
The mutate response will be the resource name.
MUTABLE_RESOURCE
The mutate response will contain the resource name and the resource with mutable fields if possible. Otherwise, only the resource name will be returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[[["The default response type is `UNSPECIFIED` and only returns the resource name."],["`RESOURCE_NAME_ONLY` will only return the resource name in the response."],["`MUTABLE_RESOURCE` returns the resource name and the resource with mutable fields, if available, otherwise, only the resource name is returned."]]],["The document outlines possible response content types for mutation operations. `UNSPECIFIED` returns only the resource name. `RESOURCE_NAME_ONLY` specifically returns the resource name. `MUTABLE_RESOURCE` returns the resource name and the resource itself, including mutable fields if available; otherwise, it falls back to returning only the resource name. Each enum defines the level of detail provided in the response after a mutate action.\n"]]