google-apis-gkehub_v1 0.74.0 → 0.75.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: c0b0df6fd69bf01084c2933986deb3d20d47b54e1a5381ba65415c7f1bf7a921
4
- data.tar.gz: 7d5582cee1bafd5273ad69acddb77397fbca451063d2ec2a0dc720a209b1bed5
3
+ metadata.gz: b6ae16ce0ab257593cd7525cea5951eeaf0517d9e66f292a899eaccd412d044c
4
+ data.tar.gz: c1c7c2ec565b3d279a843ee0abf01b22c29aae67b2c7ce2f26159e5060f07bc2
5
5
  SHA512:
6
- metadata.gz: 245f7da12581bbada657c433b2e63ef50a3143e7c6d74547d0626b4f28f1c04c5282a7a85dfedad5160281c9974e8359d4ae13a08078509b0c521cd03c556ca8
7
- data.tar.gz: 4c9bfdf706e47d94092b5960bfc78e3e7c9f9119768467c0680f6b69fc53766fb9d55fcc526b03447680b79f9c099f379a47b89c9db528bfa5153eb891f09a9f
6
+ metadata.gz: e2c7a9d6f9e4aab18114530f308674896d6945fcfdc0c479d4e52b1691d773c9e77bb8c7eaf4bdff66df5a9899eea333f5e028e891d3d6b025f54d02a327e75a
7
+ data.tar.gz: 72443276802d73342f8f8a59616669bef16a6314b4555cdc4c6112122de8c04d67aa5066f399b41bb8a05893f34dd96e16a063450bbf6f7620514327c0c52fd0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.75.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240511
6
+ * Regenerated using generator version 0.15.0
7
+
3
8
  ### v0.74.0 (2024-05-05)
4
9
 
5
10
  * Regenerated from discovery document revision 20240428
@@ -3395,6 +3395,11 @@ module Google
3395
3395
  # @return [String]
3396
3396
  attr_accessor :next_page_token
3397
3397
 
3398
+ # List of locations that could not be reached while fetching this list.
3399
+ # Corresponds to the JSON property `unreachable`
3400
+ # @return [Array<String>]
3401
+ attr_accessor :unreachable
3402
+
3398
3403
  def initialize(**args)
3399
3404
  update!(**args)
3400
3405
  end
@@ -3403,6 +3408,7 @@ module Google
3403
3408
  def update!(**args)
3404
3409
  @membership_bindings = args[:membership_bindings] if args.key?(:membership_bindings)
3405
3410
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3411
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
3406
3412
  end
3407
3413
  end
3408
3414
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1
18
18
  # Version of the google-apis-gkehub_v1 gem
19
- GEM_VERSION = "0.74.0"
19
+ GEM_VERSION = "0.75.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 = "20240428"
25
+ REVISION = "20240511"
26
26
  end
27
27
  end
28
28
  end
@@ -1899,6 +1899,7 @@ module Google
1899
1899
  collection :membership_bindings, as: 'membershipBindings', class: Google::Apis::GkehubV1::MembershipBinding, decorator: Google::Apis::GkehubV1::MembershipBinding::Representation
1900
1900
 
1901
1901
  property :next_page_token, as: 'nextPageToken'
1902
+ collection :unreachable, as: 'unreachable'
1902
1903
  end
1903
1904
  end
1904
1905
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.74.0
4
+ version: 0.75.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-05 00:00:00.000000000 Z
11
+ date: 2024-05-26 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-gkehub_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.74.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.75.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
63
63
  post_install_message:
64
64
  rdoc_options: []