You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-gkebackup/v1/2.0.0/com/google/api/services/gkebackup/v1/model/ExclusionWindow.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ public final class ExclusionWindow extends com.google.api.client.json.GenericJso
64
64
privateDatesingleOccurrenceDate;
65
65
66
66
/**
67
-
* Required. Specifies the start time of the window using time of the day in UTC.
67
+
* Optional. Specifies the start time of the window using time of the day in UTC.
68
68
* The value may be {@code null}.
69
69
*/
70
70
@com.google.api.client.util.Key
@@ -151,15 +151,15 @@ public ExclusionWindow setSingleOccurrenceDate(Date singleOccurrenceDate) {
151
151
}
152
152
153
153
/**
154
-
* Required. Specifies the start time of the window using time of the day in UTC.
154
+
* Optional. Specifies the start time of the window using time of the day in UTC.
155
155
* @return value or {@code null} for none
156
156
*/
157
157
publicTimeOfDaygetStartTime() {
158
158
returnstartTime;
159
159
}
160
160
161
161
/**
162
-
* Required. Specifies the start time of the window using time of the day in UTC.
162
+
* Optional. Specifies the start time of the window using time of the day in UTC.
163
163
* @param startTime startTime or {@code null} for none
0 commit comments