Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
274 changes: 273 additions & 1 deletion biglake/v1/biglake-api.json

Large diffs are not rendered by default.

834 changes: 834 additions & 0 deletions biglake/v1/biglake-gen.go

Large diffs are not rendered by default.

23 changes: 22 additions & 1 deletion pubsub/v1/pubsub-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@
}
}
},
"revision": "20250807",
"revision": "20251025",
"rootUrl": "https://pubsub.googleapis.com/",
"schemas": {
"AcknowledgeRequest": {
Expand Down Expand Up @@ -2122,6 +2122,13 @@
"subscription": {
"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}`.",
"type": "string"
},
"tags": {
"additionalProperties": {
"type": "string"
},
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
"type": "object"
}
},
"type": "object"
Expand Down Expand Up @@ -2916,6 +2923,13 @@
"readOnly": true,
"type": "string"
},
"tags": {
"additionalProperties": {
"type": "string"
},
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
"type": "object"
},
"topic": {
"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.",
"type": "string"
Expand Down Expand Up @@ -3035,6 +3049,13 @@
],
"readOnly": true,
"type": "string"
},
"tags": {
"additionalProperties": {
"type": "string"
},
"description": "Optional. Input only. Immutable. Tag keys/values directly bound to this resource. For example: \"123/environment\": \"production\", \"123/costCenter\": \"marketing\"",
"type": "object"
}
},
"type": "object"
Expand Down
12 changes: 12 additions & 0 deletions pubsub/v1/pubsub-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions workloadmanager/v1/workloadmanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -923,7 +923,7 @@
}
}
},
"revision": "20251001",
"revision": "20251022",
"rootUrl": "https://workloadmanager.googleapis.com/",
"schemas": {
"AgentCommand": {
Expand Down Expand Up @@ -3430,7 +3430,7 @@
"additionalProperties": {
"type": "string"
},
"description": "Details of the violation.",
"description": "Details of the violation. TODO(b/452163887)",
"type": "object"
},
"serviceAccount": {
Expand Down
8 changes: 4 additions & 4 deletions workloadmanager/v1/workloadmanager-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.