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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/pubsub_v1/classes.rb +6 -4
- data/lib/google/apis/pubsub_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d85094b299895426368dd93d2d1d1d2686d2af50081d1c3c07e9168eb81603e8
|
|
4
|
+
data.tar.gz: 4289905561ca35820bc29e5425589ff637864a92e8f3125a10fcb3aba9207d4c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b02add822936d9cd1b3ea1f62d1bf852eb8df73cccfd8363fcfb8b4e753dd9bda10c4b4c314c91c7550d69d5f55c0982777cdde462939a0119a18902f1448b24
|
|
7
|
+
data.tar.gz: aa3b91ed3a148f62f7b6b035831394453373b84c9758f0726c745133e48fca5d04998ae9dbaeb86427cc26be46d67ac720c85aea44a1010573b63dc70aa7ea7c
|
data/CHANGELOG.md
CHANGED
|
@@ -326,11 +326,13 @@ module Google
|
|
|
326
326
|
class BigQueryConfig
|
|
327
327
|
include Google::Apis::Core::Hashable
|
|
328
328
|
|
|
329
|
-
# Optional.
|
|
330
|
-
# of the topic schema that are not part of the BigQuery table schema
|
|
331
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|