Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.BackupOperationsResource

The "backupOperations" collection of methods.

Inheritance
System.Object
ProjectsResource.InstancesResource.BackupOperationsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Spanner.v1
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class BackupOperationsResource

Constructors

BackupOperationsResource(IClientService)

Constructs a new resource.

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

Methods

List(String)

Lists the backup long-running operations in the given instance. A backup operation has a name of the form projects//instances//backups//operations/. The long-running operation metadata field type metadata.type_url describes the type of the metadata. Operations returned include those that have completed/failed/canceled within the last 7 days, and pending operations. Operations returned are ordered by operation.metadata.value.progress.start_time in descending order starting from the most recently started operation.

Declaration
public virtual ProjectsResource.InstancesResource.BackupOperationsResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

Required. The instance of the backup operations. Values are of the form projects//instances/.

Returns
Type Description
ProjectsResource.InstancesResource.BackupOperationsResource.ListRequest
In This Article
Back to top