Class SearchAllResourcesResponse (3.9.0)

SearchAllResourcesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Search all resources response.

Attributes

NameDescription
results Sequence[google.cloud.asset_v1p1beta1.types.StandardResourceMetadata]
A list of resource that match the search query.
next_page_token str
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``.

Inheritance

builtins.object > proto.message.Message > SearchAllResourcesResponse