public sealed class DeleteSchemaRequest : IMessage<DeleteSchemaRequest>, IEquatable<DeleteSchemaRequest>, IDeepCloneable<DeleteSchemaRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class DeleteSchemaRequest.
Request message for
[SchemaService.DeleteSchema][google.cloud.discoveryengine.v1beta.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."],[[["The `DeleteSchemaRequest` class is used to send a request to delete a schema via the `SchemaService.DeleteSchema` method within the Discovery Engine v1beta API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for handling messages, equality, deep cloning, and buffering."],["It inherits from the base `object` class and can use members of the `object` class like `GetHashCode()`, `GetType()`, and `ToString()`."],["`DeleteSchemaRequest` instances have properties such as `Name`, which is a required string representing the full resource name of the schema to be deleted."],["The `SchemaName` property provides a typed view over the `Name` property."]]],[]]