get
public Directory.Customer.Devices.Chromeos.Commands.Get get(String customerId,
String deviceId,
Long commandId)
throws IOException
Gets command data a specific command issued to the device.
Create a request for the method "commands.get".
This request holds the parameters needed by the admin server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
customerId
- Immutable. ID of the Google Workspace account.
deviceId
- Immutable. ID of Chrome OS Device.
commandId
- Immutable. ID of Chrome OS Device Command.
- Returns:
- the request
- Throws:
IOException