Method: ontologyRecords.statistics

Full name: projects.locations.instances.ontologyRecords.statistics

Get ontology records statistics.

HTTP request


Path parameters

Parameters
parent

string

Required. The instance into which OntologyRecords should be imported. Format: projects/{project}/locations/{location}/instances/{instance}/ontologyRecords

Request body

The request body must be empty.

Response body

Response message for ontologyRecords.statistics.

If successful, the response body contains data with the following structure:

JSON representation
{
  "eventTypes": integer,
  "productTypes": integer,
  "eventsAssignedToDefaultFamilies": integer
}
Fields
eventTypes

integer

Output only. The number of event types.

productTypes

integer

Output only. The number of product types.

eventsAssignedToDefaultFamilies

integer

Output only. The number of events assigned to default families.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.