Discovery Engine v1beta API - Class RecommendationService.RecommendationServiceClient (1.0.0-beta11)

public class RecommendationService.RecommendationServiceClient : ClientBase<RecommendationService.RecommendationServiceClient>

Reference documentation and code samples for the Discovery Engine v1beta API class RecommendationService.RecommendationServiceClient.

Client for RecommendationService

Inheritance

object > ClientBase > ClientBaseRecommendationServiceRecommendationServiceClient > RecommendationService.RecommendationServiceClient

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

RecommendationServiceClient()

protected RecommendationServiceClient()

Protected parameterless constructor to allow creation of test doubles.

RecommendationServiceClient(CallInvoker)

public RecommendationServiceClient(CallInvoker callInvoker)

Creates a new client for RecommendationService that uses a custom CallInvoker.

Parameter
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

RecommendationServiceClient(ChannelBase)

public RecommendationServiceClient(ChannelBase channel)

Creates a new client for RecommendationService

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

RecommendationServiceClient(ClientBaseConfiguration)

protected RecommendationServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
TypeDescription
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

NewInstance(ClientBaseConfiguration)

protected override RecommendationService.RecommendationServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
RecommendationServiceRecommendationServiceClient
Overrides

Recommend(RecommendRequest, CallOptions)

public virtual RecommendResponse Recommend(RecommendRequest request, CallOptions options)

Makes a recommendation, which requires a contextual user event.

Parameters
NameDescription
requestRecommendRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
RecommendResponse

The response received from the server.

Recommend(RecommendRequest, Metadata, DateTime?, CancellationToken)

public virtual RecommendResponse Recommend(RecommendRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Makes a recommendation, which requires a contextual user event.

Parameters
NameDescription
requestRecommendRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
RecommendResponse

The response received from the server.

RecommendAsync(RecommendRequest, CallOptions)

public virtual AsyncUnaryCall<RecommendResponse> RecommendAsync(RecommendRequest request, CallOptions options)

Makes a recommendation, which requires a contextual user event.

Parameters
NameDescription
requestRecommendRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallRecommendResponse

The call object.

RecommendAsync(RecommendRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<RecommendResponse> RecommendAsync(RecommendRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Makes a recommendation, which requires a contextual user event.

Parameters
NameDescription
requestRecommendRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallRecommendResponse

The call object.