Skip to content

Commit ba04759

Browse files
1 parent 1915574 commit ba04759

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

clients/google-api-services-firebaseml/v2beta/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-firebaseml</artifactId>
25-
<version>v2beta-rev20250420-2.0.0</version>
25+
<version>v2beta-rev20250423-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-firebaseml:v2beta-rev20250420-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20250423-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1Schema.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
@SuppressWarnings("javadoc")
3232
public final class GoogleCloudAiplatformV1beta1Schema extends com.google.api.client.json.GenericJson {
3333

34+
/**
35+
* Optional. Can either be a boolean or an object; controls the presence of additional properties.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.Object additionalProperties;
40+
3441
/**
3542
* Optional. The value should be validated against any (one or more) of the subschemas in the
3643
* list.
@@ -210,6 +217,23 @@ public final class GoogleCloudAiplatformV1beta1Schema extends com.google.api.cli
210217
@com.google.api.client.util.Key
211218
private java.lang.String type;
212219

220+
/**
221+
* Optional. Can either be a boolean or an object; controls the presence of additional properties.
222+
* @return value or {@code null} for none
223+
*/
224+
public java.lang.Object getAdditionalProperties() {
225+
return additionalProperties;
226+
}
227+
228+
/**
229+
* Optional. Can either be a boolean or an object; controls the presence of additional properties.
230+
* @param additionalProperties additionalProperties or {@code null} for none
231+
*/
232+
public GoogleCloudAiplatformV1beta1Schema setAdditionalProperties(java.lang.Object additionalProperties) {
233+
this.additionalProperties = additionalProperties;
234+
return this;
235+
}
236+
213237
/**
214238
* Optional. The value should be validated against any (one or more) of the subschemas in the
215239
* list.

clients/google-api-services-firebaseml/v2beta/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-firebaseml</artifactId>
11-
<version>v2beta-rev20250420-2.0.0</version>
12-
<name>Firebase ML API v2beta-rev20250420-2.0.0</name>
11+
<version>v2beta-rev20250423-2.0.0</version>
12+
<name>Firebase ML API v2beta-rev20250423-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firebaseml/v2beta/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-firebaseml</artifactId>
25-
<version>v2beta-rev20250420-2.0.0</version>
25+
<version>v2beta-rev20250423-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-firebaseml:v2beta-rev20250420-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20250423-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)