Lines Matching full:proxy
36 * Creates an API proxy. The API proxy created will not be accessible at runtime
37 * until it is deployed to an environment. Create a new API proxy by setting the
38 * `name` query parameter to the name of the API proxy. Import an API proxy
41 * name of the API proxy. * Set the `action` query parameter to `import`. * Set
43 * of API proxy configuration bundle stored in zip format on your local machine
44 * using the `file` form field. **Note**: To validate the API proxy
46 * parameter to `validate`. When importing an API proxy configuration bundle, if
47 * the API proxy does not exist, it will be created. If the API proxy exists,
48 * then a new revision is created. Invalid API proxy configurations are
57 * @opt_param string action Action to perform when importing an API proxy
59 * `import` to import the API proxy configuration bundle. * `validate` to
60 * validate the API proxy configuration bundle without importing it.
61 * @opt_param string name Name of the API proxy. Restrict the characters used
74 * Deletes an API proxy and all associated endpoints, policies, resources, and
75 * revisions. The API proxy must be undeployed before you can delete it.
78 * @param string $name Required. Name of the API proxy in the following format:
90 * Gets an API proxy including a list of existing revisions. (apis.get)
92 * @param string $name Required. Name of the API proxy in the following format:
106 * proxy. (apis.listOrganizationsApis)
113 * proxy metadata in the response.
125 * Updates an existing API proxy. (apis.patch)
127 * @param string $name Required. API proxy to update in the following format: