google-apis-redis_v1 0.4.0 → 0.5.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: 59abc09d5375aee2770345100cf259159274a42dcc79aa50ed1bba8ad0fda525
4
- data.tar.gz: c50033e71b717516917665db2dfd8790fb149afd1effd5d7c5ba7cff4608de67
3
+ metadata.gz: a0ce4028bc941c36b2673b33215d5fba176bebd4babeca17de4c159ca716fd9c
4
+ data.tar.gz: 58849e84bfc20f117b71f0001c50f691fb96fc09f223ad09eaf22a82790bf9f4
5
5
  SHA512:
6
- metadata.gz: 6aa97daec096203039a0dd3fccd3e64057fa18c5bd79ea9e2cbbd271666ab3d858d3d9c99571f8f0af65b86ad434a5ea2cbb7cca04e9c11dc3b2c1336dffc3ab
7
- data.tar.gz: 94df0f52ba66f9a95ccc7994abdf46cb55455e8dc1a7aed0de2ad2390476079a5609c252e4854ec6ee6cb840bf572902fe1fab44cd4e8b82ff1bdf92f7e1e844
6
+ metadata.gz: f8f96d15067ff6729a32786f32a471c374a6429c58c166fa4be150dc1876e5948f715d689031b6dc26af2440b4636047a280b298ce7d1dc38f1a74807e477031
7
+ data.tar.gz: e5224a9010ad0ee30ee25f4f737c7516101915ae12cbc7b9ee9c440fb85b2d89c527913c4b00e88cba32d24185e48a1c7ff57f1a4fbca13fe775c712c9967d90
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1
2
2
 
3
+ ### v0.5.0 (2021-03-17)
4
+
5
+ * Regenerated from discovery document revision 20210311
6
+
3
7
  ### v0.4.0 (2021-03-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20210308
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RedisV1
18
18
  # Version of the google-apis-redis_v1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210308"
25
+ REVISION = "20210311"
26
26
  end
27
27
  end
28
28
  end
@@ -83,11 +83,15 @@ module Google
83
83
  # @param [String] name
84
84
  # The resource that owns the locations collection, if applicable.
85
85
  # @param [String] filter
86
- # The standard list filter.
86
+ # A filter to narrow down results to a preferred subset. The filtering language
87
+ # accepts strings like "displayName=tokyo", and is documented in more detail in [
88
+ # AIP-160](https://google.aip.dev/160).
87
89
  # @param [Fixnum] page_size
88
- # The standard list page size.
90
+ # The maximum number of results to return. If not set, the service will select a
91
+ # default.
89
92
  # @param [String] page_token
90
- # The standard list page token.
93
+ # A page token received from the `next_page_token` field in the response. Send
94
+ # that page token to receive the subsequent page.
91
95
  # @param [String] fields
92
96
  # Selector specifying which fields to include in a partial response.
93
97
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-redis_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.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-03-15 00:00:00.000000000 Z
11
+ date: 2021-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-redis_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-redis_v1
57
57
  post_install_message:
58
58
  rdoc_options: []