Skip to content

Commit 8229ab4

Browse files
Google APIscopybara-github
authored andcommitted
feat: Publish new fields
PiperOrigin-RevId: 463378622
1 parent 1805fc2 commit 8229ab4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/bigtable/admin/v2/instance.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ message Instance {
106106
// For instances created before this field was added (August 2021), this value
107107
// is `seconds: 0, nanos: 1`.
108108
google.protobuf.Timestamp create_time = 7 [(google.api.field_behavior) = OUTPUT_ONLY];
109+
110+
// Output only. Reserved for future use.
111+
optional bool satisfies_pzs = 8 [(google.api.field_behavior) = OUTPUT_ONLY];
109112
}
110113

111114
// The Autoscaling targets for a Cluster. These determine the recommended nodes.

0 commit comments

Comments
 (0)