public sealed class SampleQuerySetServiceClientImpl : SampleQuerySetServiceClientReference documentation and code samples for the Discovery Engine v1beta API class SampleQuerySetServiceClientImpl.
SampleQuerySetService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Remarks
Service for managing [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet]s,
Constructors
SampleQuerySetServiceClientImpl(SampleQuerySetServiceClient, SampleQuerySetServiceSettings, ILogger)
public SampleQuerySetServiceClientImpl(SampleQuerySetService.SampleQuerySetServiceClient grpcClient, SampleQuerySetServiceSettings settings, ILogger logger)Constructs a client wrapper for the SampleQuerySetService service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
SampleQuerySetServiceSampleQuerySetServiceClientThe underlying gRPC client. |
settings |
SampleQuerySetServiceSettingsThe base SampleQuerySetServiceSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
GrpcClient
public override SampleQuerySetService.SampleQuerySetServiceClient GrpcClient { get; }The underlying gRPC SampleQuerySetService client
| Property Value | |
|---|---|
| Type | Description |
SampleQuerySetServiceSampleQuerySetServiceClient |
|
LocationsClient
public override LocationsClient LocationsClient { get; }The LocationsClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
LocationsClient |
|
Methods
CreateSampleQuerySet(CreateSampleQuerySetRequest, CallSettings)
public override SampleQuerySet CreateSampleQuerySet(CreateSampleQuerySetRequest request, CallSettings callSettings = null)Creates a [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet]
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSampleQuerySetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
SampleQuerySet |
The RPC response. |
CreateSampleQuerySetAsync(CreateSampleQuerySetRequest, CallSettings)
public override Task<SampleQuerySet> CreateSampleQuerySetAsync(CreateSampleQuerySetRequest request, CallSettings callSettings = null)Creates a [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet]
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSampleQuerySetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskSampleQuerySet |
A Task containing the RPC response. |
DeleteSampleQuerySet(DeleteSampleQuerySetRequest, CallSettings)
public override void DeleteSampleQuerySet(DeleteSampleQuerySetRequest request, CallSettings callSettings = null)Deletes a [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet].
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteSampleQuerySetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
DeleteSampleQuerySetAsync(DeleteSampleQuerySetRequest, CallSettings)
public override Task DeleteSampleQuerySetAsync(DeleteSampleQuerySetRequest request, CallSettings callSettings = null)Deletes a [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet].
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteSampleQuerySetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task |
A Task containing the RPC response. |
GetSampleQuerySet(GetSampleQuerySetRequest, CallSettings)
public override SampleQuerySet GetSampleQuerySet(GetSampleQuerySetRequest request, CallSettings callSettings = null)Gets a [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet].
| Parameters | |
|---|---|
| Name | Description |
request |
GetSampleQuerySetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
SampleQuerySet |
The RPC response. |
GetSampleQuerySetAsync(GetSampleQuerySetRequest, CallSettings)
public override Task<SampleQuerySet> GetSampleQuerySetAsync(GetSampleQuerySetRequest request, CallSettings callSettings = null)Gets a [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet].
| Parameters | |
|---|---|
| Name | Description |
request |
GetSampleQuerySetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskSampleQuerySet |
A Task containing the RPC response. |
ListSampleQuerySets(ListSampleQuerySetsRequest, CallSettings)
public override PagedEnumerable<ListSampleQuerySetsResponse, SampleQuerySet> ListSampleQuerySets(ListSampleQuerySetsRequest request, CallSettings callSettings = null)Gets a list of [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet]s.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSampleQuerySetsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListSampleQuerySetsResponseSampleQuerySet |
A pageable sequence of SampleQuerySet resources. |
ListSampleQuerySetsAsync(ListSampleQuerySetsRequest, CallSettings)
public override PagedAsyncEnumerable<ListSampleQuerySetsResponse, SampleQuerySet> ListSampleQuerySetsAsync(ListSampleQuerySetsRequest request, CallSettings callSettings = null)Gets a list of [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet]s.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSampleQuerySetsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListSampleQuerySetsResponseSampleQuerySet |
A pageable asynchronous sequence of SampleQuerySet resources. |
UpdateSampleQuerySet(UpdateSampleQuerySetRequest, CallSettings)
public override SampleQuerySet UpdateSampleQuerySet(UpdateSampleQuerySetRequest request, CallSettings callSettings = null)Updates a [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet].
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSampleQuerySetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
SampleQuerySet |
The RPC response. |
UpdateSampleQuerySetAsync(UpdateSampleQuerySetRequest, CallSettings)
public override Task<SampleQuerySet> UpdateSampleQuerySetAsync(UpdateSampleQuerySetRequest request, CallSettings callSettings = null)Updates a [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet].
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSampleQuerySetRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskSampleQuerySet |
A Task containing the RPC response. |