Show / Hide Table of Contents

Class VitalsResource.AnrrateResource.GetRequest

Describes the properties of the metric set.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>
VitalsResource.AnrrateResource.GetRequest
Implements
IClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>
IClientServiceRequest
Inherited Members
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.Xgafv
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.AccessToken
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.Alt
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.Callback
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.Fields
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.Key
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.OauthToken
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.PrettyPrint
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.QuotaUser
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.UploadType
PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.UploadProtocol
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.Execute()
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.ExecuteAsStream()
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.ExecuteAsync()
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.ExecuteAsStreamAsync()
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.CreateRequest(bool?)
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.GenerateRequestUri()
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.GetBody()
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.GetDefaultETagAction(string)
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.ETagAction
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.ModifyRequest
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.ValidateParameters
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.ApiVersion
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.RequestParameters
ClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.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.AnrrateResource.GetRequest : PlaydeveloperreportingBaseServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>, IClientServiceRequest<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>, 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<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.HttpMethod

MethodName

Gets the method name.

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

Name

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

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<GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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