google-apis-redis_v1beta1 0.10.0 → 0.11.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8d03bafc7e1fe2e48be980e870f06b75e2ea9ed3b0be749ae52a2e619e8db16
|
4
|
+
data.tar.gz: 76251a26f20e79ea3423804b2f11fa2be9da1d01e3afd08d994a32d1d05520b3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70f8060478c2efeb34040fdf79bec1b2c27796e7af6974f2985d7345897a9cbd0c94fda5b04d72cce7132c670276997a49c469722e2afebc91f9b046a3dc9e3b
|
7
|
+
data.tar.gz: bb7007e01dc49c1879fb2e70c24018db5dcc61ea22a9a15480cc62515485d6f7f7d692d92df64e499ded8fed61dc3a0319215165e4c0c1fe298f37777f6c1ff8
|
data/CHANGELOG.md
CHANGED
@@ -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
|
@@ -127,7 +127,7 @@ module Google
|
|
127
127
|
attr_accessor :api_version
|
128
128
|
|
129
129
|
# Output only. Identifies whether the user has requested cancellation of the
|
130
|
-
# operation. Operations that have
|
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`
|
@@ -252,7 +252,7 @@ module Google
|
|
252
252
|
end
|
253
253
|
end
|
254
254
|
|
255
|
-
# A Google Cloud Redis instance. next id =
|
255
|
+
# A Google Cloud Redis instance. next id = 36
|
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.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210813"
|
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.11.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-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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.11.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: []
|