public sealed class DeleteSchemaRequest : IMessage<DeleteSchemaRequest>, IEquatable<DeleteSchemaRequest>, IDeepCloneable<DeleteSchemaRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class DeleteSchemaRequest.
Request message for
[SchemaService.DeleteSchema][google.cloud.discoveryengine.v1.SchemaService.DeleteSchema]
method.
Required. The full resource name of the schema, in the format of
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `DeleteSchemaRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.1.0."],["`DeleteSchemaRequest` is a request message used to delete a schema via the `SchemaService.DeleteSchema` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSchemaRequest` class includes constructors for creating new instances and a property called `Name` that specifies the full resource name of the schema to be deleted."],["There are multiple versions available for this class, including the latest version, 1.6.0, as well as previous versions going back to 1.0.0-beta06, that can all be referenced."],["The `SchemaName` property provides a typed view of the `Name` resource property, which represents the schema to be deleted."]]],[]]