You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### 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)
Copy file name to clipboardExpand all lines: docs/dyn/firebasedataconnect_v1.projects.locations.services.schemas.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,7 @@ <h3>Method Details</h3>
127
127
},
128
128
"database": "A String", # Required. Name of the PostgreSQL database.
129
129
"ephemeral": 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'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
+
"schema": "A String", # Optional. User-configured PostgreSQL schema. Defaults to "public" if not specified.
130
131
"schemaMigration": "A String", # Optional. Configure how to perform Postgresql schema migration.
131
132
"schemaValidation": "A String", # Optional. Configure how much Postgresql schema validation to perform.
132
133
"unlinked": True or False, # No Postgres data source is linked. If set, don't allow `database` and `schema_validation` to be configured.
@@ -255,6 +256,7 @@ <h3>Method Details</h3>
255
256
},
256
257
"database": "A String", # Required. Name of the PostgreSQL database.
257
258
"ephemeral": 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'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
+
"schema": "A String", # Optional. User-configured PostgreSQL schema. Defaults to "public" if not specified.
258
260
"schemaMigration": "A String", # Optional. Configure how to perform Postgresql schema migration.
259
261
"schemaValidation": "A String", # Optional. Configure how much Postgresql schema validation to perform.
260
262
"unlinked": True or False, # No Postgres data source is linked. If set, don't allow `database` and `schema_validation` to be configured.
@@ -319,6 +321,7 @@ <h3>Method Details</h3>
319
321
},
320
322
"database": "A String", # Required. Name of the PostgreSQL database.
321
323
"ephemeral": 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'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
+
"schema": "A String", # Optional. User-configured PostgreSQL schema. Defaults to "public" if not specified.
322
325
"schemaMigration": "A String", # Optional. Configure how to perform Postgresql schema migration.
323
326
"schemaValidation": "A String", # Optional. Configure how much Postgresql schema validation to perform.
324
327
"unlinked": True or False, # No Postgres data source is linked. If set, don't allow `database` and `schema_validation` to be configured.
@@ -390,6 +393,7 @@ <h3>Method Details</h3>
390
393
},
391
394
"database": "A String", # Required. Name of the PostgreSQL database.
392
395
"ephemeral": 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'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
+
"schema": "A String", # Optional. User-configured PostgreSQL schema. Defaults to "public" if not specified.
393
397
"schemaMigration": "A String", # Optional. Configure how to perform Postgresql schema migration.
394
398
"schemaValidation": "A String", # Optional. Configure how much Postgresql schema validation to perform.
395
399
"unlinked": True or False, # No Postgres data source is linked. If set, don't allow `database` and `schema_validation` to be configured.
Copy file name to clipboardExpand all lines: docs/dyn/firebasedataconnect_v1beta.projects.locations.services.schemas.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -127,6 +127,7 @@ <h3>Method Details</h3>
127
127
},
128
128
"database": "A String", # Required. Name of the PostgreSQL database.
129
129
"ephemeral": 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'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
+
"schema": "A String", # Optional. User-configured PostgreSQL schema. Defaults to "public" if not specified.
130
131
"schemaMigration": "A String", # Optional. Configure how to perform Postgresql schema migration.
131
132
"schemaValidation": "A String", # Optional. Configure how much Postgresql schema validation to perform.
132
133
"unlinked": True or False, # No Postgres data source is linked. If set, don't allow `database` and `schema_validation` to be configured.
@@ -255,6 +256,7 @@ <h3>Method Details</h3>
255
256
},
256
257
"database": "A String", # Required. Name of the PostgreSQL database.
257
258
"ephemeral": 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'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
+
"schema": "A String", # Optional. User-configured PostgreSQL schema. Defaults to "public" if not specified.
258
260
"schemaMigration": "A String", # Optional. Configure how to perform Postgresql schema migration.
259
261
"schemaValidation": "A String", # Optional. Configure how much Postgresql schema validation to perform.
260
262
"unlinked": True or False, # No Postgres data source is linked. If set, don't allow `database` and `schema_validation` to be configured.
@@ -319,6 +321,7 @@ <h3>Method Details</h3>
319
321
},
320
322
"database": "A String", # Required. Name of the PostgreSQL database.
321
323
"ephemeral": 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'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
+
"schema": "A String", # Optional. User-configured PostgreSQL schema. Defaults to "public" if not specified.
322
325
"schemaMigration": "A String", # Optional. Configure how to perform Postgresql schema migration.
323
326
"schemaValidation": "A String", # Optional. Configure how much Postgresql schema validation to perform.
324
327
"unlinked": True or False, # No Postgres data source is linked. If set, don't allow `database` and `schema_validation` to be configured.
@@ -390,6 +393,7 @@ <h3>Method Details</h3>
390
393
},
391
394
"database": "A String", # Required. Name of the PostgreSQL database.
392
395
"ephemeral": 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'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
+
"schema": "A String", # Optional. User-configured PostgreSQL schema. Defaults to "public" if not specified.
393
397
"schemaMigration": "A String", # Optional. Configure how to perform Postgresql schema migration.
394
398
"schemaValidation": "A String", # Optional. Configure how much Postgresql schema validation to perform.
395
399
"unlinked": True or False, # No Postgres data source is linked. If set, don't allow `database` and `schema_validation` to be configured.
0 commit comments