google-apis-redis_v1beta1 0.30.0 → 0.32.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: c38c6e8fcc5b0771dd485e0f6ee874f94cab18f18d2a703eae645ac4b1495e92
|
4
|
+
data.tar.gz: ddb0ae0f11d32cbf877a87d70a388f9160e7362a16b7043513f93133184f7fd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7749ba8e1d098e11cfc69aebbac1e54930168ab70c3408cc2793949f472c6fdebdf265434319263cfc1a06096c7563c685b5b0f9c254facfcaa1dd7429131c01
|
7
|
+
data.tar.gz: cf6d6f8280eafcca5afddef0d0f97dd7e0e3387b65ca526026b845dec1b5fd2902d8143864a6a72f809df4404864c332a144f4e7735dffdba852964bf53f1a2a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Release history for google-apis-redis_v1beta1
|
2
2
|
|
3
|
+
### v0.32.0 (2023-02-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230103
|
6
|
+
* Regenerated using generator version 0.12.0
|
7
|
+
|
8
|
+
### v0.31.0 (2022-11-01)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20221007
|
11
|
+
* Regenerated using generator version 0.11.0
|
12
|
+
|
3
13
|
### v0.30.0 (2022-09-20)
|
4
14
|
|
5
15
|
* Regenerated using generator version 0.10.0
|
@@ -925,6 +925,32 @@ module Google
|
|
925
925
|
end
|
926
926
|
end
|
927
927
|
|
928
|
+
# Operation metadata returned by the CLH during resource state reconciliation.
|
929
|
+
class ReconciliationOperationMetadata
|
930
|
+
include Google::Apis::Core::Hashable
|
931
|
+
|
932
|
+
# DEPRECATED. Use exclusive_action instead.
|
933
|
+
# Corresponds to the JSON property `deleteResource`
|
934
|
+
# @return [Boolean]
|
935
|
+
attr_accessor :delete_resource
|
936
|
+
alias_method :delete_resource?, :delete_resource
|
937
|
+
|
938
|
+
# Excluisive action returned by the CLH.
|
939
|
+
# Corresponds to the JSON property `exclusiveAction`
|
940
|
+
# @return [String]
|
941
|
+
attr_accessor :exclusive_action
|
942
|
+
|
943
|
+
def initialize(**args)
|
944
|
+
update!(**args)
|
945
|
+
end
|
946
|
+
|
947
|
+
# Update properties of this object
|
948
|
+
def update!(**args)
|
949
|
+
@delete_resource = args[:delete_resource] if args.key?(:delete_resource)
|
950
|
+
@exclusive_action = args[:exclusive_action] if args.key?(:exclusive_action)
|
951
|
+
end
|
952
|
+
end
|
953
|
+
|
928
954
|
# Request for RescheduleMaintenance.
|
929
955
|
class RescheduleMaintenanceRequest
|
930
956
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RedisV1beta1
|
18
18
|
# Version of the google-apis-redis_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230103"
|
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
|
|
@@ -419,6 +425,14 @@ module Google
|
|
419
425
|
end
|
420
426
|
end
|
421
427
|
|
428
|
+
class ReconciliationOperationMetadata
|
429
|
+
# @private
|
430
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
431
|
+
property :delete_resource, as: 'deleteResource'
|
432
|
+
property :exclusive_action, as: 'exclusiveAction'
|
433
|
+
end
|
434
|
+
end
|
435
|
+
|
422
436
|
class RescheduleMaintenanceRequest
|
423
437
|
# @private
|
424
438
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-redis_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.32.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:
|
11
|
+
date: 2023-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.11.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.11.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -59,7 +59,7 @@ licenses:
|
|
59
59
|
metadata:
|
60
60
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
61
61
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.32.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '0'
|
78
78
|
requirements: []
|
79
|
-
rubygems_version: 3.
|
79
|
+
rubygems_version: 3.4.2
|
80
80
|
signing_key:
|
81
81
|
specification_version: 4
|
82
82
|
summary: Simple REST client for Google Cloud Memorystore for Redis API V1beta1
|