Skip to content

Commit

Permalink
Synchronize new proto/yaml changes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 445932239
  • Loading branch information
Google APIs authored and Copybara-Service committed May 2, 2022
1 parent 37077df commit 10d0667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/cloud/sql/v1/cloud_sql_instances.proto
Expand Up @@ -703,7 +703,7 @@ message DatabaseInstance {
google.protobuf.BoolValue available = 2;
}

// Any scheduled maintenancce for this instance.
// Any scheduled maintenance for this instance.
message SqlScheduledMaintenance {
// The start time of any upcoming scheduled maintenance for this instance.
google.protobuf.Timestamp start_time = 1;
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/sql/v1beta4/cloud_sql_resources.proto
Expand Up @@ -370,7 +370,7 @@ message DatabaseInstance {
google.protobuf.BoolValue available = 2;
}

// Any scheduled maintenancce for this instance.
// Any scheduled maintenance for this instance.
message SqlScheduledMaintenance {
// The start time of any upcoming scheduled maintenance for this instance.
google.protobuf.Timestamp start_time = 1;
Expand Down

0 comments on commit 10d0667

Please sign in to comment.