google-apis-pubsub_v1 0.53.0 → 0.54.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: 021d4d3dd6c81266a4c6459415c71b8b8c1512e2b6bf26516565916c9541563b
4
- data.tar.gz: fd2be5a6d8f2e34d35c84f5d958f11f47216d9c3a757968e2e0fefc9713b0622
3
+ metadata.gz: ca202b3adef912f10321d4a66dae0ea361374130396c06b038469d43e7659fa5
4
+ data.tar.gz: 549310fd045b482ba83a9aab308f338d678a9dc1d6ec938cabd81d237db758b5
5
5
  SHA512:
6
- metadata.gz: b484ff2478c4be5ea62c02970f0b3860691e56da97b1e46bc51e21dd718a6899a286fed58a6c6bf6b228908ef785a6703433e2797735cb6a33e074c667eba355
7
- data.tar.gz: a5892457b2d5a0031ccf8372bf5b9757d8308240cfdbe7ef24c830149617a3d03a3faf65089f8d661ca348ba0e22ab089c2310c96a0227404ea6d2a30fa4fe31
6
+ metadata.gz: 88e31394fee74192593b521668d2f37af676da50dc90372328d30738ff946f123c86705422b6f75fa36c35d52d62c3ce26dfe19f20320619f39396ed8c90956a
7
+ data.tar.gz: 18ece36b47f3a03d71a781293148e066ea3cb29fcfa08675688ecde8b20696d07e75ae08814ab2e3e264dbdb75b45c5b126370239e0d6e78a279e1982179086e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.54.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240702
6
+
3
7
  ### v0.53.0 (2024-06-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20240618
@@ -384,6 +384,12 @@ module Google
384
384
  # @return [String]
385
385
  attr_accessor :max_duration
386
386
 
387
+ # Optional. The maximum number of messages that can be written to a Cloud
388
+ # Storage file before a new file is created. Min 1000 messages.
389
+ # Corresponds to the JSON property `maxMessages`
390
+ # @return [Fixnum]
391
+ attr_accessor :max_messages
392
+
387
393
  # Optional. The service account to use to write to Cloud Storage. The
388
394
  # subscription creator or updater that specifies this field must have `iam.
389
395
  # serviceAccounts.actAs` permission on the service account. If not specified,
@@ -418,6 +424,7 @@ module Google
418
424
  @filename_suffix = args[:filename_suffix] if args.key?(:filename_suffix)
419
425
  @max_bytes = args[:max_bytes] if args.key?(:max_bytes)
420
426
  @max_duration = args[:max_duration] if args.key?(:max_duration)
427
+ @max_messages = args[:max_messages] if args.key?(:max_messages)
421
428
  @service_account_email = args[:service_account_email] if args.key?(:service_account_email)
422
429
  @state = args[:state] if args.key?(:state)
423
430
  @text_config = args[:text_config] if args.key?(:text_config)
@@ -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.53.0"
19
+ GEM_VERSION = "0.54.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 = "20240618"
25
+ REVISION = "20240702"
26
26
  end
27
27
  end
28
28
  end
@@ -426,6 +426,7 @@ module Google
426
426
  property :filename_suffix, as: 'filenameSuffix'
427
427
  property :max_bytes, :numeric_string => true, as: 'maxBytes'
428
428
  property :max_duration, as: 'maxDuration'
429
+ property :max_messages, :numeric_string => true, as: 'maxMessages'
429
430
  property :service_account_email, as: 'serviceAccountEmail'
430
431
  property :state, as: 'state'
431
432
  property :text_config, as: 'textConfig', class: Google::Apis::PubsubV1::TextConfig, decorator: Google::Apis::PubsubV1::TextConfig::Representation
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.53.0
4
+ version: 0.54.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-06-27 00:00:00.000000000 Z
11
+ date: 2024-07-25 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.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.54.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: []