Skip to content

Commit e5c3e18

Browse files
feat(all): auto-regenerate discovery clients (#3251)
1 parent ce50789 commit e5c3e18

32 files changed

+3489
-258
lines changed

accessapproval/v1/accessapproval-api.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20250617",
916+
"revision": "20250728",
917917
"rootUrl": "https://accessapproval.googleapis.com/",
918918
"schemas": {
919919
"AccessApprovalServiceAccount": {
@@ -1333,6 +1333,9 @@
13331333
"HMAC_SHA512",
13341334
"HMAC_SHA224",
13351335
"EXTERNAL_SYMMETRIC_ENCRYPTION",
1336+
"ML_KEM_768",
1337+
"ML_KEM_1024",
1338+
"KEM_XWING",
13361339
"PQ_SIGN_ML_DSA_65",
13371340
"PQ_SIGN_SLH_DSA_SHA2_128S",
13381341
"PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256"
@@ -1374,6 +1377,9 @@
13741377
"HMAC-SHA512 signing with a 512 bit key.",
13751378
"HMAC-SHA224 signing with a 224 bit key.",
13761379
"Algorithm representing symmetric encryption by an external key manager.",
1380+
"ML-KEM-768 (FIPS 203)",
1381+
"ML-KEM-1024 (FIPS 203)",
1382+
"X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.",
13771383
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.",
13781384
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.",
13791385
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests."

accessapproval/v1/accessapproval-gen.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bigtableadmin/v2/bigtableadmin-api.json

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2933,6 +2933,23 @@
29332933
"pattern": "^projects/[^/]+/instances/[^/]+/tables/[^/]+$",
29342934
"required": true,
29352935
"type": "string"
2936+
},
2937+
"view": {
2938+
"description": "Optional. The resource_view to be applied to the returned SchemaBundles' fields. Defaults to NAME_ONLY.",
2939+
"enum": [
2940+
"SCHEMA_BUNDLE_VIEW_UNSPECIFIED",
2941+
"NAME_ONLY",
2942+
"BASIC",
2943+
"FULL"
2944+
],
2945+
"enumDescriptions": [
2946+
"Uses the default view for each method as documented in the request.",
2947+
"Only populates `name`.",
2948+
"Only populates the SchemaBundle's basic metadata. This includes: name, etag, create_time, update_time.",
2949+
"Populates every field."
2950+
],
2951+
"location": "query",
2952+
"type": "string"
29362953
}
29372954
},
29382955
"path": "v2/{+parent}/schemaBundles",
@@ -3151,7 +3168,7 @@
31513168
}
31523169
}
31533170
},
3154-
"revision": "20250624",
3171+
"revision": "20250724",
31553172
"rootUrl": "https://bigtableadmin.googleapis.com/",
31563173
"schemas": {
31573174
"AppProfile": {
@@ -4343,6 +4360,21 @@
43434360
"properties": {},
43444361
"type": "object"
43454362
},
4363+
"GoogleBigtableAdminV2TypeEnum": {
4364+
"description": "A protobuf enum type. Values of type `Enum` are stored in `Value.int_value`.",
4365+
"id": "GoogleBigtableAdminV2TypeEnum",
4366+
"properties": {
4367+
"enumName": {
4368+
"description": "The fully qualified name of the protobuf enum message, including package. In the format of \"foo.bar.EnumMessage\".",
4369+
"type": "string"
4370+
},
4371+
"schemaBundleId": {
4372+
"description": "The ID of the schema bundle that this enum is defined in.",
4373+
"type": "string"
4374+
}
4375+
},
4376+
"type": "object"
4377+
},
43464378
"GoogleBigtableAdminV2TypeFloat32": {
43474379
"description": "Float32 Values of type `Float32` are stored in `Value.float_value`.",
43484380
"id": "GoogleBigtableAdminV2TypeFloat32",
@@ -4414,6 +4446,21 @@
44144446
},
44154447
"type": "object"
44164448
},
4449+
"GoogleBigtableAdminV2TypeProto": {
4450+
"description": "A protobuf message type. Values of type `Proto` are stored in `Value.bytes_value`.",
4451+
"id": "GoogleBigtableAdminV2TypeProto",
4452+
"properties": {
4453+
"messageName": {
4454+
"description": "The fully qualified name of the protobuf message, including package. In the format of \"foo.bar.Message\".",
4455+
"type": "string"
4456+
},
4457+
"schemaBundleId": {
4458+
"description": "The ID of the schema bundle that this proto is defined in.",
4459+
"type": "string"
4460+
}
4461+
},
4462+
"type": "object"
4463+
},
44174464
"GoogleBigtableAdminV2TypeString": {
44184465
"description": "String Values of type `String` are stored in `Value.string_value`.",
44194466
"id": "GoogleBigtableAdminV2TypeString",
@@ -5628,6 +5675,10 @@
56285675
"$ref": "GoogleBigtableAdminV2TypeDate",
56295676
"description": "Date"
56305677
},
5678+
"enumType": {
5679+
"$ref": "GoogleBigtableAdminV2TypeEnum",
5680+
"description": "Enum"
5681+
},
56315682
"float32Type": {
56325683
"$ref": "GoogleBigtableAdminV2TypeFloat32",
56335684
"description": "Float32"
@@ -5644,6 +5695,10 @@
56445695
"$ref": "GoogleBigtableAdminV2TypeMap",
56455696
"description": "Map"
56465697
},
5698+
"protoType": {
5699+
"$ref": "GoogleBigtableAdminV2TypeProto",
5700+
"description": "Proto"
5701+
},
56475702
"stringType": {
56485703
"$ref": "GoogleBigtableAdminV2TypeString",
56495704
"description": "String"

bigtableadmin/v2/bigtableadmin-gen.go

Lines changed: 76 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chat/v1/chat-api.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@
15281528
}
15291529
}
15301530
},
1531-
"revision": "20250720",
1531+
"revision": "20250724",
15321532
"rootUrl": "https://chat.googleapis.com/",
15331533
"schemas": {
15341534
"AccessSettings": {
@@ -1678,7 +1678,7 @@
16781678
"type": "object"
16791679
},
16801680
"Annotation": {
1681-
"description": "Annotations can be associated with the plain-text body of the message or with chips that link to Google Workspace resources like Google Docs or Sheets with a `start_index` and `length` of 0. To add basic formatting to a text message, see [Format text messages](https://developers.google.com/workspace/chat/format-messages). Example plain-text message body: ``` Hello @FooBot how are you!\" ``` The corresponding annotations metadata: ``` \"annotations\":[{ \"type\":\"USER_MENTION\", \"startIndex\":6, \"length\":7, \"userMention\": { \"user\": { \"name\":\"users/{user}\", \"displayName\":\"FooBot\", \"avatarUrl\":\"https://goo.gl/aeDtrS\", \"type\":\"BOT\" }, \"type\":\"MENTION\" } }] ```",
1681+
"description": "Output only. Annotations can be associated with the plain-text body of the message or with chips that link to Google Workspace resources like Google Docs or Sheets with `start_index` and `length` of 0. To add basic formatting to a text message, see [Format text messages](https://developers.google.com/workspace/chat/format-messages). Example plain-text message body: ``` Hello @FooBot how are you!\" ``` The corresponding annotations metadata: ``` \"annotations\":[{ \"type\":\"USER_MENTION\", \"startIndex\":6, \"length\":7, \"userMention\": { \"user\": { \"name\":\"users/{user}\", \"displayName\":\"FooBot\", \"avatarUrl\":\"https://goo.gl/aeDtrS\", \"type\":\"BOT\" }, \"type\":\"MENTION\" } }] ```",
16821682
"id": "Annotation",
16831683
"properties": {
16841684
"customEmojiMetadata": {
@@ -4187,8 +4187,8 @@
41874187
"enumDescriptions": [
41884188
"Default value for the enum. Don't use.",
41894189
"The huddle has started.",
4190-
"The huddle has ended. In this case the meet space URI and identifiers will no longer be valid.",
4191-
"The huddle has been missed. In this case the meet space URI and identifiers will no longer be valid."
4190+
"The huddle has ended. In this case the Meet space URI and identifiers will no longer be valid.",
4191+
"The huddle has been missed. In this case the Meet space URI and identifiers will no longer be valid."
41924192
],
41934193
"readOnly": true,
41944194
"type": "string"
@@ -4206,8 +4206,8 @@
42064206
],
42074207
"enumDescriptions": [
42084208
"Default value for the enum. Don't use.",
4209-
"The meet space is a meeting.",
4210-
"The meet space is a huddle."
4209+
"The Meet space is a meeting.",
4210+
"The Meet space is a huddle."
42114211
],
42124212
"type": "string"
42134213
}
@@ -4384,7 +4384,7 @@
43844384
"description": "Input only. Parameters that a Chat app can use to configure how its response is posted."
43854385
},
43864386
"annotations": {
4387-
"description": "Output only. Annotations can be associated with the plain-text body of the message or with chips that link to Google Workspace resources like Google Docs or Sheets with a `start_index` and `length` of 0.",
4387+
"description": "Output only. Annotations can be associated with the plain-text body of the message or with chips that link to Google Workspace resources like Google Docs or Sheets with `start_index` and `length` of 0.",
43884388
"items": {
43894389
"$ref": "Annotation"
43904390
},
@@ -4763,12 +4763,12 @@
47634763
"type": "object"
47644764
},
47654765
"RichLinkMetadata": {
4766-
"description": "A rich link to a resource. Rich links can be associated with the plain-text body of the message or represent chips that link to Google Workspace resources like Google Docs or Sheets with a with `start_index` and `length` of 0.",
4766+
"description": "A rich link to a resource. Rich links can be associated with the plain-text body of the message or represent chips that link to Google Workspace resources like Google Docs or Sheets with `start_index` and `length` of 0.",
47674767
"id": "RichLinkMetadata",
47684768
"properties": {
47694769
"calendarEventLinkData": {
47704770
"$ref": "CalendarEventLinkData",
4771-
"description": "Data for a calendar event link."
4771+
"description": "Data for a Calendar event link."
47724772
},
47734773
"chatSpaceLinkData": {
47744774
"$ref": "ChatSpaceLinkData",
@@ -4780,7 +4780,7 @@
47804780
},
47814781
"meetSpaceLinkData": {
47824782
"$ref": "MeetSpaceLinkData",
4783-
"description": "Data for a meet space link."
4783+
"description": "Data for a Meet space link."
47844784
},
47854785
"richLinkType": {
47864786
"description": "The rich link type.",

chat/v1/chat-gen.go

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)