[[["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\u003eThe \u003ccode\u003eSchemaService.SchemaServiceBase\u003c/code\u003e class provides the base for server-side implementations of the SchemaService within the Discovery Engine v1beta API.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes methods for managing schemas, such as \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.\u003c/p\u003e\n"],["\u003cp\u003eEach method interacts with a request object and server call context to handle client requests related to schema operations.\u003c/p\u003e\n"],["\u003cp\u003eAll schema methods will return their response wrapped by a task, allowing for asynchronous operation.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version for the \u003ccode\u003eSchemaService.SchemaServiceBase\u003c/code\u003e class is 1.0.0-beta18, and it resides within the Google.Cloud.DiscoveryEngine.V1Beta namespace.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class SchemaService.SchemaServiceBase (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.SchemaService.SchemaServiceBase)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.SchemaService.SchemaServiceBase) \n\n [BindServiceMethod(typeof(SchemaService), \"BindService\")]\n public abstract class SchemaService.SchemaServiceBase\n\nReference documentation and code samples for the Discovery Engine v1beta 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.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### CreateSchema(CreateSchemaRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e CreateSchema(CreateSchemaRequest request, ServerCallContext context)\n\nCreates a \\[Schema\\]\\[google.cloud.discoveryengine.v1beta.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.v1beta.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.v1beta.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.v1beta.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.v1beta.Schema\\]."]]