public static interface GroundedGenerationServiceGrpc.AsyncService
Service for grounded generation.
| Modifier and Type | Method and Description |
|---|---|
default void |
checkGrounding(CheckGroundingRequest request,
io.grpc.stub.StreamObserver<CheckGroundingResponse> responseObserver)
Performs a grounding check.
|
default void |
generateGroundedContent(GenerateGroundedContentRequest request,
io.grpc.stub.StreamObserver<GenerateGroundedContentResponse> responseObserver)
Generates grounded content.
|
default io.grpc.stub.StreamObserver<GenerateGroundedContentRequest> |
streamGenerateGroundedContent(io.grpc.stub.StreamObserver<GenerateGroundedContentResponse> responseObserver)
Generates grounded content in a streaming fashion.
|
default io.grpc.stub.StreamObserver<GenerateGroundedContentRequest> streamGenerateGroundedContent(io.grpc.stub.StreamObserver<GenerateGroundedContentResponse> responseObserver)
Generates grounded content in a streaming fashion.
default void generateGroundedContent(GenerateGroundedContentRequest request, io.grpc.stub.StreamObserver<GenerateGroundedContentResponse> responseObserver)
Generates grounded content.
default void checkGrounding(CheckGroundingRequest request, io.grpc.stub.StreamObserver<CheckGroundingResponse> responseObserver)
Performs a grounding check.
Copyright © 2025 Google LLC. All rights reserved.