Show / Hide Table of Contents

Class CustomersResource.AppsResource.FetchDevicesRequestingExtensionRequest

Get a list of devices that have requested to install an extension.

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

Constructors

FetchDevicesRequestingExtensionRequest(IClientService, string)

Constructs a new FetchDevicesRequestingExtension request.

Declaration
public FetchDevicesRequestingExtensionRequest(IClientService service, string customer)
Parameters
Type Name Description
IClientService service
string customer

Properties

Customer

Required. The customer ID or "my_customer" prefixed with "customers/".

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

ExtensionId

Required. The extension for which we want to find requesting devices.

Declaration
[RequestParameter("extensionId", RequestParameterType.Query)]
public virtual string ExtensionId { 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<GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse>.HttpMethod

MethodName

Gets the method name.

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

OrgUnitId

The ID of the organizational unit. Only consider devices that directly belong to this org unit, i.e. sub-orgunits are not counted. If omitted, all data will be returned.

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

PageSize

Optional. Maximum number of results to return. Maximum and default are 50. Any page size larger than 50 will be coerced to 50.

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

PageToken

Optional. Token to specify the page of the request to be returned. Token expires after 1 day.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes FetchDevicesRequestingExtension parameter list.

Declaration
protected override void InitParameters()
Overrides
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse>.InitParameters()

Implements

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