| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
TimeWindow |
TimeWindow.clone() |
TimeWindow |
RecurringTimeWindow.getWindow()
The window of the first recurrence.
|
TimeWindow |
TimeWindow.set(String fieldName,
Object value) |
TimeWindow |
TimeWindow.setEndTime(String endTime)
The time that the window ends.
|
TimeWindow |
TimeWindow.setStartTime(String startTime)
The time that the window first starts.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TimeWindow> |
MaintenanceWindow.getMaintenanceExclusions()
Exceptions to maintenance window.
|
| Modifier and Type | Method and Description |
|---|---|
RecurringTimeWindow |
RecurringTimeWindow.setWindow(TimeWindow window)
The window of the first recurrence.
|
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindow |
MaintenanceWindow.setMaintenanceExclusions(Map<String,TimeWindow> maintenanceExclusions)
Exceptions to maintenance window.
|
Copyright © 2011–2020 Google. All rights reserved.