google-apis-gkebackup_v1 0.40.0 → 0.42.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: 616e9b934fa16b97efe2804bdc87442a404e50e9c237936555a631794bffd188
|
4
|
+
data.tar.gz: 4bd69fd7855104961915abf9d5a17cab0a2ad02eb94703d247a0057e711ff943
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9be65043e78054c17dfda533635314a801d65b55105ace56bab56a1d1064caf4dc8c8b0b459ef0ef9775932c1583f3b18d6feb9abdac38c2602ae7ee3e6e0637
|
7
|
+
data.tar.gz: cb97e8bef0f5f2c5b6cef4470d41002ba29ed4f8fcea9ad42f7f529b098f1db63251814b2f73b27f6b3305b3e4433366e48797b7ccd9918d110d6de0f10dc66f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkebackup_v1
|
2
2
|
|
3
|
+
### v0.42.0 (2025-03-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250317
|
6
|
+
|
7
|
+
### v0.41.0 (2025-03-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250305
|
10
|
+
|
3
11
|
### v0.40.0 (2025-03-09)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250226
|
@@ -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.42.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 = "20250317"
|
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'
|
@@ -85,6 +85,9 @@ module Google
|
|
85
85
|
# Lists information about the supported locations for this service.
|
86
86
|
# @param [String] name
|
87
87
|
# The resource that owns the locations collection, if applicable.
|
88
|
+
# @param [Array<String>, String] extra_location_types
|
89
|
+
# Optional. A list of extra location types that should be used as conditions for
|
90
|
+
# controlling the visibility of the locations.
|
88
91
|
# @param [String] filter
|
89
92
|
# A filter to narrow down results to a preferred subset. The filtering language
|
90
93
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -112,11 +115,12 @@ module Google
|
|
112
115
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
113
116
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
114
117
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
115
|
-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
118
|
+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
116
119
|
command = make_simple_command(:get, 'v1/{+name}/locations', options)
|
117
120
|
command.response_representation = Google::Apis::GkebackupV1::ListLocationsResponse::Representation
|
118
121
|
command.response_class = Google::Apis::GkebackupV1::ListLocationsResponse
|
119
122
|
command.params['name'] = name unless name.nil?
|
123
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
120
124
|
command.query['filter'] = filter unless filter.nil?
|
121
125
|
command.query['pageSize'] = page_size unless page_size.nil?
|
122
126
|
command.query['pageToken'] = page_token unless page_token.nil?
|
@@ -654,6 +658,9 @@ module Google
|
|
654
658
|
# call. Provide this to retrieve the subsequent page in a multi-page list of
|
655
659
|
# results. When paginating, all other parameters provided to `ListBackups` must
|
656
660
|
# match the call that provided the page token.
|
661
|
+
# @param [Boolean] return_partial_success
|
662
|
+
# Optional. If set to true, the response will return partial results when some
|
663
|
+
# regions are unreachable and the unreachable field will be populated.
|
657
664
|
# @param [String] fields
|
658
665
|
# Selector specifying which fields to include in a partial response.
|
659
666
|
# @param [String] quota_user
|
@@ -671,7 +678,7 @@ module Google
|
|
671
678
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
672
679
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
673
680
|
# @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)
|
681
|
+
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
682
|
command = make_simple_command(:get, 'v1/{+parent}/backups', options)
|
676
683
|
command.response_representation = Google::Apis::GkebackupV1::ListBackupsResponse::Representation
|
677
684
|
command.response_class = Google::Apis::GkebackupV1::ListBackupsResponse
|
@@ -680,6 +687,7 @@ module Google
|
|
680
687
|
command.query['orderBy'] = order_by unless order_by.nil?
|
681
688
|
command.query['pageSize'] = page_size unless page_size.nil?
|
682
689
|
command.query['pageToken'] = page_token unless page_token.nil?
|
690
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
683
691
|
command.query['fields'] = fields unless fields.nil?
|
684
692
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
685
693
|
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.42.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-04-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.42.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:
|