Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource.ListRequest

Lists the User Licenses.

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

Filter

Optional. Filter for the list request. Supported fields: * license_assignment_state Examples: * license_assignment_state = ASSIGNED to list assigned user licenses. * license_assignment_state = NO_LICENSE to list not licensed users. * license_assignment_state = NO_LICENSE_ATTEMPTED_LOGIN to list users who attempted login but no license assigned. * license_assignment_state != NO_LICENSE_ATTEMPTED_LOGIN to filter out users who attempted login but no license assigned.

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

MethodName

Gets the method name.

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

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
ClientServiceRequest<GoogleCloudDiscoveryengineV1ListUserLicensesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1ListUserLicensesResponse>.InitParameters()

Implements

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