@@ -306,6 +306,29 @@ public List setName(java.lang.String name) {
306
306
return this ;
307
307
}
308
308
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
+
309
332
/**
310
333
* A filter to narrow down results to a preferred subset. The filtering language accepts
311
334
* strings like `"displayName=tokyo"`, and is documented in more detail in
@@ -2859,6 +2882,29 @@ public List setName(java.lang.String name) {
2859
2882
return this ;
2860
2883
}
2861
2884
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
+
2862
2908
/**
2863
2909
* A filter to narrow down results to a preferred subset. The filtering language accepts
2864
2910
* strings like `"displayName=tokyo"`, and is documented in more detail in
@@ -4895,6 +4941,29 @@ public List setName(java.lang.String name) {
4895
4941
return this ;
4896
4942
}
4897
4943
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
+
4898
4967
/**
4899
4968
* A filter to narrow down results to a preferred subset. The filtering language accepts
4900
4969
* strings like `"displayName=tokyo"`, and is documented in more detail in
@@ -7448,6 +7517,29 @@ public List setName(java.lang.String name) {
7448
7517
return this ;
7449
7518
}
7450
7519
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
+
7451
7543
/**
7452
7544
* A filter to narrow down results to a preferred subset. The filtering language accepts
7453
7545
* strings like `"displayName=tokyo"`, and is documented in more detail in
0 commit comments