Show / Hide Table of Contents

Class CustomersResource.ChromeResource.PrintersResource.ListPrinterModelsRequest

Lists the supported printer models.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListPrinterModelsResponse>
DirectoryBaseServiceRequest<ListPrinterModelsResponse>
CustomersResource.ChromeResource.PrintersResource.ListPrinterModelsRequest
Implements
IClientServiceRequest<ListPrinterModelsResponse>
IClientServiceRequest
Inherited Members
DirectoryBaseServiceRequest<ListPrinterModelsResponse>.Xgafv
DirectoryBaseServiceRequest<ListPrinterModelsResponse>.AccessToken
DirectoryBaseServiceRequest<ListPrinterModelsResponse>.Alt
DirectoryBaseServiceRequest<ListPrinterModelsResponse>.Callback
DirectoryBaseServiceRequest<ListPrinterModelsResponse>.Fields
DirectoryBaseServiceRequest<ListPrinterModelsResponse>.Key
DirectoryBaseServiceRequest<ListPrinterModelsResponse>.OauthToken
DirectoryBaseServiceRequest<ListPrinterModelsResponse>.PrettyPrint
DirectoryBaseServiceRequest<ListPrinterModelsResponse>.QuotaUser
DirectoryBaseServiceRequest<ListPrinterModelsResponse>.UploadType
DirectoryBaseServiceRequest<ListPrinterModelsResponse>.UploadProtocol
ClientServiceRequest<ListPrinterModelsResponse>.Execute()
ClientServiceRequest<ListPrinterModelsResponse>.ExecuteAsStream()
ClientServiceRequest<ListPrinterModelsResponse>.ExecuteAsync()
ClientServiceRequest<ListPrinterModelsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListPrinterModelsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListPrinterModelsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListPrinterModelsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListPrinterModelsResponse>.GenerateRequestUri()
ClientServiceRequest<ListPrinterModelsResponse>.GetBody()
ClientServiceRequest<ListPrinterModelsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListPrinterModelsResponse>.ETagAction
ClientServiceRequest<ListPrinterModelsResponse>.ModifyRequest
ClientServiceRequest<ListPrinterModelsResponse>.ValidateParameters
ClientServiceRequest<ListPrinterModelsResponse>.ApiVersion
ClientServiceRequest<ListPrinterModelsResponse>.RequestParameters
ClientServiceRequest<ListPrinterModelsResponse>.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.ListPrinterModelsRequest : DirectoryBaseServiceRequest<ListPrinterModelsResponse>, IClientServiceRequest<ListPrinterModelsResponse>, IClientServiceRequest

Constructors

ListPrinterModelsRequest(IClientService, string)

Constructs a new ListPrinterModels request.

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

Properties

Filter

Filer to list only models by a given manufacturer in format: "manufacturer:Brother". 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<ListPrinterModelsResponse>.HttpMethod

MethodName

Gets the method name.

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

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<ListPrinterModelsResponse>.RestPath

Methods

InitParameters()

Initializes ListPrinterModels parameter list.

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

Implements

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