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: 3bc6bf986146051dfc70434d016999a1d182c71556a85ca73ddd2a129bf1f66f
4
- data.tar.gz: bee471c8595cd7af37652409299fc58fd5c2009525d2e83d0f93340724332997
3
+ metadata.gz: 666fb31bad3f8aea2b1228386599b09ede930f558c76a223ab5a6b5e271b8f2c
4
+ data.tar.gz: 5b84dce98403ed2fc30f22f0ac2f7a3c64eae1f55aa68f9a60851563a92600ac
5
5
  SHA512:
6
- metadata.gz: 263228b8de4dc8d85c8789a939b65f2541ff49c15edadc298c90920c55608d5cc08af7f1934099c3f7c88ccce78419be27944daef71d6058694c456f8ee54d90
7
- data.tar.gz: b2e925ce84fa9fe65e4c6f757edd919160a510089b64a75314dd6a3dbaa44f0776905fb27797b36ca9cd142b1f3840e18359db036b0beb2011e4df6afc8cc804
6
+ metadata.gz: b3fca6b5c489c194ac8647e3c34cd2f541035db49855a0b593f5ca69b52604954d7a6fcfe97762b82c1706ce862b9f98bfa60a6336bb805adb1964e7621eae26
7
+ data.tar.gz: 9d87100c12c746d5200698665c02d19a59d5b4b1fe0da295c1b1579296eb879938a0a886d73938150cf0bcd57b85aeed8ffa2bdd6aa536c4e9dd46f15c622e85
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.52.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240607
6
+
3
7
  ### v0.51.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240430
@@ -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.51.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 = "20240430"
25
+ REVISION = "20240607"
26
26
  end
27
27
  end
28
28
  end
@@ -362,6 +362,7 @@ module Google
362
362
  class AvroConfig
363
363
  # @private
364
364
  class Representation < Google::Apis::Core::JsonRepresentation
365
+ property :use_topic_schema, as: 'useTopicSchema'
365
366
  property :write_metadata, as: 'writeMetadata'
366
367
  end
367
368
  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.51.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-05-26 00:00:00.000000000 Z
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.51.0
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: []