@@ -444,6 +444,29 @@ public List setName(java.lang.String name) {
444
444
return this ;
445
445
}
446
446
447
+ /**
448
+ * Optional. A list of extra location types that should be used as conditions for
449
+ * controlling the visibility of the locations.
450
+ */
451
+ @ com .google .api .client .util .Key
452
+ private java .util .List <java .lang .String > extraLocationTypes ;
453
+
454
+ /** Optional. A list of extra location types that should be used as conditions for controlling the
455
+ visibility of the locations.
456
+ */
457
+ public java .util .List <java .lang .String > getExtraLocationTypes () {
458
+ return extraLocationTypes ;
459
+ }
460
+
461
+ /**
462
+ * Optional. A list of extra location types that should be used as conditions for
463
+ * controlling the visibility of the locations.
464
+ */
465
+ public List setExtraLocationTypes (java .util .List <java .lang .String > extraLocationTypes ) {
466
+ this .extraLocationTypes = extraLocationTypes ;
467
+ return this ;
468
+ }
469
+
447
470
/**
448
471
* A filter to narrow down results to a preferred subset. The filtering language accepts
449
472
* strings like `"displayName=tokyo"`, and is documented in more detail in
@@ -3328,7 +3351,7 @@ public class Operations {
3328
3351
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
3329
3352
* methods to check whether the cancellation succeeded or whether the operation completed despite
3330
3353
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
3331
- * operation with an Operation.error value with a google.rpc.Status.code of 1 , corresponding to
3354
+ * operation with an Operation.error value with a google.rpc.Status.code of `1` , corresponding to
3332
3355
* `Code.CANCELLED`.
3333
3356
*
3334
3357
* Create a request for the method "operations.cancel".
@@ -3359,7 +3382,7 @@ public class Cancel extends APIManagementRequest<com.google.api.services.apim.v1
3359
3382
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
3360
3383
* methods to check whether the cancellation succeeded or whether the operation completed despite
3361
3384
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
3362
- * operation with an Operation.error value with a google.rpc.Status.code of 1 , corresponding to
3385
+ * operation with an Operation.error value with a google.rpc.Status.code of `1` , corresponding to
3363
3386
* `Code.CANCELLED`.
3364
3387
*
3365
3388
* Create a request for the method "operations.cancel".
0 commit comments