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