list
public Spanner.Scans.List list(String parent)
throws IOException
Return available scans given a Database-specific resource name.
Create a request for the method "scans.list".
This request holds the parameters needed by the spanner server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The unique name of the parent resource, specific to the Database service implementing this
interface.
- Returns:
- the request
- Throws:
IOException