Show / Hide Table of Contents

Class CustomersResource.DpcsResource.ListRequest

Lists the DPCs (device policy controllers) that support zero-touch enrollment.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<CustomerListDpcsResponse>
AndroidProvisioningPartnerBaseServiceRequest<CustomerListDpcsResponse>
CustomersResource.DpcsResource.ListRequest
Implements
IClientServiceRequest<CustomerListDpcsResponse>
IClientServiceRequest
Inherited Members
AndroidProvisioningPartnerBaseServiceRequest<CustomerListDpcsResponse>.Xgafv
AndroidProvisioningPartnerBaseServiceRequest<CustomerListDpcsResponse>.AccessToken
AndroidProvisioningPartnerBaseServiceRequest<CustomerListDpcsResponse>.Alt
AndroidProvisioningPartnerBaseServiceRequest<CustomerListDpcsResponse>.Callback
AndroidProvisioningPartnerBaseServiceRequest<CustomerListDpcsResponse>.Fields
AndroidProvisioningPartnerBaseServiceRequest<CustomerListDpcsResponse>.Key
AndroidProvisioningPartnerBaseServiceRequest<CustomerListDpcsResponse>.OauthToken
AndroidProvisioningPartnerBaseServiceRequest<CustomerListDpcsResponse>.PrettyPrint
AndroidProvisioningPartnerBaseServiceRequest<CustomerListDpcsResponse>.QuotaUser
AndroidProvisioningPartnerBaseServiceRequest<CustomerListDpcsResponse>.UploadType
AndroidProvisioningPartnerBaseServiceRequest<CustomerListDpcsResponse>.UploadProtocol
ClientServiceRequest<CustomerListDpcsResponse>.Execute()
ClientServiceRequest<CustomerListDpcsResponse>.ExecuteAsStream()
ClientServiceRequest<CustomerListDpcsResponse>.ExecuteAsync()
ClientServiceRequest<CustomerListDpcsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<CustomerListDpcsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<CustomerListDpcsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<CustomerListDpcsResponse>.CreateRequest(bool?)
ClientServiceRequest<CustomerListDpcsResponse>.GenerateRequestUri()
ClientServiceRequest<CustomerListDpcsResponse>.GetBody()
ClientServiceRequest<CustomerListDpcsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<CustomerListDpcsResponse>.ETagAction
ClientServiceRequest<CustomerListDpcsResponse>.ModifyRequest
ClientServiceRequest<CustomerListDpcsResponse>.ValidateParameters
ClientServiceRequest<CustomerListDpcsResponse>.ApiVersion
ClientServiceRequest<CustomerListDpcsResponse>.RequestParameters
ClientServiceRequest<CustomerListDpcsResponse>.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.AndroidProvisioningPartner.v1
Assembly: Google.Apis.AndroidProvisioningPartner.v1.dll
Syntax
public class CustomersResource.DpcsResource.ListRequest : AndroidProvisioningPartnerBaseServiceRequest<CustomerListDpcsResponse>, IClientServiceRequest<CustomerListDpcsResponse>, 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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The customer that can use the DPCs in configurations. An API resource name in the 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<CustomerListDpcsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidProvisioningPartnerBaseServiceRequest<CustomerListDpcsResponse>.InitParameters()

Implements

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