Skip to content
Closed
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-rev20260116-2.0.0</version>
<version>v1-rev20260212-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-rev20260116-2.0.0'
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260212-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class Firestore extends com.google.api.client.googleapis.services.json.Ab
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -8888,7 +8888,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand All @@ -8912,7 +8915,10 @@ public class List extends FirestoreRequest<com.google.api.services.firestore.v1.
java.util.regex.Pattern.compile("^projects/[^/]+$");

/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand Down Expand Up @@ -9643,8 +9649,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ public final class GoogleFirestoreAdminV1Backup extends com.google.api.client.js

/**
* Output only. The unique resource name of the Backup. Format is
* `projects/{project}/locations/{location}/backups/{backup}`.
* `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.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -137,7 +140,10 @@ public GoogleFirestoreAdminV1Backup setExpireTime(String expireTime) {

/**
* Output only. The unique resource name of the Backup. Format is
* `projects/{project}/locations/{location}/backups/{backup}`.
* `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.
* @return value or {@code null} for none
*/
public java.lang.String getName() {
Expand All @@ -146,7 +152,10 @@ public java.lang.String getName() {

/**
* Output only. The unique resource name of the Backup. Format is
* `projects/{project}/locations/{location}/backups/{backup}`.
* `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.
* @param name name or {@code null} for none
*/
public GoogleFirestoreAdminV1Backup setName(java.lang.String name) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,36 +29,6 @@
@SuppressWarnings("javadoc")
public final class GoogleFirestoreAdminV1LocationMetadata extends com.google.api.client.json.GenericJson {

/**
* The storage placements available in the location. When the location represents a Standard
* Managed Multi-Region (SMMR) like "us", this field lists the available Google-Managed Multi-
* Regions (GMMRs) within it, such as "nam5" or "eur3".
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List<java.lang.String> availableStoragePlacements;

/**
* The storage placements available in the location. When the location represents a Standard
* Managed Multi-Region (SMMR) like "us", this field lists the available Google-Managed Multi-
* Regions (GMMRs) within it, such as "nam5" or "eur3".
* @return value or {@code null} for none
*/
public java.util.List<java.lang.String> getAvailableStoragePlacements() {
return availableStoragePlacements;
}

/**
* The storage placements available in the location. When the location represents a Standard
* Managed Multi-Region (SMMR) like "us", this field lists the available Google-Managed Multi-
* Regions (GMMRs) within it, such as "nam5" or "eur3".
* @param availableStoragePlacements availableStoragePlacements or {@code null} for none
*/
public GoogleFirestoreAdminV1LocationMetadata setAvailableStoragePlacements(java.util.List<java.lang.String> availableStoragePlacements) {
this.availableStoragePlacements = availableStoragePlacements;
return this;
}

@Override
public GoogleFirestoreAdminV1LocationMetadata set(String fieldName, Object value) {
return (GoogleFirestoreAdminV1LocationMetadata) super.set(fieldName, value);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
/**
* The TTL (time-to-live) configuration for documents that have this `Field` set. Storing a
* timestamp value into a TTL-enabled field will be treated as the document's absolute expiration
* time. Timestamp values in the past indicate that the document is eligible for immediate
* expiration. Using any other data type or leaving the field absent will disable expiration for the
* individual document.
* time. For Enterprise edition databases, the timestamp value may also be stored in an array value
* in the TTL-enabled field. Timestamp values in the past indicate that the document is eligible for
* immediate expiration. Using any other data type or leaving the field absent will disable
* expiration for the individual document.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Firestore API. For a detailed explanation see:
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-rev20260116-2.0.0</version>
<name>Cloud Firestore API v1-rev20260116-2.0.0</name>
<version>v1-rev20260212-2.0.0</version>
<name>Cloud Firestore API v1-rev20260212-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-rev20260116-2.0.0</version>
<version>v1-rev20260212-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-rev20260116-2.0.0'
implementation 'com.google.apis:google-api-services-firestore:v1-rev20260212-2.0.0'
}
```

Expand Down
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>v1beta1-rev20260105-2.0.0</version>
<version>v1beta1-rev20260130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260105-2.0.0'
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260130-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class Firestore extends com.google.api.client.googleapis.services.json.Ab
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -4449,8 +4449,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-firestore/v1beta1/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>v1beta1-rev20260105-2.0.0</version>
<name>Cloud Firestore API v1beta1-rev20260105-2.0.0</name>
<version>v1beta1-rev20260130-2.0.0</version>
<name>Cloud Firestore API v1beta1-rev20260130-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-firestore/v1beta1/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>v1beta1-rev20260105-2.0.0</version>
<version>v1beta1-rev20260130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260105-2.0.0'
implementation 'com.google.apis:google-api-services-firestore:v1beta1-rev20260130-2.0.0'
}
```

Expand Down
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>v1beta2-rev20260105-2.0.0</version>
<version>v1beta2-rev20260130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-firestore:v1beta2-rev20260105-2.0.0'
implementation 'com.google.apis:google-api-services-firestore:v1beta2-rev20260130-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class Firestore extends com.google.api.client.googleapis.services.json.Ab
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -1813,8 +1813,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-firestore/v1beta2/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>v1beta2-rev20260105-2.0.0</version>
<name>Cloud Firestore API v1beta2-rev20260105-2.0.0</name>
<version>v1beta2-rev20260130-2.0.0</version>
<name>Cloud Firestore API v1beta2-rev20260130-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-firestore/v1beta2/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>v1beta2-rev20260105-2.0.0</version>
<version>v1beta2-rev20260130-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-firestore:v1beta2-rev20260105-2.0.0'
implementation 'com.google.apis:google-api-services-firestore:v1beta2-rev20260130-2.0.0'
}
```

Expand Down
Loading