Show / Hide Table of Contents

Class VitalsResource.ErrorsResource.CountsResource

The "counts" collection of methods.

Inheritance
object
VitalsResource.ErrorsResource.CountsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Playdeveloperreporting.v1alpha1
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.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(GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest, string)

Queries the metrics in the metrics set.

Declaration
public virtual VitalsResource.ErrorsResource.CountsResource.QueryRequest Query(GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest body, string name)
Parameters
Type Name Description
GooglePlayDeveloperReportingV1alpha1QueryErrorCountMetricSetRequest body

The body of the request.

string name

Required. The resource name. Format: apps/{app}/errorCountMetricSet

Returns
Type Description
VitalsResource.ErrorsResource.CountsResource.QueryRequest
In this article
Back to top Generated by DocFX