[BindServiceMethod(typeof(SampleQuerySetService), "BindService")]
public abstract class SampleQuerySetService.SampleQuerySetServiceBase
Reference 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 |
CreateSampleQuerySetRequest The request received from the client. |
context |
ServerCallContext The 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 |
DeleteSampleQuerySetRequest The request received from the client. |
context |
ServerCallContext The 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 |
GetSampleQuerySetRequest The request received from the client. |
context |
ServerCallContext The 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 |
ListSampleQuerySetsRequest The request received from the client. |
context |
ServerCallContext The 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 |
UpdateSampleQuerySetRequest The request received from the client. |
context |
ServerCallContext The 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). |