public sealed class OpenApiSpecDetails : IMessage<OpenApiSpecDetails>, IEquatable<OpenApiSpecDetails>, IDeepCloneable<OpenApiSpecDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class OpenApiSpecDetails.
OpenApiSpecDetails contains the details parsed from an OpenAPI spec in
addition to the fields mentioned in
[SpecDetails][google.cloud.apihub.v1.SpecDetails].
[[["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 is for the `OpenApiSpecDetails` class within the Google Cloud API Hub v1 API, specifically version 1.0.0-beta02."],["`OpenApiSpecDetails` class is used to hold information parsed from an OpenAPI specification, extending the `SpecDetails` class."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it supports various functionalities like serialization and equality checks."],["The class includes properties like `Format`, `Owner`, and `Version`, which correspond to details found in an OpenAPI spec, such as the spec's format, owner information, and version."],["`OpenApiSpecDetails` provides two constructors: a default parameterless one and one which takes another `OpenApiSpecDetails` object."]]],[]]