Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BackupPlansResource.RevisionsResource

The "revisions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.BackupPlansResource.RevisionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Backupdr.v1
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class ProjectsResource.LocationsResource.BackupPlansResource.RevisionsResource

Constructors

RevisionsResource(IClientService)

Constructs a new resource.

Declaration
public RevisionsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets details of a single BackupPlanRevision.

Declaration
public virtual ProjectsResource.LocationsResource.BackupPlansResource.RevisionsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of the BackupPlanRevision to retrieve. Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}/revisions/{revision}

Returns
Type Description
ProjectsResource.LocationsResource.BackupPlansResource.RevisionsResource.GetRequest

List(string)

Lists BackupPlanRevisions in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.BackupPlansResource.RevisionsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

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.

Returns
Type Description
ProjectsResource.LocationsResource.BackupPlansResource.RevisionsResource.ListRequest
In this article
Back to top Generated by DocFX