Class: Google::Cloud::ApiHub::V1::SpecDetails

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#description::String (readonly)

Returns Output only. The description of the spec.

Returns:

  • (::String)

    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.

Returns:



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