google-apis-gkebackup_v1 0.22.0 → 0.24.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: 80652c8606e55d91c9802f22a30d65fe2d65912c1e272ca8baeab2bd876eacca
|
4
|
+
data.tar.gz: f8523be1b02f1b66337f30789bac6eba8cd72f1a380539490dd25d82094f24c6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 464b24611d224870546a17fc80dfd61404545babcba48b64c3717df64015bbb4f5a98b94ded2ef4d9bf875ea7949844bd3ba333bbc3d191fbb8251e8d435d845
|
7
|
+
data.tar.gz: 947c1581a62707ba4ff0d87c1e1b449d6d4769b5e707d820bc195546fc32e4285afd684f10ad0584b95202222b225e1904e32bb816107d9743a302743e95b56e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkebackup_v1
|
2
2
|
|
3
|
+
### v0.24.0 (2023-10-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231004
|
6
|
+
|
7
|
+
### v0.23.0 (2023-10-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230925
|
10
|
+
|
3
11
|
### v0.22.0 (2023-08-27)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230809
|
@@ -898,8 +898,8 @@ module Google
|
|
898
898
|
# @return [String]
|
899
899
|
attr_accessor :resource_group
|
900
900
|
|
901
|
-
# Optional. Kind of a Kubernetes resource,
|
902
|
-
# StorageClass", etc.
|
901
|
+
# Optional. Kind of a Kubernetes resource, must be in UpperCamelCase (PascalCase)
|
902
|
+
# and singular form. E.g. "CustomResourceDefinition", "StorageClass", etc.
|
903
903
|
# Corresponds to the JSON property `resourceKind`
|
904
904
|
# @return [String]
|
905
905
|
attr_accessor :resource_kind
|
@@ -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
|
@@ -1429,7 +1428,7 @@ module Google
|
|
1429
1428
|
end
|
1430
1429
|
|
1431
1430
|
# Represents both a request to Restore some portion of a Backup into a target
|
1432
|
-
# GKE cluster and a record of the restore operation itself. Next id:
|
1431
|
+
# GKE cluster and a record of the restore operation itself. Next id: 19
|
1433
1432
|
class Restore
|
1434
1433
|
include Google::Apis::Core::Hashable
|
1435
1434
|
|
@@ -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.24.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 = "20231004"
|
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.24.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-
|
11
|
+
date: 2023-10-15 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.24.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: []
|