google-apis-gkebackup_v1 0.39.0 → 0.40.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 356b6b3a17a8314defcf98df5280a5d1d961d4f5faa8046197eed8a93191e1c3
|
4
|
+
data.tar.gz: 4f56a36e01a3c7c22ed576d60ed0ef5bbdbab630486a2a142dfe9a5a1f88755a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fe661906c1ea1e0dff94cb4d733743042a381289cf721ac33fe4e3d9a3879d7078a6a7bf8b9275c5a80c96abeb5c448604dccb0cb5687d11cc1a2ccb5a3a55b6
|
7
|
+
data.tar.gz: 75394ba8290bd8a254da5cdcd3bea9a78f193fbd00cd0bb5614b0a4f70fd09482a7f5fbcbe84f085d237e3a726099f480295fb69923ed4a53902f15692b885c1
|
data/CHANGELOG.md
CHANGED
@@ -434,6 +434,14 @@ module Google
|
|
434
434
|
# @return [Hash<String,String>]
|
435
435
|
attr_accessor :labels
|
436
436
|
|
437
|
+
# Output only. Completion time of the last successful Backup. This is sourced
|
438
|
+
# from a successful Backup's complete_time field. This field is added to
|
439
|
+
# maintain consistency with BackupPlanBinding to display last successful backup
|
440
|
+
# time.
|
441
|
+
# Corresponds to the JSON property `lastSuccessfulBackupTime`
|
442
|
+
# @return [String]
|
443
|
+
attr_accessor :last_successful_backup_time
|
444
|
+
|
437
445
|
# Output only. The full name of the BackupPlan resource. Format: `projects/*/
|
438
446
|
# locations/*/backupPlans/*`
|
439
447
|
# Corresponds to the JSON property `name`
|
@@ -502,6 +510,7 @@ module Google
|
|
502
510
|
@description = args[:description] if args.key?(:description)
|
503
511
|
@etag = args[:etag] if args.key?(:etag)
|
504
512
|
@labels = args[:labels] if args.key?(:labels)
|
513
|
+
@last_successful_backup_time = args[:last_successful_backup_time] if args.key?(:last_successful_backup_time)
|
505
514
|
@name = args[:name] if args.key?(:name)
|
506
515
|
@protected_pod_count = args[:protected_pod_count] if args.key?(:protected_pod_count)
|
507
516
|
@retention_policy = args[:retention_policy] if args.key?(:retention_policy)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkebackupV1
|
18
18
|
# Version of the google-apis-gkebackup_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.40.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250226"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -436,6 +436,7 @@ module Google
|
|
436
436
|
property :description, as: 'description'
|
437
437
|
property :etag, as: 'etag'
|
438
438
|
hash :labels, as: 'labels'
|
439
|
+
property :last_successful_backup_time, as: 'lastSuccessfulBackupTime'
|
439
440
|
property :name, as: 'name'
|
440
441
|
property :protected_pod_count, as: 'protectedPodCount'
|
441
442
|
property :retention_policy, as: 'retentionPolicy', class: Google::Apis::GkebackupV1::RetentionPolicy, decorator: Google::Apis::GkebackupV1::RetentionPolicy::Representation
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkebackup_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.40.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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-gkebackup_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.40.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkebackup_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Backup for GKE API V1
|
79
79
|
test_files: []
|