Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-firebaseml</artifactId>
<version>v2beta-rev20260524-2.0.0</version>
<version>v2beta-rev20260605-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260524-2.0.0'
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260605-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,28 @@
public final class GoogleCloudAiplatformV1beta1GoogleMaps extends com.google.api.client.json.GenericJson {

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

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

/**
* Optional. If true, include the widget context token in the response.
* Optional. Deprecated: The Google Maps contextual widget behavior in Grounding with Google Maps
* is being deprecated; this field is planned for removal and no longer has any effect once
* removed. If true, include the widget context token in the response.
* @param enableWidget enableWidget or {@code null} for none
*/
public GoogleCloudAiplatformV1beta1GoogleMaps setEnableWidget(java.lang.Boolean enableWidget) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
public final class GoogleCloudAiplatformV1beta1GroundingMetadata extends com.google.api.client.json.GenericJson {

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

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

/**
* Optional. Output only. A token that can be used to render a Google Maps widget with the
* Optional. Output only. Deprecated: The Google Maps contextual widget behavior in Grounding with
* Google Maps is being deprecated; this field is planned for removal and will no longer be
* populated once removed. A token that can be used to render a Google Maps widget with the
* contextual data. This field is populated only when the grounding source is Google Maps.
* @param googleMapsWidgetContextToken googleMapsWidgetContextToken or {@code null} for none
*/
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-firebaseml/v2beta/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-firebaseml</artifactId>
<version>v2beta-rev20260524-2.0.0</version>
<name>Firebase ML API v2beta-rev20260524-2.0.0</name>
<version>v2beta-rev20260605-2.0.0</version>
<name>Firebase ML API v2beta-rev20260605-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-firebaseml/v2beta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-firebaseml</artifactId>
<version>v2beta-rev20260524-2.0.0</version>
<version>v2beta-rev20260605-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260524-2.0.0'
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20260605-2.0.0'
}
```

Expand Down