Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-firestore/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-firestore</artifactId>
<version>v1-rev20260507-2.0.0</version>
<version>v1-rev20260529-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260507-2.0.0'
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260529-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ public final class GoogleFirestoreAdminV1Index extends com.google.api.client.jso
private java.lang.String queryScope;

/**
* Optional. Options for search indexes that are at the index definition level.
* Optional. Options for search indexes that are at the index definition level. This field is only
* currently supported for indexes with MONGODB_COMPATIBLE_API ApiScope.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -251,15 +252,17 @@ public GoogleFirestoreAdminV1Index setQueryScope(java.lang.String queryScope) {
}

/**
* Optional. Options for search indexes that are at the index definition level.
* Optional. Options for search indexes that are at the index definition level. This field is only
* currently supported for indexes with MONGODB_COMPATIBLE_API ApiScope.
* @return value or {@code null} for none
*/
public GoogleFirestoreAdminV1SearchIndexOptions getSearchIndexOptions() {
return searchIndexOptions;
}

/**
* Optional. Options for search indexes that are at the index definition level.
* Optional. Options for search indexes that are at the index definition level. This field is only
* currently supported for indexes with MONGODB_COMPATIBLE_API ApiScope.
* @param searchIndexOptions searchIndexOptions or {@code null} for none
*/
public GoogleFirestoreAdminV1Index setSearchIndexOptions(GoogleFirestoreAdminV1SearchIndexOptions searchIndexOptions) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ public final class GoogleFirestoreAdminV1SearchGeoSpec extends com.google.api.cl

/**
* Optional. Disables geoJSON indexing for the field. By default, geoJSON points are indexed.
* Firestore GeoPoints are indexed regardless of this value.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean geoJsonIndexingDisabled;

/**
* Optional. Disables geoJSON indexing for the field. By default, geoJSON points are indexed.
* Firestore GeoPoints are indexed regardless of this value.
* @return value or {@code null} for none
*/
public java.lang.Boolean getGeoJsonIndexingDisabled() {
Expand All @@ -48,7 +46,6 @@ public java.lang.Boolean getGeoJsonIndexingDisabled() {

/**
* Optional. Disables geoJSON indexing for the field. By default, geoJSON points are indexed.
* Firestore GeoPoints are indexed regardless of this value.
* @param geoJsonIndexingDisabled geoJsonIndexingDisabled or {@code null} for none
*/
public GoogleFirestoreAdminV1SearchGeoSpec setGeoJsonIndexingDisabled(java.lang.Boolean geoJsonIndexingDisabled) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public final class GoogleFirestoreAdminV1SearchIndexOptions extends com.google.a

/**
* Optional. The field in the document that specifies which language to use for that specific
* document. If unspecified, the language is taken from the "language" field if it exists or from
* `text_language` if it does not.
* document. For indexes with MONGODB_COMPATIBLE_API ApiScope: if unspecified, the language is
* taken from the "language" field if it exists or from `text_language` if it does not.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -76,8 +76,8 @@ public GoogleFirestoreAdminV1SearchIndexOptions setTextLanguage(java.lang.String

/**
* Optional. The field in the document that specifies which language to use for that specific
* document. If unspecified, the language is taken from the "language" field if it exists or from
* `text_language` if it does not.
* document. For indexes with MONGODB_COMPATIBLE_API ApiScope: if unspecified, the language is
* taken from the "language" field if it exists or from `text_language` if it does not.
* @return value or {@code null} for none
*/
public java.lang.String getTextLanguageOverrideFieldPath() {
Expand All @@ -86,8 +86,8 @@ public java.lang.String getTextLanguageOverrideFieldPath() {

/**
* Optional. The field in the document that specifies which language to use for that specific
* document. If unspecified, the language is taken from the "language" field if it exists or from
* `text_language` if it does not.
* document. For indexes with MONGODB_COMPATIBLE_API ApiScope: if unspecified, the language is
* taken from the "language" field if it exists or from `text_language` if it does not.
* @param textLanguageOverrideFieldPath textLanguageOverrideFieldPath or {@code null} for none
*/
public GoogleFirestoreAdminV1SearchIndexOptions setTextLanguageOverrideFieldPath(java.lang.String textLanguageOverrideFieldPath) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-firestore/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-firestore</artifactId>
<version>v1-rev20260507-2.0.0</version>
<name>Cloud Firestore API v1-rev20260507-2.0.0</name>
<version>v1-rev20260529-2.0.0</version>
<name>Cloud Firestore API v1-rev20260529-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-firestore/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-firestore</artifactId>
<version>v1-rev20260507-2.0.0</version>
<version>v1-rev20260529-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260507-2.0.0'
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260529-2.0.0'
}
```

Expand Down