Class: Google::Cloud::ApiHub::V1::SearchResult
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::SearchResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/apihub_service.rb
Overview
Represents the search results.
Instance Attribute Summary collapse
-
#resource ⇒ ::Google::Cloud::ApiHub::V1::ApiHubResource
This represents the ApiHubResource.
Instance Attribute Details
#resource ⇒ ::Google::Cloud::ApiHub::V1::ApiHubResource
Returns This represents the ApiHubResource. Note: Only selected fields of the resources are populated in response.
1043 1044 1045 1046 |
# File 'proto_docs/google/cloud/apihub/v1/apihub_service.rb', line 1043 class SearchResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |