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.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.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

Export(GoogleCloudDiscoveryengineV1alphaExportUserLicensesRequest, string)

Exports all the UserLicenses under the parent UserStore as a single CSV document. This is the backend for the admin console "Download as CSV" action: it reuses the ListUserLicenses read path so admins can sort/filter offline in Excel or Sheets. The response carries the full CSV (header row followed by data rows) inline in ExportUserLicensesResponse.csv_data.

Declaration
public virtual ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource.ExportRequest Export(GoogleCloudDiscoveryengineV1alphaExportUserLicensesRequest body, string parent)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1alphaExportUserLicensesRequest body

The body of the request.

string parent

Required. The parent UserStore resource name, format: projects/{project}/locations/{location}/userStores/{user_store_id}. All UserLicenses under this UserStore are exported.

Returns
Type Description
ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource.ExportRequest

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