Class CustomersResource.ChromeResource.PrintServersResource
The "printServers" collection of methods.
Inherited Members
Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class CustomersResource.ChromeResource.PrintServersResource
Constructors
PrintServersResource(IClientService)
Constructs a new resource.
Declaration
public PrintServersResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
BatchCreatePrintServers(BatchCreatePrintServersRequest, string)
Creates multiple print servers.
Declaration
public virtual CustomersResource.ChromeResource.PrintServersResource.BatchCreatePrintServersRequest BatchCreatePrintServers(BatchCreatePrintServersRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
BatchCreatePrintServersRequest | body | The body of the request. |
string | parent | Required. The unique
ID of the customer's
Google Workspace account. Format: |
Returns
Type | Description |
---|---|
CustomersResource.ChromeResource.PrintServersResource.BatchCreatePrintServersRequest |
BatchDeletePrintServers(BatchDeletePrintServersRequest, string)
Deletes multiple print servers.
Declaration
public virtual CustomersResource.ChromeResource.PrintServersResource.BatchDeletePrintServersRequest BatchDeletePrintServers(BatchDeletePrintServersRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
BatchDeletePrintServersRequest | body | The body of the request. |
string | parent | Required. The unique
ID of the customer's
Google Workspace account. Format: |
Returns
Type | Description |
---|---|
CustomersResource.ChromeResource.PrintServersResource.BatchDeletePrintServersRequest |
Create(PrintServer, string)
Creates a print server.
Declaration
public virtual CustomersResource.ChromeResource.PrintServersResource.CreateRequest Create(PrintServer body, string parent)
Parameters
Type | Name | Description |
---|---|---|
PrintServer | body | The body of the request. |
string | parent | Required. The unique
ID of the customer's
Google Workspace account. Format: |
Returns
Type | Description |
---|---|
CustomersResource.ChromeResource.PrintServersResource.CreateRequest |
Delete(string)
Deletes a print server.
Declaration
public virtual CustomersResource.ChromeResource.PrintServersResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the print server to be deleted. Format:
|
Returns
Type | Description |
---|---|
CustomersResource.ChromeResource.PrintServersResource.DeleteRequest |
Get(string)
Returns a print server's configuration.
Declaration
public virtual CustomersResource.ChromeResource.PrintServersResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The unique
ID of the customer's
Google Workspace account. Format: |
Returns
Type | Description |
---|---|
CustomersResource.ChromeResource.PrintServersResource.GetRequest |
List(string)
Lists print server configurations.
Declaration
public virtual CustomersResource.ChromeResource.PrintServersResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The unique
ID of the customer's
Google Workspace account. Format: |
Returns
Type | Description |
---|---|
CustomersResource.ChromeResource.PrintServersResource.ListRequest |
Patch(PrintServer, string)
Updates a print server's configuration.
Declaration
public virtual CustomersResource.ChromeResource.PrintServersResource.PatchRequest Patch(PrintServer body, string name)
Parameters
Type | Name | Description |
---|---|---|
PrintServer | body | The body of the request. |
string | name | Immutable. Resource name of the print server. Leave empty when creating. Format:
|
Returns
Type | Description |
---|---|
CustomersResource.ChromeResource.PrintServersResource.PatchRequest |