google-apis-redis_v1beta1 0.5.0 → 0.10.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: 4a79003109a415c09903d634e6618f2689eec060280b861c2c7bcbcb8b7a32ba
4
- data.tar.gz: e5541a3caa58f3732af857f84786da8f8e4d4bdf0c9df545544947710fd091a3
3
+ metadata.gz: ba34c68923bb89868e89670f597335fb7b175d00a7696c78c3ac8181eed1612b
4
+ data.tar.gz: bd0474de2399424dce5fbe95db9f239453b7ebd0ecfa8af54d5eae8ff746f87e
5
5
  SHA512:
6
- metadata.gz: 8a0583b182618ac0c795e166c3e0dd710b76e0f6eb12ead226b6fc0ace886b9e7da79dbb9b085ce12512e5659a5763b1b43250c27ae2f5c27a5474b73f764e8e
7
- data.tar.gz: c94f1eae18fa3ae31b0c2df0610adee57070264156a3c410291b67ba67a8ee5807d3d54f2571133110973ec0c438b362886ca5ad6c921964f3edd7e5a82773ee
6
+ metadata.gz: 7f7213f950e4fd86141b93ad667dae62c19eaa8ea9de6ea45717cfffed8cce350f7809c137f167f0f45a87c61c6f9531dc63ae38a087b8477fc506cad8ce6a81
7
+ data.tar.gz: 7948bb0cfa2d1753f25754d2401664bf6ff7a230780e84dfc8cf9a6a416cd668c63bbb87a77c0c9fca46b4eb7609a72dd3f46fe1d229a62c4081b6cbc9fc26aa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-07-01)
4
+
5
+ * Regenerated from discovery document revision 20210624
6
+ * Regenerated using generator version 0.4.0
7
+
8
+ ### v0.9.0 (2021-06-24)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.8.0 (2021-06-17)
13
+
14
+ * Regenerated from discovery document revision 20210615
15
+ * Regenerated using generator version 0.3.0
16
+
17
+ ### v0.7.0 (2021-05-28)
18
+
19
+ * Regenerated from discovery document revision 20210525
20
+
21
+ ### v0.6.0 (2021-05-19)
22
+
23
+ * Unspecified changes
24
+
3
25
  ### v0.5.0 (2021-05-14)
4
26
 
5
27
  * Regenerated from discovery document revision 20210511
@@ -121,12 +121,12 @@ module Google
121
121
  class GoogleCloudCommonOperationMetadata
122
122
  include Google::Apis::Core::Hashable
123
123
 
124
- # [Output only] API version used to start the operation.
124
+ # Output only. API version used to start the operation.
125
125
  # Corresponds to the JSON property `apiVersion`
126
126
  # @return [String]
127
127
  attr_accessor :api_version
128
128
 
129
- # [Output only] Identifies whether the user has requested cancellation of the
129
+ # Output only. Identifies whether the user has requested cancellation of the
130
130
  # operation. Operations that have successfully been cancelled have Operation.
131
131
  # error value with a google.rpc.Status.code of 1, corresponding to `Code.
132
132
  # CANCELLED`.
@@ -135,27 +135,27 @@ module Google
135
135
  attr_accessor :cancel_requested
136
136
  alias_method :cancel_requested?, :cancel_requested
137
137
 
138
- # [Output only] The time the operation was created.
138
+ # Output only. The time the operation was created.
139
139
  # Corresponds to the JSON property `createTime`
140
140
  # @return [String]
141
141
  attr_accessor :create_time
142
142
 
143
- # [Output only] The time the operation finished running.
143
+ # Output only. The time the operation finished running.
144
144
  # Corresponds to the JSON property `endTime`
145
145
  # @return [String]
146
146
  attr_accessor :end_time
147
147
 
148
- # [Output only] Human-readable status of the operation, if any.
148
+ # Output only. Human-readable status of the operation, if any.
149
149
  # Corresponds to the JSON property `statusDetail`
150
150
  # @return [String]
151
151
  attr_accessor :status_detail
152
152
 
153
- # [Output only] Server-defined resource path for the target of the operation.
153
+ # Output only. Server-defined resource path for the target of the operation.
154
154
  # Corresponds to the JSON property `target`
155
155
  # @return [String]
156
156
  attr_accessor :target
157
157
 
158
- # [Output only] Name of the verb executed by the operation.
158
+ # Output only. Name of the verb executed by the operation.
159
159
  # Corresponds to the JSON property `verb`
160
160
  # @return [String]
161
161
  attr_accessor :verb
@@ -252,7 +252,7 @@ module Google
252
252
  end
253
253
  end
254
254
 
255
- # A Google Cloud Redis instance.
255
+ # A Google Cloud Redis instance. next id = 30
256
256
  class Instance
257
257
  include Google::Apis::Core::Hashable
258
258
 
@@ -374,7 +374,8 @@ module Google
374
374
  # Optional. The version of Redis software. If not provided, latest supported
375
375
  # version will be used. Currently, the supported values are: * `REDIS_3_2` for
376
376
  # Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility (default) * `
377
- # REDIS_5_0` for Redis 5.0 compatibility
377
+ # REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x
378
+ # compatibility
378
379
  # Corresponds to the JSON property `redisVersion`
379
380
  # @return [String]
380
381
  attr_accessor :redis_version
@@ -956,7 +957,7 @@ module Google
956
957
  attr_accessor :day
957
958
 
958
959
  # Output only. Duration of the maintenance window. The current window is fixed
959
- # at 3 hours.
960
+ # at 1 hour.
960
961
  # Corresponds to the JSON property `duration`
961
962
  # @return [String]
962
963
  attr_accessor :duration
@@ -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.5.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210511"
25
+ REVISION = "20210624"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-redis_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.10.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: 2021-05-18 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Google Cloud Memorystore for Redis
28
34
  API V1beta1. Simple REST clients are Ruby client libraries that provide access to
29
35
  Google services via their HTTP REST API endpoints. These libraries are generated
@@ -53,7 +59,7 @@ licenses:
53
59
  metadata:
54
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
55
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-redis_v1beta1/CHANGELOG.md
56
- documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.5.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.10.0
57
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-redis_v1beta1
58
64
  post_install_message:
59
65
  rdoc_options: []