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/Reservation.java
+27-36Lines changed: 27 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -100,30 +100,27 @@ public final class Reservation extends com.google.api.client.json.GenericJson {
100
100
privatejava.lang.Stringname;
101
101
102
102
/**
103
-
* Optional. The original primary location of the reservation which is set only during its
104
-
* creation and remains unchanged afterwards. It can be used by the customer to answer questions
105
-
* about disaster recovery billing. The field is output only for customers and should not be
106
-
* specified, however, the `google.api.field_behavior` is not set to `OUTPUT_ONLY` since these
107
-
* fields are set in rerouted requests sent across regions.
103
+
* Output only. The location where the reservation was originally created. This is set only during
104
+
* the failover reservation's creation. All billing charges for the failover reservation will be
105
+
* applied to this location.
108
106
* The value may be {@code null}.
109
107
*/
110
108
@com.google.api.client.util.Key
111
109
privatejava.lang.StringoriginalPrimaryLocation;
112
110
113
111
/**
114
-
* Optional. The primary location of the reservation. The field is only meaningful for a failover
115
-
* reservation that is used for managed disaster recovery. The field is output only for customers
116
-
* and should not be specified. However, the `google.api.field_behavior` is not set to
117
-
* `OUTPUT_ONLY` since these fields are set in rerouted requests sent across regions.
112
+
* Output only. The current location of the reservation's primary replica. This field is only set
113
+
* for reservations using the managed disaster recovery feature.
118
114
* The value may be {@code null}.
119
115
*/
120
116
@com.google.api.client.util.Key
121
117
privatejava.lang.StringprimaryLocation;
122
118
123
119
/**
124
-
* Optional. The secondary location of the reservation that is used for managed disaster recovery.
125
-
* Customers can set this in create/update reservation calls to create a failover reservation or
126
-
* convert a non-failover reservation to a failover reservation.
120
+
* Optional. The current location of the reservation's secondary replica. This field is only set
121
+
* for reservations using the managed disaster recovery feature. Users can set this in create
122
+
* reservation calls to create a failover reservation or in update reservation calls to convert a
123
+
* non-failover reservation to a failover reservation(or vice versa).
127
124
* The value may be {@code null}.
128
125
*/
129
126
@com.google.api.client.util.Key
@@ -317,23 +314,19 @@ public Reservation setName(java.lang.String name) {
317
314
}
318
315
319
316
/**
320
-
* Optional. The original primary location of the reservation which is set only during its
321
-
* creation and remains unchanged afterwards. It can be used by the customer to answer questions
322
-
* about disaster recovery billing. The field is output only for customers and should not be
323
-
* specified, however, the `google.api.field_behavior` is not set to `OUTPUT_ONLY` since these
324
-
* fields are set in rerouted requests sent across regions.
317
+
* Output only. The location where the reservation was originally created. This is set only during
318
+
* the failover reservation's creation. All billing charges for the failover reservation will be
0 commit comments