public class Apigee.Organizations.Sites.Apidocs extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Sites.Apidocs.Create |
class |
Apigee.Organizations.Sites.Apidocs.Delete |
class |
Apigee.Organizations.Sites.Apidocs.Get |
class |
Apigee.Organizations.Sites.Apidocs.GetDocumentation |
class |
Apigee.Organizations.Sites.Apidocs.List |
class |
Apigee.Organizations.Sites.Apidocs.Update |
class |
Apigee.Organizations.Sites.Apidocs.UpdateDocumentation |
| Constructor and Description |
|---|
Apidocs() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Sites.Apidocs.Create |
create(String parent,
GoogleCloudApigeeV1ApiDoc content)
Creates a new catalog item.
|
Apigee.Organizations.Sites.Apidocs.Delete |
delete(String name)
Deletes a catalog item.
|
Apigee.Organizations.Sites.Apidocs.Get |
get(String name)
Gets a catalog item.
|
Apigee.Organizations.Sites.Apidocs.GetDocumentation |
getDocumentation(String name)
Gets the documentation for the specified catalog item.
|
Apigee.Organizations.Sites.Apidocs.List |
list(String parent)
Returns the catalog items associated with a portal.
|
Apigee.Organizations.Sites.Apidocs.Update |
update(String name,
GoogleCloudApigeeV1ApiDoc content)
Updates a catalog item.
|
Apigee.Organizations.Sites.Apidocs.UpdateDocumentation |
updateDocumentation(String name,
GoogleCloudApigeeV1ApiDocDocumentation content)
Updates the documentation for the specified catalog item.
|
public Apigee.Organizations.Sites.Apidocs.Create create(String parent, GoogleCloudApigeeV1ApiDoc content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the portal. Use the following structure in your request:
`organizations/{org}/sites/{site}`content - the GoogleCloudApigeeV1ApiDocIOExceptionpublic Apigee.Organizations.Sites.Apidocs.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the catalog item. Use the following structure in your request:
`organizations/{org}/sites/{site}/apidocs/{apidoc}`IOExceptionpublic Apigee.Organizations.Sites.Apidocs.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the catalog item. Use the following structure in your request:
`organizations/{org}/sites/{site}/apidocs/{apidoc}`IOExceptionpublic Apigee.Organizations.Sites.Apidocs.GetDocumentation getDocumentation(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the catalog item documentation. Use the following structure in your
request: `organizations/{org}/sites/{site}/apidocs/{apidoc}/documentation`IOExceptionpublic Apigee.Organizations.Sites.Apidocs.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the portal. Use the following structure in your request:
`organizations/{org}/sites/{site}`IOExceptionpublic Apigee.Organizations.Sites.Apidocs.Update update(String name, GoogleCloudApigeeV1ApiDoc content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the catalog item. Use the following structure in your request:
`organizations/{org}/sites/{site}/apidocs/{apidoc}`content - the GoogleCloudApigeeV1ApiDocIOExceptionpublic Apigee.Organizations.Sites.Apidocs.UpdateDocumentation updateDocumentation(String name, GoogleCloudApigeeV1ApiDocDocumentation content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the catalog item documentation. Use the following structure in your
request: `organizations/{org}/sites/{site}/apidocs/{apidoc}/documentation`content - the GoogleCloudApigeeV1ApiDocDocumentationIOExceptionCopyright © 2011–2025 Google. All rights reserved.