google-apis-redis_v1 0.33.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: 4e63d997d8acd636124fc424facba62334e9475761ffac72a21266028ba5d6fa
4
- data.tar.gz: 82c46736d2b09647144535a557cfa36058bf8e706f54d2c02693dc11f7ceb547
3
+ metadata.gz: 915b0a9f8b3b17a4502d1723baa0e1bfd588c99cd8aaf3139a3720cd39334af6
4
+ data.tar.gz: 91be73965bdd6f711b2705a235768b62b4bcc720eff4e31687b2303b24215a95
5
5
  SHA512:
6
- metadata.gz: b2225aa523a9f69deff3093882784e5b96ce1ff570bdf3737987e3871b398f5d34be1fb08e9cc21896bdf237e7460b025ec519bd2f538da07bb65939273c4909
7
- data.tar.gz: 68f26972b031a588c09406aa7b926e952e79ee9c54eb49901761741afd2c0f23ec1a7ff654ec51e3a42bb25a1067c8097651c2471e84f642bc5e9e759f26c6bc
6
+ metadata.gz: ddea615c4aa986f1b2bf4a3316c0abb711d9eb1f36be0d3279ed03320ad669ee521ef993c28278a9357ac9b7a15a1b6dea0e139b033fb9cc893084b10ea79c2d
7
+ data.tar.gz: 962e145699013cebda934f0fea4e9119510fffa81a8c6cfbe728e419438e7bd8272a8f108d49048f94f67831b07666ff8acb276ab1d31b01d636f23811bf7250
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.33.0 (2022-10-19)
4
8
 
5
9
  * Regenerated using generator version 0.11.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.33.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 = "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.33.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-21 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
@@ -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.33.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: []