google-apis-redis_v1beta1 0.40.0 → 0.42.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: 271b0701edbf799c0a34db8c9b08bacbb9f848b587c8325d7adf44292a17bc55
4
- data.tar.gz: 4d8740c164ccd3a1b48c0148a1380e0cf8f25ffe3297df8c14e4b05ebc10e821
3
+ metadata.gz: 7e46ac8927448934bb660101c4ce085336fb612b6ec691ba1bee387e1d6e9121
4
+ data.tar.gz: 94a8d66fa3439e8e3732505c6d5b411844bc140079a9e9e48c282b579a5b5fef
5
5
  SHA512:
6
- metadata.gz: 042ede79e73d28fbaa3b80289a93e88872f492033e1d8912b374997eec40f63e93a18a60beed12a6f94c2118dc325ea706fbd7aaa826f7bbe1d556b8f59928ac
7
- data.tar.gz: fe6eb274d2fd769fb45691f52f7c1a328efc3c72c654ef1df6ec79a9f1750a019b5d02d9ffa43eee67b916426b068680f34527f200d106406902a6ece646151f
6
+ metadata.gz: 88fad8f322aaed1872270b5098bbed27817e2edf41c99fdf7134b96328c8cf28d1214c0657c8349c51c8517e3c716912424b0f886ade575978f914be617aad79
7
+ data.tar.gz: c4a17634e0ea123890ee48b6b6451482e79c884568437de72aaed21db80d76111b886ca8f3afb1baed606489441f8a6521696190ab7b9d5291789a6a4d28521a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.42.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240118
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.41.0 (2024-01-23)
9
+
10
+ * Regenerated from discovery document revision 20240111
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.40.0 (2023-12-03)
4
14
 
5
15
  * Regenerated from discovery document revision 20231129
@@ -601,7 +601,7 @@ module Google
601
601
  # version will be used. Currently, the supported values are: * `REDIS_3_2` for
602
602
  # Redis 3.2 compatibility * `REDIS_4_0` for Redis 4.0 compatibility (default) * `
603
603
  # REDIS_5_0` for Redis 5.0 compatibility * `REDIS_6_X` for Redis 6.x
604
- # compatibility
604
+ # compatibility * `REDIS_7_0` for Redis 7.0 compatibility
605
605
  # Corresponds to the JSON property `redisVersion`
606
606
  # @return [String]
607
607
  attr_accessor :redis_version
@@ -625,17 +625,13 @@ module Google
625
625
  # @return [String]
626
626
  attr_accessor :reserved_ip_range
627
627
 
628
- # Optional. Output only. Reserved for future use. Zone Isolation compliance
629
- # state of the instance. Field name and documentation is obfuscated according to
630
- # go/per-resource-zi-bit-semantics.
628
+ # Optional. Output only. Reserved for future use.
631
629
  # Corresponds to the JSON property `satisfiesPzi`
632
630
  # @return [Boolean]
633
631
  attr_accessor :satisfies_pzi
634
632
  alias_method :satisfies_pzi?, :satisfies_pzi
635
633
 
636
- # Optional. Output only. Reserved for future use. Zone Separation compliance
637
- # state of the instance. Field name and documentation is obfuscated according to
638
- # go/zs-resource-status.
634
+ # Optional. Output only. Reserved for future use.
639
635
  # Corresponds to the JSON property `satisfiesPzs`
640
636
  # @return [Boolean]
641
637
  attr_accessor :satisfies_pzs
@@ -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.40.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231129"
25
+ REVISION = "20240118"
26
26
  end
27
27
  end
28
28
  end
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://cloud.google.com/memorystore/docs/redis/
34
34
  class CloudRedisService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://redis.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://redis.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-redis_v1beta1',
48
50
  client_version: Google::Apis::RedisV1beta1::GEM_VERSION)
49
51
  @batch_path = 'batch'
@@ -262,7 +264,7 @@ module Google
262
264
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
263
265
  # @raise [Google::Apis::AuthorizationError] Authorization is required
264
266
  def get_project_location_cluster_certificate_authority(name, fields: nil, quota_user: nil, options: nil, &block)
265
- command = make_simple_command(:get, 'v1beta1/{+name}/certificateAuthority', options)
267
+ command = make_simple_command(:get, 'v1beta1/{+name}', options)
266
268
  command.response_representation = Google::Apis::RedisV1beta1::CertificateAuthority::Representation
267
269
  command.response_class = Google::Apis::RedisV1beta1::CertificateAuthority
268
270
  command.params['name'] = name unless name.nil?
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.40.0
4
+ version: 0.42.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: 2023-12-03 00:00:00.000000000 Z
11
+ date: 2024-01-28 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.11.0
19
+ version: 0.12.0
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.11.0
29
+ version: 0.12.0
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/main/generated/google-apis-redis_v1beta1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.40.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.42.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
64
64
  post_install_message:
65
65
  rdoc_options: []
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.4.19
79
+ rubygems_version: 3.5.3
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Simple REST client for Google Cloud Memorystore for Redis API V1beta1