google-apis-gkebackup_v1 0.21.0 → 0.23.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b07010ff950aadc026e58dd8e46a2d62335a48856cb589a96ace7c54e841ff44
|
4
|
+
data.tar.gz: fced10c4a68988616e58fd6c89e85b64dc26fa9084b7b3d4d6e29603a5f3ea58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28b9f4e611674d705c0654b27e6d4bb81ab5a6caab45c1697818b14d79bb9750e679bb4c42c24136bb754558d5a57a75c934900f12cb1ac44b39f11236f0c316
|
7
|
+
data.tar.gz: cb0e2d57d775bd3af8d48aa4f36f29c85ba982dd0daaac897075716cc44b30bb8bb8ef66592628b2deb5d2d8bac157c1ff9757b032310790dcf744cdc7bee581
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkebackup_v1
|
2
2
|
|
3
|
+
### v0.23.0 (2023-10-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230925
|
6
|
+
|
7
|
+
### v0.22.0 (2023-08-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230809
|
10
|
+
|
3
11
|
### v0.21.0 (2023-08-13)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230802
|
@@ -1410,8 +1410,7 @@ module Google
|
|
1410
1410
|
# contained within one of the listed Kubernetes Namespace in the Backup. If this
|
1411
1411
|
# field is not provided, no namespace filtering will be performed (all resources
|
1412
1412
|
# in all Namespaces, including all cluster-scoped resources, will be candidates
|
1413
|
-
# for transformation).
|
1414
|
-
# same rule, use an empty string ("") as one of the target namespaces.
|
1413
|
+
# for transformation).
|
1415
1414
|
# Corresponds to the JSON property `namespaces`
|
1416
1415
|
# @return [Array<String>]
|
1417
1416
|
attr_accessor :namespaces
|
@@ -1789,8 +1788,9 @@ module Google
|
|
1789
1788
|
# field does NOT affect existing Backups under it. Backups created AFTER a
|
1790
1789
|
# successful update will automatically pick up the new value. NOTE:
|
1791
1790
|
# backup_retain_days must be >= backup_delete_lock_days. If cron_schedule is
|
1792
|
-
# defined, then this must be <= 360 * the creation interval.
|
1793
|
-
#
|
1791
|
+
# defined, then this must be <= 360 * the creation interval. If rpo_config is
|
1792
|
+
# defined, then this must be <= 360 * target_rpo_minutes / (1440minutes/day).
|
1793
|
+
# Default: 0 (no automatic deletion)
|
1794
1794
|
# Corresponds to the JSON property `backupRetainDays`
|
1795
1795
|
# @return [Fixnum]
|
1796
1796
|
attr_accessor :backup_retain_days
|
@@ -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.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230925"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -50,39 +50,6 @@ module Google
|
|
50
50
|
@batch_path = 'batch'
|
51
51
|
end
|
52
52
|
|
53
|
-
# Deletes a long-running operation. This method indicates that the client is no
|
54
|
-
# longer interested in the operation result. It does not cancel the operation.
|
55
|
-
# If the server doesn't support this method, it returns `google.rpc.Code.
|
56
|
-
# UNIMPLEMENTED`.
|
57
|
-
# @param [String] name
|
58
|
-
# The name of the operation resource to be deleted.
|
59
|
-
# @param [String] fields
|
60
|
-
# Selector specifying which fields to include in a partial response.
|
61
|
-
# @param [String] quota_user
|
62
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
63
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
64
|
-
# @param [Google::Apis::RequestOptions] options
|
65
|
-
# Request-specific options
|
66
|
-
#
|
67
|
-
# @yield [result, err] Result & error if block supplied
|
68
|
-
# @yieldparam result [Google::Apis::GkebackupV1::Empty] parsed result object
|
69
|
-
# @yieldparam err [StandardError] error object if request failed
|
70
|
-
#
|
71
|
-
# @return [Google::Apis::GkebackupV1::Empty]
|
72
|
-
#
|
73
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
74
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
75
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
76
|
-
def delete_project_location_operations(name, fields: nil, quota_user: nil, options: nil, &block)
|
77
|
-
command = make_simple_command(:delete, 'v1/{+name}/operations', options)
|
78
|
-
command.response_representation = Google::Apis::GkebackupV1::Empty::Representation
|
79
|
-
command.response_class = Google::Apis::GkebackupV1::Empty
|
80
|
-
command.params['name'] = name unless name.nil?
|
81
|
-
command.query['fields'] = fields unless fields.nil?
|
82
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
83
|
-
execute_or_queue_command(command, &block)
|
84
|
-
end
|
85
|
-
|
86
53
|
# Gets information about a location.
|
87
54
|
# @param [String] name
|
88
55
|
# Resource name for the location.
|
@@ -1046,6 +1013,39 @@ module Google
|
|
1046
1013
|
execute_or_queue_command(command, &block)
|
1047
1014
|
end
|
1048
1015
|
|
1016
|
+
# Deletes a long-running operation. This method indicates that the client is no
|
1017
|
+
# longer interested in the operation result. It does not cancel the operation.
|
1018
|
+
# If the server doesn't support this method, it returns `google.rpc.Code.
|
1019
|
+
# UNIMPLEMENTED`.
|
1020
|
+
# @param [String] name
|
1021
|
+
# The name of the operation resource to be deleted.
|
1022
|
+
# @param [String] fields
|
1023
|
+
# Selector specifying which fields to include in a partial response.
|
1024
|
+
# @param [String] quota_user
|
1025
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1026
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1027
|
+
# @param [Google::Apis::RequestOptions] options
|
1028
|
+
# Request-specific options
|
1029
|
+
#
|
1030
|
+
# @yield [result, err] Result & error if block supplied
|
1031
|
+
# @yieldparam result [Google::Apis::GkebackupV1::Empty] parsed result object
|
1032
|
+
# @yieldparam err [StandardError] error object if request failed
|
1033
|
+
#
|
1034
|
+
# @return [Google::Apis::GkebackupV1::Empty]
|
1035
|
+
#
|
1036
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1037
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1038
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1039
|
+
def delete_project_location_operation(name, fields: nil, quota_user: nil, options: nil, &block)
|
1040
|
+
command = make_simple_command(:delete, 'v1/{+name}', options)
|
1041
|
+
command.response_representation = Google::Apis::GkebackupV1::Empty::Representation
|
1042
|
+
command.response_class = Google::Apis::GkebackupV1::Empty
|
1043
|
+
command.params['name'] = name unless name.nil?
|
1044
|
+
command.query['fields'] = fields unless fields.nil?
|
1045
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1046
|
+
execute_or_queue_command(command, &block)
|
1047
|
+
end
|
1048
|
+
|
1049
1049
|
# Gets the latest state of a long-running operation. Clients can use this method
|
1050
1050
|
# to poll the operation result at intervals as recommended by the API service.
|
1051
1051
|
# @param [String] name
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.23.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-08
|
11
|
+
date: 2023-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkebackup_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.23.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkebackup_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Backup for GKE API V1
|