Show / Hide Table of Contents

Class VitalsResource.ErrorsResource.CountsResource.QueryRequest

Queries the metrics in the metrics set.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>
VitalsResource.ErrorsResource.CountsResource.QueryRequest
Implements
IClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>
IClientServiceRequest
Inherited Members
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.Xgafv
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.AccessToken
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.Alt
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.Callback
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.Fields
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.Key
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.OauthToken
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.PrettyPrint
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.QuotaUser
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.UploadType
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.UploadProtocol
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.Execute()
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.ExecuteAsStream()
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.ExecuteAsync()
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.CreateRequest(bool?)
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.GenerateRequestUri()
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.ETagAction
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.ModifyRequest
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.ValidateParameters
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.ApiVersion
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.RequestParameters
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.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.v1beta1
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class VitalsResource.ErrorsResource.CountsResource.QueryRequest : PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>, IClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>, IClientServiceRequest

Constructors

QueryRequest(IClientService, GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest, string)

Constructs a new Query request.

Declaration
public QueryRequest(IClientService service, GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest body, string name)
Parameters
Type Name Description
IClientService service
GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The resource name. 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<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>.GetBody()

InitParameters()

Initializes Query parameter list.

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

Implements

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