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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7b4d55a9570d7344c549b7d608ed7cc0fde3576f14ef79a80575132526480e7
4
- data.tar.gz: b333b0c1eb5be7bf999547d292f1327b523460efc60bb6a58790d643c99cdfff
3
+ metadata.gz: ba34c68923bb89868e89670f597335fb7b175d00a7696c78c3ac8181eed1612b
4
+ data.tar.gz: bd0474de2399424dce5fbe95db9f239453b7ebd0ecfa8af54d5eae8ff746f87e
5
5
  SHA512:
6
- metadata.gz: 779d6675819454a12c1738c9dc715c4f8eba0f98c2c3ff97236b9972948b9a211f25d6872369eb46c95dc2f16b08837adf0f72a3918ae005375c67d49aa7da48
7
- data.tar.gz: d9d09527d9850bc5ed1f77f383770452ef8d7f3b8b31335cc4bd9da14ec7b20313bacf7ef9f5032c20c8dcb4798928156bb66777bac77b72b47c03cd6e7325c3
6
+ metadata.gz: 7f7213f950e4fd86141b93ad667dae62c19eaa8ea9de6ea45717cfffed8cce350f7809c137f167f0f45a87c61c6f9531dc63ae38a087b8477fc506cad8ce6a81
7
+ data.tar.gz: 7948bb0cfa2d1753f25754d2401664bf6ff7a230780e84dfc8cf9a6a416cd668c63bbb87a77c0c9fca46b4eb7609a72dd3f46fe1d229a62c4081b6cbc9fc26aa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.9.0 (2021-06-24)
4
9
 
5
10
  * Unspecified changes
@@ -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
 
@@ -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.9.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.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210615"
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.9.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-06-28 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
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.3'
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.9.0
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: []