Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.79.0')
implementation platform('com.google.cloud:libraries-bom:26.80.0')

implementation 'com.google.cloud:google-cloud-firestore'
```
Expand Down
6 changes: 3 additions & 3 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.71.0
googleapis_commitish: 62e4ecb2f4390728990514fea14aad0431881a52
libraries_bom_version: 26.79.0
gapic_generator_version: 2.72.0
googleapis_commitish: c2648728afb6deff882cfc4167a21abd382870fa
libraries_bom_version: 26.80.0
libraries:
- api_shortname: firestore
name_pretty: Cloud Firestore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1601,6 +1601,96 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.firestore.admin.v1.Index$IndexField$SearchConfig",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.firestore.admin.v1.Index$IndexField$SearchConfig$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.firestore.admin.v1.Index$IndexField$SearchConfig$SearchGeoSpec",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.firestore.admin.v1.Index$IndexField$SearchConfig$SearchGeoSpec$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.firestore.admin.v1.Index$IndexField$SearchConfig$SearchTextIndexSpec",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.firestore.admin.v1.Index$IndexField$SearchConfig$SearchTextIndexSpec$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.firestore.admin.v1.Index$IndexField$SearchConfig$SearchTextSpec",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.firestore.admin.v1.Index$IndexField$SearchConfig$SearchTextSpec$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.firestore.admin.v1.Index$IndexField$SearchConfig$TextIndexType",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.firestore.admin.v1.Index$IndexField$SearchConfig$TextMatchType",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.firestore.admin.v1.Index$IndexField$VectorConfig",
"queryAllDeclaredConstructors": true,
Expand Down Expand Up @@ -1646,6 +1736,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.firestore.admin.v1.Index$SearchIndexOptions",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.firestore.admin.v1.Index$SearchIndexOptions$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.firestore.admin.v1.Index$State",
"queryAllDeclaredConstructors": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public void createIndexTest() throws Exception {
.setMultikey(true)
.setShardCount(-495377042)
.setUnique(true)
.setSearchIndexOptions(Index.SearchIndexOptions.newBuilder().build())
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -177,6 +178,7 @@ public void createIndexTest2() throws Exception {
.setMultikey(true)
.setShardCount(-495377042)
.setUnique(true)
.setSearchIndexOptions(Index.SearchIndexOptions.newBuilder().build())
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -337,6 +339,7 @@ public void getIndexTest() throws Exception {
.setMultikey(true)
.setShardCount(-495377042)
.setUnique(true)
.setSearchIndexOptions(Index.SearchIndexOptions.newBuilder().build())
.build();
mockService.addResponse(expectedResponse);

Expand Down Expand Up @@ -385,6 +388,7 @@ public void getIndexTest2() throws Exception {
.setMultikey(true)
.setShardCount(-495377042)
.setUnique(true)
.setSearchIndexOptions(Index.SearchIndexOptions.newBuilder().build())
.build();
mockService.addResponse(expectedResponse);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ public void createIndexTest() throws Exception {
.setMultikey(true)
.setShardCount(-495377042)
.setUnique(true)
.setSearchIndexOptions(Index.SearchIndexOptions.newBuilder().build())
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -212,6 +213,7 @@ public void createIndexTest2() throws Exception {
.setMultikey(true)
.setShardCount(-495377042)
.setUnique(true)
.setSearchIndexOptions(Index.SearchIndexOptions.newBuilder().build())
.build();
Operation resultOperation =
Operation.newBuilder()
Expand Down Expand Up @@ -354,6 +356,7 @@ public void getIndexTest() throws Exception {
.setMultikey(true)
.setShardCount(-495377042)
.setUnique(true)
.setSearchIndexOptions(Index.SearchIndexOptions.newBuilder().build())
.build();
mockFirestoreAdmin.addResponse(expectedResponse);

Expand Down Expand Up @@ -396,6 +399,7 @@ public void getIndexTest2() throws Exception {
.setMultikey(true)
.setShardCount(-495377042)
.setUnique(true)
.setSearchIndexOptions(Index.SearchIndexOptions.newBuilder().build())
.build();
mockFirestoreAdmin.addResponse(expectedResponse);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,11 @@ public com.google.firestore.admin.v1.Backup.Stats getDefaultInstanceForType() {
* Output only. The unique resource name of the Backup.
*
* Format is `projects/{project}/locations/{location}/backups/{backup}`.
*
* The location in the name will be the Standard Managed Multi-Region (SMMR)
* location (e.g. `us`) if the backup was created with an SMMR location, or
* the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
* was created with a GMMR location.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1034,6 +1039,11 @@ public java.lang.String getName() {
* Output only. The unique resource name of the Backup.
*
* Format is `projects/{project}/locations/{location}/backups/{backup}`.
*
* The location in the name will be the Standard Managed Multi-Region (SMMR)
* location (e.g. `us`) if the backup was created with an SMMR location, or
* the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
* was created with a GMMR location.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down Expand Up @@ -1892,6 +1902,11 @@ public Builder mergeFrom(
* Output only. The unique resource name of the Backup.
*
* Format is `projects/{project}/locations/{location}/backups/{backup}`.
*
* The location in the name will be the Standard Managed Multi-Region (SMMR)
* location (e.g. `us`) if the backup was created with an SMMR location, or
* the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
* was created with a GMMR location.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1917,6 +1932,11 @@ public java.lang.String getName() {
* Output only. The unique resource name of the Backup.
*
* Format is `projects/{project}/locations/{location}/backups/{backup}`.
*
* The location in the name will be the Standard Managed Multi-Region (SMMR)
* location (e.g. `us`) if the backup was created with an SMMR location, or
* the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
* was created with a GMMR location.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1942,6 +1962,11 @@ public com.google.protobuf.ByteString getNameBytes() {
* Output only. The unique resource name of the Backup.
*
* Format is `projects/{project}/locations/{location}/backups/{backup}`.
*
* The location in the name will be the Standard Managed Multi-Region (SMMR)
* location (e.g. `us`) if the backup was created with an SMMR location, or
* the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
* was created with a GMMR location.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1966,6 +1991,11 @@ public Builder setName(java.lang.String value) {
* Output only. The unique resource name of the Backup.
*
* Format is `projects/{project}/locations/{location}/backups/{backup}`.
*
* The location in the name will be the Standard Managed Multi-Region (SMMR)
* location (e.g. `us`) if the backup was created with an SMMR location, or
* the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
* was created with a GMMR location.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1986,6 +2016,11 @@ public Builder clearName() {
* Output only. The unique resource name of the Backup.
*
* Format is `projects/{project}/locations/{location}/backups/{backup}`.
*
* The location in the name will be the Standard Managed Multi-Region (SMMR)
* location (e.g. `us`) if the backup was created with an SMMR location, or
* the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
* was created with a GMMR location.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ public interface BackupOrBuilder
* Output only. The unique resource name of the Backup.
*
* Format is `projects/{project}/locations/{location}/backups/{backup}`.
*
* The location in the name will be the Standard Managed Multi-Region (SMMR)
* location (e.g. `us`) if the backup was created with an SMMR location, or
* the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
* was created with a GMMR location.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -48,6 +53,11 @@ public interface BackupOrBuilder
* Output only. The unique resource name of the Backup.
*
* Format is `projects/{project}/locations/{location}/backups/{backup}`.
*
* The location in the name will be the Standard Managed Multi-Region (SMMR)
* location (e.g. `us`) if the backup was created with an SMMR location, or
* the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
* was created with a GMMR location.
* </pre>
*
* <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Loading
Loading