google-apis-redis_v1 0.32.0 → 0.34.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: 9950fc3ae4e871462501ffc5eca5be3c537bcca28523e85223e8097d935fe282
4
- data.tar.gz: 8caaa43f121497c316f527dfa09f8ec5eef2ac23e58e7a5e05f76c996469f7b6
3
+ metadata.gz: 915b0a9f8b3b17a4502d1723baa0e1bfd588c99cd8aaf3139a3720cd39334af6
4
+ data.tar.gz: 91be73965bdd6f711b2705a235768b62b4bcc720eff4e31687b2303b24215a95
5
5
  SHA512:
6
- metadata.gz: e5b1d4a5ab1fe3dcf1a5485a67d802d4e9f8262461df127a83ebd93d8b222cc7eccf29b8544cc04094cbaeb4673d8574d07f4e6d399635998451fe46cd53a4c5
7
- data.tar.gz: a352d6a6004bc1c926118dd022e0f9b4fabdcd7ecf2d8f539f69869560d5ae36a09eab41605c61076893e1ae32d91214e60d09c6d051f2ad128082b1d1d60a36
6
+ metadata.gz: ddea615c4aa986f1b2bf4a3316c0abb711d9eb1f36be0d3279ed03320ad669ee521ef993c28278a9357ac9b7a15a1b6dea0e139b033fb9cc893084b10ea79c2d
7
+ data.tar.gz: 962e145699013cebda934f0fea4e9119510fffa81a8c6cfbe728e419438e7bd8272a8f108d49048f94f67831b07666ff8acb276ab1d31b01d636f23811bf7250
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-redis_v1
2
2
 
3
+ ### v0.34.0 (2022-10-28)
4
+
5
+ * Regenerated from discovery document revision 20221007
6
+
7
+ ### v0.33.0 (2022-10-19)
8
+
9
+ * Regenerated using generator version 0.11.0
10
+
3
11
  ### v0.32.0 (2022-09-19)
4
12
 
5
13
  * Regenerated using generator version 0.9.0
@@ -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.32.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220518"
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.32.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-09-26 00:00:00.000000000 Z
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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
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.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.32.0
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: []