Discovery Engine v1 API - Class ProjectService.ProjectServiceBase (1.1.0)

[BindServiceMethod(typeof(ProjectService), "BindService")]
public abstract class ProjectService.ProjectServiceBase

Reference documentation and code samples for the Discovery Engine v1 API class ProjectService.ProjectServiceBase.

Base class for server-side implementations of ProjectService

Inheritance

object > ProjectService.ProjectServiceBase

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Methods

ProvisionProject(ProvisionProjectRequest, ServerCallContext)

public virtual Task<Operation> ProvisionProject(ProvisionProjectRequest request, ServerCallContext context)

Provisions the project resource. During the process, related systems will get prepared and initialized.

Caller must read the Terms for data use, and optionally specify in request to provide consent to that service terms.

Parameters
Name Description
request ProvisionProjectRequest

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).