Class ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource.ExportRequest
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.
Inheritance
ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource.ExportRequest
Implements
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.Xgafv
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource.ExportRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>, IClientServiceRequest
Constructors
ExportRequest(IClientService, GoogleCloudDiscoveryengineV1alphaExportUserLicensesRequest, string)
Constructs a new Export request.
Declaration
public ExportRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaExportUserLicensesRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudDiscoveryengineV1alphaExportUserLicensesRequest | body | |
| string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Parent
Required. The parent UserStore resource name, format:
projects/{project}/locations/{location}/userStores/{user_store_id}. All UserLicenses under
this UserStore are exported.
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Export parameter list.
Declaration
protected override void InitParameters()