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-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ClusterMaintenanceSchedule.java
-27Lines changed: 0 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,6 @@ public final class ClusterMaintenanceSchedule extends com.google.api.client.json
37
37
@com.google.api.client.util.Key
38
38
privateStringendTime;
39
39
40
-
/**
41
-
* Output only. The deadline that the maintenance schedule start time can not go beyond, including
42
-
* reschedule.
43
-
* The value may be {@code null}.
44
-
*/
45
-
@com.google.api.client.util.Key
46
-
privateStringscheduleDeadlineTime;
47
-
48
40
/**
49
41
* Output only. The start time of any upcoming scheduled maintenance for this instance.
50
42
* The value may be {@code null}.
@@ -69,25 +61,6 @@ public ClusterMaintenanceSchedule setEndTime(String endTime) {
69
61
returnthis;
70
62
}
71
63
72
-
/**
73
-
* Output only. The deadline that the maintenance schedule start time can not go beyond, including
74
-
* reschedule.
75
-
* @return value or {@code null} for none
76
-
*/
77
-
publicStringgetScheduleDeadlineTime() {
78
-
returnscheduleDeadlineTime;
79
-
}
80
-
81
-
/**
82
-
* Output only. The deadline that the maintenance schedule start time can not go beyond, including
83
-
* reschedule.
84
-
* @param scheduleDeadlineTime scheduleDeadlineTime or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ClusterWeeklyMaintenanceWindow.java
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,6 @@ public final class ClusterWeeklyMaintenanceWindow extends com.google.api.client.
37
37
@com.google.api.client.util.Key
38
38
privatejava.lang.Stringday;
39
39
40
-
/**
41
-
* Duration of the time window.
42
-
* The value may be {@code null}.
43
-
*/
44
-
@com.google.api.client.util.Key
45
-
privateStringduration;
46
-
47
40
/**
48
41
* Start time of the window in UTC.
49
42
* The value may be {@code null}.
@@ -68,23 +61,6 @@ public ClusterWeeklyMaintenanceWindow setDay(java.lang.String day) {
68
61
returnthis;
69
62
}
70
63
71
-
/**
72
-
* Duration of the time window.
73
-
* @return value or {@code null} for none
74
-
*/
75
-
publicStringgetDuration() {
76
-
returnduration;
77
-
}
78
-
79
-
/**
80
-
* Duration of the time window.
81
-
* @param duration duration or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/MachineConfiguration.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,13 @@ public final class MachineConfiguration extends com.google.api.client.json.Gener
0 commit comments