Skip to content

Commit a7e3697

Browse files
feat(firebasedataconnect): update the api
#### firebasedataconnect:v1 The following keys were added: - schemas.PostgreSql.properties.schema.type (Total Keys: 1) #### firebasedataconnect:v1beta The following keys were added: - schemas.PostgreSql.properties.schema.type (Total Keys: 1)
1 parent bb33094 commit a7e3697

4 files changed

Lines changed: 18 additions & 2 deletions

File tree

docs/dyn/firebasedataconnect_v1.projects.locations.services.schemas.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ <h3>Method Details</h3>
127127
},
128128
&quot;database&quot;: &quot;A String&quot;, # Required. Name of the PostgreSQL database.
129129
&quot;ephemeral&quot;: True or False, # 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&#x27;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.
130+
&quot;schema&quot;: &quot;A String&quot;, # Optional. User-configured PostgreSQL schema. Defaults to &quot;public&quot; if not specified.
130131
&quot;schemaMigration&quot;: &quot;A String&quot;, # Optional. Configure how to perform Postgresql schema migration.
131132
&quot;schemaValidation&quot;: &quot;A String&quot;, # Optional. Configure how much Postgresql schema validation to perform.
132133
&quot;unlinked&quot;: True or False, # No Postgres data source is linked. If set, don&#x27;t allow `database` and `schema_validation` to be configured.
@@ -255,6 +256,7 @@ <h3>Method Details</h3>
255256
},
256257
&quot;database&quot;: &quot;A String&quot;, # Required. Name of the PostgreSQL database.
257258
&quot;ephemeral&quot;: True or False, # 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&#x27;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.
259+
&quot;schema&quot;: &quot;A String&quot;, # Optional. User-configured PostgreSQL schema. Defaults to &quot;public&quot; if not specified.
258260
&quot;schemaMigration&quot;: &quot;A String&quot;, # Optional. Configure how to perform Postgresql schema migration.
259261
&quot;schemaValidation&quot;: &quot;A String&quot;, # Optional. Configure how much Postgresql schema validation to perform.
260262
&quot;unlinked&quot;: True or False, # No Postgres data source is linked. If set, don&#x27;t allow `database` and `schema_validation` to be configured.
@@ -319,6 +321,7 @@ <h3>Method Details</h3>
319321
},
320322
&quot;database&quot;: &quot;A String&quot;, # Required. Name of the PostgreSQL database.
321323
&quot;ephemeral&quot;: True or False, # 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&#x27;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.
324+
&quot;schema&quot;: &quot;A String&quot;, # Optional. User-configured PostgreSQL schema. Defaults to &quot;public&quot; if not specified.
322325
&quot;schemaMigration&quot;: &quot;A String&quot;, # Optional. Configure how to perform Postgresql schema migration.
323326
&quot;schemaValidation&quot;: &quot;A String&quot;, # Optional. Configure how much Postgresql schema validation to perform.
324327
&quot;unlinked&quot;: True or False, # No Postgres data source is linked. If set, don&#x27;t allow `database` and `schema_validation` to be configured.
@@ -390,6 +393,7 @@ <h3>Method Details</h3>
390393
},
391394
&quot;database&quot;: &quot;A String&quot;, # Required. Name of the PostgreSQL database.
392395
&quot;ephemeral&quot;: True or False, # 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&#x27;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.
396+
&quot;schema&quot;: &quot;A String&quot;, # Optional. User-configured PostgreSQL schema. Defaults to &quot;public&quot; if not specified.
393397
&quot;schemaMigration&quot;: &quot;A String&quot;, # Optional. Configure how to perform Postgresql schema migration.
394398
&quot;schemaValidation&quot;: &quot;A String&quot;, # Optional. Configure how much Postgresql schema validation to perform.
395399
&quot;unlinked&quot;: True or False, # No Postgres data source is linked. If set, don&#x27;t allow `database` and `schema_validation` to be configured.

