public sealed class SearchAllResourcesResponse : IMessage<SearchAllResourcesResponse>, IEquatable<SearchAllResourcesResponse>, IDeepCloneable<SearchAllResourcesResponse>, IBufferMessage, IMessage, IPageResponse<ResourceSearchResult>, IEnumerable<ResourceSearchResult>, IEnumerable
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class SearchAllResourcesResponse.
Search all resources response.
Implements
IMessageSearchAllResourcesResponse, IEquatableSearchAllResourcesResponse, IDeepCloneableSearchAllResourcesResponse, IBufferMessage, IMessage, IPageResponseResourceSearchResult, IEnumerableResourceSearchResult, IEnumerableNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
SearchAllResourcesResponse()
public SearchAllResourcesResponse()
SearchAllResourcesResponse(SearchAllResourcesResponse)
public SearchAllResourcesResponse(SearchAllResourcesResponse other)
Parameter | |
---|---|
Name | Description |
other | SearchAllResourcesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
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
.
Property Value | |
---|---|
Type | Description |
string |
Results
public RepeatedField<ResourceSearchResult> Results { get; }
A list of Resources that match the search query. It contains the resource standard metadata information.
Property Value | |
---|---|
Type | Description |
RepeatedFieldResourceSearchResult |
Methods
GetEnumerator()
public IEnumerator<ResourceSearchResult> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorResourceSearchResult |