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
Absolute expiration timestamp. When set, the branch will expire at this time.
822
+
"is_protected":
823
+
"description": |-
824
+
When set to true, protects the branch from deletion and reset. Associated compute endpoints and the project cannot be deleted while the branch is protected.
825
+
"no_expiry":
826
+
"description": |-
827
+
Explicitly disable expiration. When set to true, the branch will not expire.
828
+
If set to false, the request is invalid; provide either ttl or expire_time instead.
829
+
"source_branch":
830
+
"description": |-
831
+
The name of the source branch from which this branch was created (data lineage for point-in-time recovery).
832
+
If not specified, defaults to the project's default branch.
Human-readable project name. Length should be between 1 and 256 characters.
877
+
"history_retention_duration":
878
+
"description": |-
879
+
The number of seconds to retain the shared history for point in time recovery for all branches in this project. Value should be between 0s and 2592000s (up to 30 days).
880
+
"pg_version":
881
+
"description": |-
882
+
The major Postgres version number. Supported versions are 16 and 17.
0 commit comments