Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 463e504

Browse filesBrowse files
committed
Add UUIDv7 to FieldInfo.Format
1 parent cb6264a commit 463e504
Copy full SHA for 463e504

File tree

Expand file treeCollapse file tree

1 file changed

+10
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-3
lines changed
Open diff view settings
Collapse file

‎google/api/field_info.proto‎

Copy file name to clipboardExpand all lines: google/api/field_info.proto
+10-3Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ message FieldInfo {
5454
FORMAT_UNSPECIFIED = 0;
5555

5656
// Universally Unique Identifier, version 4, value as defined by
57-
// https://datatracker.ietf.org/doc/html/rfc4122. The value may be
57+
// https://datatracker.ietf.org/doc/html/rfc9562. The value may be
5858
// normalized to entirely lowercase letters. For example, the value
59-
// `F47AC10B-58CC-0372-8567-0E02B2C3D479` would be normalized to
60-
// `f47ac10b-58cc-0372-8567-0e02b2c3d479`.
59+
// `F47AC10B-58CC-4372-8567-0E02B2C3D479` would be normalized to
60+
// `f47ac10b-58cc-4372-8567-0e02b2c3d479`.
6161
UUID4 = 1;
6262

6363
// Internet Protocol v4 value as defined by [RFC
@@ -77,6 +77,13 @@ message FieldInfo {
7777
// values defined herein. See the comments on the IPV4 and IPV6 types for
7878
// allowed normalizations of each.
7979
IPV4_OR_IPV6 = 4;
80+
81+
// Universally Unique Identifier, version 7, value as defined by
82+
// https://datatracker.ietf.org/doc/html/rfc9562. The value may be
83+
// normalized to entirely lowercase letters. For example, the value
84+
// `0191BEB8-D8AC-7ED0-BB2C-F98EB85EFFE9` would be normalized to
85+
// `0191beb8-d8ac-7ed0-bb2c-f98eb85effe9`.
86+
UUID7 = 5;
8087
}
8188

8289
// The standard format of a field value. This does not explicitly configure

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.