Class SearchAllResourcesResponse (2.10.0)

public sealed class SearchAllResourcesResponse : IMessage<SearchAllResourcesResponse>, IEquatable<SearchAllResourcesResponse>, IDeepCloneable<SearchAllResourcesResponse>, IBufferMessage, IMessage, IPageResponse<ResourceSearchResult>, IEnumerable<ResourceSearchResult>, IEnumerable

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
RepeatedField<ResourceSearchResult>

Methods

GetEnumerator()

public IEnumerator<ResourceSearchResult> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<ResourceSearchResult>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator