[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003eGroundedGenerationService.GroundedGenerationServiceBase\u003c/code\u003e class, which serves as the base for server-side implementations of the GroundedGenerationService within the Discovery Engine v1beta API.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and includes inherited members like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCheckGrounding\u003c/code\u003e method allows for performing a grounding check and returns a \u003ccode\u003eCheckGroundingResponse\u003c/code\u003e wrapped in a Task.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGenerateGroundedContent\u003c/code\u003e method is used to generate grounded content and returns a \u003ccode\u003eGenerateGroundedContentResponse\u003c/code\u003e wrapped in a Task.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStreamGenerateGroundedContent\u003c/code\u003e method is used to generate grounded content in a streaming fashion and uses an \u003ccode\u003eIAsyncStreamReader\u003c/code\u003e for requests and an \u003ccode\u003eIServerStreamWriter\u003c/code\u003e for responses.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class GroundedGenerationService.GroundedGenerationServiceBase (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.GroundedGenerationService.GroundedGenerationServiceBase)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.GroundedGenerationService.GroundedGenerationServiceBase) \n\n [BindServiceMethod(typeof(GroundedGenerationService), \"BindService\")]\n public abstract class GroundedGenerationService.GroundedGenerationServiceBase\n\nReference documentation and code samples for the Discovery Engine v1beta API class GroundedGenerationService.GroundedGenerationServiceBase.\n\nBase class for server-side implementations of GroundedGenerationService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GroundedGenerationService.GroundedGenerationServiceBase \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nMethods\n-------\n\n### CheckGrounding(CheckGroundingRequest, ServerCallContext)\n\n public virtual Task\u003cCheckGroundingResponse\u003e CheckGrounding(CheckGroundingRequest request, ServerCallContext context)\n\nPerforms a grounding check.\n\n### GenerateGroundedContent(GenerateGroundedContentRequest, ServerCallContext)\n\n public virtual Task\u003cGenerateGroundedContentResponse\u003e GenerateGroundedContent(GenerateGroundedContentRequest request, ServerCallContext context)\n\nGenerates grounded content.\n\n### StreamGenerateGroundedContent(IAsyncStreamReader\\\u003cGenerateGroundedContentRequest\\\u003e, IServerStreamWriter\\\u003cGenerateGroundedContentResponse\\\u003e, ServerCallContext)\n\n public virtual Task StreamGenerateGroundedContent(IAsyncStreamReader\u003cGenerateGroundedContentRequest\u003e requestStream, IServerStreamWriter\u003cGenerateGroundedContentResponse\u003e responseStream, ServerCallContext context)\n\nGenerates grounded content in a streaming fashion."]]