Skip to content

Commit 6e9a17b

Browse files
feat: Automated regeneration of pubsub v1 client (googleapis#26437)
Auto-created at 2026-05-10 10:54:59 +0000 using the toys pull request generator.
1 parent 69c6b51 commit 6e9a17b

3 files changed

Lines changed: 20 additions & 11 deletions

File tree

generated/google-apis-pubsub_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-pubsub_v1
22

3+
### v0.68.0 (2026-05-10)
4+
5+
* Regenerated from discovery document revision 20260421
6+
37
### v0.67.0 (2026-03-22)
48

59
* Regenerated from discovery document revision 20260310

generated/google-apis-pubsub_v1/lib/google/apis/pubsub_v1/classes.rb

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,8 @@ class CreateSnapshotRequest
825825

826826
# Optional. Input only. Immutable. Tag keys/values directly bound to this
827827
# resource. For example: "123/environment": "production", "123/costCenter": "
828-
# marketing"
828+
# marketing" See https://`$universe.dns_names.final_documentation_domain`/pubsub/
829+
# docs/tags for more information on using tags with Pub/Sub resources.
829830
# Corresponds to the JSON property `tags`
830831
# @return [Hash<String,String>]
831832
attr_accessor :tags
@@ -2134,9 +2135,10 @@ def update!(**args)
21342135
end
21352136
end
21362137

2137-
# A subscription resource. If none of `push_config`, `bigquery_config`, or `
2138-
# cloud_storage_config` is set, then the subscriber will pull and ack messages
2139-
# using API methods. At most one of these fields may be set.
2138+
# A subscription resource. If none of `push_config`, `bigquery_config`, `
2139+
# cloud_storage_config`, or `bigtable_config` is set, then the subscriber will
2140+
# pull and ack messages using API methods. At most one of these fields may be
2141+
# set.
21402142
class Subscription
21412143
include Google::Apis::Core::Hashable
21422144

@@ -2304,7 +2306,8 @@ class Subscription
23042306

23052307
# Optional. Input only. Immutable. Tag keys/values directly bound to this
23062308
# resource. For example: "123/environment": "production", "123/costCenter": "
2307-
# marketing"
2309+
# marketing" See https://`$universe.dns_names.final_documentation_domain`/pubsub/
2310+
# docs/tags for more information on using tags with Pub/Sub resources.
23082311
# Corresponds to the JSON property `tags`
23092312
# @return [Hash<String,String>]
23102313
attr_accessor :tags
@@ -2506,7 +2509,8 @@ class Topic
25062509

25072510
# Optional. Input only. Immutable. Tag keys/values directly bound to this
25082511
# resource. For example: "123/environment": "production", "123/costCenter": "
2509-
# marketing"
2512+
# marketing" See https://`$universe.dns_names.final_documentation_domain`/pubsub/
2513+
# docs/tags for more information on using tags with Pub/Sub resources.
25102514
# Corresponds to the JSON property `tags`
25112515
# @return [Hash<String,String>]
25122516
attr_accessor :tags
@@ -2585,9 +2589,10 @@ def update!(**args)
25852589
class UpdateSubscriptionRequest
25862590
include Google::Apis::Core::Hashable
25872591

2588-
# A subscription resource. If none of `push_config`, `bigquery_config`, or `
2589-
# cloud_storage_config` is set, then the subscriber will pull and ack messages
2590-
# using API methods. At most one of these fields may be set.
2592+
# A subscription resource. If none of `push_config`, `bigquery_config`, `
2593+
# cloud_storage_config`, or `bigtable_config` is set, then the subscriber will
2594+
# pull and ack messages using API methods. At most one of these fields may be
2595+
# set.
25912596
# Corresponds to the JSON property `subscription`
25922597
# @return [Google::Apis::PubsubV1::Subscription]
25932598
attr_accessor :subscription

generated/google-apis-pubsub_v1/lib/google/apis/pubsub_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module PubsubV1
1818
# Version of the google-apis-pubsub_v1 gem
19-
GEM_VERSION = "0.67.0"
19+
GEM_VERSION = "0.68.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260310"
25+
REVISION = "20260421"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)