Infrastructure Manager v1 API - Class ListResourceDriftsResponse (1.8.0)

public sealed class ListResourceDriftsResponse : IMessage<ListResourceDriftsResponse>, IEquatable<ListResourceDriftsResponse>, IDeepCloneable<ListResourceDriftsResponse>, IBufferMessage, IMessage, IPageResponse<ResourceDrift>, IEnumerable<ResourceDrift>, IEnumerable

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

A response to a 'ListResourceDrifts' call. Contains a list of ResourceDrifts.

Inheritance

object > ListResourceDriftsResponse

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

ListResourceDriftsResponse()

public ListResourceDriftsResponse()

ListResourceDriftsResponse(ListResourceDriftsResponse)

public ListResourceDriftsResponse(ListResourceDriftsResponse other)
Parameter
Name Description
other ListResourceDriftsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

ResourceDrifts

public RepeatedField<ResourceDrift> ResourceDrifts { get; }

List of ResourceDrifts.

Property Value
Type Description
RepeatedFieldResourceDrift

Unreachable

public RepeatedField<string> Unreachable { get; }

Unreachable resources, if any.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ResourceDrift> GetEnumerator()

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

Returns
Type Description
IEnumeratorResourceDrift