Backup and DR Service v1 API - Class ListBackupPlanRevisionsRequest (2.2.0)

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

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

The request message for getting a list of BackupPlanRevision.

Inheritance

object > ListBackupPlanRevisionsRequest

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

ListBackupPlanRevisionsRequest()

public ListBackupPlanRevisionsRequest()

ListBackupPlanRevisionsRequest(ListBackupPlanRevisionsRequest)

public ListBackupPlanRevisionsRequest(ListBackupPlanRevisionsRequest other)
Parameter
Name Description
other ListBackupPlanRevisionsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of BackupPlans 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.backupdr.v1.ListBackupPlansResponse.next_page_token] to determine if there are more instances left to be queried.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

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

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The project and location for which to retrieve BackupPlanRevisions information. Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}. In Cloud BackupDR, locations map to GCP regions, for e.g. us-central1.

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