Class ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource.ListRequest
Lists the User Licenses.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource.ListRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaListUserLicensesResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaListUserLicensesResponse>, 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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
OrderBy
Optional. The order in which the UserLicenses are listed. The value must be a
comma-separated list of fields. Default sorting order is ascending. To specify descending
order for a field, append a " desc" suffix. Redundant space characters in the syntax are
insignificant. Supported fields: * license_assignment_state * user_principal *
user_profile * last_login_date * update_time If not set, the default ordering is by
user_principal. Examples: * user_principal desc to order by user_principal in
descending order. * license_assignment_state to order by license_assignment_state in
ascending order. * last_login_date desc to order by last_login_date in descending order.
update_time descto order byupdate_timein descending order. *last_login_date desc, user_principalto order bylast_login_datein descending order and then byuser_principalin ascending order.
Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, defaults to 10. The maximum value is 50; values above 50 will be coerced to 50. If this field is negative, an INVALID_ARGUMENT error is returned.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
PageToken
Optional. A page token, received from a previous ListUserLicenses call. Provide this to
retrieve the subsequent page. When paginating, all other parameters provided to
ListUserLicenses must match the call that provided the page token.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
Required. The parent UserStore resource name, format:
projects/{project}/locations/{location}/userStores/{user_store_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
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()