public class Apigee.Organizations.Environments.Apis.Revisions.Debugsessions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.Apis.Revisions.Debugsessions.Create |
class |
Apigee.Organizations.Environments.Apis.Revisions.Debugsessions.Data
The "data" collection of methods.
|
class |
Apigee.Organizations.Environments.Apis.Revisions.Debugsessions.DeleteData |
class |
Apigee.Organizations.Environments.Apis.Revisions.Debugsessions.Get |
class |
Apigee.Organizations.Environments.Apis.Revisions.Debugsessions.List |
| Constructor and Description |
|---|
Debugsessions() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Apis.Revisions.Debugsessions.Create |
create(String parent,
GoogleCloudApigeeV1DebugSession content)
Creates a debug session for a deployed API Proxy revision.
|
Apigee.Organizations.Environments.Apis.Revisions.Debugsessions.Data |
data()
An accessor for creating requests from the Data collection.
|
Apigee.Organizations.Environments.Apis.Revisions.Debugsessions.DeleteData |
deleteData(String name)
Deletes the data from a debug session.
|
Apigee.Organizations.Environments.Apis.Revisions.Debugsessions.Get |
get(String name)
Retrieves a debug session.
|
Apigee.Organizations.Environments.Apis.Revisions.Debugsessions.List |
list(String parent)
Lists debug sessions that are currently active in the given API Proxy revision.
|
public Apigee.Organizations.Environments.Apis.Revisions.Debugsessions.Create create(String parent, GoogleCloudApigeeV1DebugSession content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The resource name of the API Proxy revision deployment for which to create the
DebugSession. Must be of the form
`organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}`.
If the API proxy resource has the `space` attribute set, IAM permissions are checked
differently . To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).content - the GoogleCloudApigeeV1DebugSessionIOExceptionpublic Apigee.Organizations.Environments.Apis.Revisions.Debugsessions.DeleteData deleteData(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the debug session to delete. Must be of the form: `organizations/{organization
}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{debugsession}`
. If the API proxy resource has the `space` attribute set, IAM permissions are checked
differently . 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.Environments.Apis.Revisions.Debugsessions.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the debug session to retrieve. Must be of the form: `organizations/{organizati
on}/environments/{environment}/apis/{api}/revisions/{revision}/debugsessions/{debug_sessio
n}`. If the API proxy resource has the `space` attribute set, IAM permissions are checked
differently . 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.Environments.Apis.Revisions.Debugsessions.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the API Proxy revision deployment for which to list debug sessions. Must be of
the form:
`organizations/{organization}/environments/{environment}/apis/{api}/revisions/{revision}`.
If the API proxy resource has the `space` attribute set, IAM permissions are checked
differently . 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.Environments.Apis.Revisions.Debugsessions.Data data()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Data.List request = apigee.data().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.