Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::SearchAllResourcesResponse.
Search all resources response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — 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 ofnext_page_token
aspage_token
.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — 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 ofnext_page_token
aspage_token
.
Returns
-
(::String) — 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 ofnext_page_token
aspage_token
.
#results
def results() -> ::Array<::Google::Cloud::Asset::V1::ResourceSearchResult>
Returns
- (::Array<::Google::Cloud::Asset::V1::ResourceSearchResult>) — A list of Resources that match the search query. It contains the resource standard metadata information.
#results=
def results=(value) -> ::Array<::Google::Cloud::Asset::V1::ResourceSearchResult>
Parameter
- value (::Array<::Google::Cloud::Asset::V1::ResourceSearchResult>) — A list of Resources that match the search query. It contains the resource standard metadata information.
Returns
- (::Array<::Google::Cloud::Asset::V1::ResourceSearchResult>) — A list of Resources that match the search query. It contains the resource standard metadata information.