OrganizationsEnvironmentsApisRevisionsDebugsessions
class OrganizationsEnvironmentsApisRevisionsDebugsessions extends Resource (View source)
The "debugsessions" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$debugsessions = $apigeeService->organizations_environments_apis_revisions_debugsessions;
Methods
Creates a debug session for a deployed API Proxy revision.
Deletes the data from a debug session. This does not cancel the debug session or prevent further data from being collected if the session is still active in runtime pods. (debugsessions.deleteData)
Retrieves a debug session. (debugsessions.get)
Lists debug sessions that are currently active in the given API Proxy revision.
Details
GoogleCloudApigeeV1DebugSession
create(string $parent, GoogleCloudApigeeV1DebugSession $postBody, array $optParams = [])
Creates a debug session for a deployed API Proxy revision.
(debugsessions.create)
GoogleProtobufEmpty
deleteData(string $name, array $optParams = [])
Deletes the data from a debug session. This does not cancel the debug session or prevent further data from being collected if the session is still active in runtime pods. (debugsessions.deleteData)
GoogleCloudApigeeV1DebugSession
get(string $name, array $optParams = [])
Retrieves a debug session. (debugsessions.get)
GoogleCloudApigeeV1ListDebugSessionsResponse
listOrganizationsEnvironmentsApisRevisionsDebugsessions(string $parent, array $optParams = [])
Lists debug sessions that are currently active in the given API Proxy revision.
(debugsessions.listOrganizationsEnvironmentsApisRevisionsDebugsessions)