google-apis-pubsub_v1 0.69.0 → 0.70.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: 8fef5357196bdbd7081405d5d5edb24502bc79f2b97af8f9e2549467a51949b7
4
- data.tar.gz: 9e8724e32f29a1fae0bc1c2675eaeb3b681a2f18a3e3da6d3413fb944271ae16
3
+ metadata.gz: d85094b299895426368dd93d2d1d1d2686d2af50081d1c3c07e9168eb81603e8
4
+ data.tar.gz: 4289905561ca35820bc29e5425589ff637864a92e8f3125a10fcb3aba9207d4c
5
5
  SHA512:
6
- metadata.gz: ba23b21aed1e37a975a44e56f5e50f5a832ceaf358c8841c0afab7098ab8e02d2f810c443e06f3f2ae4ea7c3237820b60ddeb58fc769289ddd480a79b21c63e5
7
- data.tar.gz: 0e5512b250a06b8c665160f51f0b239085945ae37e23da8fa72e2f2113fa184a2fc4d8e649d81c68cd93fb8a780f0c00a7a41e083a14f834c30c6d7facc181c7
6
+ metadata.gz: b02add822936d9cd1b3ea1f62d1bf852eb8df73cccfd8363fcfb8b4e753dd9bda10c4b4c314c91c7550d69d5f55c0982777cdde462939a0119a18902f1448b24
7
+ data.tar.gz: aa3b91ed3a148f62f7b6b035831394453373b84c9758f0726c745133e48fca5d04998ae9dbaeb86427cc26be46d67ac720c85aea44a1010573b63dc70aa7ea7c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.70.0 (2026-07-26)
4
+
5
+ * Regenerated from discovery document revision 20260716
6
+
3
7
  ### v0.69.0 (2026-06-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20260609
@@ -326,11 +326,13 @@ module Google
326
326
  class BigQueryConfig
327
327
  include Google::Apis::Core::Hashable
328
328
 
329
- # Optional. When true and use_topic_schema is true, any fields that are a part
330
- # of the topic schema that are not part of the BigQuery table schema are dropped
331
- # when writing to BigQuery. Otherwise, the schemas must be kept in sync and any
329
+ # Optional. If true and `use_topic_schema` is true, drops any fields that are
330
+ # part of the topic schema that are not part of the BigQuery table schema when
331
+ # writing to BigQuery. Otherwise, the schemas must be kept in sync and any
332
332
  # messages with extra fields are not written and remain in the subscription's
333
- # backlog.
333
+ # backlog. If true and `use_table_schema` is true, drops any fields in the
334
+ # message that are not part of the BigQuery table schema when writing to
335
+ # BigQuery. Otherwise, the write to BigQuery will fail.
334
336
  # Corresponds to the JSON property `dropUnknownFields`
335
337
  # @return [Boolean]
336
338
  attr_accessor :drop_unknown_fields
@@ -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.69.0"
19
+ GEM_VERSION = "0.70.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260609"
25
+ REVISION = "20260716"
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.69.0
4
+ version: 0.70.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.69.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.70.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: