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-bigqueryreservation/v1/2.0.0/com/google/api/services/bigqueryreservation/v1/model/ReplicationStatus.java
-33Lines changed: 0 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -55,16 +55,6 @@ public final class ReplicationStatus extends com.google.api.client.json.GenericJ
55
55
@com.google.api.client.util.Key
56
56
privateStringlastReplicationTime;
57
57
58
-
/**
59
-
* Output only. The time at which a soft failover for the reservation and its associated datasets
60
-
* was initiated. After this field is set, all subsequent changes to the reservation will be
61
-
* rejected unless a hard failover overrides this operation. This field will be cleared once the
62
-
* failover is complete.
63
-
* The value may be {@code null}.
64
-
*/
65
-
@com.google.api.client.util.Key
66
-
privateStringsoftFailoverStartTime;
67
-
68
58
/**
69
59
* Output only. The last error encountered while trying to replicate changes from the primary to
70
60
* the secondary. This field is only available if the replication has not succeeded since.
@@ -124,29 +114,6 @@ public ReplicationStatus setLastReplicationTime(String lastReplicationTime) {
124
114
returnthis;
125
115
}
126
116
127
-
/**
128
-
* Output only. The time at which a soft failover for the reservation and its associated datasets
129
-
* was initiated. After this field is set, all subsequent changes to the reservation will be
130
-
* rejected unless a hard failover overrides this operation. This field will be cleared once the
131
-
* failover is complete.
132
-
* @return value or {@code null} for none
133
-
*/
134
-
publicStringgetSoftFailoverStartTime() {
135
-
returnsoftFailoverStartTime;
136
-
}
137
-
138
-
/**
139
-
* Output only. The time at which a soft failover for the reservation and its associated datasets
140
-
* was initiated. After this field is set, all subsequent changes to the reservation will be
141
-
* rejected unless a hard failover overrides this operation. This field will be cleared once the
142
-
* failover is complete.
143
-
* @param softFailoverStartTime softFailoverStartTime or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-bigqueryreservation/v1/2.0.0/com/google/api/services/bigqueryreservation/v1/model/Reservation.java
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -150,10 +150,12 @@ public final class Reservation extends com.google.api.client.json.GenericJson {
150
150
privatejava.lang.StringprimaryLocation;
151
151
152
152
/**
153
-
* Output only. The Disater Recovery(DR) replication status of the reservation. This is only
154
-
* available for the primary replica of DR/failover reservations and provides information about
153
+
* Output only. The Disaster Recovery(DR) replication status of the reservation. This is only
154
+
* available for the primary replicas of DR/failover reservations and provides information about
155
155
* the both the staleness of the secondary and the last error encountered while trying to
156
-
* replicate changes from the primary to the secondary.
156
+
* replicate changes from the primary to the secondary. If this field is blank, it means that the
157
+
* reservation is either not a DR reservation or the reservation is a DR secondary or that any
158
+
* replication operations on the reservation have succeeded.
157
159
* The value may be {@code null}.
158
160
*/
159
161
@com.google.api.client.util.Key
@@ -471,21 +473,25 @@ public Reservation setPrimaryLocation(java.lang.String primaryLocation) {
471
473
}
472
474
473
475
/**
474
-
* Output only. The Disater Recovery(DR) replication status of the reservation. This is only
475
-
* available for the primary replica of DR/failover reservations and provides information about
476
+
* Output only. The Disaster Recovery(DR) replication status of the reservation. This is only
477
+
* available for the primary replicas of DR/failover reservations and provides information about
476
478
* the both the staleness of the secondary and the last error encountered while trying to
477
-
* replicate changes from the primary to the secondary.
479
+
* replicate changes from the primary to the secondary. If this field is blank, it means that the
480
+
* reservation is either not a DR reservation or the reservation is a DR secondary or that any
481
+
* replication operations on the reservation have succeeded.
478
482
* @return value or {@code null} for none
479
483
*/
480
484
publicReplicationStatusgetReplicationStatus() {
481
485
returnreplicationStatus;
482
486
}
483
487
484
488
/**
485
-
* Output only. The Disater Recovery(DR) replication status of the reservation. This is only
486
-
* available for the primary replica of DR/failover reservations and provides information about
489
+
* Output only. The Disaster Recovery(DR) replication status of the reservation. This is only
490
+
* available for the primary replicas of DR/failover reservations and provides information about
487
491
* the both the staleness of the secondary and the last error encountered while trying to
488
-
* replicate changes from the primary to the secondary.
492
+
* replicate changes from the primary to the secondary. If this field is blank, it means that the
493
+
* reservation is either not a DR reservation or the reservation is a DR secondary or that any
494
+
* replication operations on the reservation have succeeded.
489
495
* @param replicationStatus replicationStatus or {@code null} for none
0 commit comments