Skip to content

Commit cd8efdf

Browse files
1 parent 05ffffe commit cd8efdf

File tree

7 files changed

+78
-9
lines changed

7 files changed

+78
-9
lines changed

clients/google-api-services-firebaseml/v1/2.0.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<windowtitle>Firebase ML API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

clients/google-api-services-firebaseml/v1beta2/2.0.0/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<windowtitle>Firebase ML API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

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

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.firebaseml.v2beta.model;
18+
19+
/**
20+
* Tool to search public web data, powered by Vertex AI Search and Sec4 compliance.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Firebase ML API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class GoogleCloudAiplatformV1beta1EnterpriseWebSearch extends com.google.api.client.json.GenericJson {
31+
32+
@Override
33+
public GoogleCloudAiplatformV1beta1EnterpriseWebSearch set(String fieldName, Object value) {
34+
return (GoogleCloudAiplatformV1beta1EnterpriseWebSearch) super.set(fieldName, value);
35+
}
36+
37+
@Override
38+
public GoogleCloudAiplatformV1beta1EnterpriseWebSearch clone() {
39+
return (GoogleCloudAiplatformV1beta1EnterpriseWebSearch) super.clone();
40+
}
41+
42+
}

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ public final class GoogleCloudAiplatformV1beta1Tool extends com.google.api.clien
3939
@com.google.api.client.util.Key
4040
private GoogleCloudAiplatformV1beta1ToolCodeExecution codeExecution;
4141

42+
/**
43+
* Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4
44+
* compliance.
45+
* The value may be {@code null}.
46+
*/
47+
@com.google.api.client.util.Key
48+
private GoogleCloudAiplatformV1beta1EnterpriseWebSearch enterpriseWebSearch;
49+
4250
/**
4351
* Optional. Function tool type. One or more function declarations to be passed to the model along
4452
* with the current user query. Model may decide to call a subset of these functions by populating
@@ -97,6 +105,25 @@ public GoogleCloudAiplatformV1beta1Tool setCodeExecution(GoogleCloudAiplatformV1
97105
return this;
98106
}
99107

108+
/**
109+
* Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4
110+
* compliance.
111+
* @return value or {@code null} for none
112+
*/
113+
public GoogleCloudAiplatformV1beta1EnterpriseWebSearch getEnterpriseWebSearch() {
114+
return enterpriseWebSearch;
115+
}
116+
117+
/**
118+
* Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4
119+
* compliance.
120+
* @param enterpriseWebSearch enterpriseWebSearch or {@code null} for none
121+
*/
122+
public GoogleCloudAiplatformV1beta1Tool setEnterpriseWebSearch(GoogleCloudAiplatformV1beta1EnterpriseWebSearch enterpriseWebSearch) {
123+
this.enterpriseWebSearch = enterpriseWebSearch;
124+
return this;
125+
}
126+
100127
/**
101128
* Optional. Function tool type. One or more function declarations to be passed to the model along
102129
* with the current user query. Model may decide to call a subset of these functions by populating

clients/google-api-services-firebaseml/v2beta/2.0.0/pom.xml

Lines changed: 3 additions & 3 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-rev20250219-2.0.0</version>
12-
<name>Firebase ML API v2beta-rev20250219-2.0.0</name>
11+
<version>v2beta-rev20250223-2.0.0</version>
12+
<name>Firebase ML API v2beta-rev20250223-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Firebase ML API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

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

0 commit comments

Comments
 (0)