Skip to main content

apis

Overview

Nameapis
TypeResource
Idgoogle.apigeeregistry.apis

Fields

NameDatatypeDescription
namestringResource name.
descriptionstringA detailed description.
annotationsobjectAnnotations attach non-identifying metadata to resources. Annotation keys and values are less restricted than those of labels, but should be generally used for small values of broad interest. Larger, topic- specific metadata should be stored in Artifacts.
createTimestringOutput only. Creation timestamp.
displayNamestringHuman-meaningful name.
labelsobjectLabels attach identifying metadata to resources. Identifying metadata can be used to filter list operations. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores, and dashes. International characters are allowed. No more than 64 user labels can be associated with one resource (System labels are excluded). See https://goo.gl/xmQnxf for more information and examples of labels. System reserved label keys are prefixed with apigeeregistry.googleapis.com/ and cannot be changed.
updateTimestringOutput only. Last update timestamp.
recommendedVersionstringThe recommended version of the API. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}
availabilitystringA user-definable description of the availability of this service. Format: free-form, but we expect single words that describe availability, e.g., "NONE", "TESTING", "PREVIEW", "GENERAL", "DEPRECATED", "SHUTDOWN".
recommendedDeploymentstringThe recommended deployment of the API. Format: projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}

Methods

NameAccessible byRequired ParamsDescription
projects_locations_apis_getSELECTapisId, locationsId, projectsIdReturns a specified API.
projects_locations_apis_listSELECTlocationsId, projectsIdReturns matching APIs.
projects_locations_apis_createINSERTlocationsId, projectsIdCreates a specified API.
projects_locations_apis_deleteDELETEapisId, locationsId, projectsIdRemoves a specified API and all of the resources that it owns.
_projects_locations_apis_listEXEClocationsId, projectsIdReturns matching APIs.
projects_locations_apis_patchEXECapisId, locationsId, projectsIdUsed to modify a specified API.