Skip to content

Commit 3562b6c

Browse files
Google APIscopybara-github
authored andcommitted
docs: Minor formatting in description of AvailabilityType
PiperOrigin-RevId: 519368207
1 parent 5d32bcb commit 3562b6c

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

google/cloud/alloydb/v1/resources.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,10 @@ message Instance {
610610
}
611611

612612
// The Availability type of an instance. Potential values:
613-
// <br><b>ZONAL</b>: The instance serves data from only one zone.
614-
// Outages in that zone affect instance availability.
615-
// <br><b>REGIONAL</b>: The instance can serve data from more than one zone
616-
// in a region (it is highly available).
613+
// - ZONAL: The instance serves data from only one zone. Outages in that
614+
// zone affect instance availability.
615+
// - REGIONAL: The instance can serve data from more than one zone in a
616+
// region (it is highly available).
617617
enum AvailabilityType {
618618
// This is an unknown Availability type.
619619
AVAILABILITY_TYPE_UNSPECIFIED = 0;

google/cloud/alloydb/v1alpha/resources.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -667,10 +667,10 @@ message Instance {
667667
}
668668

669669
// The Availability type of an instance. Potential values:
670-
// <br><b>ZONAL</b>: The instance serves data from only one zone.
671-
// Outages in that zone affect instance availability.
672-
// <br><b>REGIONAL</b>: The instance can serve data from more than one zone
673-
// in a region (it is highly available).
670+
// - ZONAL: The instance serves data from only one zone. Outages in that
671+
// zone affect instance availability.
672+
// - REGIONAL: The instance can serve data from more than one zone in a
673+
// region (it is highly available).
674674
enum AvailabilityType {
675675
// This is an unknown Availability type.
676676
AVAILABILITY_TYPE_UNSPECIFIED = 0;

google/cloud/alloydb/v1beta/resources.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -667,10 +667,10 @@ message Instance {
667667
}
668668

669669
// The Availability type of an instance. Potential values:
670-
// <br><b>ZONAL</b>: The instance serves data from only one zone.
671-
// Outages in that zone affect instance availability.
672-
// <br><b>REGIONAL</b>: The instance can serve data from more than one zone
673-
// in a region (it is highly available).
670+
// - ZONAL: The instance serves data from only one zone. Outages in that
671+
// zone affect instance availability.
672+
// - REGIONAL: The instance can serve data from more than one zone in a
673+
// region (it is highly available).
674674
enum AvailabilityType {
675675
// This is an unknown Availability type.
676676
AVAILABILITY_TYPE_UNSPECIFIED = 0;

0 commit comments

Comments
 (0)