public sealed class ListRestorePlansResponse : IPageResponse<RestorePlan>, IEnumerable<RestorePlan>, IEnumerable, IMessage<ListRestorePlansResponse>, IEquatable<ListRestorePlansResponse>, IDeepCloneable<ListRestorePlansResponse>, IBufferMessage, IMessageReference documentation and code samples for the Backup for GKE v1 API class ListRestorePlansResponse.
Response message for ListRestorePlans.
Implements
IPageResponse<RestorePlan>, IEnumerable<RestorePlan>, IEnumerable, IMessage<ListRestorePlansResponse>, IEquatable<ListRestorePlansResponse>, IDeepCloneable<ListRestorePlansResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
ListRestorePlansResponse()
public ListRestorePlansResponse()ListRestorePlansResponse(ListRestorePlansResponse)
public ListRestorePlansResponse(ListRestorePlansResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListRestorePlansResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token which may be sent as
[page_token][google.cloud.gkebackup.v1.ListRestorePlansRequest.page_token] in a subsequent
ListRestorePlans 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 | |
|---|---|
| Type | Description |
String |
|
RestorePlans
public RepeatedField<RestorePlan> RestorePlans { get; }The list of RestorePlans matching the given criteria.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<RestorePlan> |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Methods
GetEnumerator()
public IEnumerator<RestorePlan> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<RestorePlan> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|