Output only. List of revisons defined for the API proxy.
latestRevisionId
string
Output only. The id of the most recently created revision for this api proxy.
labels
map (key: string, value: string)
User labels applied to this API Proxy.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
readOnly
boolean
Output only. Whether this proxy is read-only. A read-only proxy cannot have new revisions created through calls to apis.create. A proxy is read-only if it was generated by an archive.
[[["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-03-07 UTC."],[[["The JSON representation provides metadata, name, revisions, latest revision ID, labels, read-only status, and API proxy type for an API proxy."],["`metaData` provides descriptive information about the API proxy as an output-only object."],["`name`, `revision`, and `latestRevisionId` provide output-only details on the name, list of revisions, and most recent revision ID."],["`labels` enables users to attach key-value pairs for custom metadata."],["`readOnly` and `apiProxyType` indicate if a proxy is read-only and its type, both of which are output-only fields."]]],[]]