Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
Scan |
Scan.clone() |
Scan |
Scan.set(String fieldName,
Object value) |
Scan |
Scan.setDetails(Map<String,Object> details)
Additional information provided by the implementer.
|
Scan |
Scan.setEndTime(String endTime)
The upper bound for when the scan is defined.
|
Scan |
Scan.setName(String name)
The unique name of the scan, specific to the Database service implementing this interface.
|
Scan |
Scan.setScanData(ScanData scanData)
Output only.
|
Scan |
Scan.setStartTime(String startTime)
A range of time (inclusive) for when the scan is defined.
|
Modifier and Type | Method and Description |
---|---|
List<Scan> |
ListScansResponse.getScans()
Available scans based on the list query parameters.
|
Modifier and Type | Method and Description |
---|---|
ListScansResponse |
ListScansResponse.setScans(List<Scan> scans)
Available scans based on the list query parameters.
|
Copyright © 2011–2025 Google. All rights reserved.