google-apis-gkebackup_v1 0.40.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
@@ -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)
|
@@ -1236,6 +1250,11 @@ module Google
|
|
1236
1250
|
# @return [String]
|
1237
1251
|
attr_accessor :next_page_token
|
1238
1252
|
|
1253
|
+
# Locations that could not be reached.
|
1254
|
+
# Corresponds to the JSON property `unreachable`
|
1255
|
+
# @return [Array<String>]
|
1256
|
+
attr_accessor :unreachable
|
1257
|
+
|
1239
1258
|
def initialize(**args)
|
1240
1259
|
update!(**args)
|
1241
1260
|
end
|
@@ -1244,6 +1263,7 @@ module Google
|
|
1244
1263
|
def update!(**args)
|
1245
1264
|
@backups = args[:backups] if args.key?(:backups)
|
1246
1265
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1266
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
1247
1267
|
end
|
1248
1268
|
end
|
1249
1269
|
|
@@ -2606,6 +2626,18 @@ module Google
|
|
2606
2626
|
# @return [String]
|
2607
2627
|
attr_accessor :name
|
2608
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
|
+
|
2609
2641
|
# A reference to a namespaced resource in Kubernetes.
|
2610
2642
|
# Corresponds to the JSON property `sourcePvc`
|
2611
2643
|
# @return [Google::Apis::GkebackupV1::NamespacedName]
|
@@ -2661,6 +2693,8 @@ module Google
|
|
2661
2693
|
@etag = args[:etag] if args.key?(:etag)
|
2662
2694
|
@format = args[:format] if args.key?(:format)
|
2663
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)
|
2664
2698
|
@source_pvc = args[:source_pvc] if args.key?(:source_pvc)
|
2665
2699
|
@state = args[:state] if args.key?(:state)
|
2666
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
|
@@ -623,6 +625,7 @@ module Google
|
|
623
625
|
collection :backups, as: 'backups', class: Google::Apis::GkebackupV1::Backup, decorator: Google::Apis::GkebackupV1::Backup::Representation
|
624
626
|
|
625
627
|
property :next_page_token, as: 'nextPageToken'
|
628
|
+
collection :unreachable, as: 'unreachable'
|
626
629
|
end
|
627
630
|
end
|
628
631
|
|
@@ -939,6 +942,8 @@ module Google
|
|
939
942
|
property :etag, as: 'etag'
|
940
943
|
property :format, as: 'format'
|
941
944
|
property :name, as: 'name'
|
945
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
946
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
942
947
|
property :source_pvc, as: 'sourcePvc', class: Google::Apis::GkebackupV1::NamespacedName, decorator: Google::Apis::GkebackupV1::NamespacedName::Representation
|
943
948
|
|
944
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-03-
|
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:
|