Show / Hide Table of Contents

Class UsersResource.ListRequest

Lists all users with access to a developer account.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ListUsersResponse>
AndroidPublisherBaseServiceRequest<ListUsersResponse>
UsersResource.ListRequest
Implements
IClientServiceRequest<ListUsersResponse>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<ListUsersResponse>.Xgafv
AndroidPublisherBaseServiceRequest<ListUsersResponse>.AccessToken
AndroidPublisherBaseServiceRequest<ListUsersResponse>.Alt
AndroidPublisherBaseServiceRequest<ListUsersResponse>.Callback
AndroidPublisherBaseServiceRequest<ListUsersResponse>.Fields
AndroidPublisherBaseServiceRequest<ListUsersResponse>.Key
AndroidPublisherBaseServiceRequest<ListUsersResponse>.OauthToken
AndroidPublisherBaseServiceRequest<ListUsersResponse>.PrettyPrint
AndroidPublisherBaseServiceRequest<ListUsersResponse>.QuotaUser
AndroidPublisherBaseServiceRequest<ListUsersResponse>.UploadType
AndroidPublisherBaseServiceRequest<ListUsersResponse>.UploadProtocol
ClientServiceRequest<ListUsersResponse>.Execute()
ClientServiceRequest<ListUsersResponse>.ExecuteAsStream()
ClientServiceRequest<ListUsersResponse>.ExecuteAsync()
ClientServiceRequest<ListUsersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListUsersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListUsersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListUsersResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ListUsersResponse>.GenerateRequestUri()
ClientServiceRequest<ListUsersResponse>.GetBody()
ClientServiceRequest<ListUsersResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListUsersResponse>.ETagAction
ClientServiceRequest<ListUsersResponse>.ModifyRequest
ClientServiceRequest<ListUsersResponse>.ValidateParameters
ClientServiceRequest<ListUsersResponse>.RequestParameters
ClientServiceRequest<ListUsersResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ListRequest : AndroidPublisherBaseServiceRequest<ListUsersResponse>, IClientServiceRequest<ListUsersResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, String)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
System.String parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ListUsersResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ListUsersResponse>.MethodName

PageSize

The maximum number of results to return. This must be set to -1 to disable pagination.

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

PageToken

A token received from a previous call to this method, in order to retrieve further results.

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

Parent

Required. The developer account to fetch users from. Format: developers/{developer}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ListUsersResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.AndroidPublisher.v3.AndroidPublisherBaseServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ListUsersResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX