public sealed class SpecDetails : IMessage<SpecDetails>, IEquatable<SpecDetails>, IDeepCloneable<SpecDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class SpecDetails.
SpecDetails contains the details parsed from supported spec types.
Implements
IMessageSpecDetails, IEquatableSpecDetails, IDeepCloneableSpecDetails, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
SpecDetails()
public SpecDetails()
SpecDetails(SpecDetails)
public SpecDetails(SpecDetails other)
Parameter | |
---|---|
Name | Description |
other |
SpecDetails |
Properties
Description
public string Description { get; set; }
Output only. The description of the spec.
Property Value | |
---|---|
Type | Description |
string |
DetailsCase
public SpecDetails.DetailsOneofCase DetailsCase { get; }
Property Value | |
---|---|
Type | Description |
SpecDetailsDetailsOneofCase |
OpenApiSpecDetails
public OpenApiSpecDetails OpenApiSpecDetails { get; set; }
Output only. Additional details apart from OperationDetails
parsed from
an OpenAPI spec. The OperationDetails parsed from the spec can be
obtained by using
[ListAPIOperations][google.cloud.apihub.v1.ApiHub.ListApiOperations]
method.
Property Value | |
---|---|
Type | Description |
OpenApiSpecDetails |