Show / Hide Table of Contents

Class AppstorecatalogResource.RecentupdateeventsResource.ListRequest

Lists update events for eligible apps in the given time range.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

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

EndTime

object representation of EndTimeRaw.

Declaration
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type Description
object

EndTimeDateTimeOffset

Declaration
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EndTimeRaw

String representation of EndTimeDateTimeOffset, formatted for inclusion in the HTTP request.

Declaration
[RequestParameter("endTime", RequestParameterType.Query)]
public virtual string EndTimeRaw { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of update events to return. The service may return fewer than this value. If unspecified, at most 100 update events will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A page token, received from a previous ListRecentUpdateEvents call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListRecentUpdateEvents must match the call that provided the page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

StartTime

object representation of StartTimeRaw.

Declaration
[Obsolete("This property is obsolete and may behave unexpectedly; please use StartTimeDateTimeOffset instead.")]
public virtual object StartTime { get; set; }
Property Value
Type Description
object

StartTimeDateTimeOffset

Declaration
public virtual DateTimeOffset? StartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

StartTimeRaw

String representation of StartTimeDateTimeOffset, formatted for inclusion in the HTTP request.

Declaration
[RequestParameter("startTime", RequestParameterType.Query)]
public virtual string StartTimeRaw { get; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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