Skip to content

Commit

Permalink
feat: Automated regeneration of gkebackup v1 client (#21349)
Browse files Browse the repository at this point in the history
Auto-created at 2025-01-12 10:02:09 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jan 12, 2025
1 parent e2a5a11 commit 10768d8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-gkebackup_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-gkebackup_v1

### v0.39.0 (2025-01-12)

* Regenerated from discovery document revision 20250101
* Regenerated using generator version 0.16.0

### v0.38.0 (2024-12-15)

* Regenerated from discovery document revision 20241203
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ class Backup
attr_accessor :state

# Output only. Human-readable description of why the backup is in the current `
# state`.
# state`. This field is only meant for human readability and should not be used
# programmatically as this field is not guaranteed to be consistent.
# Corresponds to the JSON property `stateReason`
# @return [String]
attr_accessor :state_reason
Expand Down Expand Up @@ -470,7 +471,8 @@ class BackupPlan
attr_accessor :state

# Output only. Human-readable description of why BackupPlan is in the current `
# state`
# state`. This field is only meant for human readability and should not be used
# programmatically as this field is not guaranteed to be consistent.
# Corresponds to the JSON property `stateReason`
# @return [String]
attr_accessor :state_reason
Expand Down Expand Up @@ -1834,7 +1836,8 @@ class Restore
attr_accessor :state

# Output only. Human-readable description of why the Restore is in its current
# state.
# state. This field is only meant for human readability and should not be used
# programmatically as this field is not guaranteed to be consistent.
# Corresponds to the JSON property `stateReason`
# @return [String]
attr_accessor :state_reason
Expand Down Expand Up @@ -2098,7 +2101,8 @@ class RestorePlan
attr_accessor :state

# Output only. Human-readable description of why RestorePlan is in the current `
# state`
# state`. This field is only meant for human readability and should not be used
# programmatically as this field is not guaranteed to be consistent.
# Corresponds to the JSON property `stateReason`
# @return [String]
attr_accessor :state_reason
Expand Down Expand Up @@ -2604,7 +2608,8 @@ class VolumeBackup
attr_accessor :state

# Output only. A human readable message explaining why the VolumeBackup is in
# its current state.
# its current state. This field is only meant for human consumption and should
# not be used programmatically as this field is not guaranteed to be consistent.
# Corresponds to the JSON property `stateMessage`
# @return [String]
attr_accessor :state_message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module GkebackupV1
# Version of the google-apis-gkebackup_v1 gem
GEM_VERSION = "0.38.0"
GEM_VERSION = "0.39.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"
GENERATOR_VERSION = "0.16.0"

# Revision of the discovery document this client was generated from
REVISION = "20241203"
REVISION = "20250101"
end
end
end

0 comments on commit 10768d8

Please sign in to comment.