Skip to content

Commit bd1e157

Browse files
yoshi-automationleahecole
authored andcommitted
fix(firebasedataconnect): update the API
#### firebasedataconnect:v1beta The following keys were changed: - schemas.PostgreSql.properties.ephemeral.description #### firebasedataconnect:v1 The following keys were changed: - schemas.PostgreSql.properties.ephemeral.description
1 parent 174cf75 commit bd1e157

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/firebasedataconnect-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@
10761076
}
10771077
}
10781078
},
1079-
"revision": "20250803",
1079+
"revision": "20250810",
10801080
"rootUrl": "https://firebasedataconnect.googleapis.com/",
10811081
"schemas": {
10821082
"CancelOperationRequest": {
@@ -1680,7 +1680,7 @@
16801680
"type": "string"
16811681
},
16821682
"ephemeral": {
1683-
"description": "Output only. Ephemeral is true if this data connect service is served from in-memory emulation of Postgres. Data Connect service will transfer the data on a best-effort basis to the Cloud SQL instance once it's provisioned and linked. WARNING: When `ephemeral=true`, mutations to the database are not guaranteed to be durably persisted, even if an OK status code is returned. All or parts of the data may be lost or reverted to earlier versions.",
1683+
"description": "Output only. Ephemeral is true if this data connect service is served from temporary in-memory emulation of Postgres. While Cloud SQL is being provisioned, the data connect service provides the ephemeral service to help developers get started. Once the Cloud SQL is provisioned, Data Connect service will transfer its data on a best-effort basis to the Cloud SQL instance. WARNING: Ephemeral data sources will expire after 24 hour. The data will be lost if they aren't transferred to the Cloud SQL instance. WARNING: When `ephemeral=true`, mutations to the database are not guaranteed to be durably persisted, even if an OK status code is returned. All or parts of the data may be lost or reverted to earlier versions.",
16841684
"readOnly": true,
16851685
"type": "boolean"
16861686
},

discovery/firebasedataconnect-v1beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@
10761076
}
10771077
}
10781078
},
1079-
"revision": "20250803",
1079+
"revision": "20250810",
10801080
"rootUrl": "https://firebasedataconnect.googleapis.com/",
10811081
"schemas": {
10821082
"CancelOperationRequest": {
@@ -1680,7 +1680,7 @@
16801680
"type": "string"
16811681
},
16821682
"ephemeral": {
1683-
"description": "Output only. Ephemeral is true if this data connect service is served from in-memory emulation of Postgres. Data Connect service will transfer the data on a best-effort basis to the Cloud SQL instance once it's provisioned and linked. WARNING: When `ephemeral=true`, mutations to the database are not guaranteed to be durably persisted, even if an OK status code is returned. All or parts of the data may be lost or reverted to earlier versions.",
1683+
"description": "Output only. Ephemeral is true if this data connect service is served from temporary in-memory emulation of Postgres. While Cloud SQL is being provisioned, the data connect service provides the ephemeral service to help developers get started. Once the Cloud SQL is provisioned, Data Connect service will transfer its data on a best-effort basis to the Cloud SQL instance. WARNING: Ephemeral data sources will expire after 24 hour. The data will be lost if they aren't transferred to the Cloud SQL instance. WARNING: When `ephemeral=true`, mutations to the database are not guaranteed to be durably persisted, even if an OK status code is returned. All or parts of the data may be lost or reverted to earlier versions.",
16841684
"readOnly": true,
16851685
"type": "boolean"
16861686
},

src/apis/firebasedataconnect/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ export namespace firebasedataconnect_v1 {
535535
*/
536536
database?: string | null;
537537
/**
538-
* Output only. Ephemeral is true if this data connect service is served from in-memory emulation of Postgres. Data Connect service will transfer the data on a best-effort basis to the Cloud SQL instance once it's provisioned and linked. WARNING: When `ephemeral=true`, mutations to the database are not guaranteed to be durably persisted, even if an OK status code is returned. All or parts of the data may be lost or reverted to earlier versions.
538+
* Output only. Ephemeral is true if this data connect service is served from temporary in-memory emulation of Postgres. While Cloud SQL is being provisioned, the data connect service provides the ephemeral service to help developers get started. Once the Cloud SQL is provisioned, Data Connect service will transfer its data on a best-effort basis to the Cloud SQL instance. WARNING: Ephemeral data sources will expire after 24 hour. The data will be lost if they aren't transferred to the Cloud SQL instance. WARNING: When `ephemeral=true`, mutations to the database are not guaranteed to be durably persisted, even if an OK status code is returned. All or parts of the data may be lost or reverted to earlier versions.
539539
*/
540540
ephemeral?: boolean | null;
541541
/**

src/apis/firebasedataconnect/v1beta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ export namespace firebasedataconnect_v1beta {
535535
*/
536536
database?: string | null;
537537
/**
538-
* Output only. Ephemeral is true if this data connect service is served from in-memory emulation of Postgres. Data Connect service will transfer the data on a best-effort basis to the Cloud SQL instance once it's provisioned and linked. WARNING: When `ephemeral=true`, mutations to the database are not guaranteed to be durably persisted, even if an OK status code is returned. All or parts of the data may be lost or reverted to earlier versions.
538+
* Output only. Ephemeral is true if this data connect service is served from temporary in-memory emulation of Postgres. While Cloud SQL is being provisioned, the data connect service provides the ephemeral service to help developers get started. Once the Cloud SQL is provisioned, Data Connect service will transfer its data on a best-effort basis to the Cloud SQL instance. WARNING: Ephemeral data sources will expire after 24 hour. The data will be lost if they aren't transferred to the Cloud SQL instance. WARNING: When `ephemeral=true`, mutations to the database are not guaranteed to be durably persisted, even if an OK status code is returned. All or parts of the data may be lost or reverted to earlier versions.
539539
*/
540540
ephemeral?: boolean | null;
541541
/**

0 commit comments

Comments
 (0)