google-apis-pubsub_v1 0.50.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: aada11747953a0a6a520d2ba76811a62d3c3e97277db64ed04c4fb594034ec2a
4
- data.tar.gz: 03efd738a2cc6d15129da84e59f414cebb535877b63b31cee7001856ab02c4c3
3
+ metadata.gz: 666fb31bad3f8aea2b1228386599b09ede930f558c76a223ab5a6b5e271b8f2c
4
+ data.tar.gz: 5b84dce98403ed2fc30f22f0ac2f7a3c64eae1f55aa68f9a60851563a92600ac
5
5
  SHA512:
6
- metadata.gz: 18157aa37537a0569252f37c1a5a79660aa950a49b844e3ae51d86023d94b1859ebdd9f7977484e70542f0ab8fdc7a3783882e4b603d4e98384f754083734cc7
7
- data.tar.gz: 4c80da5bca0a8265ccf9ad8992b360d3073acff8ef5736a81ac23bd2dededd1aa9cd82662d3711d5098f19b5ff97e3a9fae960988937d59368c456aea3f70532
6
+ metadata.gz: b3fca6b5c489c194ac8647e3c34cd2f541035db49855a0b593f5ca69b52604954d7a6fcfe97762b82c1706ce862b9f98bfa60a6336bb805adb1964e7621eae26
7
+ data.tar.gz: 9d87100c12c746d5200698665c02d19a59d5b4b1fe0da295c1b1579296eb879938a0a886d73938150cf0bcd57b85aeed8ffa2bdd6aa536c4e9dd46f15c622e85
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.51.0 (2024-05-19)
8
+
9
+ * Regenerated from discovery document revision 20240430
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.50.0 (2024-03-31)
4
13
 
5
14
  * Regenerated from discovery document revision 20240319
@@ -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.50.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240319"
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.50.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-03-31 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.50.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: []