You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discovery/recommender-v1beta1.json
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,12 @@
118
118
"name"
119
119
],
120
120
"parameters": {
121
+
"extraLocationTypes": {
122
+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
123
+
"location": "query",
124
+
"repeated": true,
125
+
"type": "string"
126
+
},
121
127
"filter": {
122
128
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
123
129
"location": "query",
@@ -589,6 +595,12 @@
589
595
"name"
590
596
],
591
597
"parameters": {
598
+
"extraLocationTypes": {
599
+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
600
+
"location": "query",
601
+
"repeated": true,
602
+
"type": "string"
603
+
},
592
604
"filter": {
593
605
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
594
606
"location": "query",
@@ -959,6 +971,12 @@
959
971
"name"
960
972
],
961
973
"parameters": {
974
+
"extraLocationTypes": {
975
+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
976
+
"location": "query",
977
+
"repeated": true,
978
+
"type": "string"
979
+
},
962
980
"filter": {
963
981
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
964
982
"location": "query",
@@ -1430,6 +1448,12 @@
1430
1448
"name"
1431
1449
],
1432
1450
"parameters": {
1451
+
"extraLocationTypes": {
1452
+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
1453
+
"location": "query",
1454
+
"repeated": true,
1455
+
"type": "string"
1456
+
},
1433
1457
"filter": {
1434
1458
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
854
+
*/
855
+
extraLocationTypes?: string[];
852
856
/**
853
857
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
2463
+
*/
2464
+
extraLocationTypes?: string[];
2457
2465
/**
2458
2466
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
3751
+
*/
3752
+
extraLocationTypes?: string[];
3741
3753
/**
3742
3754
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
5360
+
*/
5361
+
extraLocationTypes?: string[];
5346
5362
/**
5347
5363
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
0 commit comments