class OrganizationsEnvironmentsApisRevisionsDebugsessionsData extends Resource (View source)

The "data" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $data = $apigeeService->organizations_environments_apis_revisions_debugsessions_data;

Methods

get(string $name, array $optParams = [])

Gets the debug data from a transaction. (data.get)

Details

GoogleCloudApigeeV1DebugSessionTransaction get(string $name, array $optParams = [])

Gets the debug data from a transaction. (data.get)

Parameters

string $name

Required. The name of the debug session transaction. Must be of the form: organizations/{organization}/environments/{environment}/apis /{api}/revisions/{revision}/debugsessions/{session}/data/{transaction}.

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1DebugSessionTransaction

Exceptions

Exception