Class ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource
The "userLicenses" collection of methods.
Inherited Members
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:
|
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:
|
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource.ListRequest |