Skip to content

Commit d46c6c9

Browse files
Google APIscopybara-github
authored andcommitted
feat: add UUID in Spanner TypeCode enum
PiperOrigin-RevId: 704948401
1 parent 0a5fa89 commit d46c6c9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

google/spanner/v1/type.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ enum TypeCode {
175175
// For example, `P1Y2M3DT4H5M6.5S` represents time duration of 1 year, 2
176176
// months, 3 days, 4 hours, 5 minutes, and 6.5 seconds.
177177
INTERVAL = 16;
178+
179+
// Encoded as `string`, in lower-case hexa-decimal format, as described
180+
// in RFC 9562, section 4.
181+
UUID = 17;
178182
}
179183

180184
// `TypeAnnotationCode` is used as a part of [Type][google.spanner.v1.Type] to

0 commit comments

Comments
 (0)