google-apis-pubsub_v1 0.67.0 → 0.68.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce8776e0ed4b92604c963696316181fa68d30840003e4bf261a25bc5f91ac833
4
- data.tar.gz: af7f9451e91094c93734a6a7b20e7ac8b81596a1ec61b7eb60ca14b446debdad
3
+ metadata.gz: fce72394467497571864afc3e65d4bd40af9d02e3fc16259c4e324a2d242fe35
4
+ data.tar.gz: 60f369ce2537054a1ec07fa7123229ee466f5cb1609d6db445d92fe2f10231b9
5
5
  SHA512:
6
- metadata.gz: 5ed8e8130214b17d0dc05162c5eeb61990ca669901ad06bd1ac925767df7f6d0f53a06f0b1a643bda4d51893fc977019078997db39bf0522cb350f3270c4eb0c
7
- data.tar.gz: f267392484035c90b3b749b27aecb6a1f5bfc5dbc1880f3effdd17582544d84c311045a0a93cb05452e51c33bae6505036b99be0fbd86e32ea9f68b219268fb8
6
+ metadata.gz: b6919279230e206a66a7f1fee0838cba21c9e1686331aab24733533386a8fb52b4c926f98160c4286d0d76b7caa77689bb981051f6f255a01cec72614ca2850d
7
+ data.tar.gz: 662c88660d90cfdb2793df0aec15521dbf35ff4a7bc3c84f6ddb55da2e23e398337397fa9323e61650c592bb2f49149df84fd75076064aae4afc7fbd60fb56b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.68.0 (2026-05-10)
4
+
5
+ * Regenerated from discovery document revision 20260421
6
+
3
7
  ### v0.67.0 (2026-03-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20260310
@@ -825,7 +825,8 @@ module Google
825
825
 
826
826
  # Optional. Input only. Immutable. Tag keys/values directly bound to this
827
827
  # 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.
829
830
  # Corresponds to the JSON property `tags`
830
831
  # @return [Hash<String,String>]
831
832
  attr_accessor :tags
@@ -2134,9 +2135,10 @@ module Google
2134
2135
  end
2135
2136
  end
2136
2137
 
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.
2140
2142
  class Subscription
2141
2143
  include Google::Apis::Core::Hashable
2142
2144
 
@@ -2304,7 +2306,8 @@ module Google
2304
2306
 
2305
2307
  # Optional. Input only. Immutable. Tag keys/values directly bound to this
2306
2308
  # 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.
2308
2311
  # Corresponds to the JSON property `tags`
2309
2312
  # @return [Hash<String,String>]
2310
2313
  attr_accessor :tags
@@ -2506,7 +2509,8 @@ module Google
2506
2509
 
2507
2510
  # Optional. Input only. Immutable. Tag keys/values directly bound to this
2508
2511
  # 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.
2510
2514
  # Corresponds to the JSON property `tags`
2511
2515
  # @return [Hash<String,String>]
2512
2516
  attr_accessor :tags
@@ -2585,9 +2589,10 @@ module Google
2585
2589
  class UpdateSubscriptionRequest
2586
2590
  include Google::Apis::Core::Hashable
2587
2591
 
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.
2591
2596
  # Corresponds to the JSON property `subscription`
2592
2597
  # @return [Google::Apis::PubsubV1::Subscription]
2593
2598
  attr_accessor :subscription
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module PubsubV1
18
18
  # Version of the google-apis-pubsub_v1 gem
19
- GEM_VERSION = "0.67.0"
19
+ GEM_VERSION = "0.68.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260310"
25
+ REVISION = "20260421"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-pubsub_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.67.0
4
+ version: 0.68.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.67.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.68.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_v1
62
62
  rdoc_options: []
63
63
  require_paths: