File tree Expand file tree Collapse file tree 4 files changed +33
-6
lines changed
clients/google-api-services-firebaseml/v2beta
com/google/api/services/firebaseml/v2beta/model Expand file tree Collapse file tree 4 files changed +33
-6
lines changed Original file line number Diff line number Diff 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-firebaseml</artifactId >
25- <version >v2beta-rev20240911 -2.0.0</version >
25+ <version >v2beta-rev20240917 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20240911 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20240917 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3131@ SuppressWarnings ("javadoc" )
3232public final class GoogleCloudAiplatformV1beta1Schema extends com .google .api .client .json .GenericJson {
3333
34+ /**
35+ * Optional. The value should be validated against any (one or more) of the subschemas in the
36+ * list.
37+ * The value may be {@code null}.
38+ */
39+ @ com .google .api .client .util .Key
40+ private java .util .List <GoogleCloudAiplatformV1beta1Schema > anyOf ;
41+
3442 /**
3543 * Optional. Default value of the data.
3644 * The value may be {@code null}.
@@ -183,6 +191,25 @@ public final class GoogleCloudAiplatformV1beta1Schema extends com.google.api.cli
183191 @ com .google .api .client .util .Key
184192 private java .lang .String type ;
185193
194+ /**
195+ * Optional. The value should be validated against any (one or more) of the subschemas in the
196+ * list.
197+ * @return value or {@code null} for none
198+ */
199+ public java .util .List <GoogleCloudAiplatformV1beta1Schema > getAnyOf () {
200+ return anyOf ;
201+ }
202+
203+ /**
204+ * Optional. The value should be validated against any (one or more) of the subschemas in the
205+ * list.
206+ * @param anyOf anyOf or {@code null} for none
207+ */
208+ public GoogleCloudAiplatformV1beta1Schema setAnyOf (java .util .List <GoogleCloudAiplatformV1beta1Schema > anyOf ) {
209+ this .anyOf = anyOf ;
210+ return this ;
211+ }
212+
186213 /**
187214 * Optional. Default value of the data.
188215 * @return value or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-firebaseml</artifactId >
11- <version >v2beta-rev20240911 -2.0.0</version >
12- <name >Firebase ML API v2beta-rev20240911 -2.0.0</name >
11+ <version >v2beta-rev20240917 -2.0.0</version >
12+ <name >Firebase ML API v2beta-rev20240917 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-firebaseml</artifactId >
25- <version >v2beta-rev20240911 -2.0.0</version >
25+ <version >v2beta-rev20240917 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20240911 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20240917 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments