Skip to content

Commit 8f13004

Browse files
feat(all): auto-regenerate discovery clients (#3364)
1 parent 040f8aa commit 8f13004

File tree

6 files changed

+1148
-9
lines changed

6 files changed

+1148
-9
lines changed

biglake/v1/biglake-api.json

Lines changed: 273 additions & 1 deletion
Large diffs are not rendered by default.

biglake/v1/biglake-gen.go

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

pubsub/v1/pubsub-api.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@
16481648
}
16491649
}
16501650
},
1651-
"revision": "20250807",
1651+
"revision": "20251025",
16521652
"rootUrl": "https://pubsub.googleapis.com/",
16531653
"schemas": {
16541654
"AcknowledgeRequest": {
@@ -2122,6 +2122,13 @@
21222122
"subscription": {
21232123
"description": "Required. The subscription whose backlog the snapshot retains. Specifically, the created snapshot is guaranteed to retain: (a) The existing backlog on the subscription. More precisely, this is defined as the messages in the subscription's backlog that are unacknowledged upon the successful completion of the `CreateSnapshot` request; as well as: (b) Any messages published to the subscription's topic following the successful completion of the CreateSnapshot request. Format is `projects/{project}/subscriptions/{sub}`.",
21242124
"type": "string"
2125+
},
2126+
"tags": {
2127+
"additionalProperties": {
2128+
"type": "string"
2129+
},
2130+
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
2131+
"type": "object"
21252132
}
21262133
},
21272134
"type": "object"
@@ -2916,6 +2923,13 @@
29162923
"readOnly": true,
29172924
"type": "string"
29182925
},
2926+
"tags": {
2927+
"additionalProperties": {
2928+
"type": "string"
2929+
},
2930+
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
2931+
"type": "object"
2932+
},
29192933
"topic": {
29202934
"description": "Required. The name of the topic from which this subscription is receiving messages. Format is `projects/{project}/topics/{topic}`. The value of this field will be `_deleted-topic_` if the topic has been deleted.",
29212935
"type": "string"
@@ -3035,6 +3049,13 @@
30353049
],
30363050
"readOnly": true,
30373051
"type": "string"
3052+
},
3053+
"tags": {
3054+
"additionalProperties": {
3055+
"type": "string"
3056+
},
3057+
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
3058+
"type": "object"
30383059
}
30393060
},
30403061
"type": "object"

pubsub/v1/pubsub-gen.go

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

workloadmanager/v1/workloadmanager-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -923,7 +923,7 @@
923923
}
924924
}
925925
},
926-
"revision": "20251001",
926+
"revision": "20251022",
927927
"rootUrl": "https://workloadmanager.googleapis.com/",
928928
"schemas": {
929929
"AgentCommand": {
@@ -3430,7 +3430,7 @@
34303430
"additionalProperties": {
34313431
"type": "string"
34323432
},
3433-
"description": "Details of the violation.",
3433+
"description": "Details of the violation. TODO(b/452163887)",
34343434
"type": "object"
34353435
},
34363436
"serviceAccount": {

workloadmanager/v1/workloadmanager-gen.go

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

0 commit comments

Comments
 (0)