Skip to content

Commit 14f5d93

Browse files
yoshi-automationfeywind
authored andcommitted
feat: regenerate index files
1 parent ca98051 commit 14f5d93

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

discovery/chat-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@
15351535
}
15361536
}
15371537
},
1538-
"revision": "20251207",
1538+
"revision": "20251215",
15391539
"rootUrl": "https://chat.googleapis.com/",
15401540
"schemas": {
15411541
"AccessSettings": {
@@ -5293,9 +5293,9 @@
52935293
],
52945294
"enumDescriptions": [
52955295
"Reserved.",
5296-
"Named spaces that support message threads. When users respond to a message, they can reply in-thread, which keeps their response in the context of the original message.",
5296+
"Spaces that support message threads. When users respond to a message, they can reply in-thread, which keeps their response in the context of the original message.",
52975297
"Named spaces where the conversation is organized by topic. Topics and their replies are grouped together.",
5298-
"Direct messages (DMs) between two people and group conversations between 3 or more people."
5298+
"Spaces that don't support message threading. This space threading state is only used for special cases including: * Continuous meeting chat where threading is intentionally turned off. * Legacy group conversations that were created prior to 2022."
52995299
],
53005300
"readOnly": true,
53015301
"type": "string"

discovery/containeranalysis-v1alpha1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@
14521452
}
14531453
}
14541454
},
1455-
"revision": "20251203",
1455+
"revision": "20251212",
14561456
"rootUrl": "https://containeranalysis.googleapis.com/",
14571457
"schemas": {
14581458
"AnalysisCompleted": {
@@ -4909,12 +4909,14 @@
49094909
"enum": [
49104910
"NONE",
49114911
"SHA256",
4912-
"GO_MODULE_H1"
4912+
"GO_MODULE_H1",
4913+
"DIRSUM_SHA256"
49134914
],
49144915
"enumDescriptions": [
49154916
"No hash requested.",
49164917
"A sha256 hash.",
4917-
"Dirhash of a Go module's source code which is then hex-encoded."
4918+
"Dirhash of a Go module's source code which is then hex-encoded.",
4919+
"Dirsum hash of the downloaded artifact files."
49184920
],
49194921
"type": "string"
49204922
},

discovery/containeranalysis-v1beta1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@
17711771
}
17721772
}
17731773
},
1774-
"revision": "20251203",
1774+
"revision": "20251212",
17751775
"rootUrl": "https://containeranalysis.googleapis.com/",
17761776
"schemas": {
17771777
"AliasContext": {
@@ -5284,13 +5284,15 @@
52845284
"HASH_TYPE_UNSPECIFIED",
52855285
"SHA256",
52865286
"GO_MODULE_H1",
5287-
"SHA512"
5287+
"SHA512",
5288+
"DIRSUM_SHA256"
52885289
],
52895290
"enumDescriptions": [
52905291
"Unknown.",
52915292
"A SHA-256 hash.",
52925293
"Dirhash of a Go module's source code which is then hex-encoded. See b/244466565 and https://github.com/in-toto/attestation/pull/108.",
5293-
"A SHA-512 hash."
5294+
"A SHA-512 hash.",
5295+
"A Dirsum SHA-256 hash."
52945296
],
52955297
"type": "string"
52965298
},

0 commit comments

Comments
 (0)