Backup and DR Service v1 API - Class ListBackupsRequest (1.2.0)

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

Reference documentation and code samples for the Backup and DR Service v1 API class ListBackupsRequest.

Request message for listing Backups.

Inheritance

object > ListBackupsRequest

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

ListBackupsRequest()

public ListBackupsRequest()

ListBackupsRequest(ListBackupsRequest)

public ListBackupsRequest(ListBackupsRequest other)
Parameter
Name Description
other ListBackupsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filtering results.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. Hint for how to order the results.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results the server should return.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The project and location for which to retrieve backup information, in the format 'projects/{project_id}/locations/{location}'. In Cloud Backup and DR, locations map to Google Cloud regions, for example us-central1. To retrieve data sources for all locations, use "-" for the '{location}' value.

Property Value
Type Description
string

ParentAsDataSourceName

public DataSourceName ParentAsDataSourceName { get; set; }

DataSourceName-typed view over the Parent resource name property.

Property Value
Type Description
DataSourceName

View

public BackupView View { get; set; }

Optional. Reserved for future use to provide a BASIC & FULL view of Backup resource.

Property Value
Type Description
BackupView