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