google-apis-memcache_v1 0.28.0 → 0.29.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: 40cefd097d89012121148b55ab9e3849ab5e9f85a86b8eb64e1a4faac9b9699d
4
- data.tar.gz: 288663fd2d8f5f5d70085e905c8ae3da40c3abaee51b915a93925a7e1bc5b91a
3
+ metadata.gz: 254c4e1df1bd9612beb01cd061655d4328cb39f5510057259f89256b5a91dab9
4
+ data.tar.gz: ac052bcbfbdcbf45dda13116226768479ae51d42ec4bc290fdd3a8317c95d816
5
5
  SHA512:
6
- metadata.gz: f0543fff8fa4c341d61727a46a86da6e9ba7c4d36a01de71a1e377aed916732510b1584bb7fc247c60de1898b488a89db6b73286c9403cad21d83dd54bdbce78
7
- data.tar.gz: ef5c0a865f7c606714b727034ae395fe503135f8d59987d63e30b93e23e8977106acccd32f4d67dccf719c7abf64e3717c823f86bd5de589b56dd42ad9ac39d2
6
+ metadata.gz: 514d6e4524c92def97352d1ee07d59b6bc0bacaf65cab2aac6926f9c1478a5337804a24271a84d9e09c1c2784c02085c2bf5d73d979ebda7bb60569db5e4b9de
7
+ data.tar.gz: e82be341a2e6fd767b29257b96588edd8109392a723cf257bb337b29bdf432ae4c2c69167e789b9c7fa6eb5ed1617755058173f4ae34e6d3bcadfabc72dca3aa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-memcache_v1
2
2
 
3
+ ### v0.29.0 (2023-02-12)
4
+
5
+ * Regenerated from discovery document revision 20230202
6
+
3
7
  ### v0.28.0 (2023-01-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20230111
@@ -347,10 +347,11 @@ module Google
347
347
  class GoogleCloudSaasacceleratorManagementProvidersV1Instance
348
348
  include Google::Apis::Core::Hashable
349
349
 
350
- # consumer_defined_name is the name that is set by the consumer. On the other
351
- # hand Name field represents system-assigned id of an instance so consumers are
352
- # not necessarily aware of it. consumer_defined_name is used for notification/UI
353
- # purposes for consumer to recognize their instances.
350
+ # consumer_defined_name is the name of the instance set by the service consumers.
351
+ # Generally this is different from the `name` field which reperesents the
352
+ # system-assigned id of the instance which the service consumers do not
353
+ # recognize. This is a required field for tenants onboarding to Maintenance
354
+ # Window notifications (go/slm-rollout-maintenance-policies#prerequisites).
354
355
  # Corresponds to the JSON property `consumerDefinedName`
355
356
  # @return [String]
356
357
  attr_accessor :consumer_defined_name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MemcacheV1
18
18
  # Version of the google-apis-memcache_v1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230111"
25
+ REVISION = "20230202"
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-memcache_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.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-01-29 00:00:00.000000000 Z
11
+ date: 2023-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-memcache_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-memcache_v1
63
63
  post_install_message:
64
64
  rdoc_options: []