Skip to content

Commit aa91dfc

Browse files
1 parent 3cba322 commit aa91dfc

File tree

5 files changed

+39
-15
lines changed

5 files changed

+39
-15
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-rev20240930-2.0.0</version>
25+
<version>v2beta-rev20241003-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-rev20240930-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20241003-2.0.0'
3939
}
4040
```
4141

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

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

32+
/**
33+
* Optional. If enabled, audio timestamp will be included in the request to the model.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.Boolean audioTimestamp;
38+
3239
/**
3340
* Optional. Number of candidates to generate.
3441
* The value may be {@code null}.
@@ -134,6 +141,23 @@ public final class GoogleCloudAiplatformV1beta1GenerationConfig extends com.goog
134141
@com.google.api.client.util.Key
135142
private java.lang.Float topP;
136143

144+
/**
145+
* Optional. If enabled, audio timestamp will be included in the request to the model.
146+
* @return value or {@code null} for none
147+
*/
148+
public java.lang.Boolean getAudioTimestamp() {
149+
return audioTimestamp;
150+
}
151+
152+
/**
153+
* Optional. If enabled, audio timestamp will be included in the request to the model.
154+
* @param audioTimestamp audioTimestamp or {@code null} for none
155+
*/
156+
public GoogleCloudAiplatformV1beta1GenerationConfig setAudioTimestamp(java.lang.Boolean audioTimestamp) {
157+
this.audioTimestamp = audioTimestamp;
158+
return this;
159+
}
160+
137161
/**
138162
* Optional. Number of candidates to generate.
139163
* @return value or {@code null} for none

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ public final class GoogleCloudAiplatformV1beta1Schema extends com.google.api.cli
5454
private java.lang.String description;
5555

5656
/**
57-
* Optional. Possible values of the element of Type.STRING with enum format. For example we can
58-
* define an Enum Direction as : {type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH",
59-
* "WEST"]}
57+
* Optional. Possible values of the element of primitive type with enum format. Examples: 1. We
58+
* can define direction as : {type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]} 2.
59+
* We can define apartment number as : {type:INTEGER, format:enum, enum:["101", "201", "301"]}
6060
* The value may be {@code null}.
6161
*/
6262
@com.google.api.client.util.Key("enum")
@@ -245,19 +245,19 @@ public GoogleCloudAiplatformV1beta1Schema setDescription(java.lang.String descri
245245
}
246246

247247
/**
248-
* Optional. Possible values of the element of Type.STRING with enum format. For example we can
249-
* define an Enum Direction as : {type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH",
250-
* "WEST"]}
248+
* Optional. Possible values of the element of primitive type with enum format. Examples: 1. We
249+
* can define direction as : {type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]} 2.
250+
* We can define apartment number as : {type:INTEGER, format:enum, enum:["101", "201", "301"]}
251251
* @return value or {@code null} for none
252252
*/
253253
public java.util.List<java.lang.String> getEnum() {
254254
return enum__;
255255
}
256256

257257
/**
258-
* Optional. Possible values of the element of Type.STRING with enum format. For example we can
259-
* define an Enum Direction as : {type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH",
260-
* "WEST"]}
258+
* Optional. Possible values of the element of primitive type with enum format. Examples: 1. We
259+
* can define direction as : {type:STRING, format:enum, enum:["EAST", NORTH", "SOUTH", "WEST"]} 2.
260+
* We can define apartment number as : {type:INTEGER, format:enum, enum:["101", "201", "301"]}
261261
* @param enum__ enum__ or {@code null} for none
262262
*/
263263
public GoogleCloudAiplatformV1beta1Schema setEnum(java.util.List<java.lang.String> enum__) {

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-rev20240930-2.0.0</version>
12-
<name>Firebase ML API v2beta-rev20240930-2.0.0</name>
11+
<version>v2beta-rev20241003-2.0.0</version>
12+
<name>Firebase ML API v2beta-rev20241003-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-rev20240930-2.0.0</version>
25+
<version>v2beta-rev20241003-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-rev20240930-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20241003-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)