docs/dyn/firebasedataconnect_v1beta.projects.locations.services.schemas.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ <h3>Method Details</h3>
127127
},
128128
&quot;database&quot;: &quot;A String&quot;, # Required. Name of the PostgreSQL database.
129129
&quot;ephemeral&quot;: True or False, # 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&#x27;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.
130+
&quot;schema&quot;: &quot;A String&quot;, # Optional. User-configured PostgreSQL schema. Defaults to &quot;public&quot; if not specified.
130131
&quot;schemaMigration&quot;: &quot;A String&quot;, # Optional. Configure how to perform Postgresql schema migration.
131132
&quot;schemaValidation&quot;: &quot;A String&quot;, # Optional. Configure how much Postgresql schema validation to perform.
132133
&quot;unlinked&quot;: True or False, # No Postgres data source is linked. If set, don&#x27;t allow `database` and `schema_validation` to be configured.
@@ -255,6 +256,7 @@ <h3>Method Details</h3>
255256
},
256257
&quot;database&quot;: &quot;A String&quot;, # Required. Name of the PostgreSQL database.
257258
&quot;ephemeral&quot;: True or False, # 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&#x27;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.
259+
&quot;schema&quot;: &quot;A String&quot;, # Optional. User-configured PostgreSQL schema. Defaults to &quot;public&quot; if not specified.
258260
&quot;schemaMigration&quot;: &quot;A String&quot;, # Optional. Configure how to perform Postgresql schema migration.
259261
&quot;schemaValidation&quot;: &quot;A String&quot;, # Optional. Configure how much Postgresql schema validation to perform.
260262
&quot;unlinked&quot;: True or False, # No Postgres data source is linked. If set, don&#x27;t allow `database` and `schema_validation` to be configured.
@@ -319,6 +321,7 @@ <h3>Method Details</h3>
319321
},
320322
&quot;database&quot;: &quot;A String&quot;, # Required. Name of the PostgreSQL database.
321323
&quot;ephemeral&quot;: True or False, # 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&#x27;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.
324+
&quot;schema&quot;: &quot;A String&quot;, # Optional. User-configured PostgreSQL schema. Defaults to &quot;public&quot; if not specified.
322325
&quot;schemaMigration&quot;: &quot;A String&quot;, # Optional. Configure how to perform Postgresql schema migration.
323326
&quot;schemaValidation&quot;: &quot;A String&quot;, # Optional. Configure how much Postgresql schema validation to perform.
324327
&quot;unlinked&quot;: True or False, # No Postgres data source is linked. If set, don&#x27;t allow `database` and `schema_validation` to be configured.
@@ -390,6 +393,7 @@ <h3>Method Details</h3>
390393
},
391394
&quot;database&quot;: &quot;A String&quot;, # Required. Name of the PostgreSQL database.
392395
&quot;ephemeral&quot;: True or False, # 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&#x27;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.
396+
&quot;schema&quot;: &quot;A String&quot;, # Optional. User-configured PostgreSQL schema. Defaults to &quot;public&quot; if not specified.
393397
&quot;schemaMigration&quot;: &quot;A String&quot;, # Optional. Configure how to perform Postgresql schema migration.
394398
&quot;schemaValidation&quot;: &quot;A String&quot;, # Optional. Configure how much Postgresql schema validation to perform.
395399
&quot;unlinked&quot;: True or False, # No Postgres data source is linked. If set, don&#x27;t allow `database` and `schema_validation` to be configured.

googleapiclient/discovery_cache/documents/firebasedataconnect.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@
11651165
}
11661166
}
11671167
},
1168-
"revision": "20260201",
1168+
"revision": "20260301",
11691169
"rootUrl": "https://firebasedataconnect.googleapis.com/",
11701170
"schemas": {
11711171
"CancelOperationRequest": {
@@ -1919,6 +1919,10 @@
19191919
"readOnly": true,
19201920
"type": "boolean"
19211921
},
1922+
"schema": {
1923+
"description": "Optional. User-configured PostgreSQL schema. Defaults to \"public\" if not specified.",
1924+
"type": "string"
1925+
},
19221926
"schemaMigration": {
19231927
"description": "Optional. Configure how to perform Postgresql schema migration.",
19241928
"enum": [

googleapiclient/discovery_cache/documents/firebasedataconnect.v1beta.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@
11651165
}
11661166
}
11671167
},
1168-
"revision": "20260201",
1168+
"revision": "20260301",
11691169
"rootUrl": "https://firebasedataconnect.googleapis.com/",
11701170
"schemas": {
11711171
"CancelOperationRequest": {
@@ -1919,6 +1919,10 @@
19191919
"readOnly": true,
19201920
"type": "boolean"
19211921
},
1922+
"schema": {
1923+
"description": "Optional. User-configured PostgreSQL schema. Defaults to \"public\" if not specified.",
1924+
"type": "string"
1925+
},
19221926
"schemaMigration": {
19231927
"description": "Optional. Configure how to perform Postgresql schema migration.",
19241928
"enum": [

0 commit comments

Comments
 (0)