public class Directory.Customers.Chrome.PrintServers extends Object
Modifier and Type | Class and Description |
---|---|
class |
Directory.Customers.Chrome.PrintServers.BatchCreatePrintServers |
class |
Directory.Customers.Chrome.PrintServers.BatchDeletePrintServers |
class |
Directory.Customers.Chrome.PrintServers.Create |
class |
Directory.Customers.Chrome.PrintServers.Delete |
class |
Directory.Customers.Chrome.PrintServers.Get |
class |
Directory.Customers.Chrome.PrintServers.List |
class |
Directory.Customers.Chrome.PrintServers.Patch |
Constructor and Description |
---|
PrintServers() |
Modifier and Type | Method and Description |
---|---|
Directory.Customers.Chrome.PrintServers.BatchCreatePrintServers |
batchCreatePrintServers(String parent,
BatchCreatePrintServersRequest content)
Creates multiple print servers.
|
Directory.Customers.Chrome.PrintServers.BatchDeletePrintServers |
batchDeletePrintServers(String parent,
BatchDeletePrintServersRequest content)
Deletes multiple print servers.
|
Directory.Customers.Chrome.PrintServers.Create |
create(String parent,
PrintServer content)
Creates a print server.
|
Directory.Customers.Chrome.PrintServers.Delete |
delete(String name)
Deletes a print server.
|
Directory.Customers.Chrome.PrintServers.Get |
get(String name)
Returns a print server's configuration.
|
Directory.Customers.Chrome.PrintServers.List |
list(String parent)
Lists print server configurations.
|
Directory.Customers.Chrome.PrintServers.Patch |
patch(String name,
PrintServer content)
Updates a print server's configuration.
|
public Directory.Customers.Chrome.PrintServers.BatchCreatePrintServers batchCreatePrintServers(String parent, BatchCreatePrintServersRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.parent
- Required. The [unique ID](https://developers.google.com/admin-
sdk/directory/reference/rest/v1/customers) of the customer's Google Workspace account.
Format: `customers/{id}`content
- the BatchCreatePrintServersRequest
IOException
public Directory.Customers.Chrome.PrintServers.BatchDeletePrintServers batchDeletePrintServers(String parent, BatchDeletePrintServersRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.parent
- Required. The [unique ID](https://developers.google.com/admin-
sdk/directory/reference/rest/v1/customers) of the customer's Google Workspace account.
Format: `customers/{customer.id}`content
- the BatchDeletePrintServersRequest
IOException
public Directory.Customers.Chrome.PrintServers.Create create(String parent, PrintServer content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The [unique ID](https://developers.google.com/admin-
sdk/directory/reference/rest/v1/customers) of the customer's Google Workspace account.
Format: `customers/{id}`content
- the PrintServer
IOException
public Directory.Customers.Chrome.PrintServers.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The name of the print server to be deleted. Format:
`customers/{customer.id}/chrome/printServers/{print_server.id}`IOException
public Directory.Customers.Chrome.PrintServers.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The [unique ID](https://developers.google.com/admin-
sdk/directory/reference/rest/v1/customers) of the customer's Google Workspace account.
Format: `customers/{id}`IOException
public Directory.Customers.Chrome.PrintServers.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The [unique ID](https://developers.google.com/admin-
sdk/directory/reference/rest/v1/customers) of the customer's Google Workspace account.
Format: `customers/{id}`IOException
public Directory.Customers.Chrome.PrintServers.Patch patch(String name, PrintServer content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Immutable. Resource name of the print server. Leave empty when creating. Format:
`customers/{customer.id}/printServers/{print_server.id}`content
- the PrintServer
IOException
Copyright © 2011–2023 Google. All rights reserved.