Show / Hide Table of Contents

Class DevicesResource.ListRequest

Lists/Searches devices.

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

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Customer

Optional. Resource name of the customer.

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

Filter

Optional. Additional restrictions when fetching list of devices. For a list of search fields, refer to Mobile device search fields. Multiple search fields are separated by the space character.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

OrderBy

Optional. Order specification for devices in the response. Only one of the following field names may be used to specify the order: create_time, last_sync_time, model, os_version, device_type and serial_number. desc may be specified optionally to specify results to be sorted in descending order. Default order is ascending.

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

PageSize

Optional. The maximum number of Devices to return. If unspecified, at most 20 Devices will be returned. The maximum value is 100; values above 100 will be coerced to 100.

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 ListDevices call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListDevices 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<ListDevicesResponse>.RestPath

View

Optional. The view to use for the List request.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual DevicesResource.ListRequest.ViewEnum? View { get; set; }
Property Value
Type Description
DevicesResource.ListRequest.ViewEnum?

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudIdentityBaseServiceRequest<ListDevicesResponse>.InitParameters()

Implements

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