[[["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 documentation covers the \u003ccode\u003eSchemaService.SchemaServiceBase\u003c/code\u003e class, which serves as the base for server-side implementations of the SchemaService within the Google.Cloud.DiscoveryEngine.V1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API is 1.6.0, with multiple previous versions available, ranging from 1.5.0 down to 1.0.0-beta06.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes methods for managing schemas, including \u003ccode\u003eCreateSchema\u003c/code\u003e, \u003ccode\u003eDeleteSchema\u003c/code\u003e, \u003ccode\u003eGetSchema\u003c/code\u003e, \u003ccode\u003eListSchemas\u003c/code\u003e, and \u003ccode\u003eUpdateSchema\u003c/code\u003e, all of which operate asynchronously and use \u003ccode\u003eServerCallContext\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAll methods take a specific request object and a server call context as parameters and return a Task wrapping either an Operation or a Schema or ListSchemasResponse.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits basic methods from the \u003ccode\u003eobject\u003c/code\u003e class, such as \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"]]],[],null,["# Discovery Engine v1 API - Class SchemaService.SchemaServiceBase (1.9.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.9.0 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1.SchemaService.SchemaServiceBase)\n- [1.8.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.8.0/Google.Cloud.DiscoveryEngine.V1.SchemaService.SchemaServiceBase)\n- [1.7.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.7.0/Google.Cloud.DiscoveryEngine.V1.SchemaService.SchemaServiceBase)\n- [1.6.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.6.0/Google.Cloud.DiscoveryEngine.V1.SchemaService.SchemaServiceBase)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.5.0/Google.Cloud.DiscoveryEngine.V1.SchemaService.SchemaServiceBase)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.4.0/Google.Cloud.DiscoveryEngine.V1.SchemaService.SchemaServiceBase)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.3.0/Google.Cloud.DiscoveryEngine.V1.SchemaService.SchemaServiceBase)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.2.0/Google.Cloud.DiscoveryEngine.V1.SchemaService.SchemaServiceBase)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.1.0/Google.Cloud.DiscoveryEngine.V1.SchemaService.SchemaServiceBase)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/1.0.0-beta06/Google.Cloud.DiscoveryEngine.V1.SchemaService.SchemaServiceBase) \n\n [BindServiceMethod(typeof(SchemaService), \"BindService\")]\n public abstract class SchemaService.SchemaServiceBase\n\nReference documentation and code samples for the Discovery Engine v1 API class SchemaService.SchemaServiceBase.\n\nBase class for server-side implementations of SchemaService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SchemaService.SchemaServiceBase \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.V1](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1/latest/Google.Cloud.DiscoveryEngine.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1.dll\n\nMethods\n-------\n\n### CreateSchema(CreateSchemaRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e CreateSchema(CreateSchemaRequest request, ServerCallContext context)\n\nCreates a \\[Schema\\]\\[google.cloud.discoveryengine.v1.Schema\\].\n\n### DeleteSchema(DeleteSchemaRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e DeleteSchema(DeleteSchemaRequest request, ServerCallContext context)\n\nDeletes a \\[Schema\\]\\[google.cloud.discoveryengine.v1.Schema\\].\n\n### GetSchema(GetSchemaRequest, ServerCallContext)\n\n public virtual Task\u003cSchema\u003e GetSchema(GetSchemaRequest request, ServerCallContext context)\n\nGets a \\[Schema\\]\\[google.cloud.discoveryengine.v1.Schema\\].\n\n### ListSchemas(ListSchemasRequest, ServerCallContext)\n\n public virtual Task\u003cListSchemasResponse\u003e ListSchemas(ListSchemasRequest request, ServerCallContext context)\n\nGets a list of \\[Schema\\]\\[google.cloud.discoveryengine.v1.Schema\\]s.\n\n### UpdateSchema(UpdateSchemaRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e UpdateSchema(UpdateSchemaRequest request, ServerCallContext context)\n\nUpdates a \\[Schema\\]\\[google.cloud.discoveryengine.v1.Schema\\]."]]