@@ -42,7 +42,7 @@ public final class Reservation extends com.google.api.client.json.GenericJson {
42
42
* concurrently in this reservation. This is a soft target due to asynchronous nature of the
43
43
* system and various optimizations for small queries. Default value is 0 which means that
44
44
* concurrency target will be automatically computed by the system. NOTE: this field is exposed as
45
- * target job concurrency in the Information Schema, DDL and BQ CLI.
45
+ * target job concurrency in the Information Schema, DDL and BigQuery CLI.
46
46
* The value may be {@code null}.
47
47
*/
48
48
@ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
@@ -103,27 +103,27 @@ public final class Reservation extends com.google.api.client.json.GenericJson {
103
103
* Optional. The original primary location of the reservation which is set only during its
104
104
* creation and remains unchanged afterwards. It can be used by the customer to answer questions
105
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 fields
107
- * are set in rerouted requests sent across regions.
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.
108
108
* The value may be {@code null}.
109
109
*/
110
110
@ com .google .api .client .util .Key
111
111
private java .lang .String originalPrimaryLocation ;
112
112
113
113
/**
114
- * Optional. The primary location of the reservation. The field is only meaningful for reservation
115
- * used for cross region disaster recovery. The field is output only for customers and should not
116
- * be specified, however , the google.api.field_behavior is not set to OUTPUT_ONLY since these
117
- * fields are set in rerouted requests sent across regions.
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.
118
118
* The value may be {@code null}.
119
119
*/
120
120
@ com .google .api .client .util .Key
121
121
private java .lang .String primaryLocation ;
122
122
123
123
/**
124
- * Optional. The secondary location of the reservation which is used for cross region disaster
125
- * recovery purposes. Customer can set this in create/update reservation calls to create a
126
- * failover reservation or convert a non-failover reservation to a failover reservation.
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.
127
127
* The value may be {@code null}.
128
128
*/
129
129
@ com .google .api .client .util .Key
@@ -176,7 +176,7 @@ public Reservation setAutoscale(Autoscale autoscale) {
176
176
* concurrently in this reservation. This is a soft target due to asynchronous nature of the
177
177
* system and various optimizations for small queries. Default value is 0 which means that
178
178
* concurrency target will be automatically computed by the system. NOTE: this field is exposed as
179
- * target job concurrency in the Information Schema, DDL and BQ CLI.
179
+ * target job concurrency in the Information Schema, DDL and BigQuery CLI.
180
180
* @return value or {@code null} for none
181
181
*/
182
182
public java .lang .Long getConcurrency () {
@@ -188,7 +188,7 @@ public java.lang.Long getConcurrency() {
188
188
* concurrently in this reservation. This is a soft target due to asynchronous nature of the
189
189
* system and various optimizations for small queries. Default value is 0 which means that
190
190
* concurrency target will be automatically computed by the system. NOTE: this field is exposed as
191
- * target job concurrency in the Information Schema, DDL and BQ CLI.
191
+ * target job concurrency in the Information Schema, DDL and BigQuery CLI.
192
192
* @param concurrency concurrency or {@code null} for none
193
193
*/
194
194
public Reservation setConcurrency (java .lang .Long concurrency ) {
@@ -320,8 +320,8 @@ public Reservation setName(java.lang.String name) {
320
320
* Optional. The original primary location of the reservation which is set only during its
321
321
* creation and remains unchanged afterwards. It can be used by the customer to answer questions
322
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 fields
324
- * are set in rerouted requests sent across regions.
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.
325
325
* @return value or {@code null} for none
326
326
*/
327
327
public java .lang .String getOriginalPrimaryLocation () {
@@ -332,8 +332,8 @@ public java.lang.String getOriginalPrimaryLocation() {
332
332
* Optional. The original primary location of the reservation which is set only during its
333
333
* creation and remains unchanged afterwards. It can be used by the customer to answer questions
334
334
* about disaster recovery billing. The field is output only for customers and should not be
335
- * specified, however, the google.api.field_behavior is not set to OUTPUT_ONLY since these fields
336
- * are set in rerouted requests sent across regions.
335
+ * specified, however, the ` google.api.field_behavior` is not set to ` OUTPUT_ONLY` since these
336
+ * fields are set in rerouted requests sent across regions.
337
337
* @param originalPrimaryLocation originalPrimaryLocation or {@code null} for none
338
338
*/
339
339
public Reservation setOriginalPrimaryLocation (java .lang .String originalPrimaryLocation ) {
@@ -342,21 +342,21 @@ public Reservation setOriginalPrimaryLocation(java.lang.String originalPrimaryLo
342
342
}
343
343
344
344
/**
345
- * Optional. The primary location of the reservation. The field is only meaningful for reservation
346
- * used for cross region disaster recovery. The field is output only for customers and should not
347
- * be specified, however , the google.api.field_behavior is not set to OUTPUT_ONLY since these
348
- * fields are set in rerouted requests sent across regions.
345
+ * Optional. The primary location of the reservation. The field is only meaningful for a failover
346
+ * reservation that is used for managed disaster recovery. The field is output only for customers
347
+ * and should not be specified. However , the ` google.api.field_behavior` is not set to
348
+ * `OUTPUT_ONLY` since these fields are set in rerouted requests sent across regions.
349
349
* @return value or {@code null} for none
350
350
*/
351
351
public java .lang .String getPrimaryLocation () {
352
352
return primaryLocation ;
353
353
}
354
354
355
355
/**
356
- * Optional. The primary location of the reservation. The field is only meaningful for reservation
357
- * used for cross region disaster recovery. The field is output only for customers and should not
358
- * be specified, however , the google.api.field_behavior is not set to OUTPUT_ONLY since these
359
- * fields are set in rerouted requests sent across regions.
356
+ * Optional. The primary location of the reservation. The field is only meaningful for a failover
357
+ * reservation that is used for managed disaster recovery. The field is output only for customers
358
+ * and should not be specified. However , the ` google.api.field_behavior` is not set to
359
+ * `OUTPUT_ONLY` since these fields are set in rerouted requests sent across regions.
360
360
* @param primaryLocation primaryLocation or {@code null} for none
361
361
*/
362
362
public Reservation setPrimaryLocation (java .lang .String primaryLocation ) {
@@ -365,19 +365,19 @@ public Reservation setPrimaryLocation(java.lang.String primaryLocation) {
365
365
}
366
366
367
367
/**
368
- * Optional. The secondary location of the reservation which is used for cross region disaster
369
- * recovery purposes. Customer can set this in create/update reservation calls to create a
370
- * failover reservation or convert a non-failover reservation to a failover reservation.
368
+ * Optional. The secondary location of the reservation that is used for managed disaster recovery.
369
+ * Customers can set this in create/update reservation calls to create a failover reservation or
370
+ * convert a non-failover reservation to a failover reservation.
371
371
* @return value or {@code null} for none
372
372
*/
373
373
public java .lang .String getSecondaryLocation () {
374
374
return secondaryLocation ;
375
375
}
376
376
377
377
/**
378
- * Optional. The secondary location of the reservation which is used for cross region disaster
379
- * recovery purposes. Customer can set this in create/update reservation calls to create a
380
- * failover reservation or convert a non-failover reservation to a failover reservation.
378
+ * Optional. The secondary location of the reservation that is used for managed disaster recovery.
379
+ * Customers can set this in create/update reservation calls to create a failover reservation or
380
+ * convert a non-failover reservation to a failover reservation.
381
381
* @param secondaryLocation secondaryLocation or {@code null} for none
382
382
*/
383
383
public Reservation setSecondaryLocation (java .lang .String secondaryLocation ) {
0 commit comments