Class ListRestoresResponse (1.0.0-beta01)

public sealed class ListRestoresResponse : IPageResponse<Restore>, IEnumerable<Restore>, IEnumerable, IMessage<ListRestoresResponse>, IEquatable<ListRestoresResponse>, IDeepCloneable<ListRestoresResponse>, IBufferMessage, IMessage

Response message for ListRestores.

Inheritance

Object > ListRestoresResponse

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

ListRestoresResponse()

public ListRestoresResponse()

ListRestoresResponse(ListRestoresResponse)

public ListRestoresResponse(ListRestoresResponse other)
Parameter
NameDescription
otherListRestoresResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token which may be sent as [page_token][google.cloud.gkebackup.v1.ListRestoresRequest.page_token] in a subsequent ListRestores call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

Property Value
TypeDescription
String

Restores

public RepeatedField<Restore> Restores { get; }

The list of Restores matching the given criteria.

Property Value
TypeDescription
RepeatedField<Restore>

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<Restore> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Restore>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator