Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.DatabaseOperationsResource

The "databaseOperations" collection of methods.

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

Constructors

DatabaseOperationsResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists database longrunning-operations. A database operation has a name of the form projects//instances//databases//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.

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

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

Returns
Type Description
ProjectsResource.InstancesResource.DatabaseOperationsResource.ListRequest
In This Article
Back to top Generated by DocFX