Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
ContextValue |
ContextValue.clone() |
ContextValue |
ContextValue.set(String fieldName,
Object value) |
ContextValue |
ContextValue.setLabel(LocalizedString label)
The label for the context value.
|
ContextValue |
ContextValue.setSeverity(String severity)
The severity of this context.
|
ContextValue |
ContextValue.setUnit(String unit)
The unit of the context value.
|
ContextValue |
ContextValue.setValue(Float value)
The value for the context.
|
Modifier and Type | Method and Description |
---|---|
List<ContextValue> |
KeyRangeInfo.getContextValues()
The list of context values for this key range.
|
Modifier and Type | Method and Description |
---|---|
KeyRangeInfo |
KeyRangeInfo.setContextValues(List<ContextValue> contextValues)
The list of context values for this key range.
|
Copyright © 2011–2025 Google. All rights reserved.