Class: Google::Cloud::ApiHub::V1::ApiMetadataList
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::ApiMetadataList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/collect_service.rb
Overview
The message to hold repeated API metadata.
Instance Attribute Summary collapse
Instance Attribute Details
#api_metadata ⇒ ::Array<::Google::Cloud::ApiHub::V1::APIMetadata>
Returns Required. The list of API metadata.
64 65 66 67 |
# File 'proto_docs/google/cloud/apihub/v1/collect_service.rb', line 64 class ApiMetadataList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |