Method: admin.directory.v1.customers.chrome.printers.get
Returns a Printer
resource (printer's config).
HTTP request
GET https://admin.googleapis.com/admin/directory/v1/{name=customers/*/chrome/printers/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. The name of the printer to retrieve. Format: customers/{customer_id}/chrome/printers/{printerId}
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Printer
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/admin.chrome.printers
https://www.googleapis.com/auth/admin.chrome.printers.readonly
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["Retrieves the configuration of a specific printer using the printer's resource name."],["Requires authorization with specific scopes related to Chrome printer management."],["Uses a simple GET request with the printer's name as a path parameter."],["Returns a 'Printer' resource containing the printer's configuration details upon successful execution."],["Request body must be empty and the response provides a printer object."]]],[]]