@@ -444,6 +444,29 @@ public List setName(java.lang.String name) {
444444 return this ;
445445 }
446446
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+
447470 /**
448471 * A filter to narrow down results to a preferred subset. The filtering language accepts
449472 * strings like `"displayName=tokyo"`, and is documented in more detail in
@@ -3328,7 +3351,7 @@ public class Operations {
33283351 * it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
33293352 * methods to check whether the cancellation succeeded or whether the operation completed despite
33303353 * 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
33323355 * `Code.CANCELLED`.
33333356 *
33343357 * Create a request for the method "operations.cancel".
@@ -3359,7 +3382,7 @@ public class Cancel extends APIManagementRequest<com.google.api.services.apim.v1
33593382 * it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
33603383 * methods to check whether the cancellation succeeded or whether the operation completed despite
33613384 * 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
33633386 * `Code.CANCELLED`.
33643387 *
33653388 * Create a request for the method "operations.cancel".
0 commit comments