Skip to content

Commit 256b866

Browse files
1 parent 19b804c commit 256b866

File tree

6 files changed

+6
-132
lines changed

6 files changed

+6
-132
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-rev20260327-2.0.0</version>
25+
<version>v1-rev20260405-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-rev20260327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260405-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ public final class GoogleFirestoreAdminV1SearchConfig extends com.google.api.cli
3636
@com.google.api.client.util.Key
3737
private GoogleFirestoreAdminV1SearchGeoSpec geoSpec;
3838

39-
/**
40-
* Optional. The specification for building a number search index for a field.
41-
* The value may be {@code null}.
42-
*/
43-
@com.google.api.client.util.Key
44-
private GoogleFirestoreAdminV1SearchNumberSpec numberSpec;
45-
4639
/**
4740
* Optional. The specification for building a text search index for a field.
4841
* The value may be {@code null}.
@@ -67,23 +60,6 @@ public GoogleFirestoreAdminV1SearchConfig setGeoSpec(GoogleFirestoreAdminV1Searc
6760
return this;
6861
}
6962

70-
/**
71-
* Optional. The specification for building a number search index for a field.
72-
* @return value or {@code null} for none
73-
*/
74-
public GoogleFirestoreAdminV1SearchNumberSpec getNumberSpec() {
75-
return numberSpec;
76-
}
77-
78-
/**
79-
* Optional. The specification for building a number search index for a field.
80-
* @param numberSpec numberSpec or {@code null} for none
81-
*/
82-
public GoogleFirestoreAdminV1SearchConfig setNumberSpec(GoogleFirestoreAdminV1SearchNumberSpec numberSpec) {
83-
this.numberSpec = numberSpec;
84-
return this;
85-
}
86-
8763
/**
8864
* Optional. The specification for building a text search index for a field.
8965
* @return value or {@code null} for none

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

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

32-
/**
33-
* Optional. Custom partition fields to use for the search index. If unspecified, all indexed
34-
* fields will be in the same default partition. If a search index is created specifying custom
35-
* partition fields, all search queries using that index will be required to filter on the
36-
* partition. For indexes with MONGODB_COMPATIBLE_API ApiScope: This must refer to a top level
37-
* field name.
38-
* The value may be {@code null}.
39-
*/
40-
@com.google.api.client.util.Key
41-
private java.util.List<java.lang.String> customPartitionFieldPaths;
42-
4332
/**
4433
* Optional. The language to use for text search indexes. Used as the default language if not
4534
* overridden at the document level by specifying the `text_language_override_field`. The language
@@ -60,31 +49,6 @@ public final class GoogleFirestoreAdminV1SearchIndexOptions extends com.google.a
6049
@com.google.api.client.util.Key
6150
private java.lang.String textLanguageOverrideFieldPath;
6251

63-
/**
64-
* Optional. Custom partition fields to use for the search index. If unspecified, all indexed
65-
* fields will be in the same default partition. If a search index is created specifying custom
66-
* partition fields, all search queries using that index will be required to filter on the
67-
* partition. For indexes with MONGODB_COMPATIBLE_API ApiScope: This must refer to a top level
68-
* field name.
69-
* @return value or {@code null} for none
70-
*/
71-
public java.util.List<java.lang.String> getCustomPartitionFieldPaths() {
72-
return customPartitionFieldPaths;
73-
}
74-
75-
/**
76-
* Optional. Custom partition fields to use for the search index. If unspecified, all indexed
77-
* fields will be in the same default partition. If a search index is created specifying custom
78-
* partition fields, all search queries using that index will be required to filter on the
79-
* partition. For indexes with MONGODB_COMPATIBLE_API ApiScope: This must refer to a top level
80-
* field name.
81-
* @param customPartitionFieldPaths customPartitionFieldPaths or {@code null} for none
82-
*/
83-
public GoogleFirestoreAdminV1SearchIndexOptions setCustomPartitionFieldPaths(java.util.List<java.lang.String> customPartitionFieldPaths) {
84-
this.customPartitionFieldPaths = customPartitionFieldPaths;
85-
return this;
86-
}
87-
8852
/**
8953
* Optional. The language to use for text search indexes. Used as the default language if not
9054
* overridden at the document level by specifying the `text_language_override_field`. The language

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

Lines changed: 0 additions & 66 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-rev20260327-2.0.0</version>
12-
<name>Cloud Firestore API v1-rev20260327-2.0.0</name>
11+
<version>v1-rev20260405-2.0.0</version>
12+
<name>Cloud Firestore API v1-rev20260405-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-rev20260327-2.0.0</version>
25+
<version>v1-rev20260405-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-rev20260327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260405-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)