google-apis-gkehub_v1alpha 0.81.0 → 0.82.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: bd521617423ff3494f5e0216c86b32e2ec16e5670f1bb7ff11f6ef1639316f3d
4
- data.tar.gz: dbea871cafd8047a3b806e2cda020a4fd1f87226d56b12e650e4b94f8a632b56
3
+ metadata.gz: 89a3187d7990a5f500e0cf56aa1eac6bc4d2c130323332124e2e54613860b3c7
4
+ data.tar.gz: b1d78bcc5725da6648d15f29c699f62525c2318ba8c3d09381d56eb454e67f5d
5
5
  SHA512:
6
- metadata.gz: 1021fbce20823c177f1b77cefd3944b5e6986ae9192181c0fd1175809a95c30d9aa883e9b9f9341af05046b109b2bec26ec58172a5138ad6c9b52466c91d1924
7
- data.tar.gz: edb45009f47bb06c4642b0809786c056f04a675ed4373912f6dd753124adae62f345057e23322f947262ec62334a92255ea18599469eee373cd7b138520436d1
6
+ metadata.gz: f85fe8e8bf736a2c616b662c2b350b6311fc7f8113808f67ebe591ce57f09498a5eb69cc500adedf4ccfd6b3aeceb6ab3de2081038eb38919524752a12920c98
7
+ data.tar.gz: 7f490c4ae6746ff6dfe5f93021f851e42e23f7755d7b68a6b731374c55b0f51526f4da1ca476f43e83fa7822391f17822fbbebe94a025d87645d76c931f28bec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.82.0 (2024-05-19)
4
+
5
+ * Regenerated from discovery document revision 20240511
6
+ * Regenerated using generator version 0.15.0
7
+
3
8
  ### v0.81.0 (2024-05-05)
4
9
 
5
10
  * Regenerated from discovery document revision 20240428
@@ -3773,6 +3773,11 @@ module Google
3773
3773
  # @return [String]
3774
3774
  attr_accessor :next_page_token
3775
3775
 
3776
+ # List of locations that could not be reached while fetching this list.
3777
+ # Corresponds to the JSON property `unreachable`
3778
+ # @return [Array<String>]
3779
+ attr_accessor :unreachable
3780
+
3776
3781
  def initialize(**args)
3777
3782
  update!(**args)
3778
3783
  end
@@ -3781,6 +3786,7 @@ module Google
3781
3786
  def update!(**args)
3782
3787
  @membership_bindings = args[:membership_bindings] if args.key?(:membership_bindings)
3783
3788
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3789
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
3784
3790
  end
3785
3791
  end
3786
3792
 
@@ -3800,6 +3806,11 @@ module Google
3800
3806
  # @return [Array<Google::Apis::GkehubV1alpha::RbacRoleBinding>]
3801
3807
  attr_accessor :rbacrolebindings
3802
3808
 
3809
+ # List of locations that could not be reached while fetching this list.
3810
+ # Corresponds to the JSON property `unreachable`
3811
+ # @return [Array<String>]
3812
+ attr_accessor :unreachable
3813
+
3803
3814
  def initialize(**args)
3804
3815
  update!(**args)
3805
3816
  end
@@ -3808,6 +3819,7 @@ module Google
3808
3819
  def update!(**args)
3809
3820
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3810
3821
  @rbacrolebindings = args[:rbacrolebindings] if args.key?(:rbacrolebindings)
3822
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
3811
3823
  end
3812
3824
  end
3813
3825
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1alpha
18
18
  # Version of the google-apis-gkehub_v1alpha gem
19
- GEM_VERSION = "0.81.0"
19
+ GEM_VERSION = "0.82.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
@@ -2175,6 +2175,7 @@ module Google
2175
2175
  collection :membership_bindings, as: 'membershipBindings', class: Google::Apis::GkehubV1alpha::MembershipBinding, decorator: Google::Apis::GkehubV1alpha::MembershipBinding::Representation
2176
2176
 
2177
2177
  property :next_page_token, as: 'nextPageToken'
2178
+ collection :unreachable, as: 'unreachable'
2178
2179
  end
2179
2180
  end
2180
2181
 
@@ -2184,6 +2185,7 @@ module Google
2184
2185
  property :next_page_token, as: 'nextPageToken'
2185
2186
  collection :rbacrolebindings, as: 'rbacrolebindings', class: Google::Apis::GkehubV1alpha::RbacRoleBinding, decorator: Google::Apis::GkehubV1alpha::RbacRoleBinding::Representation
2186
2187
 
2188
+ collection :unreachable, as: 'unreachable'
2187
2189
  end
2188
2190
  end
2189
2191
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.81.0
4
+ version: 0.82.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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.81.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.82.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []