Discovery Engine v1beta API - Class GroundedGenerationService.GroundedGenerationServiceClient (1.0.0-beta12)

public class GroundedGenerationService.GroundedGenerationServiceClient : ClientBase<GroundedGenerationService.GroundedGenerationServiceClient>

Reference documentation and code samples for the Discovery Engine v1beta API class GroundedGenerationService.GroundedGenerationServiceClient.

Client for GroundedGenerationService

Inheritance

object > ClientBase > ClientBaseGroundedGenerationServiceGroundedGenerationServiceClient > GroundedGenerationService.GroundedGenerationServiceClient

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

GroundedGenerationServiceClient()

protected GroundedGenerationServiceClient()

Protected parameterless constructor to allow creation of test doubles.

GroundedGenerationServiceClient(CallInvoker)

public GroundedGenerationServiceClient(CallInvoker callInvoker)

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

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

GroundedGenerationServiceClient(ChannelBase)

public GroundedGenerationServiceClient(ChannelBase channel)

Creates a new client for GroundedGenerationService

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

GroundedGenerationServiceClient(ClientBaseConfiguration)

protected GroundedGenerationServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

CheckGrounding(CheckGroundingRequest, CallOptions)

public virtual CheckGroundingResponse CheckGrounding(CheckGroundingRequest request, CallOptions options)

Performs a grounding check.

Parameters
Name Description
request CheckGroundingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
CheckGroundingResponse

The response received from the server.

CheckGrounding(CheckGroundingRequest, Metadata, DateTime?, CancellationToken)

public virtual CheckGroundingResponse CheckGrounding(CheckGroundingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Performs a grounding check.

Parameters
Name Description
request CheckGroundingRequest

The request to send to the server.

headers Metadata

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

deadline System.DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
CheckGroundingResponse

The response received from the server.

CheckGroundingAsync(CheckGroundingRequest, CallOptions)

public virtual AsyncUnaryCall<CheckGroundingResponse> CheckGroundingAsync(CheckGroundingRequest request, CallOptions options)

Performs a grounding check.

Parameters
Name Description
request CheckGroundingRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallCheckGroundingResponse

The call object.

CheckGroundingAsync(CheckGroundingRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<CheckGroundingResponse> CheckGroundingAsync(CheckGroundingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Performs a grounding check.

Parameters
Name Description
request CheckGroundingRequest

The request to send to the server.

headers Metadata

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

deadline System.DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallCheckGroundingResponse

The call object.

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

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

Returns
Type Description
LocationsLocationsClient

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

NewInstance(ClientBaseConfiguration)

protected override GroundedGenerationService.GroundedGenerationServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
GroundedGenerationServiceGroundedGenerationServiceClient
Overrides