Skip to content

Commit 9bd743e

Browse files
1 parent ff6f1f7 commit 9bd743e

File tree

7 files changed

+39
-63
lines changed

7 files changed

+39
-63
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
<windowtitle>Firebase ML API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.7.2</version>
127+
<version>2.8.1</version>
128128
</dependency>
129129
</dependencies>
130130

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
<windowtitle>Firebase ML API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.7.2</version>
127+
<version>2.8.1</version>
128128
</dependency>
129129
</dependencies>
130130

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-rev20250731-2.0.0</version>
25+
<version>v2beta-rev20250812-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-rev20250731-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebaseml:v2beta-rev20250812-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: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -29,54 +29,6 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudAiplatformV1beta1GoogleMaps extends com.google.api.client.json.GenericJson {
3131

32-
/**
33-
* The authentication config to access the API. Deprecated. Please use auth_config instead.
34-
* The value may be {@code null}.
35-
*/
36-
@com.google.api.client.util.Key
37-
private GoogleCloudAiplatformV1beta1ApiAuth apiAuth;
38-
39-
/**
40-
* The authentication config to access the API. Only API key is supported.
41-
* The value may be {@code null}.
42-
*/
43-
@com.google.api.client.util.Key
44-
private GoogleCloudAiplatformV1beta1AuthConfig authConfig;
45-
46-
/**
47-
* The authentication config to access the API. Deprecated. Please use auth_config instead.
48-
* @return value or {@code null} for none
49-
*/
50-
public GoogleCloudAiplatformV1beta1ApiAuth getApiAuth() {
51-
return apiAuth;
52-
}
53-
54-
/**
55-
* The authentication config to access the API. Deprecated. Please use auth_config instead.
56-
* @param apiAuth apiAuth or {@code null} for none
57-
*/
58-
public GoogleCloudAiplatformV1beta1GoogleMaps setApiAuth(GoogleCloudAiplatformV1beta1ApiAuth apiAuth) {
59-
this.apiAuth = apiAuth;
60-
return this;
61-
}
62-
63-
/**
64-
* The authentication config to access the API. Only API key is supported.
65-
* @return value or {@code null} for none
66-
*/
67-
public GoogleCloudAiplatformV1beta1AuthConfig getAuthConfig() {
68-
return authConfig;
69-
}
70-
71-
/**
72-
* The authentication config to access the API. Only API key is supported.
73-
* @param authConfig authConfig or {@code null} for none
74-
*/
75-
public GoogleCloudAiplatformV1beta1GoogleMaps setAuthConfig(GoogleCloudAiplatformV1beta1AuthConfig authConfig) {
76-
this.authConfig = authConfig;
77-
return this;
78-
}
79-
8032
@Override
8133
public GoogleCloudAiplatformV1beta1GoogleMaps set(String fieldName, Object value) {
8234
return (GoogleCloudAiplatformV1beta1GoogleMaps) super.set(fieldName, value);

clients/google-api-services-firebaseml/v2beta/2.0.0/com/google/api/services/firebaseml/v2beta/model/GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext.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 GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext extends com.google.api.client.json.GenericJson {
3131

32+
/**
33+
* Output only. The full document name for the referenced Vertex AI Search document.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String documentName;
38+
3239
/**
3340
* Additional context for the RAG retrieval result. This is only populated when using the RAG
3441
* retrieval tool.
@@ -58,6 +65,23 @@ public final class GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext ex
5865
@com.google.api.client.util.Key
5966
private java.lang.String uri;
6067

68+
/**
69+
* Output only. The full document name for the referenced Vertex AI Search document.
70+
* @return value or {@code null} for none
71+
*/
72+
public java.lang.String getDocumentName() {
73+
return documentName;
74+
}
75+
76+
/**
77+
* Output only. The full document name for the referenced Vertex AI Search document.
78+
* @param documentName documentName or {@code null} for none
79+
*/
80+
public GoogleCloudAiplatformV1beta1GroundingChunkRetrievedContext setDocumentName(java.lang.String documentName) {
81+
this.documentName = documentName;
82+
return this;
83+
}
84+
6185
/**
6286
* Additional context for the RAG retrieval result. This is only populated when using the RAG
6387
* retrieval tool.

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

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

1515
<inceptionYear>2011</inceptionYear>
@@ -89,9 +89,9 @@
8989
<windowtitle>Firebase ML API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.7.2</version>
127+
<version>2.8.1</version>
128128
</dependency>
129129
</dependencies>
130130

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

0 commit comments

Comments
 (0)