Skip to content

Commit e0436ab

Browse files
1 parent cc85b6b commit e0436ab

9 files changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ public final class GoogleCloudAiplatformV1beta1GroundingChunkMaps extends com.go
4545
private java.lang.String placeId;
4646

4747
/**
48-
* Text of the chunk.
48+
* Text of the place answer.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
5252
private java.lang.String text;
5353

5454
/**
55-
* Title of the chunk.
55+
* Title of the place.
5656
* The value may be {@code null}.
5757
*/
5858
@com.google.api.client.util.Key
5959
private java.lang.String title;
6060

6161
/**
62-
* URI reference of the chunk.
62+
* URI reference of the place.
6363
* The value may be {@code null}.
6464
*/
6565
@com.google.api.client.util.Key
@@ -102,15 +102,15 @@ public GoogleCloudAiplatformV1beta1GroundingChunkMaps setPlaceId(java.lang.Strin
102102
}
103103

104104
/**
105-
* Text of the chunk.
105+
* Text of the place answer.
106106
* @return value or {@code null} for none
107107
*/
108108
public java.lang.String getText() {
109109
return text;
110110
}
111111

112112
/**
113-
* Text of the chunk.
113+
* Text of the place answer.
114114
* @param text text or {@code null} for none
115115
*/
116116
public GoogleCloudAiplatformV1beta1GroundingChunkMaps setText(java.lang.String text) {
@@ -119,15 +119,15 @@ public GoogleCloudAiplatformV1beta1GroundingChunkMaps setText(java.lang.String t
119119
}
120120

121121
/**
122-
* Title of the chunk.
122+
* Title of the place.
123123
* @return value or {@code null} for none
124124
*/
125125
public java.lang.String getTitle() {
126126
return title;
127127
}
128128

129129
/**
130-
* Title of the chunk.
130+
* Title of the place.
131131
* @param title title or {@code null} for none
132132
*/
133133
public GoogleCloudAiplatformV1beta1GroundingChunkMaps setTitle(java.lang.String title) {
@@ -136,15 +136,15 @@ public GoogleCloudAiplatformV1beta1GroundingChunkMaps setTitle(java.lang.String
136136
}
137137

138138
/**
139-
* URI reference of the chunk.
139+
* URI reference of the place.
140140
* @return value or {@code null} for none
141141
*/
142142
public java.lang.String getUri() {
143143
return uri;
144144
}
145145

146146
/**
147-
* URI reference of the chunk.
147+
* URI reference of the place.
148148
* @param uri uri or {@code null} for none
149149
*/
150150
public GoogleCloudAiplatformV1beta1GroundingChunkMaps setUri(java.lang.String uri) {

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -29,37 +29,13 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources extends com.google.api.client.json.GenericJson {
3131

32-
/**
33-
* A link where users can flag a problem with the generated answer.
34-
* The value may be {@code null}.
35-
*/
36-
@com.google.api.client.util.Key
37-
private java.lang.String flagContentUri;
38-
3932
/**
4033
* Snippets of reviews that are used to generate the answer.
4134
* The value may be {@code null}.
4235
*/
4336
@com.google.api.client.util.Key
4437
private java.util.List<GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet> reviewSnippets;
4538

46-
/**
47-
* A link where users can flag a problem with the generated answer.
48-
* @return value or {@code null} for none
49-
*/
50-
public java.lang.String getFlagContentUri() {
51-
return flagContentUri;
52-
}
53-
54-
/**
55-
* A link where users can flag a problem with the generated answer.
56-
* @param flagContentUri flagContentUri or {@code null} for none
57-
*/
58-
public GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSources setFlagContentUri(java.lang.String flagContentUri) {
59-
this.flagContentUri = flagContentUri;
60-
return this;
61-
}
62-
6339
/**
6440
* Snippets of reviews that are used to generate the answer.
6541
* @return value or {@code null} for none

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

Lines changed: 0 additions & 114 deletions
This file was deleted.

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

Lines changed: 18 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,6 @@
2929
@SuppressWarnings("javadoc")
3030
public final class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet extends com.google.api.client.json.GenericJson {
3131

32-
/**
33-
* This review's author.
34-
* The value may be {@code null}.
35-
*/
36-
@com.google.api.client.util.Key
37-
private GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution authorAttribution;
38-
39-
/**
40-
* A link where users can flag a problem with the review.
41-
* The value may be {@code null}.
42-
*/
43-
@com.google.api.client.util.Key
44-
private java.lang.String flagContentUri;
45-
4632
/**
4733
* A link to show the review on Google Maps.
4834
* The value may be {@code null}.
@@ -51,54 +37,18 @@ public final class GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSour
5137
private java.lang.String googleMapsUri;
5238

5339
/**
54-
* A string of formatted recent time, expressing the review time relative to the current time in a
55-
* form appropriate for the language and country.
40+
* Id of the review referencing the place.
5641
* The value may be {@code null}.
5742
*/
5843
@com.google.api.client.util.Key
59-
private java.lang.String relativePublishTimeDescription;
44+
private java.lang.String reviewId;
6045

6146
/**
62-
* A reference representing this place review which may be used to look up this place review
63-
* again.
47+
* Title of the review.
6448
* The value may be {@code null}.
6549
*/
6650
@com.google.api.client.util.Key
67-
private java.lang.String review;
68-
69-
/**
70-
* This review's author.
71-
* @return value or {@code null} for none
72-
*/
73-
public GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution getAuthorAttribution() {
74-
return authorAttribution;
75-
}
76-
77-
/**
78-
* This review's author.
79-
* @param authorAttribution authorAttribution or {@code null} for none
80-
*/
81-
public GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet setAuthorAttribution(GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution authorAttribution) {
82-
this.authorAttribution = authorAttribution;
83-
return this;
84-
}
85-
86-
/**
87-
* A link where users can flag a problem with the review.
88-
* @return value or {@code null} for none
89-
*/
90-
public java.lang.String getFlagContentUri() {
91-
return flagContentUri;
92-
}
93-
94-
/**
95-
* A link where users can flag a problem with the review.
96-
* @param flagContentUri flagContentUri or {@code null} for none
97-
*/
98-
public GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet setFlagContentUri(java.lang.String flagContentUri) {
99-
this.flagContentUri = flagContentUri;
100-
return this;
101-
}
51+
private java.lang.String title;
10252

10353
/**
10454
* A link to show the review on Google Maps.
@@ -118,40 +68,36 @@ public GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSni
11868
}
11969

12070
/**
121-
* A string of formatted recent time, expressing the review time relative to the current time in a
122-
* form appropriate for the language and country.
71+
* Id of the review referencing the place.
12372
* @return value or {@code null} for none
12473
*/
125-
public java.lang.String getRelativePublishTimeDescription() {
126-
return relativePublishTimeDescription;
74+
public java.lang.String getReviewId() {
75+
return reviewId;
12776
}
12877

12978
/**
130-
* A string of formatted recent time, expressing the review time relative to the current time in a
131-
* form appropriate for the language and country.
132-
* @param relativePublishTimeDescription relativePublishTimeDescription or {@code null} for none
79+
* Id of the review referencing the place.
80+
* @param reviewId reviewId or {@code null} for none
13381
*/
134-
public GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet setRelativePublishTimeDescription(java.lang.String relativePublishTimeDescription) {
135-
this.relativePublishTimeDescription = relativePublishTimeDescription;
82+
public GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet setReviewId(java.lang.String reviewId) {
83+
this.reviewId = reviewId;
13684
return this;
13785
}
13886

13987
/**
140-
* A reference representing this place review which may be used to look up this place review
141-
* again.
88+
* Title of the review.
14289
* @return value or {@code null} for none
14390
*/
144-
public java.lang.String getReview() {
145-
return review;
91+
public java.lang.String getTitle() {
92+
return title;
14693
}
14794

14895
/**
149-
* A reference representing this place review which may be used to look up this place review
150-
* again.
151-
* @param review review or {@code null} for none
96+
* Title of the review.
97+
* @param title title or {@code null} for none
15298
*/
153-
public GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet setReview(java.lang.String review) {
154-
this.review = review;
99+
public GoogleCloudAiplatformV1beta1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet setTitle(java.lang.String title) {
100+
this.title = title;
155101
return this;
156102
}
157103

0 commit comments

Comments
 (0)