Show / Hide Table of Contents

Class CustomerResource.DevicesResource.ChromeosResource.CountChromeOsDevicesRequest

Counts ChromeOS devices matching the request.

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

Constructors

CountChromeOsDevicesRequest(IClientService, string)

Constructs a new CountChromeOsDevices request.

Declaration
public CountChromeOsDevicesRequest(IClientService service, string customerId)
Parameters
Type Name Description
IClientService service
string customerId

Properties

CustomerId

Required. Immutable ID of the Google Workspace account.

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

Filter

Optional. Search string in the format given at https://developers.google.com/workspace/admin/directory/v1/list-query-operators

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

IncludeChildOrgunits

Optional. Return devices from all child orgunits, as well as the specified org unit. If this is set to true, 'orgUnitPath' must be provided.

Declaration
[RequestParameter("includeChildOrgunits", RequestParameterType.Query)]
public virtual bool? IncludeChildOrgunits { get; set; }
Property Value
Type Description
bool?

MethodName

Gets the method name.

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

OrgUnitPath

Optional. The full path of the organizational unit (minus the leading /) or its unique ID.

Declaration
[RequestParameter("orgUnitPath", RequestParameterType.Query)]
public virtual string OrgUnitPath { 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<CountChromeOsDevicesResponse>.RestPath

Methods

InitParameters()

Initializes CountChromeOsDevices parameter list.

Declaration
protected override void InitParameters()
Overrides
DirectoryBaseServiceRequest<CountChromeOsDevicesResponse>.InitParameters()

Implements

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