| Package | Description |
|---|---|
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1QueryMetric |
GoogleCloudApigeeV1QueryMetric.clone() |
GoogleCloudApigeeV1QueryMetric |
GoogleCloudApigeeV1QueryMetric.set(String fieldName,
Object value) |
GoogleCloudApigeeV1QueryMetric |
GoogleCloudApigeeV1QueryMetric.setAlias(String alias)
Alias for the metric.
|
GoogleCloudApigeeV1QueryMetric |
GoogleCloudApigeeV1QueryMetric.setFunction(String function)
Aggregation function: avg, min, max, or sum.
|
GoogleCloudApigeeV1QueryMetric |
GoogleCloudApigeeV1QueryMetric.setName(String name)
Required.
|
GoogleCloudApigeeV1QueryMetric |
GoogleCloudApigeeV1QueryMetric.setOperator(String operator)
One of `+`, `-`, `/`, `%`, `*`.
|
GoogleCloudApigeeV1QueryMetric |
GoogleCloudApigeeV1QueryMetric.setValue(String value)
Operand value should be provided when operator is set.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1QueryMetric> |
GoogleCloudApigeeV1Query.getMetrics()
A list of Metrics.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1Query |
GoogleCloudApigeeV1Query.setMetrics(List<GoogleCloudApigeeV1QueryMetric> metrics)
A list of Metrics.
|
Copyright © 2011–2025 Google. All rights reserved.