Infrastructure Manager v1 API - Class ListRevisionsResponse (1.3.0)

public sealed class ListRevisionsResponse : IMessage<ListRevisionsResponse>, IEquatable<ListRevisionsResponse>, IDeepCloneable<ListRevisionsResponse>, IBufferMessage, IMessage, IPageResponse<Revision>, IEnumerable<Revision>, IEnumerable

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

A response to a 'ListRevisions' call. Contains a list of Revisions.

Inheritance

object > ListRevisionsResponse

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

ListRevisionsResponse()

public ListRevisionsResponse()

ListRevisionsResponse(ListRevisionsResponse)

public ListRevisionsResponse(ListRevisionsResponse other)
Parameter
NameDescription
otherListRevisionsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

Revisions

public RepeatedField<Revision> Revisions { get; }

List of [Revision][google.cloud.config.v1.Revision]s.

Property Value
TypeDescription
RepeatedFieldRevision

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Revision> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorRevision