google-apis-composer_v1beta1 0.60.0 → 0.61.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: f77e7aec062c9cdf9e6c3906843ba0877224b42b327a4232f653463acdb52ae5
4
- data.tar.gz: c95f27b30a21f786c3036f548a5caabd6ffbacfca889e6b88b0e2633f63a0464
3
+ metadata.gz: 29ebcbdacd95bbaf9719b40623c245611e5e1b12adb076146f41dbeef2c707a4
4
+ data.tar.gz: f3a23b6c68ba5371eb0a3b8379c6c29a561c42c778bc973f4213d77bcd5308bb
5
5
  SHA512:
6
- metadata.gz: 55b117137fbb91acc04b8f3da20571240e2af77e6d473684139f34341874ceac7e8ac2c8b3c443c48b5806464f1f7b362c1c216d16580d6f25432db75fa96809
7
- data.tar.gz: c3cf9fa0874cc647336676e1718b0a0d621f7b4a457794e308e1b8dd49226e21a4ca964177ed390991e087a3104e6b074e61b8f6d6bb4db76c3866bb49b89b31
6
+ metadata.gz: bb83f3edc91592ff4cc34ab7e7e22328f8487c2d0ec2d6327dde0a57eba05f945752226073a9f80f100844bea8656c27cdec33f1fda4f961615c3213c88da62a
7
+ data.tar.gz: 84cc4bd64bca99e8f5dcfaecab8e6236ae01e593f67fe2de4d4d046b099f7dcdfd60aa733a22e5f5e1749d92972799e3fe710bb15a95fb7bf96c5ee03cd30cba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-composer_v1beta1
2
2
 
3
+ ### v0.61.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260525
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.60.0 (2026-05-10)
4
9
 
5
10
  * Regenerated from discovery document revision 20260423
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/composer/) may provide guid
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -2370,6 +2370,12 @@ module Google
2370
2370
  # @return [String]
2371
2371
  attr_accessor :name
2372
2372
 
2373
+ # Optional. The "type" field of Kubernetes Secret. For details see: https://
2374
+ # kubernetes.io/docs/concepts/configuration/secret/#secret-types
2375
+ # Corresponds to the JSON property `type`
2376
+ # @return [String]
2377
+ attr_accessor :type
2378
+
2373
2379
  def initialize(**args)
2374
2380
  update!(**args)
2375
2381
  end
@@ -2378,6 +2384,7 @@ module Google
2378
2384
  def update!(**args)
2379
2385
  @data = args[:data] if args.key?(:data)
2380
2386
  @name = args[:name] if args.key?(:name)
2387
+ @type = args[:type] if args.key?(:type)
2381
2388
  end
2382
2389
  end
2383
2390
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComposerV1beta1
18
18
  # Version of the google-apis-composer_v1beta1 gem
19
- GEM_VERSION = "0.60.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260423"
25
+ REVISION = "20260525"
26
26
  end
27
27
  end
28
28
  end
@@ -1002,6 +1002,7 @@ module Google
1002
1002
  class Representation < Google::Apis::Core::JsonRepresentation
1003
1003
  hash :data, as: 'data'
1004
1004
  property :name, as: 'name'
1005
+ property :type, as: 'type'
1005
1006
  end
1006
1007
  end
1007
1008
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-composer_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.60.0
4
+ version: 0.61.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-composer_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.60.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.61.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="