Skip to content

Commit b907bb8

Browse files
1 parent 8044f45 commit b907bb8

File tree

4 files changed

+15
-9
lines changed

4 files changed

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

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ public final class GoogleCloudAiplatformV1beta1Part extends com.google.api.clien
8787
private GoogleCloudAiplatformV1beta1PartMediaResolution mediaResolution;
8888

8989
/**
90-
* Optional. The text content of the part.
90+
* Optional. The text content of the part. When sent from the VSCode Gemini Code Assist extension,
91+
* references to @mentioned items will be converted to markdown boldface text. For example `@my-
92+
* repo` will be converted to and sent as `**my-repo**` by the IDE agent.
9193
* The value may be {@code null}.
9294
*/
9395
@com.google.api.client.util.Key
@@ -243,15 +245,19 @@ public GoogleCloudAiplatformV1beta1Part setMediaResolution(GoogleCloudAiplatform
243245
}
244246

245247
/**
246-
* Optional. The text content of the part.
248+
* Optional. The text content of the part. When sent from the VSCode Gemini Code Assist extension,
249+
* references to @mentioned items will be converted to markdown boldface text. For example `@my-
250+
* repo` will be converted to and sent as `**my-repo**` by the IDE agent.
247251
* @return value or {@code null} for none
248252
*/
249253
public java.lang.String getText() {
250254
return text;
251255
}
252256

253257
/**
254-
* Optional. The text content of the part.
258+
* Optional. The text content of the part. When sent from the VSCode Gemini Code Assist extension,
259+
* references to @mentioned items will be converted to markdown boldface text. For example `@my-
260+
* repo` will be converted to and sent as `**my-repo**` by the IDE agent.
255261
* @param text text or {@code null} for none
256262
*/
257263
public GoogleCloudAiplatformV1beta1Part setText(java.lang.String text) {

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

0 commit comments

Comments
 (0)