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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 227009e4bc91b692e5f09b9d9a3a67534e73465994410323fc2cc340eec040b4
|
|
4
|
+
data.tar.gz: 30724584e1fa7abe3d2a57eaa47d8fb7314cbb8d59c01ca1b093025b5405fd38
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43d3baef79596f8e9a7f895455b57e5e7742136831a434fd2bffadc7fd1be669e5ec18508bf4c60cdc7a0540848a2f74281107dde6d9c2241cc76b114354f323
|
|
7
|
+
data.tar.gz: 84959299f0edc0a283dc75918bfc1764f79216588c997a35c45df83c40263bd77cee772560d6e676c3b20696d357dfd2fde148848be59e6fbdf3dd2f6c9a14b4
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
380
|
-
#
|
|
381
|
-
#
|
|
382
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|