Show / Hide Table of Contents

Class CustomersResource.ChromeResource.PrintersResource.ListRequest

List printers configs.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListPrintersResponse>
DirectoryBaseServiceRequest<ListPrintersResponse>
CustomersResource.ChromeResource.PrintersResource.ListRequest
Implements
IClientServiceRequest<ListPrintersResponse>
IClientServiceRequest
Inherited Members
DirectoryBaseServiceRequest<ListPrintersResponse>.Xgafv
DirectoryBaseServiceRequest<ListPrintersResponse>.AccessToken
DirectoryBaseServiceRequest<ListPrintersResponse>.Alt
DirectoryBaseServiceRequest<ListPrintersResponse>.Callback
DirectoryBaseServiceRequest<ListPrintersResponse>.Fields
DirectoryBaseServiceRequest<ListPrintersResponse>.Key
DirectoryBaseServiceRequest<ListPrintersResponse>.OauthToken
DirectoryBaseServiceRequest<ListPrintersResponse>.PrettyPrint
DirectoryBaseServiceRequest<ListPrintersResponse>.QuotaUser
DirectoryBaseServiceRequest<ListPrintersResponse>.UploadType
DirectoryBaseServiceRequest<ListPrintersResponse>.UploadProtocol
ClientServiceRequest<ListPrintersResponse>.Execute()
ClientServiceRequest<ListPrintersResponse>.ExecuteAsStream()
ClientServiceRequest<ListPrintersResponse>.ExecuteAsync()
ClientServiceRequest<ListPrintersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListPrintersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListPrintersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListPrintersResponse>.CreateRequest(bool?)
ClientServiceRequest<ListPrintersResponse>.GenerateRequestUri()
ClientServiceRequest<ListPrintersResponse>.GetBody()
ClientServiceRequest<ListPrintersResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListPrintersResponse>.ETagAction
ClientServiceRequest<ListPrintersResponse>.ModifyRequest
ClientServiceRequest<ListPrintersResponse>.ValidateParameters
ClientServiceRequest<ListPrintersResponse>.ApiVersion
ClientServiceRequest<ListPrintersResponse>.RequestParameters
ClientServiceRequest<ListPrintersResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.PrintersResource.ListRequest : DirectoryBaseServiceRequest<ListPrintersResponse>, IClientServiceRequest<ListPrintersResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Search query. Search syntax is shared between this api and Admin Console printers pages.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListPrintersResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListPrintersResponse>.MethodName

OrderBy

The order to sort results by. Must be one of display_name, description, make_and_model, or create_time. Default order is ascending, but descending order can be returned by appending "desc" to the order_by field. For instance, "description desc" will return the printers sorted by description in descending order.

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type Description
string

OrgUnitId

Organization Unit that we want to list the printers for. When org_unit is not present in the request then all printers of the customer are returned (or filtered). When org_unit is present in the request then only printers available to this OU will be returned (owned or inherited). You may see if printer is owned or inherited for this OU by looking at Printer.org_unit_id.

Declaration
[RequestParameter("orgUnitId", RequestParameterType.Query)]
public virtual string OrgUnitId { get; set; }
Property Value
Type Description
string

PageSize

The maximum number of objects to return. The service may return fewer than this value.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A page token, received from a previous call.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The name of the customer who owns this collection of printers. Format: customers/{customer_id}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListPrintersResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DirectoryBaseServiceRequest<ListPrintersResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX