public sealed class ListBackupsRequest : IPageRequest, IMessage<ListBackupsRequest>, IEquatable<ListBackupsRequest>, IDeepCloneable<ListBackupsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class ListBackupsRequest.
Request message for ListBackups.
Implements
IPageRequest, IMessage<ListBackupsRequest>, IEquatable<ListBackupsRequest>, IDeepCloneable<ListBackupsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
ListBackupsRequest()
public ListBackupsRequest()
ListBackupsRequest(ListBackupsRequest)
public ListBackupsRequest(ListBackupsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListBackupsRequest |
Properties
Filter
public string Filter { get; set; }
Field match expression used to filter the results.
Property Value | |
---|---|
Type | Description |
String |
OrderBy
public string OrderBy { get; set; }
Field by which to sort the results.
Property Value | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
The target number of results to return in a single response. If not specified, a default value will be chosen by the service. Note that the response may inclue a partial list and a caller should only rely on the response's [next_page_token][google.cloud.gkebackup.v1.ListBackupsResponse.next_page_token] to determine if there are more instances left to be queried.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
The value of
[next_page_token][google.cloud.gkebackup.v1.ListBackupsResponse.next_page_token]
received from a previous ListBackups
call.
Provide this to retrieve the subsequent page in a multi-page list of
results. When paginating, all other parameters provided to
ListBackups
must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The BackupPlan that contains the Backups to list. Format: projects//locations//backupPlans/*
Property Value | |
---|---|
Type | Description |
String |
ParentAsBackupPlanName
public BackupPlanName ParentAsBackupPlanName { get; set; }
BackupPlanName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
BackupPlanName |