admin  directory_v1
Classes | Public Member Functions | List of all members
Google.Apis.Admin.Directory.directory_v1.ChromeosdevicesResource Class Reference

The "chromeosdevices" collection of methods. More...

Classes

class  ActionRequest
 Take action on Chrome OS Device More...
 
class  GetRequest
 Retrieve Chrome OS Device More...
 
class  ListRequest
 Retrieve all Chrome OS Devices of a customer (paginated) More...
 
class  MoveDevicesToOuRequest
 Move or insert multiple Chrome OS Devices to organizational unit More...
 
class  PatchRequest
 Update Chrome OS Device. This method supports patch semantics. More...
 
class  UpdateRequest
 Update Chrome OS Device More...
 

Public Member Functions

 ChromeosdevicesResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual ActionRequest Action (Google.Apis.Admin.Directory.directory_v1.Data.ChromeOsDeviceAction body, string customerId, string resourceId)
 Take action on Chrome OS Device More...
 
virtual GetRequest Get (string customerId, string deviceId)
 Retrieve Chrome OS Device More...
 
virtual ListRequest List (string customerId)
 Retrieve all Chrome OS Devices of a customer (paginated) More...
 
virtual MoveDevicesToOuRequest MoveDevicesToOu (Google.Apis.Admin.Directory.directory_v1.Data.ChromeOsMoveDevicesToOu body, string customerId, string orgUnitPath)
 Move or insert multiple Chrome OS Devices to organizational unit More...
 
virtual PatchRequest Patch (Google.Apis.Admin.Directory.directory_v1.Data.ChromeOsDevice body, string customerId, string deviceId)
 Update Chrome OS Device. This method supports patch semantics. More...
 
virtual UpdateRequest Update (Google.Apis.Admin.Directory.directory_v1.Data.ChromeOsDevice body, string customerId, string deviceId)
 Update Chrome OS Device More...
 

Detailed Description

The "chromeosdevices" collection of methods.

Constructor & Destructor Documentation

◆ ChromeosdevicesResource()

Google.Apis.Admin.Directory.directory_v1.ChromeosdevicesResource.ChromeosdevicesResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Action()

virtual ActionRequest Google.Apis.Admin.Directory.directory_v1.ChromeosdevicesResource.Action ( Google.Apis.Admin.Directory.directory_v1.Data.ChromeOsDeviceAction  body,
string  customerId,
string  resourceId 
)
inlinevirtual

Take action on Chrome OS Device

Parameters
bodyThe body of the request.
customerIdImmutable ID of the G Suite account
resourceIdImmutable ID of Chrome OS Device

◆ Get()

virtual GetRequest Google.Apis.Admin.Directory.directory_v1.ChromeosdevicesResource.Get ( string  customerId,
string  deviceId 
)
inlinevirtual

Retrieve Chrome OS Device

Parameters
customerIdImmutable ID of the G Suite account
deviceIdImmutable ID of Chrome OS Device

◆ List()

virtual ListRequest Google.Apis.Admin.Directory.directory_v1.ChromeosdevicesResource.List ( string  customerId)
inlinevirtual

Retrieve all Chrome OS Devices of a customer (paginated)

Parameters
customerIdImmutable ID of the G Suite account

◆ MoveDevicesToOu()

virtual MoveDevicesToOuRequest Google.Apis.Admin.Directory.directory_v1.ChromeosdevicesResource.MoveDevicesToOu ( Google.Apis.Admin.Directory.directory_v1.Data.ChromeOsMoveDevicesToOu  body,
string  customerId,
string  orgUnitPath 
)
inlinevirtual

Move or insert multiple Chrome OS Devices to organizational unit

Parameters
bodyThe body of the request.
customerIdImmutable ID of the G Suite account
orgUnitPathFull path of the target organizational unit or its ID

◆ Patch()

virtual PatchRequest Google.Apis.Admin.Directory.directory_v1.ChromeosdevicesResource.Patch ( Google.Apis.Admin.Directory.directory_v1.Data.ChromeOsDevice  body,
string  customerId,
string  deviceId 
)
inlinevirtual

Update Chrome OS Device. This method supports patch semantics.

Parameters
bodyThe body of the request.
customerIdImmutable ID of the G Suite account
deviceIdImmutable ID of Chrome OS Device

◆ Update()

virtual UpdateRequest Google.Apis.Admin.Directory.directory_v1.ChromeosdevicesResource.Update ( Google.Apis.Admin.Directory.directory_v1.Data.ChromeOsDevice  body,
string  customerId,
string  deviceId 
)
inlinevirtual

Update Chrome OS Device

Parameters
bodyThe body of the request.
customerIdImmutable ID of the G Suite account
deviceIdImmutable ID of Chrome OS Device

The documentation for this class was generated from the following file: