google-apis-memcache_v1 0.15.0 → 0.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/lib/google/apis/memcache_v1/classes.rb +171 -15
- data/lib/google/apis/memcache_v1/gem_version.rb +3 -3
- data/lib/google/apis/memcache_v1/representations.rb +68 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d18d30112fbe5dd5c797f007f12531a773cb1b4f4228e1f29c8e64b6f4e68b90
|
4
|
+
data.tar.gz: b92d2b1dad4967b8595aa6d70dff24107548cd4cb3938a4ba8170bd6bf520da8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4a7720021c4c1b854b101a1718154f2e02389895a7f4daf539d083bf3cefb6bb3bf4949ae54ee1dd96ad906862632e8fbb69f571bb749c5f38069328a9d7ab3d
|
7
|
+
data.tar.gz: af3d0057f7c958a7cf535185a4d6d1a9937509b693fd6d0f20f4d7db45b2c319e347298afd82abbbe6b69a27883ff5159903249ac1c19093bcf7af1f7e5002b5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-memcache_v1
|
2
2
|
|
3
|
+
### v0.18.0 (2022-04-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220404
|
6
|
+
|
7
|
+
### v0.17.0 (2022-03-23)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220317
|
10
|
+
|
11
|
+
### v0.16.0 (2022-02-19)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220208
|
14
|
+
* Regenerated using generator version 0.4.1
|
15
|
+
|
3
16
|
### v0.15.0 (2021-12-14)
|
4
17
|
|
5
18
|
* Unspecified changes
|
@@ -93,11 +93,11 @@ module Google
|
|
93
93
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
94
94
|
# day and time zone are either specified elsewhere or are insignificant. The
|
95
95
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
96
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
97
|
-
# and day
|
98
|
-
# with zero month and day
|
99
|
-
#
|
100
|
-
# google.protobuf.Timestamp
|
96
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
97
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
98
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
99
|
+
# example, a credit card expiration date). Related types: * google.type.
|
100
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
101
101
|
class Date
|
102
102
|
include Google::Apis::Core::Hashable
|
103
103
|
|
@@ -139,11 +139,11 @@ module Google
|
|
139
139
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
140
140
|
# day and time zone are either specified elsewhere or are insignificant. The
|
141
141
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
142
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
143
|
-
# and day
|
144
|
-
# with zero month and day
|
145
|
-
#
|
146
|
-
# google.protobuf.Timestamp
|
142
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
143
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
144
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
145
|
+
# example, a credit card expiration date). Related types: * google.type.
|
146
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
147
147
|
# Corresponds to the JSON property `endDate`
|
148
148
|
# @return [Google::Apis::MemcacheV1::Date]
|
149
149
|
attr_accessor :end_date
|
@@ -151,11 +151,11 @@ module Google
|
|
151
151
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
152
152
|
# day and time zone are either specified elsewhere or are insignificant. The
|
153
153
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
154
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
155
|
-
# and day
|
156
|
-
# with zero month and day
|
157
|
-
#
|
158
|
-
# google.protobuf.Timestamp
|
154
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
155
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
156
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
157
|
+
# example, a credit card expiration date). Related types: * google.type.
|
158
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
159
159
|
# Corresponds to the JSON property `startDate`
|
160
160
|
# @return [Google::Apis::MemcacheV1::Date]
|
161
161
|
attr_accessor :start_date
|
@@ -217,6 +217,46 @@ module Google
|
|
217
217
|
end
|
218
218
|
end
|
219
219
|
|
220
|
+
# Maintenance policy per instance.
|
221
|
+
class GoogleCloudMemcacheV1MaintenancePolicy
|
222
|
+
include Google::Apis::Core::Hashable
|
223
|
+
|
224
|
+
# Output only. The time when the policy was created.
|
225
|
+
# Corresponds to the JSON property `createTime`
|
226
|
+
# @return [String]
|
227
|
+
attr_accessor :create_time
|
228
|
+
|
229
|
+
# Description of what this policy is for. Create/Update methods return
|
230
|
+
# INVALID_ARGUMENT if the length is greater than 512.
|
231
|
+
# Corresponds to the JSON property `description`
|
232
|
+
# @return [String]
|
233
|
+
attr_accessor :description
|
234
|
+
|
235
|
+
# Output only. The time when the policy was updated.
|
236
|
+
# Corresponds to the JSON property `updateTime`
|
237
|
+
# @return [String]
|
238
|
+
attr_accessor :update_time
|
239
|
+
|
240
|
+
# Required. Maintenance window that is applied to resources covered by this
|
241
|
+
# policy. Minimum 1. For the current version, the maximum number of
|
242
|
+
# weekly_maintenance_windows is expected to be one.
|
243
|
+
# Corresponds to the JSON property `weeklyMaintenanceWindow`
|
244
|
+
# @return [Array<Google::Apis::MemcacheV1::WeeklyMaintenanceWindow>]
|
245
|
+
attr_accessor :weekly_maintenance_window
|
246
|
+
|
247
|
+
def initialize(**args)
|
248
|
+
update!(**args)
|
249
|
+
end
|
250
|
+
|
251
|
+
# Update properties of this object
|
252
|
+
def update!(**args)
|
253
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
254
|
+
@description = args[:description] if args.key?(:description)
|
255
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
256
|
+
@weekly_maintenance_window = args[:weekly_maintenance_window] if args.key?(:weekly_maintenance_window)
|
257
|
+
end
|
258
|
+
end
|
259
|
+
|
220
260
|
# Represents the metadata of a long-running operation.
|
221
261
|
class GoogleCloudMemcacheV1OperationMetadata
|
222
262
|
include Google::Apis::Core::Hashable
|
@@ -306,6 +346,15 @@ module Google
|
|
306
346
|
# @return [String]
|
307
347
|
attr_accessor :create_time
|
308
348
|
|
349
|
+
# Optional. The instance_type of this instance of format: projects/`project_id`/
|
350
|
+
# locations/`location_id`/instanceTypes/`instance_type_id`. Instance Type
|
351
|
+
# represents a high-level tier or SKU of the service that this instance belong
|
352
|
+
# to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along
|
353
|
+
# with 'software_versions' to determine whether instance needs an update or not.
|
354
|
+
# Corresponds to the JSON property `instanceType`
|
355
|
+
# @return [String]
|
356
|
+
attr_accessor :instance_type
|
357
|
+
|
309
358
|
# Optional. Resource labels to represent user provided metadata. Each label is a
|
310
359
|
# key-value pair, where both the key and the value are arbitrary strings
|
311
360
|
# provided by the user.
|
@@ -341,6 +390,13 @@ module Google
|
|
341
390
|
# @return [String]
|
342
391
|
attr_accessor :name
|
343
392
|
|
393
|
+
# Optional. notification_parameter are information that service producers may
|
394
|
+
# like to include that is not relevant to Rollout. This parameter will only be
|
395
|
+
# passed to Gamma and Cloud Logging for notification/logging purpose.
|
396
|
+
# Corresponds to the JSON property `notificationParameters`
|
397
|
+
# @return [Hash<String,Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter>]
|
398
|
+
attr_accessor :notification_parameters
|
399
|
+
|
344
400
|
# Output only. Custom string attributes used primarily to expose producer-
|
345
401
|
# specific information in monitoring dashboards. See go/get-instance-metadata.
|
346
402
|
# Corresponds to the JSON property `producerMetadata`
|
@@ -398,11 +454,13 @@ module Google
|
|
398
454
|
def update!(**args)
|
399
455
|
@consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
|
400
456
|
@create_time = args[:create_time] if args.key?(:create_time)
|
457
|
+
@instance_type = args[:instance_type] if args.key?(:instance_type)
|
401
458
|
@labels = args[:labels] if args.key?(:labels)
|
402
459
|
@maintenance_policy_names = args[:maintenance_policy_names] if args.key?(:maintenance_policy_names)
|
403
460
|
@maintenance_schedules = args[:maintenance_schedules] if args.key?(:maintenance_schedules)
|
404
461
|
@maintenance_settings = args[:maintenance_settings] if args.key?(:maintenance_settings)
|
405
462
|
@name = args[:name] if args.key?(:name)
|
463
|
+
@notification_parameters = args[:notification_parameters] if args.key?(:notification_parameters)
|
406
464
|
@producer_metadata = args[:producer_metadata] if args.key?(:producer_metadata)
|
407
465
|
@provisioned_resources = args[:provisioned_resources] if args.key?(:provisioned_resources)
|
408
466
|
@slm_instance_template = args[:slm_instance_template] if args.key?(:slm_instance_template)
|
@@ -541,6 +599,25 @@ module Google
|
|
541
599
|
end
|
542
600
|
end
|
543
601
|
|
602
|
+
# Contains notification related data.
|
603
|
+
class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
|
604
|
+
include Google::Apis::Core::Hashable
|
605
|
+
|
606
|
+
# Optional. Array of string values. e.g. instance's replica information.
|
607
|
+
# Corresponds to the JSON property `values`
|
608
|
+
# @return [Array<String>]
|
609
|
+
attr_accessor :values
|
610
|
+
|
611
|
+
def initialize(**args)
|
612
|
+
update!(**args)
|
613
|
+
end
|
614
|
+
|
615
|
+
# Update properties of this object
|
616
|
+
def update!(**args)
|
617
|
+
@values = args[:values] if args.key?(:values)
|
618
|
+
end
|
619
|
+
end
|
620
|
+
|
544
621
|
# PerSliSloEligibility is a mapping from an SLI name to eligibility.
|
545
622
|
class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
|
546
623
|
include Google::Apis::Core::Hashable
|
@@ -705,6 +782,16 @@ module Google
|
|
705
782
|
# @return [Hash<String,String>]
|
706
783
|
attr_accessor :labels
|
707
784
|
|
785
|
+
# Maintenance policy per instance.
|
786
|
+
# Corresponds to the JSON property `maintenancePolicy`
|
787
|
+
# @return [Google::Apis::MemcacheV1::GoogleCloudMemcacheV1MaintenancePolicy]
|
788
|
+
attr_accessor :maintenance_policy
|
789
|
+
|
790
|
+
# Upcoming maintenance schedule.
|
791
|
+
# Corresponds to the JSON property `maintenanceSchedule`
|
792
|
+
# @return [Google::Apis::MemcacheV1::MaintenanceSchedule]
|
793
|
+
attr_accessor :maintenance_schedule
|
794
|
+
|
708
795
|
# Output only. The full version of memcached server running on this instance.
|
709
796
|
# System automatically determines the full memcached version for an instance
|
710
797
|
# based on the input MemcacheVersion. The full version format will be "memcached-
|
@@ -780,6 +867,8 @@ module Google
|
|
780
867
|
@display_name = args[:display_name] if args.key?(:display_name)
|
781
868
|
@instance_messages = args[:instance_messages] if args.key?(:instance_messages)
|
782
869
|
@labels = args[:labels] if args.key?(:labels)
|
870
|
+
@maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
|
871
|
+
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
783
872
|
@memcache_full_version = args[:memcache_full_version] if args.key?(:memcache_full_version)
|
784
873
|
@memcache_nodes = args[:memcache_nodes] if args.key?(:memcache_nodes)
|
785
874
|
@memcache_version = args[:memcache_version] if args.key?(:memcache_version)
|
@@ -1033,6 +1122,40 @@ module Google
|
|
1033
1122
|
end
|
1034
1123
|
end
|
1035
1124
|
|
1125
|
+
# Upcoming maintenance schedule.
|
1126
|
+
class MaintenanceSchedule
|
1127
|
+
include Google::Apis::Core::Hashable
|
1128
|
+
|
1129
|
+
# Output only. The end time of any upcoming scheduled maintenance for this
|
1130
|
+
# instance.
|
1131
|
+
# Corresponds to the JSON property `endTime`
|
1132
|
+
# @return [String]
|
1133
|
+
attr_accessor :end_time
|
1134
|
+
|
1135
|
+
# Output only. The deadline that the maintenance schedule start time can not go
|
1136
|
+
# beyond, including reschedule.
|
1137
|
+
# Corresponds to the JSON property `scheduleDeadlineTime`
|
1138
|
+
# @return [String]
|
1139
|
+
attr_accessor :schedule_deadline_time
|
1140
|
+
|
1141
|
+
# Output only. The start time of any upcoming scheduled maintenance for this
|
1142
|
+
# instance.
|
1143
|
+
# Corresponds to the JSON property `startTime`
|
1144
|
+
# @return [String]
|
1145
|
+
attr_accessor :start_time
|
1146
|
+
|
1147
|
+
def initialize(**args)
|
1148
|
+
update!(**args)
|
1149
|
+
end
|
1150
|
+
|
1151
|
+
# Update properties of this object
|
1152
|
+
def update!(**args)
|
1153
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
1154
|
+
@schedule_deadline_time = args[:schedule_deadline_time] if args.key?(:schedule_deadline_time)
|
1155
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
1156
|
+
end
|
1157
|
+
end
|
1158
|
+
|
1036
1159
|
# MaintenanceWindow definition.
|
1037
1160
|
class MaintenanceWindow
|
1038
1161
|
include Google::Apis::Core::Hashable
|
@@ -1474,6 +1597,39 @@ module Google
|
|
1474
1597
|
end
|
1475
1598
|
end
|
1476
1599
|
|
1600
|
+
# Time window specified for weekly operations.
|
1601
|
+
class WeeklyMaintenanceWindow
|
1602
|
+
include Google::Apis::Core::Hashable
|
1603
|
+
|
1604
|
+
# Required. Allows to define schedule that runs specified day of the week.
|
1605
|
+
# Corresponds to the JSON property `day`
|
1606
|
+
# @return [String]
|
1607
|
+
attr_accessor :day
|
1608
|
+
|
1609
|
+
# Required. Duration of the time window.
|
1610
|
+
# Corresponds to the JSON property `duration`
|
1611
|
+
# @return [String]
|
1612
|
+
attr_accessor :duration
|
1613
|
+
|
1614
|
+
# Represents a time of day. The date and time zone are either not significant or
|
1615
|
+
# are specified elsewhere. An API may choose to allow leap seconds. Related
|
1616
|
+
# types are google.type.Date and `google.protobuf.Timestamp`.
|
1617
|
+
# Corresponds to the JSON property `startTime`
|
1618
|
+
# @return [Google::Apis::MemcacheV1::TimeOfDay]
|
1619
|
+
attr_accessor :start_time
|
1620
|
+
|
1621
|
+
def initialize(**args)
|
1622
|
+
update!(**args)
|
1623
|
+
end
|
1624
|
+
|
1625
|
+
# Update properties of this object
|
1626
|
+
def update!(**args)
|
1627
|
+
@day = args[:day] if args.key?(:day)
|
1628
|
+
@duration = args[:duration] if args.key?(:duration)
|
1629
|
+
@start_time = args[:start_time] if args.key?(:start_time)
|
1630
|
+
end
|
1631
|
+
end
|
1632
|
+
|
1477
1633
|
#
|
1478
1634
|
class ZoneMetadata
|
1479
1635
|
include Google::Apis::Core::Hashable
|
@@ -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.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220404"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -64,6 +64,12 @@ module Google
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
+
class GoogleCloudMemcacheV1MaintenancePolicy
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
67
73
|
class GoogleCloudMemcacheV1OperationMetadata
|
68
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
75
|
|
@@ -100,6 +106,12 @@ module Google
|
|
100
106
|
include Google::Apis::Core::JsonObjectSupport
|
101
107
|
end
|
102
108
|
|
109
|
+
class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
103
115
|
class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
|
104
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
117
|
|
@@ -172,6 +184,12 @@ module Google
|
|
172
184
|
include Google::Apis::Core::JsonObjectSupport
|
173
185
|
end
|
174
186
|
|
187
|
+
class MaintenanceSchedule
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
175
193
|
class MaintenanceWindow
|
176
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
195
|
|
@@ -244,6 +262,12 @@ module Google
|
|
244
262
|
include Google::Apis::Core::JsonObjectSupport
|
245
263
|
end
|
246
264
|
|
265
|
+
class WeeklyMaintenanceWindow
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
247
271
|
class ZoneMetadata
|
248
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
273
|
|
@@ -308,6 +332,17 @@ module Google
|
|
308
332
|
end
|
309
333
|
end
|
310
334
|
|
335
|
+
class GoogleCloudMemcacheV1MaintenancePolicy
|
336
|
+
# @private
|
337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
338
|
+
property :create_time, as: 'createTime'
|
339
|
+
property :description, as: 'description'
|
340
|
+
property :update_time, as: 'updateTime'
|
341
|
+
collection :weekly_maintenance_window, as: 'weeklyMaintenanceWindow', class: Google::Apis::MemcacheV1::WeeklyMaintenanceWindow, decorator: Google::Apis::MemcacheV1::WeeklyMaintenanceWindow::Representation
|
342
|
+
|
343
|
+
end
|
344
|
+
end
|
345
|
+
|
311
346
|
class GoogleCloudMemcacheV1OperationMetadata
|
312
347
|
# @private
|
313
348
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -332,6 +367,7 @@ module Google
|
|
332
367
|
class Representation < Google::Apis::Core::JsonRepresentation
|
333
368
|
property :consumer_defined_name, as: 'consumerDefinedName'
|
334
369
|
property :create_time, as: 'createTime'
|
370
|
+
property :instance_type, as: 'instanceType'
|
335
371
|
hash :labels, as: 'labels'
|
336
372
|
hash :maintenance_policy_names, as: 'maintenancePolicyNames'
|
337
373
|
hash :maintenance_schedules, as: 'maintenanceSchedules', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule::Representation
|
@@ -339,6 +375,8 @@ module Google
|
|
339
375
|
property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
|
340
376
|
|
341
377
|
property :name, as: 'name'
|
378
|
+
hash :notification_parameters, as: 'notificationParameters', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter::Representation
|
379
|
+
|
342
380
|
hash :producer_metadata, as: 'producerMetadata'
|
343
381
|
collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
|
344
382
|
|
@@ -383,6 +421,13 @@ module Google
|
|
383
421
|
end
|
384
422
|
end
|
385
423
|
|
424
|
+
class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
|
425
|
+
# @private
|
426
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
427
|
+
collection :values, as: 'values'
|
428
|
+
end
|
429
|
+
end
|
430
|
+
|
386
431
|
class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
|
387
432
|
# @private
|
388
433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -428,6 +473,10 @@ module Google
|
|
428
473
|
collection :instance_messages, as: 'instanceMessages', class: Google::Apis::MemcacheV1::InstanceMessage, decorator: Google::Apis::MemcacheV1::InstanceMessage::Representation
|
429
474
|
|
430
475
|
hash :labels, as: 'labels'
|
476
|
+
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::MemcacheV1::GoogleCloudMemcacheV1MaintenancePolicy, decorator: Google::Apis::MemcacheV1::GoogleCloudMemcacheV1MaintenancePolicy::Representation
|
477
|
+
|
478
|
+
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::MemcacheV1::MaintenanceSchedule, decorator: Google::Apis::MemcacheV1::MaintenanceSchedule::Representation
|
479
|
+
|
431
480
|
property :memcache_full_version, as: 'memcacheFullVersion'
|
432
481
|
collection :memcache_nodes, as: 'memcacheNodes', class: Google::Apis::MemcacheV1::Node, decorator: Google::Apis::MemcacheV1::Node::Representation
|
433
482
|
|
@@ -513,6 +562,15 @@ module Google
|
|
513
562
|
end
|
514
563
|
end
|
515
564
|
|
565
|
+
class MaintenanceSchedule
|
566
|
+
# @private
|
567
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
568
|
+
property :end_time, as: 'endTime'
|
569
|
+
property :schedule_deadline_time, as: 'scheduleDeadlineTime'
|
570
|
+
property :start_time, as: 'startTime'
|
571
|
+
end
|
572
|
+
end
|
573
|
+
|
516
574
|
class MaintenanceWindow
|
517
575
|
# @private
|
518
576
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -634,6 +692,16 @@ module Google
|
|
634
692
|
end
|
635
693
|
end
|
636
694
|
|
695
|
+
class WeeklyMaintenanceWindow
|
696
|
+
# @private
|
697
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
698
|
+
property :day, as: 'day'
|
699
|
+
property :duration, as: 'duration'
|
700
|
+
property :start_time, as: 'startTime', class: Google::Apis::MemcacheV1::TimeOfDay, decorator: Google::Apis::MemcacheV1::TimeOfDay::Representation
|
701
|
+
|
702
|
+
end
|
703
|
+
end
|
704
|
+
|
637
705
|
class ZoneMetadata
|
638
706
|
# @private
|
639
707
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.18.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: 2022-
|
11
|
+
date: 2022-04-11 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.18.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Memorystore for Memcached API V1
|