Discovery Engine v1beta API - Class UserLicenseService.UserLicenseServiceBase (1.0.0-beta24)

[BindServiceMethod(typeof(UserLicenseService), "BindService")]
public abstract class UserLicenseService.UserLicenseServiceBase

Reference documentation and code samples for the Discovery Engine v1beta API class UserLicenseService.UserLicenseServiceBase.

Base class for server-side implementations of UserLicenseService

Inheritance

object > UserLicenseService.UserLicenseServiceBase

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Methods

BatchUpdateUserLicenses(BatchUpdateUserLicensesRequest, ServerCallContext)

public virtual Task<Operation> BatchUpdateUserLicenses(BatchUpdateUserLicensesRequest request, ServerCallContext context)

Updates the User License. This method is used for batch assign/unassign licenses to users.

Parameters
Name Description
request BatchUpdateUserLicensesRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskOperation

The response to send back to the client (wrapped by a task).

ListLicenseConfigsUsageStats(ListLicenseConfigsUsageStatsRequest, ServerCallContext)

public virtual Task<ListLicenseConfigsUsageStatsResponse> ListLicenseConfigsUsageStats(ListLicenseConfigsUsageStatsRequest request, ServerCallContext context)

Lists all the [LicenseConfigUsageStats][google.cloud.discoveryengine.v1beta.LicenseConfigUsageStats]s associated with the project.

Parameters
Name Description
request ListLicenseConfigsUsageStatsRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskListLicenseConfigsUsageStatsResponse

The response to send back to the client (wrapped by a task).

ListUserLicenses(ListUserLicensesRequest, ServerCallContext)

public virtual Task<ListUserLicensesResponse> ListUserLicenses(ListUserLicensesRequest request, ServerCallContext context)

Lists the User Licenses.

Parameters
Name Description
request ListUserLicensesRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskListUserLicensesResponse

The response to send back to the client (wrapped by a task).