Show / Hide Table of Contents

Class CustomersResource.ChromeResource.PrintServersResource.ListRequest

Lists print server configurations.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListPrintServersResponse>
DirectoryBaseServiceRequest<ListPrintServersResponse>
CustomersResource.ChromeResource.PrintServersResource.ListRequest
Implements
IClientServiceRequest<ListPrintServersResponse>
IClientServiceRequest
Inherited Members
DirectoryBaseServiceRequest<ListPrintServersResponse>.Xgafv
DirectoryBaseServiceRequest<ListPrintServersResponse>.AccessToken
DirectoryBaseServiceRequest<ListPrintServersResponse>.Alt
DirectoryBaseServiceRequest<ListPrintServersResponse>.Callback
DirectoryBaseServiceRequest<ListPrintServersResponse>.Fields
DirectoryBaseServiceRequest<ListPrintServersResponse>.Key
DirectoryBaseServiceRequest<ListPrintServersResponse>.OauthToken
DirectoryBaseServiceRequest<ListPrintServersResponse>.PrettyPrint
DirectoryBaseServiceRequest<ListPrintServersResponse>.QuotaUser
DirectoryBaseServiceRequest<ListPrintServersResponse>.UploadType
DirectoryBaseServiceRequest<ListPrintServersResponse>.UploadProtocol
ClientServiceRequest<ListPrintServersResponse>.Execute()
ClientServiceRequest<ListPrintServersResponse>.ExecuteAsStream()
ClientServiceRequest<ListPrintServersResponse>.ExecuteAsync()
ClientServiceRequest<ListPrintServersResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListPrintServersResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListPrintServersResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListPrintServersResponse>.CreateRequest(bool?)
ClientServiceRequest<ListPrintServersResponse>.GenerateRequestUri()
ClientServiceRequest<ListPrintServersResponse>.GetBody()
ClientServiceRequest<ListPrintServersResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListPrintServersResponse>.ETagAction
ClientServiceRequest<ListPrintServersResponse>.ModifyRequest
ClientServiceRequest<ListPrintServersResponse>.ValidateParameters
ClientServiceRequest<ListPrintServersResponse>.ApiVersion
ClientServiceRequest<ListPrintServersResponse>.RequestParameters
ClientServiceRequest<ListPrintServersResponse>.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.PrintServersResource.ListRequest : DirectoryBaseServiceRequest<ListPrintServersResponse>, IClientServiceRequest<ListPrintServersResponse>, 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 in Common Expression Language syntax. Supported filters are display_name, description, and uri. Example: printServer.displayName=='marketing-queue'.

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<ListPrintServersResponse>.HttpMethod

MethodName

Gets the method name.

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

OrderBy

Sort order for results. Supported values are display_name, description, or create_time. Default order is ascending, but descending order can be returned by appending "desc" to the order_by field. For instance, orderBy=='description desc' returns the print servers sorted by description in descending order.

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

OrgUnitId

If org_unit_id is present in the request, only print servers owned or inherited by the organizational unit (OU) are returned. If the PrintServer resource's org_unit_id matches the one in the request, the OU owns the server. If org_unit_id is not specified in the request, all print servers are returned or filtered against.

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

PageSize

The maximum number of objects to return (default 100, max 100). The service might return fewer than this value.

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

PageToken

A generated token to paginate results (the next_page_token from a previous call).

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

Parent

Required. The unique ID of the customer's Google Workspace account. Format: customers/{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<ListPrintServersResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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