google-apis-redis_v1beta1 0.30.0 → 0.31.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: 26e90481f6a98d06cccc58158f62c801af211b5d7cfef50e5c283fcc2b7ebc68
4
- data.tar.gz: 69f0f85efa07f71050e04e4b246b20b6f1a6fa16d98fc81d18f297ea5aacfb01
3
+ metadata.gz: f38542ce69a8abe975ef18a0e16e352256b09e60b28d8e4df880bbe4f5ae5535
4
+ data.tar.gz: d8a554019db584f06c17f3b5d224025f41ba6cc73c79b0c4a252b5327b6ecf2f
5
5
  SHA512:
6
- metadata.gz: bc8de76b00155a030a858ec8c5d59448a0aeec569994ad73afaa08fab091c513b88baa2b3652b895d730bc18e6569b845f39096cd66c8e0d9e3af8be8a3b4ffa
7
- data.tar.gz: a0aa6bc42cb89df1e9cd130352948acb55d85c166bc5a3964ce111f9ea706cc8de5846f82eb2dba1aecad8ec41d06d2d3474cada20411e110b2461815da4d473
6
+ metadata.gz: beee22be597cf56033d91e234b5f1e8420b07d129793ca6f95eb4f1092de9d2e62f056228c3a3c4b3baab830c7efe1dd2272452856b616dce43b5d4081c09325
7
+ data.tar.gz: 111873c8e5c15abd60c990a5cadcc0d045da069bf8a37ae733ce3ed0f248c60ba1e7d7341f0fc9d73d2abaaac1ea5af6429d34f8ec73dc42ddfc72a46a50c936
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.31.0 (2022-11-01)
4
+
5
+ * Regenerated from discovery document revision 20221007
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.30.0 (2022-09-20)
4
9
 
5
10
  * 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.30.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.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
 
@@ -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.30.0
4
+ version: 0.31.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-11-07 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
@@ -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.30.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.31.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: []