Show / Hide Table of Contents

Class CustomersResource.ReportsResource.FindInstalledAppProfilesRequest

Generate report of managed Chrome profiles that have a specified app installed.

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

Constructors

FindInstalledAppProfilesRequest(IClientService, string)

Constructs a new FindInstalledAppProfiles request.

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

Properties

AppId

Required. Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote).

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

AppType

Type of the app. Optional. If not provided, an app type will be inferred from the format of the app ID.

Declaration
[RequestParameter("appType", RequestParameterType.Query)]
public virtual CustomersResource.ReportsResource.FindInstalledAppProfilesRequest.AppTypeEnum? AppType { get; set; }
Property Value
Type Description
CustomersResource.ReportsResource.FindInstalledAppProfilesRequest.AppTypeEnum?

Customer

Required. Customer id or "my_customer" to use the customer associated to the account making the request.

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

Filter

Optional. Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date

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

MethodName

Gets the method name.

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

OrderBy

Optional. Field used to order results. Supported order by fields: * email * profile_id * profile_permanent_id

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

OrgUnitId

Optional. The ID of the organizational unit.

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 100.

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.

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

Methods

InitParameters()

Initializes FindInstalledAppProfiles parameter list.

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

Implements

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