Infrastructure Manager v1 API - Class ListResourcesResponse (1.1.0)

public sealed class ListResourcesResponse : IMessage<ListResourcesResponse>, IEquatable<ListResourcesResponse>, IDeepCloneable<ListResourcesResponse>, IBufferMessage, IMessage, IPageResponse<Resource>, IEnumerable<Resource>, IEnumerable

Reference documentation and code samples for the Infrastructure Manager v1 API class ListResourcesResponse.

A response to a 'ListResources' call. Contains a list of Resources.

Inheritance

object > ListResourcesResponse

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

ListResourcesResponse()

public ListResourcesResponse()

ListResourcesResponse(ListResourcesResponse)

public ListResourcesResponse(ListResourcesResponse other)
Parameter
NameDescription
otherListResourcesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to request the next page of resources from the 'ListResources' method. The value of an empty string means that there are no more resources to return.

Property Value
TypeDescription
string

Resources

public RepeatedField<Resource> Resources { get; }

List of [Resources][]s.

Property Value
TypeDescription
RepeatedFieldResource

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Resource> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorResource