Google Cloud Asset Inventory v1 API - Class SearchAllResourcesResponse (3.10.0)

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.

Inheritance

object > SearchAllResourcesResponse

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

SearchAllResourcesResponse()

public SearchAllResourcesResponse()

SearchAllResourcesResponse(SearchAllResourcesResponse)

public SearchAllResourcesResponse(SearchAllResourcesResponse other)
Parameter
NameDescription
otherSearchAllResourcesResponse

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
TypeDescription
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
TypeDescription
RepeatedFieldResourceSearchResult

Methods

GetEnumerator()

public IEnumerator<ResourceSearchResult> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorResourceSearchResult