Package | Description |
---|---|
com.google.api.services.script.model |
Modifier and Type | Method and Description |
---|---|
Metrics |
Metrics.clone() |
Metrics |
Metrics.set(java.lang.String fieldName,
java.lang.Object value) |
Metrics |
Metrics.setActiveUsers(java.util.List<MetricsValue> activeUsers)
Number of active users.
|
Metrics |
Metrics.setFailedExecutions(java.util.List<MetricsValue> failedExecutions)
Number of failed executions.
|
Metrics |
Metrics.setTotalExecutions(java.util.List<MetricsValue> totalExecutions)
Number of total executions.
|