Class VitalsResource.ErrorsResource.CountsResource
The "counts" collection of methods.
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1beta1
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class VitalsResource.ErrorsResource.CountsResource
Constructors
CountsResource(IClientService)
Constructs a new resource.
Declaration
public CountsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Describes the properties of the metrics set.
Declaration
public virtual VitalsResource.ErrorsResource.CountsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the errors metric set. Format: apps/{app}/errorCountMetricSet |
Returns
Type | Description |
---|---|
VitalsResource.ErrorsResource.CountsResource.GetRequest |
Query(GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest, string)
Queries the metrics in the metrics set.
Declaration
public virtual VitalsResource.ErrorsResource.CountsResource.QueryRequest Query(GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest | body | The body of the request. |
string | name | Required. The resource name. Format: apps/{app}/errorCountMetricSet |
Returns
Type | Description |
---|---|
VitalsResource.ErrorsResource.CountsResource.QueryRequest |