Show / Hide Table of Contents

Class CustomersResource.ChromeResource.PrintServersResource

The "printServers" collection of methods.

Inheritance
object
CustomersResource.ChromeResource.PrintServersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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: customers/{id}

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: customers/{customer.id}

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: customers/{id}

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: customers/{customer.id}/chrome/printServers/{print_server.id}

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: customers/{id}

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: customers/{id}

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

Identifier. Resource name of the print server. Leave empty when creating. Format: customers/{customer.id}/printServers/{print_server.id}

Returns
Type Description
CustomersResource.ChromeResource.PrintServersResource.PatchRequest
In this article
Back to top Generated by DocFX