ApiProxy

Metadata describing the API proxy

JSON representation
{
  "metaData": {
    object (EntityMetadata)
  },
  "name": string,
  "revision": [
    string
  ],
  "latestRevisionId": string,
  "labels": {
    string: string,
    ...
  },
  "readOnly": boolean,
  "apiProxyType": enum (ApiProxyType)
}
Fields
metaData

object (EntityMetadata)

Output only. Metadata describing the API proxy.

name

string

Output only. Name of the API proxy.

revision[]

string

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.

apiProxyType

enum (ApiProxyType)

Output only. The type of the API proxy.