Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.UserStoresResource.LicenseConfigsUsageStatsResource

The "licenseConfigsUsageStats" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.UserStoresResource.LicenseConfigsUsageStatsResource
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.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.UserStoresResource.LicenseConfigsUsageStatsResource

Constructors

LicenseConfigsUsageStatsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists all the LicenseConfigUsageStatss associated with the project.

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

Required. The parent branch resource name, such as projects/{project}/locations/{location}/userStores/{user_store_id}.

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