Backup for GKE v1 API - Class ListVolumeBackupsRequest (2.4.0)

public sealed class ListVolumeBackupsRequest : IPageRequest, IMessage<ListVolumeBackupsRequest>, IEquatable<ListVolumeBackupsRequest>, IDeepCloneable<ListVolumeBackupsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup for GKE v1 API class ListVolumeBackupsRequest.

Request message for ListVolumeBackups.

Inheritance

object > ListVolumeBackupsRequest

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Constructors

ListVolumeBackupsRequest()

public ListVolumeBackupsRequest()

ListVolumeBackupsRequest(ListVolumeBackupsRequest)

public ListVolumeBackupsRequest(ListVolumeBackupsRequest other)
Parameter
NameDescription
otherListVolumeBackupsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Field match expression used to filter the results.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Optional. Field by which to sort the results.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Optional. 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 include a partial list and a caller should only rely on the response's [next_page_token][google.cloud.gkebackup.v1.ListVolumeBackupsResponse.next_page_token] to determine if there are more instances left to be queried.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. The value of [next_page_token][google.cloud.gkebackup.v1.ListVolumeBackupsResponse.next_page_token] received from a previous ListVolumeBackups call. Provide this to retrieve the subsequent page in a multi-page list of results. When paginating, all other parameters provided to ListVolumeBackups must match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The Backup that contains the VolumeBackups to list. Format: projects/*/locations/*/backupPlans/*/backups/*

Property Value
TypeDescription
string

ParentAsBackupName

public BackupName ParentAsBackupName { get; set; }

BackupName-typed view over the Parent resource name property.

Property Value
TypeDescription
BackupName