Show / Hide Table of Contents

Class CustomersResource.AppsResource.FetchUsersRequestingExtensionRequest

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

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

Constructors

FetchUsersRequestingExtensionRequest(IClientService, string)

Constructs a new FetchUsersRequestingExtension request.

Declaration
public FetchUsersRequestingExtensionRequest(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 the requesting users.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleChromeManagementV1FetchUsersRequestingExtensionResponse>.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<GoogleChromeManagementV1FetchUsersRequestingExtensionResponse>.RestPath

Methods

InitParameters()

Initializes FetchUsersRequestingExtension parameter list.

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

Implements

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