Skip to content

Commit 4ab8877

Browse files
1 parent 838072f commit 4ab8877

5 files changed

Lines changed: 24 additions & 12 deletions

File tree

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

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,28 @@
3030
public final class GoogleCloudAiplatformV1beta1GoogleMaps extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional. If true, include the widget context token in the response.
33+
* Optional. Deprecated: The Google Maps contextual widget behavior in Grounding with Google Maps
34+
* is being deprecated; this field is planned for removal and no longer has any effect once
35+
* removed. If true, include the widget context token in the response.
3436
* The value may be {@code null}.
3537
*/
3638
@com.google.api.client.util.Key
3739
private java.lang.Boolean enableWidget;
3840

3941
/**
40-
* Optional. If true, include the widget context token in the response.
42+
* Optional. Deprecated: The Google Maps contextual widget behavior in Grounding with Google Maps
43+
* is being deprecated; this field is planned for removal and no longer has any effect once
44+
* removed. If true, include the widget context token in the response.
4145
* @return value or {@code null} for none
4246
*/
4347
public java.lang.Boolean getEnableWidget() {
4448
return enableWidget;
4549
}
4650

4751
/**
48-
* Optional. If true, include the widget context token in the response.
52+
* Optional. Deprecated: The Google Maps contextual widget behavior in Grounding with Google Maps
53+
* is being deprecated; this field is planned for removal and no longer has any effect once
54+
* removed. If true, include the widget context token in the response.
4955
* @param enableWidget enableWidget or {@code null} for none
5056
*/
5157
public GoogleCloudAiplatformV1beta1GoogleMaps setEnableWidget(java.lang.Boolean enableWidget) {

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
public final class GoogleCloudAiplatformV1beta1GroundingMetadata extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Optional. Output only. A token that can be used to render a Google Maps widget with the
35+
* Optional. Output only. Deprecated: The Google Maps contextual widget behavior in Grounding with
36+
* Google Maps is being deprecated; this field is planned for removal and will no longer be
37+
* populated once removed. A token that can be used to render a Google Maps widget with the
3638
* contextual data. This field is populated only when the grounding source is Google Maps.
3739
* The value may be {@code null}.
3840
*/
@@ -110,7 +112,9 @@ public final class GoogleCloudAiplatformV1beta1GroundingMetadata extends com.goo
110112
private java.util.List<java.lang.String> webSearchQueries;
111113

112114
/**
113-
* Optional. Output only. A token that can be used to render a Google Maps widget with the
115+
* Optional. Output only. Deprecated: The Google Maps contextual widget behavior in Grounding with
116+
* Google Maps is being deprecated; this field is planned for removal and will no longer be
117+
* populated once removed. A token that can be used to render a Google Maps widget with the
114118
* contextual data. This field is populated only when the grounding source is Google Maps.
115119
* @return value or {@code null} for none
116120
*/
@@ -119,7 +123,9 @@ public java.lang.String getGoogleMapsWidgetContextToken() {
119123
}
120124

121125
/**
122-
* Optional. Output only. A token that can be used to render a Google Maps widget with the
126+
* Optional. Output only. Deprecated: The Google Maps contextual widget behavior in Grounding with
127+
* Google Maps is being deprecated; this field is planned for removal and will no longer be
128+
* populated once removed. A token that can be used to render a Google Maps widget with the
123129
* contextual data. This field is populated only when the grounding source is Google Maps.
124130
* @param googleMapsWidgetContextToken googleMapsWidgetContextToken or {@code null} for none
125131
*/

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

0 commit comments

Comments
 (0)