Skip to content

Commit 265dab8

Browse files
1 parent 680c6c4 commit 265dab8

File tree

12 files changed

+21
-217
lines changed

12 files changed

+21
-217
lines changed

clients/google-api-services-firestore/v1/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-firestore</artifactId>
25-
<version>v1-rev20240630-2.0.0</version>
25+
<version>v1-rev20240713-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-firestore:v1-rev20240630-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1-rev20240713-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/FindNearest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
package com.google.api.services.firestore.v1.model;
1818

1919
/**
20-
* Nearest Neighbors search config.
20+
* Nearest Neighbors search config. The ordering provided by FindNearest supersedes the order_by
21+
* stage. If multiple documents have the same vector distance, the returned document order is not
22+
* guaranteed to be stable between queries.
2123
*
2224
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2325
* transmitted over HTTP when working with the Cloud Firestore API. For a detailed explanation see:

clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1BackupSchedule.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public final class GoogleFirestoreAdminV1BackupSchedule extends com.google.api.c
5656

5757
/**
5858
* At what relative time in the future, compared to its creation time, the backup should be
59-
* deleted, e.g. keep backups for 7 days. The maximum supported retention is 14 weeks.
59+
* deleted, e.g. keep backups for 7 days. The maximum supported retention period is 14 weeks.
6060
* The value may be {@code null}.
6161
*/
6262
@com.google.api.client.util.Key
@@ -136,7 +136,7 @@ public GoogleFirestoreAdminV1BackupSchedule setName(java.lang.String name) {
136136

137137
/**
138138
* At what relative time in the future, compared to its creation time, the backup should be
139-
* deleted, e.g. keep backups for 7 days. The maximum supported retention is 14 weeks.
139+
* deleted, e.g. keep backups for 7 days. The maximum supported retention period is 14 weeks.
140140
* @return value or {@code null} for none
141141
*/
142142
public String getRetention() {
@@ -145,7 +145,7 @@ public String getRetention() {
145145

146146
/**
147147
* At what relative time in the future, compared to its creation time, the backup should be
148-
* deleted, e.g. keep backups for 7 days. The maximum supported retention is 14 weeks.
148+
* deleted, e.g. keep backups for 7 days. The maximum supported retention period is 14 weeks.
149149
* @param retention retention or {@code null} for none
150150
*/
151151
public GoogleFirestoreAdminV1BackupSchedule setRetention(String retention) {

clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1DailyRecurrence.java

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

32-
/**
33-
* Time of the day. The first run scheduled will be either on the same day if schedule creation
34-
* time precedes time_of_day or the next day otherwise.
35-
* The value may be {@code null}.
36-
*/
37-
@com.google.api.client.util.Key
38-
private TimeOfDay time;
39-
40-
/**
41-
* Time of the day. The first run scheduled will be either on the same day if schedule creation
42-
* time precedes time_of_day or the next day otherwise.
43-
* @return value or {@code null} for none
44-
*/
45-
public TimeOfDay getTime() {
46-
return time;
47-
}
48-
49-
/**
50-
* Time of the day. The first run scheduled will be either on the same day if schedule creation
51-
* time precedes time_of_day or the next day otherwise.
52-
* @param time time or {@code null} for none
53-
*/
54-
public GoogleFirestoreAdminV1DailyRecurrence setTime(TimeOfDay time) {
55-
this.time = time;
56-
return this;
57-
}
58-
5932
@Override
6033
public GoogleFirestoreAdminV1DailyRecurrence set(String fieldName, Object value) {
6134
return (GoogleFirestoreAdminV1DailyRecurrence) super.set(fieldName, value);

clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1WeeklyRecurrence.java

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ public final class GoogleFirestoreAdminV1WeeklyRecurrence extends com.google.api
3636
@com.google.api.client.util.Key
3737
private java.lang.String day;
3838

39-
/**
40-
* Time of the day. If day is today, the first run will happen today if schedule creation time
41-
* precedes time_of_day, and the next week otherwise.
42-
* The value may be {@code null}.
43-
*/
44-
@com.google.api.client.util.Key
45-
private TimeOfDay time;
46-
4739
/**
4840
* The day of week to run. DAY_OF_WEEK_UNSPECIFIED is not allowed.
4941
* @return value or {@code null} for none
@@ -61,25 +53,6 @@ public GoogleFirestoreAdminV1WeeklyRecurrence setDay(java.lang.String day) {
6153
return this;
6254
}
6355

64-
/**
65-
* Time of the day. If day is today, the first run will happen today if schedule creation time
66-
* precedes time_of_day, and the next week otherwise.
67-
* @return value or {@code null} for none
68-
*/
69-
public TimeOfDay getTime() {
70-
return time;
71-
}
72-
73-
/**
74-
* Time of the day. If day is today, the first run will happen today if schedule creation time
75-
* precedes time_of_day, and the next week otherwise.
76-
* @param time time or {@code null} for none
77-
*/
78-
public GoogleFirestoreAdminV1WeeklyRecurrence setTime(TimeOfDay time) {
79-
this.time = time;
80-
return this;
81-
}
82-
8356
@Override
8457
public GoogleFirestoreAdminV1WeeklyRecurrence set(String fieldName, Object value) {
8558
return (GoogleFirestoreAdminV1WeeklyRecurrence) super.set(fieldName, value);

clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/TimeOfDay.java

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

clients/google-api-services-firestore/v1/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-firestore</artifactId>
11-
<version>v1-rev20240630-2.0.0</version>
12-
<name>Cloud Firestore API v1-rev20240630-2.0.0</name>
11+
<version>v1-rev20240713-2.0.0</version>
12+
<name>Cloud Firestore API v1-rev20240713-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-firestore/v1/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-firestore</artifactId>
25-
<version>v1-rev20240630-2.0.0</version>
25+
<version>v1-rev20240713-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-firestore:v1-rev20240630-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1-rev20240713-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firestore/v1beta1/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-firestore</artifactId>
25-
<version>v1beta1-rev20240617-2.0.0</version>
25+
<version>v1beta1-rev20240713-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-firestore:v1beta1-rev20240617-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20240713-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firestore/v1beta1/2.0.0/com/google/api/services/firestore/v1beta1/model/FindNearest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
package com.google.api.services.firestore.v1beta1.model;
1818

1919
/**
20-
* Nearest Neighbors search config.
20+
* Nearest Neighbors search config. The ordering provided by FindNearest supersedes the order_by
21+
* stage. If multiple documents have the same vector distance, the returned document order is not
22+
* guaranteed to be stable between queries.
2123
*
2224
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2325
* transmitted over HTTP when working with the Cloud Firestore API. For a detailed explanation see:

0 commit comments

Comments
 (0)