OrganizationsSitesApidocs
class OrganizationsSitesApidocs extends Resource (View source)
The "apidocs" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$apidocs = $apigeeService->organizations_sites_apidocs;
Methods
Creates a new catalog item. (apidocs.create)
Deletes a catalog item. (apidocs.delete)
Gets a catalog item. (apidocs.get)
Gets the documentation for the specified catalog item.
Returns the catalog items associated with a portal.
Updates a catalog item. (apidocs.update)
Updates the documentation for the specified catalog item. Note that the documentation file contents will not be populated in the return message.
Details
GoogleCloudApigeeV1ApiDocResponse
create(string $parent, GoogleCloudApigeeV1ApiDoc $postBody, array $optParams = [])
Creates a new catalog item. (apidocs.create)
GoogleCloudApigeeV1DeleteResponse
delete(string $name, array $optParams = [])
Deletes a catalog item. (apidocs.delete)
GoogleCloudApigeeV1ApiDocResponse
get(string $name, array $optParams = [])
Gets a catalog item. (apidocs.get)
GoogleCloudApigeeV1ApiDocDocumentationResponse
getDocumentation(string $name, array $optParams = [])
Gets the documentation for the specified catalog item.
(apidocs.getDocumentation)
GoogleCloudApigeeV1ListApiDocsResponse
listOrganizationsSitesApidocs(string $parent, array $optParams = [])
Returns the catalog items associated with a portal.
(apidocs.listOrganizationsSitesApidocs)
GoogleCloudApigeeV1ApiDocResponse
update(string $name, GoogleCloudApigeeV1ApiDoc $postBody, array $optParams = [])
Updates a catalog item. (apidocs.update)
GoogleCloudApigeeV1ApiDocDocumentationResponse
updateDocumentation(string $name, GoogleCloudApigeeV1ApiDocDocumentation $postBody, array $optParams = [])
Updates the documentation for the specified catalog item. Note that the documentation file contents will not be populated in the return message.
(apidocs.updateDocumentation)