public sealed class DeleteSpecRequest : IMessage<DeleteSpecRequest>, IEquatable<DeleteSpecRequest>, IDeepCloneable<DeleteSpecRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DeleteSpecRequest.
The [DeleteSpec][google.cloud.apihub.v1.ApiHub.DeleteSpec] method's request.
[[["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 documentation details the `DeleteSpecRequest` class within the Google Cloud API Hub V1 API, version 1.0.0."],["The `DeleteSpecRequest` class is used to make requests for the `DeleteSpec` method, which is used to delete a specification."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `DeleteSpecRequest` class has properties for `Name` which represents the resource name of the spec to delete and `SpecName`, which provides a typed view of the `Name` property."]]],[]]