google-apis-redis_v1beta1 0.41.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: d43fc94216f27f22c11735264d8f38fb354d820f80b039bae1054354bcfcde3a
4
- data.tar.gz: ff7d2924519aefd7eb309923ae12a6c383c5238171a59d319b1c1e9dfb811073
3
+ metadata.gz: 7e46ac8927448934bb660101c4ce085336fb612b6ec691ba1bee387e1d6e9121
4
+ data.tar.gz: 94a8d66fa3439e8e3732505c6d5b411844bc140079a9e9e48c282b579a5b5fef
5
5
  SHA512:
6
- metadata.gz: bca24051765082fe3e943c433748ed328841ef718e69bdb69df5d7c18ae850a00407c2696fe96701af249875cc6e7507bea424ce8c8975b7276d8148a6dc60b9
7
- data.tar.gz: d1559fb73d05507a070184cfc8846faa73bef289c5ebd781943307d3a5352eaf359a8d4ee639c7b73661e312c95ac88739ec4e03b5d7554ffd9790a24309656a
6
+ metadata.gz: 88fad8f322aaed1872270b5098bbed27817e2edf41c99fdf7134b96328c8cf28d1214c0657c8349c51c8517e3c716912424b0f886ade575978f914be617aad79
7
+ data.tar.gz: c4a17634e0ea123890ee48b6b6451482e79c884568437de72aaed21db80d76111b886ca8f3afb1baed606489441f8a6521696190ab7b9d5291789a6a4d28521a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.41.0 (2024-01-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20240111
@@ -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.41.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.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240111"
25
+ REVISION = "20240118"
26
26
  end
27
27
  end
28
28
  end
@@ -264,7 +264,7 @@ module Google
264
264
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
265
265
  # @raise [Google::Apis::AuthorizationError] Authorization is required
266
266
  def get_project_location_cluster_certificate_authority(name, fields: nil, quota_user: nil, options: nil, &block)
267
- command = make_simple_command(:get, 'v1beta1/{+name}/certificateAuthority', options)
267
+ command = make_simple_command(:get, 'v1beta1/{+name}', options)
268
268
  command.response_representation = Google::Apis::RedisV1beta1::CertificateAuthority::Representation
269
269
  command.response_class = Google::Apis::RedisV1beta1::CertificateAuthority
270
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.41.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: 2024-01-23 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
@@ -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.41.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: []