Show / Hide Table of Contents

Class VitalsResource.ErrorsResource.CountsResource.GetRequest

Describes the properties of the metrics set.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>
VitalsResource.ErrorsResource.CountsResource.GetRequest
Implements
IClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>
IClientServiceRequest
Inherited Members
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.Xgafv
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.AccessToken
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.Alt
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.Callback
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.Fields
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.Key
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.OauthToken
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.PrettyPrint
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.QuotaUser
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.UploadType
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.UploadProtocol
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.Execute()
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.ExecuteAsStream()
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.ExecuteAsync()
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.ExecuteAsStreamAsync()
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.CreateRequest(bool?)
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.GenerateRequestUri()
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.GetBody()
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.GetDefaultETagAction(string)
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.ETagAction
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.ModifyRequest
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.ValidateParameters
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.ApiVersion
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.RequestParameters
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.GetRequest : PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>, IClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.MethodName

Name

Required. Name of the errors metric set. Format: apps/{app}/errorCountMetricSet

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX