google-apis-memcache_v1 0.51.0 → 0.52.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: c5a069a237d6d33a9b595a81d545374952cc0179ac768aaf843e994453992662
|
|
4
|
+
data.tar.gz: c9be58e718293b4abbc1567e6fe114d40a9d5518d5f83a775b1e138e21ce6e2d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a22b59bfc120e47786c2bf9938bb348e52cea8876fee3a765690024312b33f679242a7a0dd07da5520c994dbdc36f3d5fed9db9c28927434adb594819b1a2c9
|
|
7
|
+
data.tar.gz: a1edd2386b472f6646ce8812e1cd2231c3c559cfa1ec61eb25f729e60778833502c41eacf0146702b9509df8dbbc700ea22a2a75ae8ff9f61abb86cbebc27a52
|
data/CHANGELOG.md
CHANGED
|
@@ -857,6 +857,12 @@ module Google
|
|
|
857
857
|
# @return [String]
|
|
858
858
|
attr_accessor :authorized_network
|
|
859
859
|
|
|
860
|
+
# Output only. The available maintenance versions that can be applied to the
|
|
861
|
+
# instance.
|
|
862
|
+
# Corresponds to the JSON property `availableMaintenanceVersions`
|
|
863
|
+
# @return [Array<String>]
|
|
864
|
+
attr_accessor :available_maintenance_versions
|
|
865
|
+
|
|
860
866
|
# Output only. The time the instance was created.
|
|
861
867
|
# Corresponds to the JSON property `createTime`
|
|
862
868
|
# @return [String]
|
|
@@ -873,6 +879,11 @@ module Google
|
|
|
873
879
|
# @return [String]
|
|
874
880
|
attr_accessor :display_name
|
|
875
881
|
|
|
882
|
+
# Output only. The effective maintenance version of the instance.
|
|
883
|
+
# Corresponds to the JSON property `effectiveMaintenanceVersion`
|
|
884
|
+
# @return [String]
|
|
885
|
+
attr_accessor :effective_maintenance_version
|
|
886
|
+
|
|
876
887
|
# List of messages that describe the current state of the Memcached instance.
|
|
877
888
|
# Corresponds to the JSON property `instanceMessages`
|
|
878
889
|
# @return [Array<Google::Apis::MemcacheV1::InstanceMessage>]
|
|
@@ -895,6 +906,13 @@ module Google
|
|
|
895
906
|
# @return [Google::Apis::MemcacheV1::MaintenanceSchedule]
|
|
896
907
|
attr_accessor :maintenance_schedule
|
|
897
908
|
|
|
909
|
+
# Optional. Last self service update maintenance version triggered by the
|
|
910
|
+
# customer. If it is empty, it means that the maintenance version is not set by
|
|
911
|
+
# the user.
|
|
912
|
+
# Corresponds to the JSON property `maintenanceVersion`
|
|
913
|
+
# @return [String]
|
|
914
|
+
attr_accessor :maintenance_version
|
|
915
|
+
|
|
898
916
|
# Output only. The full version of memcached server running on this instance.
|
|
899
917
|
# System automatically determines the full memcached version for an instance
|
|
900
918
|
# based on the input MemcacheVersion. The full version format will be "memcached-
|
|
@@ -984,13 +1002,16 @@ module Google
|
|
|
984
1002
|
# Update properties of this object
|
|
985
1003
|
def update!(**args)
|
|
986
1004
|
@authorized_network = args[:authorized_network] if args.key?(:authorized_network)
|
|
1005
|
+
@available_maintenance_versions = args[:available_maintenance_versions] if args.key?(:available_maintenance_versions)
|
|
987
1006
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
988
1007
|
@discovery_endpoint = args[:discovery_endpoint] if args.key?(:discovery_endpoint)
|
|
989
1008
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
1009
|
+
@effective_maintenance_version = args[:effective_maintenance_version] if args.key?(:effective_maintenance_version)
|
|
990
1010
|
@instance_messages = args[:instance_messages] if args.key?(:instance_messages)
|
|
991
1011
|
@labels = args[:labels] if args.key?(:labels)
|
|
992
1012
|
@maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
|
|
993
1013
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
|
1014
|
+
@maintenance_version = args[:maintenance_version] if args.key?(:maintenance_version)
|
|
994
1015
|
@memcache_full_version = args[:memcache_full_version] if args.key?(:memcache_full_version)
|
|
995
1016
|
@memcache_nodes = args[:memcache_nodes] if args.key?(:memcache_nodes)
|
|
996
1017
|
@memcache_version = args[:memcache_version] if args.key?(:memcache_version)
|
|
@@ -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.52.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260205"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -527,9 +527,11 @@ module Google
|
|
|
527
527
|
# @private
|
|
528
528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
529
529
|
property :authorized_network, as: 'authorizedNetwork'
|
|
530
|
+
collection :available_maintenance_versions, as: 'availableMaintenanceVersions'
|
|
530
531
|
property :create_time, as: 'createTime'
|
|
531
532
|
property :discovery_endpoint, as: 'discoveryEndpoint'
|
|
532
533
|
property :display_name, as: 'displayName'
|
|
534
|
+
property :effective_maintenance_version, as: 'effectiveMaintenanceVersion'
|
|
533
535
|
collection :instance_messages, as: 'instanceMessages', class: Google::Apis::MemcacheV1::InstanceMessage, decorator: Google::Apis::MemcacheV1::InstanceMessage::Representation
|
|
534
536
|
|
|
535
537
|
hash :labels, as: 'labels'
|
|
@@ -537,6 +539,7 @@ module Google
|
|
|
537
539
|
|
|
538
540
|
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::MemcacheV1::MaintenanceSchedule, decorator: Google::Apis::MemcacheV1::MaintenanceSchedule::Representation
|
|
539
541
|
|
|
542
|
+
property :maintenance_version, as: 'maintenanceVersion'
|
|
540
543
|
property :memcache_full_version, as: 'memcacheFullVersion'
|
|
541
544
|
collection :memcache_nodes, as: 'memcacheNodes', class: Google::Apis::MemcacheV1::Node, decorator: Google::Apis::MemcacheV1::Node::Representation
|
|
542
545
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.52.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-memcache_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.52.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-memcache_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|