CustomersChromePrintServersResource class
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
-
batchCreatePrintServers(BatchCreatePrintServersRequest request, String parent, {String? $fields})
→ Future<BatchCreatePrintServersResponse>
-
Creates multiple print servers.
-
batchDeletePrintServers(BatchDeletePrintServersRequest request, String parent, {String? $fields})
→ Future<BatchDeletePrintServersResponse>
-
Deletes multiple print servers.
-
create(PrintServer request, String parent, {String? $fields})
→ Future<PrintServer>
-
Creates a print server.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes a print server.
-
get(String name, {String? $fields})
→ Future<PrintServer>
-
Returns a print server's configuration.
-
list(String parent, {String? filter, String? orderBy, String? orgUnitId, int? pageSize, String? pageToken, String? $fields})
→ Future<ListPrintServersResponse>
-
Lists print server configurations.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(PrintServer request, String name, {String? updateMask, String? $fields})
→ Future<PrintServer>
-
Updates a print server's configuration.
-
toString()
→ String
-
A string representation of this object.
inherited