google-apis-gkebackup_v1 0.39.0 → 0.41.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: a628584d34b97a79e42cb28d77f84ae1c4aa6fcfe3288e1ff29484b5fb658104
|
4
|
+
data.tar.gz: a116c10e6715fe2f5b6ea0c557bced556740354b7d09d8e1eb5da12fc0c361a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8a9e2a5f0de8aa4a4e037ba1c5dd8f193a9d8295d93f8ab5fc1516fa3a6739fd49e1a54e821fb587374974ad6aa3dc8a10171a74a644e2db1273e64340d4f70
|
7
|
+
data.tar.gz: aa8640c0f66734002537c9e9a20161ac0c2a8353332393ceb6971202691c435d97e62fde575e29c01d570e6f2db1971e911a39b578605af1a02c4294f3cf0168
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkebackup_v1
|
2
2
|
|
3
|
+
### v0.41.0 (2025-03-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250305
|
6
|
+
|
7
|
+
### v0.40.0 (2025-03-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250226
|
10
|
+
|
3
11
|
### v0.39.0 (2025-01-12)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250101
|
@@ -230,6 +230,18 @@ module Google
|
|
230
230
|
# @return [String]
|
231
231
|
attr_accessor :retain_expire_time
|
232
232
|
|
233
|
+
# Output only. [Output Only] Reserved for future use.
|
234
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
235
|
+
# @return [Boolean]
|
236
|
+
attr_accessor :satisfies_pzi
|
237
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
238
|
+
|
239
|
+
# Output only. [Output Only] Reserved for future use.
|
240
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
241
|
+
# @return [Boolean]
|
242
|
+
attr_accessor :satisfies_pzs
|
243
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
244
|
+
|
233
245
|
# A list of namespaced Kubernetes resources.
|
234
246
|
# Corresponds to the JSON property `selectedApplications`
|
235
247
|
# @return [Google::Apis::GkebackupV1::NamespacedNames]
|
@@ -300,6 +312,8 @@ module Google
|
|
300
312
|
@resource_count = args[:resource_count] if args.key?(:resource_count)
|
301
313
|
@retain_days = args[:retain_days] if args.key?(:retain_days)
|
302
314
|
@retain_expire_time = args[:retain_expire_time] if args.key?(:retain_expire_time)
|
315
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
316
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
303
317
|
@selected_applications = args[:selected_applications] if args.key?(:selected_applications)
|
304
318
|
@selected_namespaces = args[:selected_namespaces] if args.key?(:selected_namespaces)
|
305
319
|
@size_bytes = args[:size_bytes] if args.key?(:size_bytes)
|
@@ -434,6 +448,14 @@ module Google
|
|
434
448
|
# @return [Hash<String,String>]
|
435
449
|
attr_accessor :labels
|
436
450
|
|
451
|
+
# Output only. Completion time of the last successful Backup. This is sourced
|
452
|
+
# from a successful Backup's complete_time field. This field is added to
|
453
|
+
# maintain consistency with BackupPlanBinding to display last successful backup
|
454
|
+
# time.
|
455
|
+
# Corresponds to the JSON property `lastSuccessfulBackupTime`
|
456
|
+
# @return [String]
|
457
|
+
attr_accessor :last_successful_backup_time
|
458
|
+
|
437
459
|
# Output only. The full name of the BackupPlan resource. Format: `projects/*/
|
438
460
|
# locations/*/backupPlans/*`
|
439
461
|
# Corresponds to the JSON property `name`
|
@@ -502,6 +524,7 @@ module Google
|
|
502
524
|
@description = args[:description] if args.key?(:description)
|
503
525
|
@etag = args[:etag] if args.key?(:etag)
|
504
526
|
@labels = args[:labels] if args.key?(:labels)
|
527
|
+
@last_successful_backup_time = args[:last_successful_backup_time] if args.key?(:last_successful_backup_time)
|
505
528
|
@name = args[:name] if args.key?(:name)
|
506
529
|
@protected_pod_count = args[:protected_pod_count] if args.key?(:protected_pod_count)
|
507
530
|
@retention_policy = args[:retention_policy] if args.key?(:retention_policy)
|
@@ -1227,6 +1250,11 @@ module Google
|
|
1227
1250
|
# @return [String]
|
1228
1251
|
attr_accessor :next_page_token
|
1229
1252
|
|
1253
|
+
# Locations that could not be reached.
|
1254
|
+
# Corresponds to the JSON property `unreachable`
|
1255
|
+
# @return [Array<String>]
|
1256
|
+
attr_accessor :unreachable
|
1257
|
+
|
1230
1258
|
def initialize(**args)
|
1231
1259
|
update!(**args)
|
1232
1260
|
end
|
@@ -1235,6 +1263,7 @@ module Google
|
|
1235
1263
|
def update!(**args)
|
1236
1264
|
@backups = args[:backups] if args.key?(:backups)
|
1237
1265
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1266
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
1238
1267
|
end
|
1239
1268
|
end
|
1240
1269
|
|
@@ -2597,6 +2626,18 @@ module Google
|
|
2597
2626
|
# @return [String]
|
2598
2627
|
attr_accessor :name
|
2599
2628
|
|
2629
|
+
# Output only. [Output Only] Reserved for future use.
|
2630
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
2631
|
+
# @return [Boolean]
|
2632
|
+
attr_accessor :satisfies_pzi
|
2633
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
2634
|
+
|
2635
|
+
# Output only. [Output Only] Reserved for future use.
|
2636
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
2637
|
+
# @return [Boolean]
|
2638
|
+
attr_accessor :satisfies_pzs
|
2639
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
2640
|
+
|
2600
2641
|
# A reference to a namespaced resource in Kubernetes.
|
2601
2642
|
# Corresponds to the JSON property `sourcePvc`
|
2602
2643
|
# @return [Google::Apis::GkebackupV1::NamespacedName]
|
@@ -2652,6 +2693,8 @@ module Google
|
|
2652
2693
|
@etag = args[:etag] if args.key?(:etag)
|
2653
2694
|
@format = args[:format] if args.key?(:format)
|
2654
2695
|
@name = args[:name] if args.key?(:name)
|
2696
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
2697
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
2655
2698
|
@source_pvc = args[:source_pvc] if args.key?(:source_pvc)
|
2656
2699
|
@state = args[:state] if args.key?(:state)
|
2657
2700
|
@state_message = args[:state_message] if args.key?(:state_message)
|
@@ -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.41.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 = "20250305"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -394,6 +394,8 @@ module Google
|
|
394
394
|
property :resource_count, as: 'resourceCount'
|
395
395
|
property :retain_days, as: 'retainDays'
|
396
396
|
property :retain_expire_time, as: 'retainExpireTime'
|
397
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
398
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
397
399
|
property :selected_applications, as: 'selectedApplications', class: Google::Apis::GkebackupV1::NamespacedNames, decorator: Google::Apis::GkebackupV1::NamespacedNames::Representation
|
398
400
|
|
399
401
|
property :selected_namespaces, as: 'selectedNamespaces', class: Google::Apis::GkebackupV1::Namespaces, decorator: Google::Apis::GkebackupV1::Namespaces::Representation
|
@@ -436,6 +438,7 @@ module Google
|
|
436
438
|
property :description, as: 'description'
|
437
439
|
property :etag, as: 'etag'
|
438
440
|
hash :labels, as: 'labels'
|
441
|
+
property :last_successful_backup_time, as: 'lastSuccessfulBackupTime'
|
439
442
|
property :name, as: 'name'
|
440
443
|
property :protected_pod_count, as: 'protectedPodCount'
|
441
444
|
property :retention_policy, as: 'retentionPolicy', class: Google::Apis::GkebackupV1::RetentionPolicy, decorator: Google::Apis::GkebackupV1::RetentionPolicy::Representation
|
@@ -622,6 +625,7 @@ module Google
|
|
622
625
|
collection :backups, as: 'backups', class: Google::Apis::GkebackupV1::Backup, decorator: Google::Apis::GkebackupV1::Backup::Representation
|
623
626
|
|
624
627
|
property :next_page_token, as: 'nextPageToken'
|
628
|
+
collection :unreachable, as: 'unreachable'
|
625
629
|
end
|
626
630
|
end
|
627
631
|
|
@@ -938,6 +942,8 @@ module Google
|
|
938
942
|
property :etag, as: 'etag'
|
939
943
|
property :format, as: 'format'
|
940
944
|
property :name, as: 'name'
|
945
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
946
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
941
947
|
property :source_pvc, as: 'sourcePvc', class: Google::Apis::GkebackupV1::NamespacedName, decorator: Google::Apis::GkebackupV1::NamespacedName::Representation
|
942
948
|
|
943
949
|
property :state, as: 'state'
|
@@ -654,6 +654,9 @@ module Google
|
|
654
654
|
# call. Provide this to retrieve the subsequent page in a multi-page list of
|
655
655
|
# results. When paginating, all other parameters provided to `ListBackups` must
|
656
656
|
# match the call that provided the page token.
|
657
|
+
# @param [Boolean] return_partial_success
|
658
|
+
# Optional. If set to true, the response will return partial results when some
|
659
|
+
# regions are unreachable and the unreachable field will be populated.
|
657
660
|
# @param [String] fields
|
658
661
|
# Selector specifying which fields to include in a partial response.
|
659
662
|
# @param [String] quota_user
|
@@ -671,7 +674,7 @@ module Google
|
|
671
674
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
672
675
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
673
676
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
674
|
-
def list_project_location_backup_plan_backups(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
677
|
+
def list_project_location_backup_plan_backups(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
675
678
|
command = make_simple_command(:get, 'v1/{+parent}/backups', options)
|
676
679
|
command.response_representation = Google::Apis::GkebackupV1::ListBackupsResponse::Representation
|
677
680
|
command.response_class = Google::Apis::GkebackupV1::ListBackupsResponse
|
@@ -680,6 +683,7 @@ module Google
|
|
680
683
|
command.query['orderBy'] = order_by unless order_by.nil?
|
681
684
|
command.query['pageSize'] = page_size unless page_size.nil?
|
682
685
|
command.query['pageToken'] = page_token unless page_token.nil?
|
686
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
683
687
|
command.query['fields'] = fields unless fields.nil?
|
684
688
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
685
689
|
execute_or_queue_command(command, &block)
|
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.41.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-16 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.41.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: []
|