CustomersChromePrinters
class CustomersChromePrinters extends Resource (View source)
The "printers" collection of methods.
Typical usage is:
$adminService = new Google\Service\Directory(...);
$printers = $adminService->customers_chrome_printers;
Methods
Creates printers under given Organization Unit.
Deletes printers in batch. (printers.batchDeletePrinters)
Deletes a Printer
. (printers.delete)
Returns a Printer
resource (printer's config). (printers.get)
List printers configs. (printers.listCustomersChromePrinters)
Lists the supported printer models. (printers.listPrinterModels)
Details
BatchCreatePrintersResponse
batchCreatePrinters(string $parent, BatchCreatePrintersRequest $postBody, array $optParams = [])
Creates printers under given Organization Unit.
(printers.batchCreatePrinters)
BatchDeletePrintersResponse
batchDeletePrinters(string $parent, BatchDeletePrintersRequest $postBody, array $optParams = [])
Deletes printers in batch. (printers.batchDeletePrinters)
Printer
create(string $parent, Printer $postBody, array $optParams = [])
Creates a printer under given Organization Unit. (printers.create)
AdminEmpty
delete(string $name, array $optParams = [])
Deletes a Printer
. (printers.delete)
Printer
get(string $name, array $optParams = [])
Returns a Printer
resource (printer's config). (printers.get)
ListPrintersResponse
listCustomersChromePrinters(string $parent, array $optParams = [])
List printers configs. (printers.listCustomersChromePrinters)
ListPrinterModelsResponse
listPrinterModels(string $parent, array $optParams = [])
Lists the supported printer models. (printers.listPrinterModels)