Skip to content

Commit 7088d6d

Browse files
1 parent 9dfb20d commit 7088d6d

File tree

8 files changed

+54
-36
lines changed

8 files changed

+54
-36
lines changed

clients/google-api-services-firebasedataconnect/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-firebasedataconnect</artifactId>
25-
<version>v1-rev20250803-2.0.0</version>
25+
<version>v1-rev20250810-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-firebasedataconnect:v1-rev20250803-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebasedataconnect:v1-rev20250810-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebasedataconnect/v1/2.0.0/com/google/api/services/firebasedataconnect/v1/model/PostgreSql.java

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ public final class PostgreSql extends com.google.api.client.json.GenericJson {
4545
private java.lang.String database;
4646

4747
/**
48-
* Output only. Ephemeral is true if this data connect service is served from in-memory emulation
49-
* of Postgres. Data Connect service will transfer the data on a best-effort basis to the Cloud
50-
* SQL instance once it's provisioned and linked. WARNING: When `ephemeral=true`, mutations to the
48+
* Output only. Ephemeral is true if this data connect service is served from temporary in-memory
49+
* emulation of Postgres. While Cloud SQL is being provisioned, the data connect service provides
50+
* the ephemeral service to help developers get started. Once the Cloud SQL is provisioned, Data
51+
* Connect service will transfer its data on a best-effort basis to the Cloud SQL instance.
52+
* WARNING: Ephemeral data sources will expire after 24 hour. The data will be lost if they aren't
53+
* transferred to the Cloud SQL instance. WARNING: When `ephemeral=true`, mutations to the
5154
* database are not guaranteed to be durably persisted, even if an OK status code is returned. All
5255
* or parts of the data may be lost or reverted to earlier versions.
5356
* The value may be {@code null}.
@@ -112,9 +115,12 @@ public PostgreSql setDatabase(java.lang.String database) {
112115
}
113116

114117
/**
115-
* Output only. Ephemeral is true if this data connect service is served from in-memory emulation
116-
* of Postgres. Data Connect service will transfer the data on a best-effort basis to the Cloud
117-
* SQL instance once it's provisioned and linked. WARNING: When `ephemeral=true`, mutations to the
118+
* Output only. Ephemeral is true if this data connect service is served from temporary in-memory
119+
* emulation of Postgres. While Cloud SQL is being provisioned, the data connect service provides
120+
* the ephemeral service to help developers get started. Once the Cloud SQL is provisioned, Data
121+
* Connect service will transfer its data on a best-effort basis to the Cloud SQL instance.
122+
* WARNING: Ephemeral data sources will expire after 24 hour. The data will be lost if they aren't
123+
* transferred to the Cloud SQL instance. WARNING: When `ephemeral=true`, mutations to the
118124
* database are not guaranteed to be durably persisted, even if an OK status code is returned. All
119125
* or parts of the data may be lost or reverted to earlier versions.
120126
* @return value or {@code null} for none
@@ -124,9 +130,12 @@ public java.lang.Boolean getEphemeral() {
124130
}
125131

126132
/**
127-
* Output only. Ephemeral is true if this data connect service is served from in-memory emulation
128-
* of Postgres. Data Connect service will transfer the data on a best-effort basis to the Cloud
129-
* SQL instance once it's provisioned and linked. WARNING: When `ephemeral=true`, mutations to the
133+
* Output only. Ephemeral is true if this data connect service is served from temporary in-memory
134+
* emulation of Postgres. While Cloud SQL is being provisioned, the data connect service provides
135+
* the ephemeral service to help developers get started. Once the Cloud SQL is provisioned, Data
136+
* Connect service will transfer its data on a best-effort basis to the Cloud SQL instance.
137+
* WARNING: Ephemeral data sources will expire after 24 hour. The data will be lost if they aren't
138+
* transferred to the Cloud SQL instance. WARNING: When `ephemeral=true`, mutations to the
130139
* database are not guaranteed to be durably persisted, even if an OK status code is returned. All
131140
* or parts of the data may be lost or reverted to earlier versions.
132141
* @param ephemeral ephemeral or {@code null} for none

clients/google-api-services-firebasedataconnect/v1/2.0.0/pom.xml

Lines changed: 5 additions & 5 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-firebasedataconnect</artifactId>
11-
<version>v1-rev20250803-2.0.0</version>
12-
<name>Firebase Data Connect API v1-rev20250803-2.0.0</name>
11+
<version>v1-rev20250810-2.0.0</version>
12+
<name>Firebase Data Connect API v1-rev20250810-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -89,9 +89,9 @@
8989
<windowtitle>Firebase Data Connect API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.7.2</version>
127+
<version>2.8.1</version>
128128
</dependency>
129129
</dependencies>
130130

clients/google-api-services-firebasedataconnect/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-firebasedataconnect</artifactId>
25-
<version>v1-rev20250803-2.0.0</version>
25+
<version>v1-rev20250810-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-firebasedataconnect:v1-rev20250803-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebasedataconnect:v1-rev20250810-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebasedataconnect/v1beta/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-firebasedataconnect</artifactId>
25-
<version>v1beta-rev20250803-2.0.0</version>
25+
<version>v1beta-rev20250810-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-firebasedataconnect:v1beta-rev20250803-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebasedataconnect:v1beta-rev20250810-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebasedataconnect/v1beta/2.0.0/com/google/api/services/firebasedataconnect/v1beta/model/PostgreSql.java

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ public final class PostgreSql extends com.google.api.client.json.GenericJson {
4545
private java.lang.String database;
4646

4747
/**
48-
* Output only. Ephemeral is true if this data connect service is served from in-memory emulation
49-
* of Postgres. Data Connect service will transfer the data on a best-effort basis to the Cloud
50-
* SQL instance once it's provisioned and linked. WARNING: When `ephemeral=true`, mutations to the
48+
* Output only. Ephemeral is true if this data connect service is served from temporary in-memory
49+
* emulation of Postgres. While Cloud SQL is being provisioned, the data connect service provides
50+
* the ephemeral service to help developers get started. Once the Cloud SQL is provisioned, Data
51+
* Connect service will transfer its data on a best-effort basis to the Cloud SQL instance.
52+
* WARNING: Ephemeral data sources will expire after 24 hour. The data will be lost if they aren't
53+
* transferred to the Cloud SQL instance. WARNING: When `ephemeral=true`, mutations to the
5154
* database are not guaranteed to be durably persisted, even if an OK status code is returned. All
5255
* or parts of the data may be lost or reverted to earlier versions.
5356
* The value may be {@code null}.
@@ -112,9 +115,12 @@ public PostgreSql setDatabase(java.lang.String database) {
112115
}
113116

114117
/**
115-
* Output only. Ephemeral is true if this data connect service is served from in-memory emulation
116-
* of Postgres. Data Connect service will transfer the data on a best-effort basis to the Cloud
117-
* SQL instance once it's provisioned and linked. WARNING: When `ephemeral=true`, mutations to the
118+
* Output only. Ephemeral is true if this data connect service is served from temporary in-memory
119+
* emulation of Postgres. While Cloud SQL is being provisioned, the data connect service provides
120+
* the ephemeral service to help developers get started. Once the Cloud SQL is provisioned, Data
121+
* Connect service will transfer its data on a best-effort basis to the Cloud SQL instance.
122+
* WARNING: Ephemeral data sources will expire after 24 hour. The data will be lost if they aren't
123+
* transferred to the Cloud SQL instance. WARNING: When `ephemeral=true`, mutations to the
118124
* database are not guaranteed to be durably persisted, even if an OK status code is returned. All
119125
* or parts of the data may be lost or reverted to earlier versions.
120126
* @return value or {@code null} for none
@@ -124,9 +130,12 @@ public java.lang.Boolean getEphemeral() {
124130
}
125131

126132
/**
127-
* Output only. Ephemeral is true if this data connect service is served from in-memory emulation
128-
* of Postgres. Data Connect service will transfer the data on a best-effort basis to the Cloud
129-
* SQL instance once it's provisioned and linked. WARNING: When `ephemeral=true`, mutations to the
133+
* Output only. Ephemeral is true if this data connect service is served from temporary in-memory
134+
* emulation of Postgres. While Cloud SQL is being provisioned, the data connect service provides
135+
* the ephemeral service to help developers get started. Once the Cloud SQL is provisioned, Data
136+
* Connect service will transfer its data on a best-effort basis to the Cloud SQL instance.
137+
* WARNING: Ephemeral data sources will expire after 24 hour. The data will be lost if they aren't
138+
* transferred to the Cloud SQL instance. WARNING: When `ephemeral=true`, mutations to the
130139
* database are not guaranteed to be durably persisted, even if an OK status code is returned. All
131140
* or parts of the data may be lost or reverted to earlier versions.
132141
* @param ephemeral ephemeral or {@code null} for none

clients/google-api-services-firebasedataconnect/v1beta/2.0.0/pom.xml

Lines changed: 5 additions & 5 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-firebasedataconnect</artifactId>
11-
<version>v1beta-rev20250803-2.0.0</version>
12-
<name>Firebase Data Connect API v1beta-rev20250803-2.0.0</name>
11+
<version>v1beta-rev20250810-2.0.0</version>
12+
<name>Firebase Data Connect API v1beta-rev20250810-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -89,9 +89,9 @@
8989
<windowtitle>Firebase Data Connect API ${project.version}</windowtitle>
9090
<links>
9191
<link>http://docs.oracle.com/javase/7/docs/api</link>
92-
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
92+
<link>https://googleapis.dev/java/google-http-client/2.0.0/</link>
9393
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
94-
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
94+
<link>https://googleapis.dev/java/google-api-client/2.8.1/</link>
9595
</links>
9696
</configuration>
9797
</plugin>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>com.google.api-client</groupId>
126126
<artifactId>google-api-client</artifactId>
127-
<version>2.7.2</version>
127+
<version>2.8.1</version>
128128
</dependency>
129129
</dependencies>
130130

clients/google-api-services-firebasedataconnect/v1beta/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-firebasedataconnect</artifactId>
25-
<version>v1beta-rev20250803-2.0.0</version>
25+
<version>v1beta-rev20250810-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-firebasedataconnect:v1beta-rev20250803-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebasedataconnect:v1beta-rev20250810-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)