Show / Hide Table of Contents

Class DevicesResource.DeviceUsersResource.ListRequest

Lists/Searches DeviceUsers.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

Customer

Optional. Resource name of the customer. If you're using this API for your own organization, use customers/my_customer If you're using this API to manage another organization, use customers/{customer}, where customer is the customer to whom the device belongs.

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<GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse>.HttpMethod

MethodName

Gets the method name.

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

OrderBy

Optional. Order specification for devices in the response.

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

PageSize

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

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

Parent

Required. To list all DeviceUsers, set this to "devices/-". To list all DeviceUsers owned by a device, set this to the resource name of the device. Format: devices/{device}

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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