Skip to content

Commit

Permalink
feat(sqladmin): update the api
Browse files Browse the repository at this point in the history
#### sqladmin:v1

The following keys were added:
- schemas.Settings.properties.deletionProtectionEnabled.type (Total Keys: 1)

#### sqladmin:v1beta4

The following keys were added:
- schemas.Settings.properties.deletionProtectionEnabled.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jul 26, 2022
1 parent 0daa6e2 commit 2545e9b
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 22 deletions.
6 changes: 3 additions & 3 deletions docs/dyn/sqladmin_v1.backupRuns.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ <h3>Method Details</h3>
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
&quot;startTime&quot;: &quot;A String&quot;, # The time the backup operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
&quot;status&quot;: &quot;A String&quot;, # The status of this run.
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot; or &quot;FINAL&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
&quot;windowStartTime&quot;: &quot;A String&quot;, # The start time of the backup window during which this the backup was attempted in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
}</pre>
</div>
Expand Down Expand Up @@ -274,7 +274,7 @@ <h3>Method Details</h3>
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
&quot;startTime&quot;: &quot;A String&quot;, # The time the backup operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
&quot;status&quot;: &quot;A String&quot;, # The status of this run.
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot; or &quot;FINAL&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
&quot;windowStartTime&quot;: &quot;A String&quot;, # The start time of the backup window during which this the backup was attempted in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
}

