Show / Hide Table of Contents

Class AppstorecatalogResource.RecentappviewsResource.GetRequest

Returns metadata about a recently updated app.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<RecentAppView>
AndroidPublisherBaseServiceRequest<RecentAppView>
AppstorecatalogResource.RecentappviewsResource.GetRequest
Implements
IClientServiceRequest<RecentAppView>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<RecentAppView>.Xgafv
AndroidPublisherBaseServiceRequest<RecentAppView>.AccessToken
AndroidPublisherBaseServiceRequest<RecentAppView>.Alt
AndroidPublisherBaseServiceRequest<RecentAppView>.Callback
AndroidPublisherBaseServiceRequest<RecentAppView>.Fields
AndroidPublisherBaseServiceRequest<RecentAppView>.Key
AndroidPublisherBaseServiceRequest<RecentAppView>.OauthToken
AndroidPublisherBaseServiceRequest<RecentAppView>.PrettyPrint
AndroidPublisherBaseServiceRequest<RecentAppView>.QuotaUser
AndroidPublisherBaseServiceRequest<RecentAppView>.UploadType
AndroidPublisherBaseServiceRequest<RecentAppView>.UploadProtocol
ClientServiceRequest<RecentAppView>.Execute()
ClientServiceRequest<RecentAppView>.ExecuteAsStream()
ClientServiceRequest<RecentAppView>.ExecuteAsync()
ClientServiceRequest<RecentAppView>.ExecuteAsync(CancellationToken)
ClientServiceRequest<RecentAppView>.ExecuteAsStreamAsync()
ClientServiceRequest<RecentAppView>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<RecentAppView>.CreateRequest(bool?)
ClientServiceRequest<RecentAppView>.GenerateRequestUri()
ClientServiceRequest<RecentAppView>.GetBody()
ClientServiceRequest<RecentAppView>.GetDefaultETagAction(string)
ClientServiceRequest<RecentAppView>.ETagAction
ClientServiceRequest<RecentAppView>.ModifyRequest
ClientServiceRequest<RecentAppView>.ValidateParameters
ClientServiceRequest<RecentAppView>.ApiVersion
ClientServiceRequest<RecentAppView>.RequestParameters
ClientServiceRequest<RecentAppView>.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.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AppstorecatalogResource.RecentappviewsResource.GetRequest : AndroidPublisherBaseServiceRequest<RecentAppView>, IClientServiceRequest<RecentAppView>, IClientServiceRequest

Constructors

GetRequest(IClientService, string, string)

Constructs a new Get request.

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

Properties

AppStorePackageName

Required. The package name of the app store on behalf of which the request is made.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PlayAppPackageName

Required. The package name of the requested Play app.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidPublisherBaseServiceRequest<RecentAppView>.InitParameters()

Implements

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