Skip to content

Commit 6055bb3

Browse files
1 parent 4f0b1c3 commit 6055bb3

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
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-rev20240904-2.0.0</version>
25+
<version>v1-rev20241018-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-rev20240904-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1-rev20241018-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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public final class FindNearest extends com.google.api.client.json.GenericJson {
5050
* Optional. Option to specify a threshold for which no less similar documents will be returned.
5151
* The behavior of the specified `distance_measure` will affect the meaning of the distance
5252
* threshold. Since DOT_PRODUCT distances increase when the vectors are more similar, the
53-
* comparison is inverted. For EUCLIDEAN, COSINE: WHERE distance <= distance_threshold For
53+
* comparison is inverted. * For EUCLIDEAN, COSINE: WHERE distance <= distance_threshold * For
5454
* DOT_PRODUCT: WHERE distance >= distance_threshold
5555
* The value may be {@code null}.
5656
*/
@@ -121,7 +121,7 @@ public FindNearest setDistanceResultField(java.lang.String distanceResultField)
121121
* Optional. Option to specify a threshold for which no less similar documents will be returned.
122122
* The behavior of the specified `distance_measure` will affect the meaning of the distance
123123
* threshold. Since DOT_PRODUCT distances increase when the vectors are more similar, the
124-
* comparison is inverted. For EUCLIDEAN, COSINE: WHERE distance <= distance_threshold For
124+
* comparison is inverted. * For EUCLIDEAN, COSINE: WHERE distance <= distance_threshold * For
125125
* DOT_PRODUCT: WHERE distance >= distance_threshold
126126
* @return value or {@code null} for none
127127
*/
@@ -133,7 +133,7 @@ public java.lang.Double getDistanceThreshold() {
133133
* Optional. Option to specify a threshold for which no less similar documents will be returned.
134134
* The behavior of the specified `distance_measure` will affect the meaning of the distance
135135
* threshold. Since DOT_PRODUCT distances increase when the vectors are more similar, the
136-
* comparison is inverted. For EUCLIDEAN, COSINE: WHERE distance <= distance_threshold For
136+
* comparison is inverted. * For EUCLIDEAN, COSINE: WHERE distance <= distance_threshold * For
137137
* DOT_PRODUCT: WHERE distance >= distance_threshold
138138
* @param distanceThreshold distanceThreshold or {@code null} for none
139139
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* A Firestore query. The query stages are executed in the following order: 1. from 2. where 3.
21-
* select 4. order_by + start_at + end_at 5. offset 6. limit
21+
* select 4. order_by + start_at + end_at 5. offset 6. limit 7. find_nearest
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Cloud Firestore API. For a detailed explanation see:

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-rev20240904-2.0.0</version>
12-
<name>Cloud Firestore API v1-rev20240904-2.0.0</name>
11+
<version>v1-rev20241018-2.0.0</version>
12+
<name>Cloud Firestore API v1-rev20241018-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-rev20240904-2.0.0</version>
25+
<version>v1-rev20241018-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-rev20240904-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1-rev20241018-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-rev20240822-2.0.0</version>
25+
<version>v1beta1-rev20241018-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-rev20240822-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20241018-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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public final class FindNearest extends com.google.api.client.json.GenericJson {
5050
* Optional. Option to specify a threshold for which no less similar documents will be returned.
5151
* The behavior of the specified `distance_measure` will affect the meaning of the distance
5252
* threshold. Since DOT_PRODUCT distances increase when the vectors are more similar, the
53-
* comparison is inverted. For EUCLIDEAN, COSINE: WHERE distance <= distance_threshold For
53+
* comparison is inverted. * For EUCLIDEAN, COSINE: WHERE distance <= distance_threshold * For
5454
* DOT_PRODUCT: WHERE distance >= distance_threshold
5555
* The value may be {@code null}.
5656
*/
@@ -121,7 +121,7 @@ public FindNearest setDistanceResultField(java.lang.String distanceResultField)
121121
* Optional. Option to specify a threshold for which no less similar documents will be returned.
122122
* The behavior of the specified `distance_measure` will affect the meaning of the distance
123123
* threshold. Since DOT_PRODUCT distances increase when the vectors are more similar, the
124-
* comparison is inverted. For EUCLIDEAN, COSINE: WHERE distance <= distance_threshold For
124+
* comparison is inverted. * For EUCLIDEAN, COSINE: WHERE distance <= distance_threshold * For
125125
* DOT_PRODUCT: WHERE distance >= distance_threshold
126126
* @return value or {@code null} for none
127127
*/
@@ -133,7 +133,7 @@ public java.lang.Double getDistanceThreshold() {
133133
* Optional. Option to specify a threshold for which no less similar documents will be returned.
134134
* The behavior of the specified `distance_measure` will affect the meaning of the distance
135135
* threshold. Since DOT_PRODUCT distances increase when the vectors are more similar, the
136-
* comparison is inverted. For EUCLIDEAN, COSINE: WHERE distance <= distance_threshold For
136+
* comparison is inverted. * For EUCLIDEAN, COSINE: WHERE distance <= distance_threshold * For
137137
* DOT_PRODUCT: WHERE distance >= distance_threshold
138138
* @param distanceThreshold distanceThreshold or {@code null} for none
139139
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/**
2020
* A Firestore query. The query stages are executed in the following order: 1. from 2. where 3.
21-
* select 4. order_by + start_at + end_at 5. offset 6. limit
21+
* select 4. order_by + start_at + end_at 5. offset 6. limit 7. find_nearest
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Cloud Firestore API. For a detailed explanation see:

clients/google-api-services-firestore/v1beta1/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>v1beta1-rev20240822-2.0.0</version>
12-
<name>Cloud Firestore API v1beta1-rev20240822-2.0.0</name>
11+
<version>v1beta1-rev20241018-2.0.0</version>
12+
<name>Cloud Firestore API v1beta1-rev20241018-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)