Resource: ApiProxy
Metadata describing the API proxy
JSON representation |
---|
{ "metaData": { object ( |
Fields | |
---|---|
meta |
Output only. Metadata describing the API proxy. |
name |
Output only. Name of the API proxy. |
revision[] |
Output only. List of revisions defined for the API proxy. |
latest |
Output only. The id of the most recently created revision for this api proxy. |
labels |
User labels applied to this API Proxy. An object containing a list of |
read |
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. |
api |
Output only. The type of the API proxy. |
Methods |
|
---|---|
|
Creates an API proxy. |
|
Deletes an API proxy and all associated endpoints, policies, resources, and revisions. |
|
Gets an API proxy including a list of existing revisions. |
|
Lists the names of all API proxies in an organization. |
|
Updates an existing API proxy. |