google-apis-redis_v1beta1 0.9.0 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/redis_v1beta1/classes.rb +8 -8
- data/lib/google/apis/redis_v1beta1/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba34c68923bb89868e89670f597335fb7b175d00a7696c78c3ac8181eed1612b
|
4
|
+
data.tar.gz: bd0474de2399424dce5fbe95db9f239453b7ebd0ecfa8af54d5eae8ff746f87e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f7213f950e4fd86141b93ad667dae62c19eaa8ea9de6ea45717cfffed8cce350f7809c137f167f0f45a87c61c6f9531dc63ae38a087b8477fc506cad8ce6a81
|
7
|
+
data.tar.gz: 7948bb0cfa2d1753f25754d2401664bf6ff7a230780e84dfc8cf9a6a416cd668c63bbb87a77c0c9fca46b4eb7609a72dd3f46fe1d229a62c4081b6cbc9fc26aa
|
data/CHANGELOG.md
CHANGED
@@ -121,12 +121,12 @@ module Google
|
|
121
121
|
class GoogleCloudCommonOperationMetadata
|
122
122
|
include Google::Apis::Core::Hashable
|
123
123
|
|
124
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
|
@@ -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.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210624"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.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-
|
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
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
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.4'
|
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/master/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.10.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-redis_v1beta1
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|