public static final class GroundedGenerationServiceGrpc.GroundedGenerationServiceStub extends io.grpc.stub.AbstractAsyncStub<GroundedGenerationServiceGrpc.GroundedGenerationServiceStub>
Service for grounded generation.
| Modifier and Type | Method and Description |
|---|---|
protected GroundedGenerationServiceGrpc.GroundedGenerationServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
checkGrounding(CheckGroundingRequest request,
io.grpc.stub.StreamObserver<CheckGroundingResponse> responseObserver)
Performs a grounding check.
|
void |
generateGroundedContent(GenerateGroundedContentRequest request,
io.grpc.stub.StreamObserver<GenerateGroundedContentResponse> responseObserver)
Generates grounded content.
|
io.grpc.stub.StreamObserver<GenerateGroundedContentRequest> |
streamGenerateGroundedContent(io.grpc.stub.StreamObserver<GenerateGroundedContentResponse> responseObserver)
Generates grounded content in a streaming fashion.
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected GroundedGenerationServiceGrpc.GroundedGenerationServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<GroundedGenerationServiceGrpc.GroundedGenerationServiceStub>public io.grpc.stub.StreamObserver<GenerateGroundedContentRequest> streamGenerateGroundedContent(io.grpc.stub.StreamObserver<GenerateGroundedContentResponse> responseObserver)
Generates grounded content in a streaming fashion.
public void generateGroundedContent(GenerateGroundedContentRequest request, io.grpc.stub.StreamObserver<GenerateGroundedContentResponse> responseObserver)
Generates grounded content.
public void checkGrounding(CheckGroundingRequest request, io.grpc.stub.StreamObserver<CheckGroundingResponse> responseObserver)
Performs a grounding check.
Copyright © 2025 Google LLC. All rights reserved.