Show / Hide Table of Contents

Class DevicesResource.DeviceUsersResource.ClientStatesResource.ListRequest

Lists the client states for the given search query.

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

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

MethodName

Gets the method name.

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

OrderBy

Optional. Order specification for client states in the response.

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

PageToken

Optional. A page token, received from a previous ListClientStates call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListClientStates 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 ClientStates, set this to "devices/-/deviceUsers/-". To list all ClientStates owned by a DeviceUser, set this to the resource name of the DeviceUser. Format: devices/{device}/deviceUsers/{deviceUser}

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<GoogleAppsCloudidentityDevicesV1ListClientStatesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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