Skip to content

Commit 54ae1c8

Browse files
feat(pubsub): update the api
#### pubsub:v1 The following keys were added: - schemas.PullRequest.properties.returnImmediately.deprecated (Total Keys: 1) #### pubsub:v1beta1a The following keys were added: - schemas.ModifyAckDeadlineRequest.properties.ackId.deprecated (Total Keys: 1) #### pubsub:v1beta2 The following keys were added: - schemas.PullRequest.properties.returnImmediately.deprecated (Total Keys: 1)
1 parent 369df27 commit 54ae1c8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

googleapiclient/discovery_cache/documents/pubsub.v1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@
15661566
}
15671567
}
15681568
},
1569-
"revision": "20230627",
1569+
"revision": "20230711",
15701570
"rootUrl": "https://pubsub.googleapis.com/",
15711571
"schemas": {
15721572
"AcknowledgeRequest": {
@@ -2100,6 +2100,7 @@
21002100
"type": "integer"
21012101
},
21022102
"returnImmediately": {
2103+
"deprecated": true,
21032104
"description": "Optional. If this field set to true, the system will respond immediately even if it there are no messages available to return in the `Pull` response. Otherwise, the system may wait (for a bounded amount of time) until at least one message is available, rather than returning no messages. Warning: setting this field to `true` is discouraged because it adversely impacts the performance of `Pull` operations. We recommend that users do not set this field.",
21042105
"type": "boolean"
21052106
}

googleapiclient/discovery_cache/documents/pubsub.v1beta1a.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
}
458458
}
459459
},
460-
"revision": "20230627",
460+
"revision": "20230711",
461461
"rootUrl": "https://pubsub.googleapis.com/",
462462
"schemas": {
463463
"AcknowledgeRequest": {
@@ -550,6 +550,7 @@
550550
"type": "integer"
551551
},
552552
"ackId": {
553+
"deprecated": true,
553554
"description": "The acknowledgment ID. Either this or ack_ids must be populated, not both.",
554555
"type": "string"
555556
},

googleapiclient/discovery_cache/documents/pubsub.v1beta2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@
724724
}
725725
}
726726
},
727-
"revision": "20230627",
727+
"revision": "20230711",
728728
"rootUrl": "https://pubsub.googleapis.com/",
729729
"schemas": {
730730
"AcknowledgeRequest": {
@@ -985,6 +985,7 @@
985985
"type": "integer"
986986
},
987987
"returnImmediately": {
988+
"deprecated": true,
988989
"description": "Optional. If this is specified as true the system will respond immediately even if it is not able to return a message in the `Pull` response. Otherwise the system is allowed to wait until at least one message is available rather than returning no messages. The client may cancel the request if it does not wish to wait any longer for the response. Warning: setting this field to `true` is discouraged because it adversely impacts the performance of `Pull` operations. We recommend that users do not set this field.",
989990
"type": "boolean"
990991
}

0 commit comments

Comments
 (0)