class OrganizationsEnvironmentsAnalyticsAdmin extends Resource (View source)

The "admin" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $admin = $apigeeService->organizations_environments_analytics_admin;

Methods

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

Gets a list of metrics and dimensions that can be used to create analytics queries and reports. Each schema element contains the name of the field, its associated type, and a flag indicating whether it is a standard or custom field. (admin.getSchemav2)

Details

GoogleCloudApigeeV1Schema getSchemav2(string $name, array $optParams = [])

Gets a list of metrics and dimensions that can be used to create analytics queries and reports. Each schema element contains the name of the field, its associated type, and a flag indicating whether it is a standard or custom field. (admin.getSchemav2)

Parameters

string $name

Required. Path to the schema. Use the following structure in your request: organizations/{org}/environments/{env}/analytics/admin/schemav2.

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1Schema

Exceptions

Exception