Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::SpecDetails.
SpecDetails contains the details parsed from supported spec types.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::String) — Output only. The description of the spec.
#open_api_spec_details
def open_api_spec_details() -> ::Google::Cloud::ApiHub::V1::OpenApiSpecDetails
Returns
-
(::Google::Cloud::ApiHub::V1::OpenApiSpecDetails) — Output only. Additional details apart from
OperationDetails
parsed from an OpenAPI spec. The OperationDetails parsed from the spec can be obtained by using ListAPIOperations method.