Skip to content

Commit 5a5b519

Browse files
chore: regenerate firebasedataconnect client (#28335)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent b1cc016 commit 5a5b519

File tree

8 files changed

+84
-12
lines changed

8 files changed

+84
-12
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-rev20250706-2.0.0</version>
25+
<version>v1-rev20250803-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-rev20250706-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebasedataconnect:v1-rev20250803-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: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ public final class PostgreSql extends com.google.api.client.json.GenericJson {
4444
@com.google.api.client.util.Key
4545
private java.lang.String database;
4646

47+
/**
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
51+
* database are not guaranteed to be durably persisted, even if an OK status code is returned. All
52+
* or parts of the data may be lost or reverted to earlier versions.
53+
* The value may be {@code null}.
54+
*/
55+
@com.google.api.client.util.Key
56+
private java.lang.Boolean ephemeral;
57+
4758
/**
4859
* Optional. Configure how to perform Postgresql schema migration.
4960
* The value may be {@code null}.
@@ -100,6 +111,31 @@ public PostgreSql setDatabase(java.lang.String database) {
100111
return this;
101112
}
102113

114+
/**
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+
* database are not guaranteed to be durably persisted, even if an OK status code is returned. All
119+
* or parts of the data may be lost or reverted to earlier versions.
120+
* @return value or {@code null} for none
121+
*/
122+
public java.lang.Boolean getEphemeral() {
123+
return ephemeral;
124+
}
125+
126+
/**
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
130+
* database are not guaranteed to be durably persisted, even if an OK status code is returned. All
131+
* or parts of the data may be lost or reverted to earlier versions.
132+
* @param ephemeral ephemeral or {@code null} for none
133+
*/
134+
public PostgreSql setEphemeral(java.lang.Boolean ephemeral) {
135+
this.ephemeral = ephemeral;
136+
return this;
137+
}
138+
103139
/**
104140
* Optional. Configure how to perform Postgresql schema migration.
105141
* @return value or {@code null} for none

clients/google-api-services-firebasedataconnect/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-firebasedataconnect</artifactId>
11-
<version>v1-rev20250706-2.0.0</version>
12-
<name>Firebase Data Connect API v1-rev20250706-2.0.0</name>
11+
<version>v1-rev20250803-2.0.0</version>
12+
<name>Firebase Data Connect API v1-rev20250803-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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-rev20250706-2.0.0</version>
25+
<version>v1-rev20250803-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-rev20250706-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebasedataconnect:v1-rev20250803-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-rev20250706-2.0.0</version>
25+
<version>v1beta-rev20250803-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-rev20250706-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebasedataconnect:v1beta-rev20250803-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: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@ public final class PostgreSql extends com.google.api.client.json.GenericJson {
4444
@com.google.api.client.util.Key
4545
private java.lang.String database;
4646

47+
/**
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
51+
* database are not guaranteed to be durably persisted, even if an OK status code is returned. All
52+
* or parts of the data may be lost or reverted to earlier versions.
53+
* The value may be {@code null}.
54+
*/
55+
@com.google.api.client.util.Key
56+
private java.lang.Boolean ephemeral;
57+
4758
/**
4859
* Optional. Configure how to perform Postgresql schema migration.
4960
* The value may be {@code null}.
@@ -100,6 +111,31 @@ public PostgreSql setDatabase(java.lang.String database) {
100111
return this;
101112
}
102113

114+
/**
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+
* database are not guaranteed to be durably persisted, even if an OK status code is returned. All
119+
* or parts of the data may be lost or reverted to earlier versions.
120+
* @return value or {@code null} for none
121+
*/
122+
public java.lang.Boolean getEphemeral() {
123+
return ephemeral;
124+
}
125+
126+
/**
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
130+
* database are not guaranteed to be durably persisted, even if an OK status code is returned. All
131+
* or parts of the data may be lost or reverted to earlier versions.
132+
* @param ephemeral ephemeral or {@code null} for none
133+
*/
134+
public PostgreSql setEphemeral(java.lang.Boolean ephemeral) {
135+
this.ephemeral = ephemeral;
136+
return this;
137+
}
138+
103139
/**
104140
* Optional. Configure how to perform Postgresql schema migration.
105141
* @return value or {@code null} for none

clients/google-api-services-firebasedataconnect/v1beta/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-firebasedataconnect</artifactId>
11-
<version>v1beta-rev20250706-2.0.0</version>
12-
<name>Firebase Data Connect API v1beta-rev20250706-2.0.0</name>
11+
<version>v1beta-rev20250803-2.0.0</version>
12+
<name>Firebase Data Connect API v1beta-rev20250803-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)