Expand Down Expand Up @@ -409,7 +409,7 @@ <h3>Method Details</h3>
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
&quot;startTime&quot;: &quot;A String&quot;, # The time the backup operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
&quot;status&quot;: &quot;A String&quot;, # The status of this run.
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot; or &quot;FINAL&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
&quot;windowStartTime&quot;: &quot;A String&quot;, # The start time of the backup window during which this the backup was attempted in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
},
],
Expand Down
15 changes: 10 additions & 5 deletions docs/dyn/sqladmin_v1.instances.html
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ <h3>Method Details</h3>
&quot;replicaNames&quot;: [ # The replicas of the instance.
&quot;A String&quot;,
],
&quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
&quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation. You must set root passwords before you can connect to PostgreSQL instances.
&quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfiesPzs. Reserved for future use.
&quot;scheduledMaintenance&quot;: { # Any scheduled maintenance for this instance. # The start time of any upcoming scheduled maintenance for this instance.
&quot;canDefer&quot;: True or False,
Expand Down Expand Up @@ -946,6 +946,7 @@ <h3>Method Details</h3>
},
],
&quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not. WARNING: Changing this restarts the instance.
&quot;deletionProtectionEnabled&quot;: True or False, # Configuration to protect against accidental instance deletion.
&quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
{ # Deny maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
&quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the no maintenance interval recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
Expand Down Expand Up @@ -1230,7 +1231,7 @@ <h3>Method Details</h3>
&quot;replicaNames&quot;: [ # The replicas of the instance.
&quot;A String&quot;,
],
&quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
&quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation. You must set root passwords before you can connect to PostgreSQL instances.
&quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfiesPzs. Reserved for future use.
&quot;scheduledMaintenance&quot;: { # Any scheduled maintenance for this instance. # The start time of any upcoming scheduled maintenance for this instance.
&quot;canDefer&quot;: True or False,
Expand Down Expand Up @@ -1287,6 +1288,7 @@ <h3>Method Details</h3>
},
],
&quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not. WARNING: Changing this restarts the instance.
&quot;deletionProtectionEnabled&quot;: True or False, # Configuration to protect against accidental instance deletion.
&quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
{ # Deny maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
&quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the no maintenance interval recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
Expand Down Expand Up @@ -1543,7 +1545,7 @@ <h3>Method Details</h3>
&quot;replicaNames&quot;: [ # The replicas of the instance.
&quot;A String&quot;,
],
&quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
&quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation. You must set root passwords before you can connect to PostgreSQL instances.
&quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfiesPzs. Reserved for future use.
&quot;scheduledMaintenance&quot;: { # Any scheduled maintenance for this instance. # The start time of any upcoming scheduled maintenance for this instance.
&quot;canDefer&quot;: True or False,
Expand Down Expand Up @@ -1600,6 +1602,7 @@ <h3>Method Details</h3>
},
],
&quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not. WARNING: Changing this restarts the instance.
&quot;deletionProtectionEnabled&quot;: True or False, # Configuration to protect against accidental instance deletion.
&quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
{ # Deny maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
&quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the no maintenance interval recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
Expand Down Expand Up @@ -1820,7 +1823,7 @@ <h3>Method Details</h3>
&quot;replicaNames&quot;: [ # The replicas of the instance.
&quot;A String&quot;,
],
&quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
&quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation. You must set root passwords before you can connect to PostgreSQL instances.
&quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfiesPzs. Reserved for future use.
&quot;scheduledMaintenance&quot;: { # Any scheduled maintenance for this instance. # The start time of any upcoming scheduled maintenance for this instance.
&quot;canDefer&quot;: True or False,
Expand Down Expand Up @@ -1877,6 +1880,7 @@ <h3>Method Details</h3>
},
],
&quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not. WARNING: Changing this restarts the instance.
&quot;deletionProtectionEnabled&quot;: True or False, # Configuration to protect against accidental instance deletion.
&quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
{ # Deny maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
&quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the no maintenance interval recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
Expand Down Expand Up @@ -2908,7 +2912,7 @@ <h3>Method Details</h3>
&quot;replicaNames&quot;: [ # The replicas of the instance.
&quot;A String&quot;,
],
&quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation.
&quot;rootPassword&quot;: &quot;A String&quot;, # Initial root password. Use only on creation. You must set root passwords before you can connect to PostgreSQL instances.
&quot;satisfiesPzs&quot;: True or False, # The status indicating if instance satisfiesPzs. Reserved for future use.
&quot;scheduledMaintenance&quot;: { # Any scheduled maintenance for this instance. # The start time of any upcoming scheduled maintenance for this instance.
&quot;canDefer&quot;: True or False,
Expand Down Expand Up @@ -2965,6 +2969,7 @@ <h3>Method Details</h3>
},
],
&quot;databaseReplicationEnabled&quot;: True or False, # Configuration specific to read replica instances. Indicates whether replication is enabled or not. WARNING: Changing this restarts the instance.
&quot;deletionProtectionEnabled&quot;: True or False, # Configuration to protect against accidental instance deletion.
&quot;denyMaintenancePeriods&quot;: [ # Deny maintenance periods
{ # Deny maintenance Periods. This specifies a date range during when all CSA rollout will be denied.
&quot;endDate&quot;: &quot;A String&quot;, # &quot;deny maintenance period&quot; end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the no maintenance interval recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
Expand Down
6 changes: 3 additions & 3 deletions docs/dyn/sqladmin_v1beta4.backupRuns.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ <h3>Method Details</h3>
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
&quot;startTime&quot;: &quot;A String&quot;, # The time the backup operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
&quot;status&quot;: &quot;A String&quot;, # The status of this run.
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot; or &quot;FINAL&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
&quot;windowStartTime&quot;: &quot;A String&quot;, # The start time of the backup window during which this the backup was attempted in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
}</pre>
</div>
Expand Down Expand Up @@ -274,7 +274,7 @@ <h3>Method Details</h3>
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
&quot;startTime&quot;: &quot;A String&quot;, # The time the backup operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
&quot;status&quot;: &quot;A String&quot;, # The status of this run.
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot; or &quot;FINAL&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
&quot;windowStartTime&quot;: &quot;A String&quot;, # The start time of the backup window during which this the backup was attempted in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
}

Expand Down Expand Up @@ -409,7 +409,7 @@ <h3>Method Details</h3>
&quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
&quot;startTime&quot;: &quot;A String&quot;, # The time the backup operation actually started in UTC timezone in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
&quot;status&quot;: &quot;A String&quot;, # The status of this run.
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
&quot;type&quot;: &quot;A String&quot;, # The type of this run; can be either &quot;AUTOMATED&quot; or &quot;ON_DEMAND&quot; or &quot;FINAL&quot;. This field defaults to &quot;ON_DEMAND&quot; and is ignored, when specified for insert requests.
&quot;windowStartTime&quot;: &quot;A String&quot;, # The start time of the backup window during which this the backup was attempted in [RFC 3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
},
],
Expand Down
Loading

0 comments on commit 2545e9b

Please # to comment.