getSchemav2
public Apigee.Organizations.Environments.Analytics.Admin.GetSchemav2 getSchemav2(String name)
throws IOException
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.
Create a request for the method "admin.getSchemav2".
This request holds the parameters needed by the apigee server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
name - Required. Path to the schema. Use the following structure in your request:
`organizations/{org}/environments/{env}/analytics/admin/schemav2`.
- Returns:
- the request
- Throws:
IOException