public class Apigee.Organizations.Apis extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Apis.Create |
class |
Apigee.Organizations.Apis.Debugsessions
The "debugsessions" collection of methods.
|
class |
Apigee.Organizations.Apis.Delete |
class |
Apigee.Organizations.Apis.Deployments
The "deployments" collection of methods.
|
class |
Apigee.Organizations.Apis.Get |
class |
Apigee.Organizations.Apis.Keyvaluemaps
The "keyvaluemaps" collection of methods.
|
class |
Apigee.Organizations.Apis.List |
class |
Apigee.Organizations.Apis.Move |
class |
Apigee.Organizations.Apis.Patch |
class |
Apigee.Organizations.Apis.Revisions
The "revisions" collection of methods.
|
| Constructor and Description |
|---|
Apis() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Apis.Create |
create(String parent,
GoogleApiHttpBody content)
Creates an API proxy.
|
Apigee.Organizations.Apis.Debugsessions |
debugsessions()
An accessor for creating requests from the Debugsessions collection.
|
Apigee.Organizations.Apis.Delete |
delete(String name)
Deletes an API proxy and all associated endpoints, policies, resources, and revisions.
|
Apigee.Organizations.Apis.Deployments |
deployments()
An accessor for creating requests from the Deployments collection.
|
Apigee.Organizations.Apis.Get |
get(String name)
Gets an API proxy including a list of existing revisions.
|
Apigee.Organizations.Apis.Keyvaluemaps |
keyvaluemaps()
An accessor for creating requests from the Keyvaluemaps collection.
|
Apigee.Organizations.Apis.List |
list(String parent)
Lists the names of all API proxies in an organization.
|
Apigee.Organizations.Apis.Move |
move(String name,
GoogleCloudApigeeV1MoveApiProxyRequest content)
Moves an API proxy to a different space.
|
Apigee.Organizations.Apis.Patch |
patch(String name,
GoogleCloudApigeeV1ApiProxy content)
Updates an existing API proxy.
|
Apigee.Organizations.Apis.Revisions |
revisions()
An accessor for creating requests from the Revisions collection.
|
public Apigee.Organizations.Apis.Create create(String parent, GoogleApiHttpBody content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization in the following format: `organizations/{org}` If the API Proxy
resource has the `space` attribute set, IAM permissions are checked against the Space
resource path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).content - the GoogleApiHttpBodyIOExceptionpublic Apigee.Organizations.Apis.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the API proxy in the following format: `organizations/{org}/apis/{api}` If the API
Proxy resource has the `space` attribute set, IAM permissions are checked against the
Space resource path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Apis.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the API proxy in the following format: `organizations/{org}/apis/{api}` If the API
Proxy resource has the `space` attribute set, IAM permissions are checked against the
Space resource path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Apis.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization in the following format: `organizations/{org}` If the resource
has the `space` attribute set, IAM permissions are checked against the Space resource
path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Apis.Move move(String name, GoogleCloudApigeeV1MoveApiProxyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. API proxy to move in the following format: `organizations/{org}/apis/{api}`content - the GoogleCloudApigeeV1MoveApiProxyRequestIOExceptionpublic Apigee.Organizations.Apis.Patch patch(String name, GoogleCloudApigeeV1ApiProxy content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. API proxy to update in the following format: `organizations/{org}/apis/{api}` If the
resource has the `space` attribute set, IAM permissions are checked against the Space
resource path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).content - the GoogleCloudApigeeV1ApiProxyIOExceptionpublic Apigee.Organizations.Apis.Debugsessions debugsessions()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Debugsessions.List request = apigee.debugsessions().list(parameters ...)
public Apigee.Organizations.Apis.Deployments deployments()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Deployments.List request = apigee.deployments().list(parameters ...)
public Apigee.Organizations.Apis.Keyvaluemaps keyvaluemaps()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Keyvaluemaps.List request = apigee.keyvaluemaps().list(parameters ...)
public Apigee.Organizations.Apis.Revisions revisions()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Revisions.List request = apigee.revisions().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.