Class GroundedGenerationServiceGrpc.GroundedGenerationServiceStub (0.49.0)

public static final class GroundedGenerationServiceGrpc.GroundedGenerationServiceStub extends AbstractAsyncStub<GroundedGenerationServiceGrpc.GroundedGenerationServiceStub>

A stub to allow clients to do asynchronous rpc calls to service GroundedGenerationService.

Service for grounded generation.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > GroundedGenerationServiceGrpc.GroundedGenerationServiceStub

Methods

build(Channel channel, CallOptions callOptions)

protected GroundedGenerationServiceGrpc.GroundedGenerationServiceStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
GroundedGenerationServiceGrpc.GroundedGenerationServiceStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

checkGrounding(CheckGroundingRequest request, StreamObserver<CheckGroundingResponse> responseObserver)

public void checkGrounding(CheckGroundingRequest request, StreamObserver<CheckGroundingResponse> responseObserver)

Performs a grounding check.

Parameters
Name Description
request CheckGroundingRequest
responseObserver io.grpc.stub.StreamObserver<CheckGroundingResponse>

generateGroundedContent(GenerateGroundedContentRequest request, StreamObserver<GenerateGroundedContentResponse> responseObserver)

public void generateGroundedContent(GenerateGroundedContentRequest request, StreamObserver<GenerateGroundedContentResponse> responseObserver)

Generates grounded content.

Parameters
Name Description
request GenerateGroundedContentRequest
responseObserver io.grpc.stub.StreamObserver<GenerateGroundedContentResponse>

streamGenerateGroundedContent(StreamObserver<GenerateGroundedContentResponse> responseObserver)

public StreamObserver<GenerateGroundedContentRequest> streamGenerateGroundedContent(StreamObserver<GenerateGroundedContentResponse> responseObserver)

Generates grounded content in a streaming fashion.

Parameter
Name Description
responseObserver io.grpc.stub.StreamObserver<GenerateGroundedContentResponse>
Returns
Type Description
io.grpc.stub.StreamObserver<GenerateGroundedContentRequest>