Skip to content

Commit cfdeaa2

Browse files
1 parent 5321ac3 commit cfdeaa2

File tree

4 files changed

+98
-6
lines changed

4 files changed

+98
-6
lines changed

clients/google-api-services-recommender/v1beta1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-recommender</artifactId>
25-
<version>v1beta1-rev20241013-2.0.0</version>
25+
<version>v1beta1-rev20250323-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-recommender:v1beta1-rev20241013-2.0.0'
38+
implementation 'com.google.apis:google-api-services-recommender:v1beta1-rev20250323-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-recommender/v1beta1/2.0.0/com/google/api/services/recommender/v1beta1/Recommender.java

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

clients/google-api-services-recommender/v1beta1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-recommender</artifactId>
11-
<version>v1beta1-rev20241013-2.0.0</version>
12-
<name>Recommender API v1beta1-rev20241013-2.0.0</name>
11+
<version>v1beta1-rev20250323-2.0.0</version>
12+
<name>Recommender API v1beta1-rev20250323-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-recommender/v1beta1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-recommender</artifactId>
25-
<version>v1beta1-rev20241013-2.0.0</version>
25+
<version>v1beta1-rev20250323-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-recommender:v1beta1-rev20241013-2.0.0'
38+
implementation 'com.google.apis:google-api-services-recommender:v1beta1-rev20250323-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)