google-apis-memcache_v1 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: a3af83d667475966c5b04e8216d6dfcd2f6dfc0d43cb6992b4cd1d0d219e8c07
|
|
4
|
+
data.tar.gz: 86ebee4ff8e653bb12ddfe1184afbebac148e2cb70558b4763dee7b7a22ba35c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a5bffd1931f0166a3b4932fcd2c716009aa5b7d81e75f0f7b4ca5eb08e935984edf1f06ea7635b5ee8c3d404f790f326ad2ab19866c855e1cfbe7d04b0483cfe
|
|
7
|
+
data.tar.gz: 809dccb242c98728f9053048d863d86ab3eabd2da9cdffb4fabd7af049063146af2eda65cc12e4184155cdc80a746068d77834417bd544ee074e0760de4f84ee
|
data/CHANGELOG.md
CHANGED
|
@@ -883,6 +883,18 @@ module Google
|
|
|
883
883
|
# @return [Array<String>]
|
|
884
884
|
attr_accessor :reserved_ip_range_id
|
|
885
885
|
|
|
886
|
+
# Optional. Output only. Reserved for future use.
|
|
887
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
|
888
|
+
# @return [Boolean]
|
|
889
|
+
attr_accessor :satisfies_pzi
|
|
890
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
|
891
|
+
|
|
892
|
+
# Optional. Output only. Reserved for future use.
|
|
893
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
|
894
|
+
# @return [Boolean]
|
|
895
|
+
attr_accessor :satisfies_pzs
|
|
896
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
|
897
|
+
|
|
886
898
|
# Output only. The state of this Memcached instance.
|
|
887
899
|
# Corresponds to the JSON property `state`
|
|
888
900
|
# @return [String]
|
|
@@ -922,6 +934,8 @@ module Google
|
|
|
922
934
|
@node_count = args[:node_count] if args.key?(:node_count)
|
|
923
935
|
@parameters = args[:parameters] if args.key?(:parameters)
|
|
924
936
|
@reserved_ip_range_id = args[:reserved_ip_range_id] if args.key?(:reserved_ip_range_id)
|
|
937
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
|
938
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
925
939
|
@state = args[:state] if args.key?(:state)
|
|
926
940
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
927
941
|
@zones = args[:zones] if args.key?(:zones)
|
|
@@ -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.
|
|
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
|
|
@@ -507,6 +507,8 @@ module Google
|
|
|
507
507
|
property :parameters, as: 'parameters', class: Google::Apis::MemcacheV1::MemcacheParameters, decorator: Google::Apis::MemcacheV1::MemcacheParameters::Representation
|
|
508
508
|
|
|
509
509
|
collection :reserved_ip_range_id, as: 'reservedIpRangeId'
|
|
510
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
511
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
510
512
|
property :state, as: 'state'
|
|
511
513
|
property :update_time, as: 'updateTime'
|
|
512
514
|
collection :zones, as: 'zones'
|
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.
|
|
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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.41.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: []
|