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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-firebaseml</artifactId >
25
- <version >v2beta-rev20240911 -2.0.0</version >
25
+ <version >v2beta-rev20240917 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 31
31
@ SuppressWarnings ("javadoc" )
32
32
public final class GoogleCloudAiplatformV1beta1Schema extends com .google .api .client .json .GenericJson {
33
33
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
+
34
42
/**
35
43
* Optional. Default value of the data.
36
44
* The value may be {@code null}.
@@ -183,6 +191,25 @@ public final class GoogleCloudAiplatformV1beta1Schema extends com.google.api.cli
183
191
@ com .google .api .client .util .Key
184
192
private java .lang .String type ;
185
193
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
+
186
213
/**
187
214
* Optional. Default value of the data.
188
215
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-firebaseml</artifactId >
25
- <version >v2beta-rev20240911 -2.0.0</version >
25
+ <version >v2beta-rev20240917 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments