Show / Hide Table of Contents

Class ScansResource

The "scans" collection of methods.

Inheritance
object
ScansResource
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 ScansResource

Constructors

ScansResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Return available scans given a Database-specific resource name.

Declaration
public virtual ScansResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The unique name of the parent resource, specific to the Database service implementing this interface.

Returns
Type Description
ScansResource.ListRequest
In this article
Back to top Generated by DocFX