Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
XPSMetricEntry |
XPSMetricEntry.clone() |
XPSMetricEntry |
XPSMetricEntry.set(String fieldName,
Object value) |
XPSMetricEntry |
XPSMetricEntry.setArgentumMetricId(String argentumMetricId)
For billing metrics that are using legacy sku's, set the legacy billing metric id here.
|
XPSMetricEntry |
XPSMetricEntry.setDoubleValue(Double doubleValue)
A double value.
|
XPSMetricEntry |
XPSMetricEntry.setInt64Value(Long int64Value)
A signed 64-bit integer value.
|
XPSMetricEntry |
XPSMetricEntry.setMetricName(String metricName)
The metric name defined in the service configuration.
|
XPSMetricEntry |
XPSMetricEntry.setSystemLabels(List<XPSMetricEntryLabel> systemLabels)
Billing system labels for this (metric, value) pair.
|
Modifier and Type | Method and Description |
---|---|
List<XPSMetricEntry> |
XPSReportingMetrics.getMetricEntries()
One entry per metric name.
|
Modifier and Type | Method and Description |
---|---|
XPSReportingMetrics |
XPSReportingMetrics.setMetricEntries(List<XPSMetricEntry> metricEntries)
One entry per metric name.
|
Copyright © 2011–2025 Google. All rights reserved.