public class Directory.Customer.Devices.Chromeos extends Object
Modifier and Type | Class and Description |
---|---|
class |
Directory.Customer.Devices.Chromeos.Commands
The "commands" collection of methods.
|
class |
Directory.Customer.Devices.Chromeos.IssueCommand |
Constructor and Description |
---|
Chromeos() |
Modifier and Type | Method and Description |
---|---|
Directory.Customer.Devices.Chromeos.Commands |
commands()
An accessor for creating requests from the Commands collection.
|
Directory.Customer.Devices.Chromeos.IssueCommand |
issueCommand(String customerId,
String deviceId,
DirectoryChromeosdevicesIssueCommandRequest content)
Issues a command for the device to execute.
|
public Directory.Customer.Devices.Chromeos.IssueCommand issueCommand(String customerId, String deviceId, DirectoryChromeosdevicesIssueCommandRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.customerId
- Immutable. Immutable ID of the Google Workspace account.deviceId
- Immutable. Immutable ID of Chrome OS Device.content
- the DirectoryChromeosdevicesIssueCommandRequest
IOException
public Directory.Customer.Devices.Chromeos.Commands commands()
The typical use is:
Directory admin = new Directory(...);
Directory.Commands.List request = admin.commands().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.