Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource

The "userLicenses" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1beta
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource

Constructors

UserLicensesResource(IClientService)

Constructs a new resource.

Declaration
public UserLicensesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists the User Licenses.

Declaration
public virtual ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent UserStore resource name, format: projects/{project}/locations/{location}/userStores/{user_store_id}.

Returns
Type Description
ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource.ListRequest
In this article
Back to top Generated by DocFX