google-apis-redis_v1beta1 0.8.0 → 0.12.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 +17 -0
- data/lib/google/apis/redis_v1beta1/classes.rb +13 -13
- data/lib/google/apis/redis_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/redis_v1beta1.rb +1 -1
- metadata +13 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3faefdbc9bdd7150296ffb87b54dbdc2a8d7dd101d356f02d8d3189eeb1d4198
|
4
|
+
data.tar.gz: b1df596a41ae03a6a8a923e4a948fb39b2c7dba81d7ca837a4a997b9b20db62e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c56a00be26f0685285cc515de725886a169a9fd39fa582fc4c0bbf0f1936a1ba4a7bbcc7a8d14fc33afebc627689593916afcc45ade03b90e5fe8f093787927
|
7
|
+
data.tar.gz: a737be2b1482f81b281aca0c213be5742cc4d1f894b625e1da87a28dd32ecadb232eddd6a637b7fd7738fee827f63851fa4cc0961bbc05b4f28372bb1e8ceb0a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-redis_v1beta1
|
2
2
|
|
3
|
+
### v0.12.0 (2021-09-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210909
|
6
|
+
|
7
|
+
### v0.11.0 (2021-08-18)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210813
|
10
|
+
|
11
|
+
### v0.10.0 (2021-07-01)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210624
|
14
|
+
* Regenerated using generator version 0.4.0
|
15
|
+
|
16
|
+
### v0.9.0 (2021-06-24)
|
17
|
+
|
18
|
+
* Unspecified changes
|
19
|
+
|
3
20
|
### v0.8.0 (2021-06-17)
|
4
21
|
|
5
22
|
* Regenerated from discovery document revision 20210615
|
@@ -121,13 +121,13 @@ 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
|
-
#
|
130
|
-
# operation. Operations that have
|
129
|
+
# Output only. Identifies whether the user has requested cancellation of the
|
130
|
+
# operation. Operations that have been cancelled successfully have Operation.
|
131
131
|
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
|
132
132
|
# CANCELLED`.
|
133
133
|
# Corresponds to the JSON property `cancelRequested`
|
@@ -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 = 37
|
256
256
|
class Instance
|
257
257
|
include Google::Apis::Core::Hashable
|
258
258
|
|
@@ -314,10 +314,10 @@ module Google
|
|
314
314
|
attr_accessor :labels
|
315
315
|
|
316
316
|
# Optional. The zone where the instance will be provisioned. If not provided,
|
317
|
-
# the service will choose a zone for the instance. For
|
318
|
-
# instances will be created across two zones for protection
|
319
|
-
# failures. If alternative_location_id is also provided, it must
|
320
|
-
# from location_id.
|
317
|
+
# the service will choose a zone from the specified region for the instance. For
|
318
|
+
# standard tier, instances will be created across two zones for protection
|
319
|
+
# against zonal failures. If [alternative_location_id] is also provided, it must
|
320
|
+
# be different from [location_id].
|
321
321
|
# Corresponds to the JSON property `locationId`
|
322
322
|
# @return [String]
|
323
323
|
attr_accessor :location_id
|
@@ -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.12.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 = "20210909"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1beta1'
|
31
31
|
|
32
|
-
# See, edit, configure, and delete your Google Cloud
|
32
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
34
|
end
|
35
35
|
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.
|
4
|
+
version: 0.12.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-09-20 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.
|
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:
|
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.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.12.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: []
|