Class: Google::Cloud::ApiHub::V1::SpecDetails
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::SpecDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
SpecDetails contains the details parsed from supported spec types.
Instance Attribute Summary collapse
-
#description ⇒ ::String
readonly
Output only.
-
#open_api_spec_details ⇒ ::Google::Cloud::ApiHub::V1::OpenApiSpecDetails
readonly
Output only.
Instance Attribute Details
#description ⇒ ::String (readonly)
Returns Output only. The description of the spec.
692 693 694 695 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 692 class SpecDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#open_api_spec_details ⇒ ::Google::Cloud::ApiHub::V1::OpenApiSpecDetails (readonly)
Returns 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.
692 693 694 695 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 692 class SpecDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |