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.
Implements
IMessageListRevisionsResponse, IEquatableListRevisionsResponse, IDeepCloneableListRevisionsResponse, IBufferMessage, IMessage, IPageResponseRevision, IEnumerableRevision, IEnumerableNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
ListRevisionsResponse()
public ListRevisionsResponse()
ListRevisionsResponse(ListRevisionsResponse)
public ListRevisionsResponse(ListRevisionsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListRevisionsResponse |
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 | |
---|---|
Type | Description |
string |
Revisions
public RepeatedField<Revision> Revisions { get; }
List of [Revision][google.cloud.config.v1.Revision]s.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRevision |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Revision> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorRevision |