| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
TimeOfDay |
TimeOfDay.clone() |
TimeOfDay |
Daily.getExecutionTime()
Optional.
|
TimeOfDay |
TimeOfDay.set(String fieldName,
Object value) |
TimeOfDay |
TimeOfDay.setHours(Integer hours)
Hours of a day in 24 hour format.
|
TimeOfDay |
TimeOfDay.setMinutes(Integer minutes)
Minutes of an hour.
|
TimeOfDay |
TimeOfDay.setNanos(Integer nanos)
Fractions of seconds, in nanoseconds.
|
TimeOfDay |
TimeOfDay.setSeconds(Integer seconds)
Seconds of a minute.
|
| Modifier and Type | Method and Description |
|---|---|
Daily |
Daily.setExecutionTime(TimeOfDay executionTime)
Optional.
|
Copyright © 2011–2025 Google. All rights reserved.