Class: Google::Cloud::Asset::V1::SearchAllResourcesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::SearchAllResourcesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
Search all resources response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
If there are more results than those appearing in this response, then
next_page_token
is included. -
#results ⇒ ::Array<::Google::Cloud::Asset::V1::ResourceSearchResult>
A list of Resources that match the search query.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns If there are more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this
method again using the value of next_page_token
as page_token
.
806 807 808 809 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 806 class SearchAllResourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#results ⇒ ::Array<::Google::Cloud::Asset::V1::ResourceSearchResult>
Returns A list of Resources that match the search query. It contains the resource standard metadata information.
806 807 808 809 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 806 class SearchAllResourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |