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"]],[["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."],[[["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."]]],[]]