[BindServiceMethod(typeof(SampleQuerySetService), "BindService")]
public abstract class SampleQuerySetService.SampleQuerySetServiceBaseReference documentation and code samples for the Discovery Engine v1beta API class SampleQuerySetService.SampleQuerySetServiceBase.
Base class for server-side implementations of SampleQuerySetService
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Methods
CreateSampleQuerySet(CreateSampleQuerySetRequest, ServerCallContext)
public virtual Task<SampleQuerySet> CreateSampleQuerySet(CreateSampleQuerySetRequest request, ServerCallContext context)Creates a [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet]
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSampleQuerySetRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSampleQuerySet |
The response to send back to the client (wrapped by a task). |
DeleteSampleQuerySet(DeleteSampleQuerySetRequest, ServerCallContext)
public virtual Task<Empty> DeleteSampleQuerySet(DeleteSampleQuerySetRequest request, ServerCallContext context)Deletes a [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet].
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteSampleQuerySetRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
GetSampleQuerySet(GetSampleQuerySetRequest, ServerCallContext)
public virtual Task<SampleQuerySet> GetSampleQuerySet(GetSampleQuerySetRequest request, ServerCallContext context)Gets a [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet].
| Parameters | |
|---|---|
| Name | Description |
request |
GetSampleQuerySetRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSampleQuerySet |
The response to send back to the client (wrapped by a task). |
ListSampleQuerySets(ListSampleQuerySetsRequest, ServerCallContext)
public virtual Task<ListSampleQuerySetsResponse> ListSampleQuerySets(ListSampleQuerySetsRequest request, ServerCallContext context)Gets a list of [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet]s.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSampleQuerySetsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListSampleQuerySetsResponse |
The response to send back to the client (wrapped by a task). |
UpdateSampleQuerySet(UpdateSampleQuerySetRequest, ServerCallContext)
public virtual Task<SampleQuerySet> UpdateSampleQuerySet(UpdateSampleQuerySetRequest request, ServerCallContext context)Updates a [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet].
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSampleQuerySetRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSampleQuerySet |
The response to send back to the client (wrapped by a task). |