public class Directory.Customers.Chrome.Printers extends Object
Modifier and Type | Class and Description |
---|---|
class |
Directory.Customers.Chrome.Printers.BatchCreatePrinters |
class |
Directory.Customers.Chrome.Printers.BatchDeletePrinters |
class |
Directory.Customers.Chrome.Printers.Create |
class |
Directory.Customers.Chrome.Printers.Delete |
class |
Directory.Customers.Chrome.Printers.Get |
class |
Directory.Customers.Chrome.Printers.List |
class |
Directory.Customers.Chrome.Printers.ListPrinterModels |
class |
Directory.Customers.Chrome.Printers.Patch |
Constructor and Description |
---|
Printers() |
public Directory.Customers.Chrome.Printers.BatchCreatePrinters batchCreatePrinters(String parent, BatchCreatePrintersRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The name of the customer. Format: customers/{customer_id}content
- the BatchCreatePrintersRequest
IOException
public Directory.Customers.Chrome.Printers.BatchDeletePrinters batchDeletePrinters(String parent, BatchDeletePrintersRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The name of the customer. Format: customers/{customer_id}content
- the BatchDeletePrintersRequest
IOException
public Directory.Customers.Chrome.Printers.Create create(String parent, Printer content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The name of the customer. Format: customers/{customer_id}content
- the Printer
IOException
public Directory.Customers.Chrome.Printers.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The name of the printer to be updated. Format:
customers/{customer_id}/chrome/printers/{printer_id}IOException
public Directory.Customers.Chrome.Printers.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The name of the printer to retrieve. Format:
customers/{customer_id}/chrome/printers/{printer_id}IOException
public Directory.Customers.Chrome.Printers.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The name of the customer who owns this collection of printers. Format:
customers/{customer_id}IOException
public Directory.Customers.Chrome.Printers.ListPrinterModels listPrinterModels(String parent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The name of the customer who owns this collection of printers. Format:
customers/{customer_id}IOException
public Directory.Customers.Chrome.Printers.Patch patch(String name, Printer content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The resource name of the Printer object, in the format customers/{customer-id}/printers/{printer-id}
(During printer creation leave empty)content
- the Printer
IOException
Copyright © 2011–2021 Google. All rights reserved.