Skip to content

Commit 7058df6

Browse files
feat(pubsublite): update the api
#### pubsublite:v1 The following keys were added: - schemas.PartitionConfig.properties.scale.deprecated (Total Keys: 1)
1 parent 54ae1c8 commit 7058df6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

googleapiclient/discovery_cache/documents/pubsublite.v1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
}
10411041
}
10421042
},
1043-
"revision": "20230630",
1043+
"revision": "20230707",
10441044
"rootUrl": "https://pubsublite.googleapis.com/",
10451045
"schemas": {
10461046
"CancelOperationRequest": {
@@ -1476,6 +1476,7 @@
14761476
"type": "string"
14771477
},
14781478
"scale": {
1479+
"deprecated": true,
14791480
"description": "DEPRECATED: Use capacity instead which can express a superset of configurations. Every partition in the topic is allocated throughput equivalent to `scale` times the standard partition throughput (4 MiB/s). This is also reflected in the cost of this topic; a topic with `scale` of 2 and count of 10 is charged for 20 partitions. This value must be in the range [1,4].",
14801481
"format": "int32",
14811482
"type": "integer"

0 commit comments

Comments
 (0)