CustomersChromePrintersResource class

Constructors

CustomersChromePrintersResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchCreatePrinters(BatchCreatePrintersRequest request, String parent, {String? $fields}) Future<BatchCreatePrintersResponse>
Creates printers under given Organization Unit.
batchDeletePrinters(BatchDeletePrintersRequest request, String parent, {String? $fields}) Future<BatchDeletePrintersResponse>
Deletes printers in batch.
create(Printer request, String parent, {String? $fields}) Future<Printer>
Creates a printer under given Organization Unit.
delete(String name, {String? $fields}) Future<Empty>
Deletes a Printer.
get(String name, {String? $fields}) Future<Printer>
Returns a Printer resource (printer's config).
list(String parent, {String? filter, String? orderBy, String? orgUnitId, int? pageSize, String? pageToken, String? $fields}) Future<ListPrintersResponse>
List printers configs.
listPrinterModels(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListPrinterModelsResponse>
Lists the supported printer models.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Printer request, String name, {String? clearMask, String? updateMask, String? $fields}) Future<Printer>
Updates a Printer resource.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited