Skip to content

Commit 6add9c7

Browse files
chore: regenerate firestore client
1 parent ebb6aa7 commit 6add9c7

File tree

15 files changed

+48
-65
lines changed

15 files changed

+48
-65
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-rev20260116-2.0.0</version>
25+
<version>v1-rev20260212-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-rev20260116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260212-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class Firestore extends com.google.api.client.googleapis.services.json.Ab
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -8888,7 +8888,10 @@ public Get set(String parameterName, Object value) {
88888888
}
88898889
}
88908890
/**
8891-
* Lists information about the supported locations for this service.
8891+
* Lists information about the supported locations for this service. This method can be called in
8892+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
8893+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
8894+
* public locations as well as private or other locations specifically visible to the project.
88928895
*
88938896
* Create a request for the method "locations.list".
88948897
*
@@ -8912,7 +8915,10 @@ public class List extends FirestoreRequest<com.google.api.services.firestore.v1.
89128915
java.util.regex.Pattern.compile("^projects/[^/]+$");
89138916

89148917
/**
8915-
* Lists information about the supported locations for this service.
8918+
* Lists information about the supported locations for this service. This method can be called in
8919+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
8920+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
8921+
* public locations as well as private or other locations specifically visible to the project.
89168922
*
89178923
* Create a request for the method "locations.list".
89188924
*
@@ -9643,8 +9649,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
96439649
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
96449650
* <li>Android: {@code newCompatibleTransport} from
96459651
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
9646-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
9647-
* </li>
9652+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
96489653
* </ul>
96499654
* @param jsonFactory JSON factory, which may be:
96509655
* <ul>

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ public final class GoogleFirestoreAdminV1Backup extends com.google.api.client.js
5454

5555
/**
5656
* Output only. The unique resource name of the Backup. Format is
57-
* `projects/{project}/locations/{location}/backups/{backup}`.
57+
* `projects/{project}/locations/{location}/backups/{backup}`. The location in the name will be
58+
* the Standard Managed Multi-Region (SMMR) location (e.g. `us`) if the backup was created with an
59+
* SMMR location, or the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
60+
* was created with a GMMR location.
5861
* The value may be {@code null}.
5962
*/
6063
@com.google.api.client.util.Key
@@ -137,7 +140,10 @@ public GoogleFirestoreAdminV1Backup setExpireTime(String expireTime) {
137140

138141
/**
139142
* Output only. The unique resource name of the Backup. Format is
140-
* `projects/{project}/locations/{location}/backups/{backup}`.
143+
* `projects/{project}/locations/{location}/backups/{backup}`. The location in the name will be
144+
* the Standard Managed Multi-Region (SMMR) location (e.g. `us`) if the backup was created with an
145+
* SMMR location, or the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
146+
* was created with a GMMR location.
141147
* @return value or {@code null} for none
142148
*/
143149
public java.lang.String getName() {
@@ -146,7 +152,10 @@ public java.lang.String getName() {
146152

147153
/**
148154
* Output only. The unique resource name of the Backup. Format is
149-
* `projects/{project}/locations/{location}/backups/{backup}`.
155+
* `projects/{project}/locations/{location}/backups/{backup}`. The location in the name will be
156+
* the Standard Managed Multi-Region (SMMR) location (e.g. `us`) if the backup was created with an
157+
* SMMR location, or the Google Managed Multi-Region (GMMR) location (e.g. `nam5`) if the backup
158+
* was created with a GMMR location.
150159
* @param name name or {@code null} for none
151160
*/
152161
public GoogleFirestoreAdminV1Backup setName(java.lang.String name) {

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

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

32-
/**
33-
* The storage placements available in the location. When the location represents a Standard
34-
* Managed Multi-Region (SMMR) like "us", this field lists the available Google-Managed Multi-
35-
* Regions (GMMRs) within it, such as "nam5" or "eur3".
36-
* The value may be {@code null}.
37-
*/
38-
@com.google.api.client.util.Key
39-
private java.util.List<java.lang.String> availableStoragePlacements;
40-
41-
/**
42-
* The storage placements available in the location. When the location represents a Standard
43-
* Managed Multi-Region (SMMR) like "us", this field lists the available Google-Managed Multi-
44-
* Regions (GMMRs) within it, such as "nam5" or "eur3".
45-
* @return value or {@code null} for none
46-
*/
47-
public java.util.List<java.lang.String> getAvailableStoragePlacements() {
48-
return availableStoragePlacements;
49-
}
50-
51-
/**
52-
* The storage placements available in the location. When the location represents a Standard
53-
* Managed Multi-Region (SMMR) like "us", this field lists the available Google-Managed Multi-
54-
* Regions (GMMRs) within it, such as "nam5" or "eur3".
55-
* @param availableStoragePlacements availableStoragePlacements or {@code null} for none
56-
*/
57-
public GoogleFirestoreAdminV1LocationMetadata setAvailableStoragePlacements(java.util.List<java.lang.String> availableStoragePlacements) {
58-
this.availableStoragePlacements = availableStoragePlacements;
59-
return this;
60-
}
61-
6232
@Override
6333
public GoogleFirestoreAdminV1LocationMetadata set(String fieldName, Object value) {
6434
return (GoogleFirestoreAdminV1LocationMetadata) super.set(fieldName, value);

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
/**
2020
* The TTL (time-to-live) configuration for documents that have this `Field` set. Storing a
2121
* timestamp value into a TTL-enabled field will be treated as the document's absolute expiration
22-
* time. Timestamp values in the past indicate that the document is eligible for immediate
23-
* expiration. Using any other data type or leaving the field absent will disable expiration for the
24-
* individual document.
22+
* time. For Enterprise edition databases, the timestamp value may also be stored in an array value
23+
* in the TTL-enabled field. Timestamp values in the past indicate that the document is eligible for
24+
* immediate expiration. Using any other data type or leaving the field absent will disable
25+
* expiration for the individual document.
2526
*
2627
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2728
* 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-rev20260116-2.0.0</version>
12-
<name>Cloud Firestore API v1-rev20260116-2.0.0</name>
11+
<version>v1-rev20260212-2.0.0</version>
12+
<name>Cloud Firestore API v1-rev20260212-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-rev20260116-2.0.0</version>
25+
<version>v1-rev20260212-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-rev20260116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260212-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-rev20260105-2.0.0</version>
25+
<version>v1beta1-rev20260130-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-rev20260105-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260130-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class Firestore extends com.google.api.client.googleapis.services.json.Ab
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -4449,8 +4449,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
44494449
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
44504450
* <li>Android: {@code newCompatibleTransport} from
44514451
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
4452-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
4453-
* </li>
4452+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
44544453
* </ul>
44554454
* @param jsonFactory JSON factory, which may be:
44564455
* <ul>

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-rev20260105-2.0.0</version>
12-
<name>Cloud Firestore API v1beta1-rev20260105-2.0.0</name>
11+
<version>v1beta1-rev20260130-2.0.0</version>
12+
<name>Cloud Firestore API v1beta1-rev20260130-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)