google-apis-memcache_v1beta2 0.40.0 → 0.41.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: 8b7726329dedba97cc42cde7805a832912960eaeaac66d22ec0600dad3f082d7
|
|
4
|
+
data.tar.gz: b3202d7d880272f3231a894442e6159f90714536bab8c2c76d1182710b874f80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2116189c7393b18d175f81d7a49d8a14f58a66227acee437ef5a684b6b0f9fa2559f06296355038cc6104966e9d8b51a32126445f9b9c1b5beb5709f3822bfc8
|
|
7
|
+
data.tar.gz: 8e9bc3187f73c48c76834814132abdcac3fe004d26a8588eb56315c4eef81dd0e2982c46472eb768db263b6e063747d15e3276d65b112221e08c5c8c0c336edc
|
data/CHANGELOG.md
CHANGED
|
@@ -912,6 +912,18 @@ module Google
|
|
|
912
912
|
# @return [Array<String>]
|
|
913
913
|
attr_accessor :reserved_ip_range_id
|
|
914
914
|
|
|
915
|
+
# Optional. Output only. Reserved for future use.
|
|
916
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
|
917
|
+
# @return [Boolean]
|
|
918
|
+
attr_accessor :satisfies_pzi
|
|
919
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
|
920
|
+
|
|
921
|
+
# Optional. Output only. Reserved for future use.
|
|
922
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
|
923
|
+
# @return [Boolean]
|
|
924
|
+
attr_accessor :satisfies_pzs
|
|
925
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
|
926
|
+
|
|
915
927
|
# Output only. The state of this Memcached instance.
|
|
916
928
|
# Corresponds to the JSON property `state`
|
|
917
929
|
# @return [String]
|
|
@@ -957,6 +969,8 @@ module Google
|
|
|
957
969
|
@node_count = args[:node_count] if args.key?(:node_count)
|
|
958
970
|
@parameters = args[:parameters] if args.key?(:parameters)
|
|
959
971
|
@reserved_ip_range_id = args[:reserved_ip_range_id] if args.key?(:reserved_ip_range_id)
|
|
972
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
|
973
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
960
974
|
@state = args[:state] if args.key?(:state)
|
|
961
975
|
@update_available = args[:update_available] if args.key?(:update_available)
|
|
962
976
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
@@ -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.41.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240604"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -521,6 +521,8 @@ module Google
|
|
|
521
521
|
property :parameters, as: 'parameters', class: Google::Apis::MemcacheV1beta2::MemcacheParameters, decorator: Google::Apis::MemcacheV1beta2::MemcacheParameters::Representation
|
|
522
522
|
|
|
523
523
|
collection :reserved_ip_range_id, as: 'reservedIpRangeId'
|
|
524
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
525
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
524
526
|
property :state, as: 'state'
|
|
525
527
|
property :update_available, as: 'updateAvailable'
|
|
526
528
|
property :update_time, as: 'updateTime'
|
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.41.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-
|
|
11
|
+
date: 2024-06-16 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.41.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: []
|