google-apis-redis_v1 0.33.0 → 0.34.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/redis_v1/classes.rb +26 -0
- data/lib/google/apis/redis_v1/gem_version.rb +2 -2
- data/lib/google/apis/redis_v1/representations.rb +14 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 915b0a9f8b3b17a4502d1723baa0e1bfd588c99cd8aaf3139a3720cd39334af6
|
4
|
+
data.tar.gz: 91be73965bdd6f711b2705a235768b62b4bcc720eff4e31687b2303b24215a95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddea615c4aa986f1b2bf4a3316c0abb711d9eb1f36be0d3279ed03320ad669ee521ef993c28278a9357ac9b7a15a1b6dea0e139b033fb9cc893084b10ea79c2d
|
7
|
+
data.tar.gz: 962e145699013cebda934f0fea4e9119510fffa81a8c6cfbe728e419438e7bd8272a8f108d49048f94f67831b07666ff8acb276ab1d31b01d636f23811bf7250
|
data/CHANGELOG.md
CHANGED
@@ -909,6 +909,32 @@ module Google
|
|
909
909
|
end
|
910
910
|
end
|
911
911
|
|
912
|
+
# Operation metadata returned by the CLH during resource state reconciliation.
|
913
|
+
class ReconciliationOperationMetadata
|
914
|
+
include Google::Apis::Core::Hashable
|
915
|
+
|
916
|
+
# DEPRECATED. Use exclusive_action instead.
|
917
|
+
# Corresponds to the JSON property `deleteResource`
|
918
|
+
# @return [Boolean]
|
919
|
+
attr_accessor :delete_resource
|
920
|
+
alias_method :delete_resource?, :delete_resource
|
921
|
+
|
922
|
+
# Excluisive action returned by the CLH.
|
923
|
+
# Corresponds to the JSON property `exclusiveAction`
|
924
|
+
# @return [String]
|
925
|
+
attr_accessor :exclusive_action
|
926
|
+
|
927
|
+
def initialize(**args)
|
928
|
+
update!(**args)
|
929
|
+
end
|
930
|
+
|
931
|
+
# Update properties of this object
|
932
|
+
def update!(**args)
|
933
|
+
@delete_resource = args[:delete_resource] if args.key?(:delete_resource)
|
934
|
+
@exclusive_action = args[:exclusive_action] if args.key?(:exclusive_action)
|
935
|
+
end
|
936
|
+
end
|
937
|
+
|
912
938
|
# Request for RescheduleMaintenance.
|
913
939
|
class RescheduleMaintenanceRequest
|
914
940
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RedisV1
|
18
18
|
# Version of the google-apis-redis_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221007"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -154,6 +154,12 @@ module Google
|
|
154
154
|
include Google::Apis::Core::JsonObjectSupport
|
155
155
|
end
|
156
156
|
|
157
|
+
class ReconciliationOperationMetadata
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
157
163
|
class RescheduleMaintenanceRequest
|
158
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
165
|
|
@@ -417,6 +423,14 @@ module Google
|
|
417
423
|
end
|
418
424
|
end
|
419
425
|
|
426
|
+
class ReconciliationOperationMetadata
|
427
|
+
# @private
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
429
|
+
property :delete_resource, as: 'deleteResource'
|
430
|
+
property :exclusive_action, as: 'exclusiveAction'
|
431
|
+
end
|
432
|
+
end
|
433
|
+
|
420
434
|
class RescheduleMaintenanceRequest
|
421
435
|
# @private
|
422
436
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-redis_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.34.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: 2022-10-
|
11
|
+
date: 2022-10-31 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-redis_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.34.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|