google-apis-memcache_v1beta2 0.28.0 → 0.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a21258a01d8f008ddbaaaee28f8060cbd5037e7f3d43d8d586d3265d03575541
4
- data.tar.gz: 39fe7631d8466fe13619cebfb87aaab5dbb3ed251b69027c704c1667aff10605
3
+ metadata.gz: 227009e4bc91b692e5f09b9d9a3a67534e73465994410323fc2cc340eec040b4
4
+ data.tar.gz: 30724584e1fa7abe3d2a57eaa47d8fb7314cbb8d59c01ca1b093025b5405fd38
5
5
  SHA512:
6
- metadata.gz: b25d9d316befa277ad0284efecae9b19ce51401a2c9ea87ff44cac3352dbe64275f00d0ba86441b3e573e28f878c22070e22c5a3b7584e09a531cdbde0fa51b8
7
- data.tar.gz: '039546f1263c3ecfa6d95afe4a5d93766e2436ebf22a8e29ff547660140bc315503bdffd3df379055944899286ddeb0d8011d1968c1767ff6e4934bf0f73cea6'
6
+ metadata.gz: 43d3baef79596f8e9a7f895455b57e5e7742136831a434fd2bffadc7fd1be669e5ec18508bf4c60cdc7a0540848a2f74281107dde6d9c2241cc76b114354f323
7
+ data.tar.gz: 84959299f0edc0a283dc75918bfc1764f79216588c997a35c45df83c40263bd77cee772560d6e676c3b20696d357dfd2fde148848be59e6fbdf3dd2f6c9a14b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-memcache_v1beta2
2
2
 
3
+ ### v0.29.0 (2023-02-05)
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
@@ -376,10 +376,11 @@ module Google
376
376
  class GoogleCloudSaasacceleratorManagementProvidersV1Instance
377
377
  include Google::Apis::Core::Hashable
378
378
 
379
- # consumer_defined_name is the name that is set by the consumer. On the other
380
- # hand Name field represents system-assigned id of an instance so consumers are
381
- # not necessarily aware of it. consumer_defined_name is used for notification/UI
382
- # purposes for consumer to recognize their instances.
379
+ # consumer_defined_name is the name of the instance set by the service consumers.
380
+ # Generally this is different from the `name` field which reperesents the
381
+ # system-assigned id of the instance which the service consumers do not
382
+ # recognize. This is a required field for tenants onboarding to Maintenance
383
+ # Window notifications (go/slm-rollout-maintenance-policies#prerequisites).
383
384
  # Corresponds to the JSON property `consumerDefinedName`
384
385
  # @return [String]
385
386
  attr_accessor :consumer_defined_name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MemcacheV1beta2
18
18
  # Version of the google-apis-memcache_v1beta2 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_v1beta2
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-05 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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-memcache_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []