google-apis-pubsub_v1 0.51.0 → 0.52.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 666fb31bad3f8aea2b1228386599b09ede930f558c76a223ab5a6b5e271b8f2c
|
4
|
+
data.tar.gz: 5b84dce98403ed2fc30f22f0ac2f7a3c64eae1f55aa68f9a60851563a92600ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3fca6b5c489c194ac8647e3c34cd2f541035db49855a0b593f5ca69b52604954d7a6fcfe97762b82c1706ce862b9f98bfa60a6336bb805adb1964e7621eae26
|
7
|
+
data.tar.gz: 9d87100c12c746d5200698665c02d19a59d5b4b1fe0da295c1b1579296eb879938a0a886d73938150cf0bcd57b85aeed8ffa2bdd6aa536c4e9dd46f15c622e85
|
data/CHANGELOG.md
CHANGED
@@ -47,6 +47,13 @@ module Google
|
|
47
47
|
class AvroConfig
|
48
48
|
include Google::Apis::Core::Hashable
|
49
49
|
|
50
|
+
# Optional. When true, the output Cloud Storage file will be serialized using
|
51
|
+
# the topic schema, if it exists.
|
52
|
+
# Corresponds to the JSON property `useTopicSchema`
|
53
|
+
# @return [Boolean]
|
54
|
+
attr_accessor :use_topic_schema
|
55
|
+
alias_method :use_topic_schema?, :use_topic_schema
|
56
|
+
|
50
57
|
# Optional. When true, write the subscription name, message_id, publish_time,
|
51
58
|
# attributes, and ordering_key as additional fields in the output. The
|
52
59
|
# subscription name, message_id, and publish_time fields are put in their own
|
@@ -63,6 +70,7 @@ module Google
|
|
63
70
|
|
64
71
|
# Update properties of this object
|
65
72
|
def update!(**args)
|
73
|
+
@use_topic_schema = args[:use_topic_schema] if args.key?(:use_topic_schema)
|
66
74
|
@write_metadata = args[:write_metadata] if args.key?(:write_metadata)
|
67
75
|
end
|
68
76
|
end
|
@@ -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.52.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240607"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.52.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.52.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|