We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1805fc2 commit 8229ab4Copy full SHA for 8229ab4
1 file changed
google/bigtable/admin/v2/instance.proto
@@ -106,6 +106,9 @@ message Instance {
106
// For instances created before this field was added (August 2021), this value
107
// is `seconds: 0, nanos: 1`.
108
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];
112
}
113
114
// The Autoscaling targets for a Cluster. These determine the recommended nodes.
0 commit comments