google-apis-gkehub_v1alpha 0.105.0 → 0.106.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: 3d1eb4a4ab73edfef43a83806dfdfd1d209790c0be410b94678b6e36bcef535c
4
- data.tar.gz: 8c1bc39d22966bfb70fd9901ba9b2696662553cd4404feed73eb58e42c0821a3
3
+ metadata.gz: 33256f95c4ac8c74037bc21f690263d0af7d2835c806484f03cd4b9b2f13dfec
4
+ data.tar.gz: 70c0e67d5d55d8b69e411820b81d32484999949d3ef55c82ea3d89f4107e8cf4
5
5
  SHA512:
6
- metadata.gz: 358bd9dee01883588f8ee612f4e33cf8faa28fd8cba3e4767a395874260fe19e7de22449a2ba953e59f187b414e0c8546fe751960a4e27c1452c724f45a9444b
7
- data.tar.gz: 56f115a8a530c86f6a0e038f0e6d7a076ac6cb9e68fa0c2814e64b8ff8a59baa3648c63eff3b8ba75c2ca5d1d37eae91a3c83cc43e8a9cb1154b9528eae96083
6
+ metadata.gz: 8f1d1796aafbc4b2e36ec582e197bbbc441246c5556e5b16ea8d97724e844c6fcedcd9951abaecfb69a29e98da1f57dd6ca0137f83ead0cb12c2eaf1211d8849
7
+ data.tar.gz: cf0dc5b571129473563f2df0cceaec75a3d5ef2cb7419be936b216c7a9b32bc12d396c5245dd54617cca1fb81f59740801703ad310351febc878c8814d5cd5b9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.106.0 (2026-03-22)
4
+
5
+ * Regenerated from discovery document revision 20260313
6
+
3
7
  ### v0.105.0 (2026-03-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20260226
@@ -6100,7 +6100,7 @@ module Google
6100
6100
  end
6101
6101
  end
6102
6102
 
6103
- # Rollout contains the Rollout metadata and configuration.
6103
+ # Rollout contains the Rollout metadata and configuration. Next ID: 28
6104
6104
  class Rollout
6105
6105
  include Google::Apis::Core::Hashable
6106
6106
 
@@ -6170,6 +6170,11 @@ module Google
6170
6170
  # @return [String]
6171
6171
  attr_accessor :state_reason
6172
6172
 
6173
+ # Output only. StateReasonType specifies the reason type of the Rollout state.
6174
+ # Corresponds to the JSON property `stateReasonType`
6175
+ # @return [String]
6176
+ attr_accessor :state_reason_type
6177
+
6173
6178
  # Output only. Google-generated UUID for this resource. This is unique across
6174
6179
  # all Rollout resources. If a Rollout resource is deleted and another resource
6175
6180
  # with the same name is created, it gets a different uid.
@@ -6205,6 +6210,7 @@ module Google
6205
6210
  @stages = args[:stages] if args.key?(:stages)
6206
6211
  @state = args[:state] if args.key?(:state)
6207
6212
  @state_reason = args[:state_reason] if args.key?(:state_reason)
6213
+ @state_reason_type = args[:state_reason_type] if args.key?(:state_reason_type)
6208
6214
  @uid = args[:uid] if args.key?(:uid)
6209
6215
  @update_time = args[:update_time] if args.key?(:update_time)
6210
6216
  @version_upgrade = args[:version_upgrade] if args.key?(:version_upgrade)
@@ -6325,6 +6331,12 @@ module Google
6325
6331
  class RolloutSequenceState
6326
6332
  include Google::Apis::Core::Hashable
6327
6333
 
6334
+ # Output only. The timestamp at which the LifecycleState was last changed. Used
6335
+ # to track how long it has been in the current state.
6336
+ # Corresponds to the JSON property `lastStateChangeTime`
6337
+ # @return [String]
6338
+ attr_accessor :last_state_change_time
6339
+
6328
6340
  # Output only. Lifecycle state of the Rollout Sequence.
6329
6341
  # Corresponds to the JSON property `lifecycleState`
6330
6342
  # @return [String]
@@ -6341,6 +6353,7 @@ module Google
6341
6353
 
6342
6354
  # Update properties of this object
6343
6355
  def update!(**args)
6356
+ @last_state_change_time = args[:last_state_change_time] if args.key?(:last_state_change_time)
6344
6357
  @lifecycle_state = args[:lifecycle_state] if args.key?(:lifecycle_state)
6345
6358
  @state_reasons = args[:state_reasons] if args.key?(:state_reasons)
6346
6359
  end
@@ -6350,27 +6363,27 @@ module Google
6350
6363
  class RolloutStage
6351
6364
  include Google::Apis::Core::Hashable
6352
6365
 
6353
- # Optional. Output only. The time at which the wave ended.
6366
+ # Optional. Output only. The time at which the stage ended.
6354
6367
  # Corresponds to the JSON property `endTime`
6355
6368
  # @return [String]
6356
6369
  attr_accessor :end_time
6357
6370
 
6358
- # Optional. Duration to soak after this wave before starting the next wave.
6371
+ # Optional. Duration to soak after this stage before starting the next stage.
6359
6372
  # Corresponds to the JSON property `soakDuration`
6360
6373
  # @return [String]
6361
6374
  attr_accessor :soak_duration
6362
6375
 
6363
- # Output only. The wave number to which this status applies.
6376
+ # Output only. The stage number to which this status applies.
6364
6377
  # Corresponds to the JSON property `stageNumber`
6365
6378
  # @return [Fixnum]
6366
6379
  attr_accessor :stage_number
6367
6380
 
6368
- # Optional. Output only. The time at which the wave started.
6381
+ # Optional. Output only. The time at which the stage started.
6369
6382
  # Corresponds to the JSON property `startTime`
6370
6383
  # @return [String]
6371
6384
  attr_accessor :start_time
6372
6385
 
6373
- # Output only. The state of the wave.
6386
+ # Output only. The state of the stage.
6374
6387
  # Corresponds to the JSON property `state`
6375
6388
  # @return [String]
6376
6389
  attr_accessor :state
@@ -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.105.0"
19
+ GEM_VERSION = "0.106.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260226"
25
+ REVISION = "20260313"
26
26
  end
27
27
  end
28
28
  end
@@ -2980,6 +2980,7 @@ module Google
2980
2980
 
2981
2981
  property :state, as: 'state'
2982
2982
  property :state_reason, as: 'stateReason'
2983
+ property :state_reason_type, as: 'stateReasonType'
2983
2984
  property :uid, as: 'uid'
2984
2985
  property :update_time, as: 'updateTime'
2985
2986
  property :version_upgrade, as: 'versionUpgrade', class: Google::Apis::GkehubV1alpha::VersionUpgrade, decorator: Google::Apis::GkehubV1alpha::VersionUpgrade::Representation
@@ -3018,6 +3019,7 @@ module Google
3018
3019
  class RolloutSequenceState
3019
3020
  # @private
3020
3021
  class Representation < Google::Apis::Core::JsonRepresentation
3022
+ property :last_state_change_time, as: 'lastStateChangeTime'
3021
3023
  property :lifecycle_state, as: 'lifecycleState'
3022
3024
  collection :state_reasons, as: 'stateReasons'
3023
3025
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.105.0
4
+ version: 0.106.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-gkehub_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.105.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.106.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: