Package | Description |
---|---|
com.google.api.services.script.model |
Modifier and Type | Method and Description |
---|---|
MetricsValue |
MetricsValue.clone() |
MetricsValue |
MetricsValue.set(java.lang.String fieldName,
java.lang.Object value) |
MetricsValue |
MetricsValue.setEndTime(java.lang.String endTime)
Required field indicating the end time of the interval.
|
MetricsValue |
MetricsValue.setStartTime(java.lang.String startTime)
Required field indicating the start time of the interval.
|
MetricsValue |
MetricsValue.setValue(java.math.BigInteger value)
Indicates the number of executions counted.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MetricsValue> |
Metrics.getActiveUsers()
Number of active users.
|
java.util.List<MetricsValue> |
Metrics.getFailedExecutions()
Number of failed executions.
|
java.util.List<MetricsValue> |
Metrics.getTotalExecutions()
Number of total executions.
|
Modifier and Type | Method and Description |
---|---|
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.
|