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