@@ -306,6 +306,29 @@ public List setName(java.lang.String name) {
306306 return this ;
307307 }
308308
309+ /**
310+ * Optional. A list of extra location types that should be used as conditions for
311+ * controlling the visibility of the locations.
312+ */
313+ @ com .google .api .client .util .Key
314+ private java .util .List <java .lang .String > extraLocationTypes ;
315+
316+ /** Optional. A list of extra location types that should be used as conditions for controlling the
317+ visibility of the locations.
318+ */
319+ public java .util .List <java .lang .String > getExtraLocationTypes () {
320+ return extraLocationTypes ;
321+ }
322+
323+ /**
324+ * Optional. A list of extra location types that should be used as conditions for
325+ * controlling the visibility of the locations.
326+ */
327+ public List setExtraLocationTypes (java .util .List <java .lang .String > extraLocationTypes ) {
328+ this .extraLocationTypes = extraLocationTypes ;
329+ return this ;
330+ }
331+
309332 /**
310333 * A filter to narrow down results to a preferred subset. The filtering language accepts
311334 * strings like `"displayName=tokyo"`, and is documented in more detail in
@@ -2859,6 +2882,29 @@ public List setName(java.lang.String name) {
28592882 return this ;
28602883 }
28612884
2885+ /**
2886+ * Optional. A list of extra location types that should be used as conditions for
2887+ * controlling the visibility of the locations.
2888+ */
2889+ @ com .google .api .client .util .Key
2890+ private java .util .List <java .lang .String > extraLocationTypes ;
2891+
2892+ /** Optional. A list of extra location types that should be used as conditions for controlling the
2893+ visibility of the locations.
2894+ */
2895+ public java .util .List <java .lang .String > getExtraLocationTypes () {
2896+ return extraLocationTypes ;
2897+ }
2898+
2899+ /**
2900+ * Optional. A list of extra location types that should be used as conditions for
2901+ * controlling the visibility of the locations.
2902+ */
2903+ public List setExtraLocationTypes (java .util .List <java .lang .String > extraLocationTypes ) {
2904+ this .extraLocationTypes = extraLocationTypes ;
2905+ return this ;
2906+ }
2907+
28622908 /**
28632909 * A filter to narrow down results to a preferred subset. The filtering language accepts
28642910 * strings like `"displayName=tokyo"`, and is documented in more detail in
@@ -4895,6 +4941,29 @@ public List setName(java.lang.String name) {
48954941 return this ;
48964942 }
48974943
4944+ /**
4945+ * Optional. A list of extra location types that should be used as conditions for
4946+ * controlling the visibility of the locations.
4947+ */
4948+ @ com .google .api .client .util .Key
4949+ private java .util .List <java .lang .String > extraLocationTypes ;
4950+
4951+ /** Optional. A list of extra location types that should be used as conditions for controlling the
4952+ visibility of the locations.
4953+ */
4954+ public java .util .List <java .lang .String > getExtraLocationTypes () {
4955+ return extraLocationTypes ;
4956+ }
4957+
4958+ /**
4959+ * Optional. A list of extra location types that should be used as conditions for
4960+ * controlling the visibility of the locations.
4961+ */
4962+ public List setExtraLocationTypes (java .util .List <java .lang .String > extraLocationTypes ) {
4963+ this .extraLocationTypes = extraLocationTypes ;
4964+ return this ;
4965+ }
4966+
48984967 /**
48994968 * A filter to narrow down results to a preferred subset. The filtering language accepts
49004969 * strings like `"displayName=tokyo"`, and is documented in more detail in
@@ -7448,6 +7517,29 @@ public List setName(java.lang.String name) {
74487517 return this ;
74497518 }
74507519
7520+ /**
7521+ * Optional. A list of extra location types that should be used as conditions for
7522+ * controlling the visibility of the locations.
7523+ */
7524+ @ com .google .api .client .util .Key
7525+ private java .util .List <java .lang .String > extraLocationTypes ;
7526+
7527+ /** Optional. A list of extra location types that should be used as conditions for controlling the
7528+ visibility of the locations.
7529+ */
7530+ public java .util .List <java .lang .String > getExtraLocationTypes () {
7531+ return extraLocationTypes ;
7532+ }
7533+
7534+ /**
7535+ * Optional. A list of extra location types that should be used as conditions for
7536+ * controlling the visibility of the locations.
7537+ */
7538+ public List setExtraLocationTypes (java .util .List <java .lang .String > extraLocationTypes ) {
7539+ this .extraLocationTypes = extraLocationTypes ;
7540+ return this ;
7541+ }
7542+
74517543 /**
74527544 * A filter to narrow down results to a preferred subset. The filtering language accepts
74537545 * strings like `"displayName=tokyo"`, and is documented in more detail in
0 commit comments