Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
LocalizedString |
LocalizedString.clone() |
LocalizedString |
Metric.getCategory()
The category of the metric, e.g.
|
LocalizedString |
DerivedMetric.getDenominator()
The name of the denominator metric.
|
LocalizedString |
Metric.getDisplayLabel()
The displayed label of the metric.
|
LocalizedString |
DiagnosticMessage.getInfo()
Information about this diagnostic information.
|
LocalizedString |
KeyRangeInfo.getInfo()
Information about this key range, for all metrics.
|
LocalizedString |
Metric.getInfo()
Information about the metric.
|
LocalizedString |
ContextValue.getLabel()
The label for the context value.
|
LocalizedString |
DiagnosticMessage.getMetric()
The metric.
|
LocalizedString |
KeyRangeInfo.getMetric()
The name of the metric.
|
LocalizedString |
DerivedMetric.getNumerator()
The name of the numerator metric.
|
LocalizedString |
DiagnosticMessage.getShortMessage()
The short message.
|
LocalizedString |
KeyRangeInfo.getUnit()
The unit of the metric.
|
LocalizedString |
Metric.getUnit()
The unit of the metric.
|
LocalizedString |
LocalizedString.set(String fieldName,
Object value) |
LocalizedString |
LocalizedString.setArgs(Map<String,String> args)
A map of arguments used when creating the localized message.
|
LocalizedString |
LocalizedString.setMessage(String message)
The canonical English version of this message.
|
LocalizedString |
LocalizedString.setToken(String token)
The token identifying the message, e.g.
|
Modifier and Type | Method and Description |
---|---|
Metric |
Metric.setCategory(LocalizedString category)
The category of the metric, e.g.
|
DerivedMetric |
DerivedMetric.setDenominator(LocalizedString denominator)
The name of the denominator metric.
|
Metric |
Metric.setDisplayLabel(LocalizedString displayLabel)
The displayed label of the metric.
|
DiagnosticMessage |
DiagnosticMessage.setInfo(LocalizedString info)
Information about this diagnostic information.
|
KeyRangeInfo |
KeyRangeInfo.setInfo(LocalizedString info)
Information about this key range, for all metrics.
|
Metric |
Metric.setInfo(LocalizedString info)
Information about the metric.
|
ContextValue |
ContextValue.setLabel(LocalizedString label)
The label for the context value.
|
DiagnosticMessage |
DiagnosticMessage.setMetric(LocalizedString metric)
The metric.
|
KeyRangeInfo |
KeyRangeInfo.setMetric(LocalizedString metric)
The name of the metric.
|
DerivedMetric |
DerivedMetric.setNumerator(LocalizedString numerator)
The name of the numerator metric.
|
DiagnosticMessage |
DiagnosticMessage.setShortMessage(LocalizedString shortMessage)
The short message.
|
KeyRangeInfo |
KeyRangeInfo.setUnit(LocalizedString unit)
The unit of the metric.
|
Metric |
Metric.setUnit(LocalizedString unit)
The unit of the metric.
|
Copyright © 2011–2025 Google. All rights reserved.