Show / Hide Table of Contents

Class VitalsResource.CrashrateResource.GetRequest

Describes the properties of the metric set.

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

MethodName

Gets the method name.

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

Name

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

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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