Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>
ProjectsResource.LocationsResource.UserStoresResource.UserLicensesResource.ExportRequest
Implements
IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>
IClientServiceRequest
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.Xgafv
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.AccessToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.Alt
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.Callback
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.Fields
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.Key
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.OauthToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.PrettyPrint
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.QuotaUser
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.UploadType
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.Execute()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.ETagAction
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.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
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.MethodName

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
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.GetBody()

InitParameters()

Initializes Export parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX