Show / Hide Table of Contents

Class VitalsResource.LmkrateResource.GetRequest

Describes the properties of the metric set.

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

MethodName

Gets the method name.

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

Name

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

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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