google-apis-memcache_v1beta2 0.16.0 → 0.19.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: 8f0c5af33302451df79d4288a761c4afbd604a86ad62ea99b294913853678a3c
4
- data.tar.gz: aebe4738af76e49c41b2ffa38c9636ec850174b1b67beec13b9ceb5ad5e01361
3
+ metadata.gz: 7df5cbdcedcc1a3a2a5761c86343313a00eaabae84c3a77343dc76b82f75d057
4
+ data.tar.gz: 0aa284b49c6f69c0e7a86d71624f88cdd0f510770df47ac6437049fc1bfb3d02
5
5
  SHA512:
6
- metadata.gz: 8a98a0c893c4f1cf05981f21e32d7f6c44a310e4ae901c8d6194fb92521ea83662857112b99e4671565d8c4faea168a30fbaf009ccc818cb1739050349823121
7
- data.tar.gz: cc27ec5e29aec3cf582b3acc46c2e7ea78a855741de7ccd6644f85728d0771905b1e99a41bcfe2ffaac21af97b3a6794d23b4a0b5728bc1ebeb4d445f98cc20c
6
+ metadata.gz: f67230eaae3c7c7461bd8900ca8dccbb9cea4ec15f0f2dee60d848214a456d9bd616d6c699434ff08c1f8b60bf2f34384029eba4264dd978f4dac0c88170cd18
7
+ data.tar.gz: fafce9565bad035115988b8549c5b64ed7e269d4df150f01c7908e240a2bf74776602bdd5d5906692a1fd74b7b192f9fff45d9e20c03af66653c962f4d59b79c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-memcache_v1beta2
2
2
 
3
+ ### v0.19.0 (2022-04-09)
4
+
5
+ * Regenerated from discovery document revision 20220404
6
+
7
+ ### v0.18.0 (2022-03-23)
8
+
9
+ * Regenerated from discovery document revision 20220317
10
+
11
+ ### v0.17.0 (2022-02-19)
12
+
13
+ * Regenerated from discovery document revision 20220208
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.16.0 (2021-12-14)
4
17
 
5
18
  * Unspecified changes
@@ -122,11 +122,11 @@ module Google
122
122
  # Represents a whole or partial calendar date, such as a birthday. The time of
123
123
  # day and time zone are either specified elsewhere or are insignificant. The
124
124
  # date is relative to the Gregorian Calendar. This can represent one of the
125
- # following: * A full date, with non-zero year, month, and day values * A month
126
- # and day value, with a zero year, such as an anniversary * A year on its own,
127
- # with zero month and day values * A year and month value, with a zero day, such
128
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
129
- # google.protobuf.Timestamp`.
125
+ # following: * A full date, with non-zero year, month, and day values. * A month
126
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
127
+ # with a zero month and a zero day. * A year and month, with a zero day (for
128
+ # example, a credit card expiration date). Related types: * google.type.
129
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
130
130
  class Date
131
131
  include Google::Apis::Core::Hashable
132
132
 
@@ -168,11 +168,11 @@ module Google
168
168
  # Represents a whole or partial calendar date, such as a birthday. The time of
169
169
  # day and time zone are either specified elsewhere or are insignificant. The
170
170
  # date is relative to the Gregorian Calendar. This can represent one of the
171
- # following: * A full date, with non-zero year, month, and day values * A month
172
- # and day value, with a zero year, such as an anniversary * A year on its own,
173
- # with zero month and day values * A year and month value, with a zero day, such
174
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
175
- # google.protobuf.Timestamp`.
171
+ # following: * A full date, with non-zero year, month, and day values. * A month
172
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
173
+ # with a zero month and a zero day. * A year and month, with a zero day (for
174
+ # example, a credit card expiration date). Related types: * google.type.
175
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
176
176
  # Corresponds to the JSON property `endDate`
177
177
  # @return [Google::Apis::MemcacheV1beta2::Date]
178
178
  attr_accessor :end_date
@@ -180,11 +180,11 @@ module Google
180
180
  # Represents a whole or partial calendar date, such as a birthday. The time of
181
181
  # day and time zone are either specified elsewhere or are insignificant. The
182
182
  # date is relative to the Gregorian Calendar. This can represent one of the
183
- # following: * A full date, with non-zero year, month, and day values * A month
184
- # and day value, with a zero year, such as an anniversary * A year on its own,
185
- # with zero month and day values * A year and month value, with a zero day, such
186
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
187
- # google.protobuf.Timestamp`.
183
+ # following: * A full date, with non-zero year, month, and day values. * A month
184
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
185
+ # with a zero month and a zero day. * A year and month, with a zero day (for
186
+ # example, a credit card expiration date). Related types: * google.type.
187
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
188
188
  # Corresponds to the JSON property `startDate`
189
189
  # @return [Google::Apis::MemcacheV1beta2::Date]
190
190
  attr_accessor :start_date
@@ -246,6 +246,46 @@ module Google
246
246
  end
247
247
  end
248
248
 
249
+ # Maintenance policy per instance.
250
+ class GoogleCloudMemcacheV1beta2MaintenancePolicy
251
+ include Google::Apis::Core::Hashable
252
+
253
+ # Output only. The time when the policy was created.
254
+ # Corresponds to the JSON property `createTime`
255
+ # @return [String]
256
+ attr_accessor :create_time
257
+
258
+ # Description of what this policy is for. Create/Update methods return
259
+ # INVALID_ARGUMENT if the length is greater than 512.
260
+ # Corresponds to the JSON property `description`
261
+ # @return [String]
262
+ attr_accessor :description
263
+
264
+ # Output only. The time when the policy was updated.
265
+ # Corresponds to the JSON property `updateTime`
266
+ # @return [String]
267
+ attr_accessor :update_time
268
+
269
+ # Required. Maintenance window that is applied to resources covered by this
270
+ # policy. Minimum 1. For the current version, the maximum number of
271
+ # weekly_maintenance_windows is expected to be one.
272
+ # Corresponds to the JSON property `weeklyMaintenanceWindow`
273
+ # @return [Array<Google::Apis::MemcacheV1beta2::WeeklyMaintenanceWindow>]
274
+ attr_accessor :weekly_maintenance_window
275
+
276
+ def initialize(**args)
277
+ update!(**args)
278
+ end
279
+
280
+ # Update properties of this object
281
+ def update!(**args)
282
+ @create_time = args[:create_time] if args.key?(:create_time)
283
+ @description = args[:description] if args.key?(:description)
284
+ @update_time = args[:update_time] if args.key?(:update_time)
285
+ @weekly_maintenance_window = args[:weekly_maintenance_window] if args.key?(:weekly_maintenance_window)
286
+ end
287
+ end
288
+
249
289
  # Represents the metadata of a long-running operation.
250
290
  class GoogleCloudMemcacheV1beta2OperationMetadata
251
291
  include Google::Apis::Core::Hashable
@@ -335,6 +375,15 @@ module Google
335
375
  # @return [String]
336
376
  attr_accessor :create_time
337
377
 
378
+ # Optional. The instance_type of this instance of format: projects/`project_id`/
379
+ # locations/`location_id`/instanceTypes/`instance_type_id`. Instance Type
380
+ # represents a high-level tier or SKU of the service that this instance belong
381
+ # to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along
382
+ # with 'software_versions' to determine whether instance needs an update or not.
383
+ # Corresponds to the JSON property `instanceType`
384
+ # @return [String]
385
+ attr_accessor :instance_type
386
+
338
387
  # Optional. Resource labels to represent user provided metadata. Each label is a
339
388
  # key-value pair, where both the key and the value are arbitrary strings
340
389
  # provided by the user.
@@ -370,6 +419,13 @@ module Google
370
419
  # @return [String]
371
420
  attr_accessor :name
372
421
 
422
+ # Optional. notification_parameter are information that service producers may
423
+ # like to include that is not relevant to Rollout. This parameter will only be
424
+ # passed to Gamma and Cloud Logging for notification/logging purpose.
425
+ # Corresponds to the JSON property `notificationParameters`
426
+ # @return [Hash<String,Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter>]
427
+ attr_accessor :notification_parameters
428
+
373
429
  # Output only. Custom string attributes used primarily to expose producer-
374
430
  # specific information in monitoring dashboards. See go/get-instance-metadata.
375
431
  # Corresponds to the JSON property `producerMetadata`
@@ -427,11 +483,13 @@ module Google
427
483
  def update!(**args)
428
484
  @consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
429
485
  @create_time = args[:create_time] if args.key?(:create_time)
486
+ @instance_type = args[:instance_type] if args.key?(:instance_type)
430
487
  @labels = args[:labels] if args.key?(:labels)
431
488
  @maintenance_policy_names = args[:maintenance_policy_names] if args.key?(:maintenance_policy_names)
432
489
  @maintenance_schedules = args[:maintenance_schedules] if args.key?(:maintenance_schedules)
433
490
  @maintenance_settings = args[:maintenance_settings] if args.key?(:maintenance_settings)
434
491
  @name = args[:name] if args.key?(:name)
492
+ @notification_parameters = args[:notification_parameters] if args.key?(:notification_parameters)
435
493
  @producer_metadata = args[:producer_metadata] if args.key?(:producer_metadata)
436
494
  @provisioned_resources = args[:provisioned_resources] if args.key?(:provisioned_resources)
437
495
  @slm_instance_template = args[:slm_instance_template] if args.key?(:slm_instance_template)
@@ -570,6 +628,25 @@ module Google
570
628
  end
571
629
  end
572
630
 
631
+ # Contains notification related data.
632
+ class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
633
+ include Google::Apis::Core::Hashable
634
+
635
+ # Optional. Array of string values. e.g. instance's replica information.
636
+ # Corresponds to the JSON property `values`
637
+ # @return [Array<String>]
638
+ attr_accessor :values
639
+
640
+ def initialize(**args)
641
+ update!(**args)
642
+ end
643
+
644
+ # Update properties of this object
645
+ def update!(**args)
646
+ @values = args[:values] if args.key?(:values)
647
+ end
648
+ end
649
+
573
650
  # PerSliSloEligibility is a mapping from an SLI name to eligibility.
574
651
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
575
652
  include Google::Apis::Core::Hashable
@@ -734,6 +811,16 @@ module Google
734
811
  # @return [Hash<String,String>]
735
812
  attr_accessor :labels
736
813
 
814
+ # Maintenance policy per instance.
815
+ # Corresponds to the JSON property `maintenancePolicy`
816
+ # @return [Google::Apis::MemcacheV1beta2::GoogleCloudMemcacheV1beta2MaintenancePolicy]
817
+ attr_accessor :maintenance_policy
818
+
819
+ # Upcoming maintenance schedule.
820
+ # Corresponds to the JSON property `maintenanceSchedule`
821
+ # @return [Google::Apis::MemcacheV1beta2::MaintenanceSchedule]
822
+ attr_accessor :maintenance_schedule
823
+
737
824
  # Output only. The full version of memcached server running on this instance.
738
825
  # System automatically determines the full memcached version for an instance
739
826
  # based on the input MemcacheVersion. The full version format will be "memcached-
@@ -815,6 +902,8 @@ module Google
815
902
  @display_name = args[:display_name] if args.key?(:display_name)
816
903
  @instance_messages = args[:instance_messages] if args.key?(:instance_messages)
817
904
  @labels = args[:labels] if args.key?(:labels)
905
+ @maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
906
+ @maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
818
907
  @memcache_full_version = args[:memcache_full_version] if args.key?(:memcache_full_version)
819
908
  @memcache_nodes = args[:memcache_nodes] if args.key?(:memcache_nodes)
820
909
  @memcache_version = args[:memcache_version] if args.key?(:memcache_version)
@@ -1069,6 +1158,40 @@ module Google
1069
1158
  end
1070
1159
  end
1071
1160
 
1161
+ # Upcoming maintenance schedule.
1162
+ class MaintenanceSchedule
1163
+ include Google::Apis::Core::Hashable
1164
+
1165
+ # Output only. The end time of any upcoming scheduled maintenance for this
1166
+ # instance.
1167
+ # Corresponds to the JSON property `endTime`
1168
+ # @return [String]
1169
+ attr_accessor :end_time
1170
+
1171
+ # Output only. The deadline that the maintenance schedule start time can not go
1172
+ # beyond, including reschedule.
1173
+ # Corresponds to the JSON property `scheduleDeadlineTime`
1174
+ # @return [String]
1175
+ attr_accessor :schedule_deadline_time
1176
+
1177
+ # Output only. The start time of any upcoming scheduled maintenance for this
1178
+ # instance.
1179
+ # Corresponds to the JSON property `startTime`
1180
+ # @return [String]
1181
+ attr_accessor :start_time
1182
+
1183
+ def initialize(**args)
1184
+ update!(**args)
1185
+ end
1186
+
1187
+ # Update properties of this object
1188
+ def update!(**args)
1189
+ @end_time = args[:end_time] if args.key?(:end_time)
1190
+ @schedule_deadline_time = args[:schedule_deadline_time] if args.key?(:schedule_deadline_time)
1191
+ @start_time = args[:start_time] if args.key?(:start_time)
1192
+ end
1193
+ end
1194
+
1072
1195
  # MaintenanceWindow definition.
1073
1196
  class MaintenanceWindow
1074
1197
  include Google::Apis::Core::Hashable
@@ -1517,6 +1640,39 @@ module Google
1517
1640
  end
1518
1641
  end
1519
1642
 
1643
+ # Time window specified for weekly operations.
1644
+ class WeeklyMaintenanceWindow
1645
+ include Google::Apis::Core::Hashable
1646
+
1647
+ # Required. Allows to define schedule that runs specified day of the week.
1648
+ # Corresponds to the JSON property `day`
1649
+ # @return [String]
1650
+ attr_accessor :day
1651
+
1652
+ # Required. Duration of the time window.
1653
+ # Corresponds to the JSON property `duration`
1654
+ # @return [String]
1655
+ attr_accessor :duration
1656
+
1657
+ # Represents a time of day. The date and time zone are either not significant or
1658
+ # are specified elsewhere. An API may choose to allow leap seconds. Related
1659
+ # types are google.type.Date and `google.protobuf.Timestamp`.
1660
+ # Corresponds to the JSON property `startTime`
1661
+ # @return [Google::Apis::MemcacheV1beta2::TimeOfDay]
1662
+ attr_accessor :start_time
1663
+
1664
+ def initialize(**args)
1665
+ update!(**args)
1666
+ end
1667
+
1668
+ # Update properties of this object
1669
+ def update!(**args)
1670
+ @day = args[:day] if args.key?(:day)
1671
+ @duration = args[:duration] if args.key?(:duration)
1672
+ @start_time = args[:start_time] if args.key?(:start_time)
1673
+ end
1674
+ end
1675
+
1520
1676
  #
1521
1677
  class ZoneMetadata
1522
1678
  include Google::Apis::Core::Hashable
@@ -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.16.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211028"
25
+ REVISION = "20220404"
26
26
  end
27
27
  end
28
28
  end
@@ -70,6 +70,12 @@ module Google
70
70
  include Google::Apis::Core::JsonObjectSupport
71
71
  end
72
72
 
73
+ class GoogleCloudMemcacheV1beta2MaintenancePolicy
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
73
79
  class GoogleCloudMemcacheV1beta2OperationMetadata
74
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
81
 
@@ -106,6 +112,12 @@ module Google
106
112
  include Google::Apis::Core::JsonObjectSupport
107
113
  end
108
114
 
115
+ class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
109
121
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
110
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
111
123
 
@@ -178,6 +190,12 @@ module Google
178
190
  include Google::Apis::Core::JsonObjectSupport
179
191
  end
180
192
 
193
+ class MaintenanceSchedule
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
181
199
  class MaintenanceWindow
182
200
  class Representation < Google::Apis::Core::JsonRepresentation; end
183
201
 
@@ -250,6 +268,12 @@ module Google
250
268
  include Google::Apis::Core::JsonObjectSupport
251
269
  end
252
270
 
271
+ class WeeklyMaintenanceWindow
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
253
277
  class ZoneMetadata
254
278
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
279
 
@@ -322,6 +346,17 @@ module Google
322
346
  end
323
347
  end
324
348
 
349
+ class GoogleCloudMemcacheV1beta2MaintenancePolicy
350
+ # @private
351
+ class Representation < Google::Apis::Core::JsonRepresentation
352
+ property :create_time, as: 'createTime'
353
+ property :description, as: 'description'
354
+ property :update_time, as: 'updateTime'
355
+ collection :weekly_maintenance_window, as: 'weeklyMaintenanceWindow', class: Google::Apis::MemcacheV1beta2::WeeklyMaintenanceWindow, decorator: Google::Apis::MemcacheV1beta2::WeeklyMaintenanceWindow::Representation
356
+
357
+ end
358
+ end
359
+
325
360
  class GoogleCloudMemcacheV1beta2OperationMetadata
326
361
  # @private
327
362
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -346,6 +381,7 @@ module Google
346
381
  class Representation < Google::Apis::Core::JsonRepresentation
347
382
  property :consumer_defined_name, as: 'consumerDefinedName'
348
383
  property :create_time, as: 'createTime'
384
+ property :instance_type, as: 'instanceType'
349
385
  hash :labels, as: 'labels'
350
386
  hash :maintenance_policy_names, as: 'maintenancePolicyNames'
351
387
  hash :maintenance_schedules, as: 'maintenanceSchedules', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule::Representation
@@ -353,6 +389,8 @@ module Google
353
389
  property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
354
390
 
355
391
  property :name, as: 'name'
392
+ hash :notification_parameters, as: 'notificationParameters', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter::Representation
393
+
356
394
  hash :producer_metadata, as: 'producerMetadata'
357
395
  collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
358
396
 
@@ -397,6 +435,13 @@ module Google
397
435
  end
398
436
  end
399
437
 
438
+ class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
439
+ # @private
440
+ class Representation < Google::Apis::Core::JsonRepresentation
441
+ collection :values, as: 'values'
442
+ end
443
+ end
444
+
400
445
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
401
446
  # @private
402
447
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -442,6 +487,10 @@ module Google
442
487
  collection :instance_messages, as: 'instanceMessages', class: Google::Apis::MemcacheV1beta2::InstanceMessage, decorator: Google::Apis::MemcacheV1beta2::InstanceMessage::Representation
443
488
 
444
489
  hash :labels, as: 'labels'
490
+ property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::MemcacheV1beta2::GoogleCloudMemcacheV1beta2MaintenancePolicy, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudMemcacheV1beta2MaintenancePolicy::Representation
491
+
492
+ property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::MemcacheV1beta2::MaintenanceSchedule, decorator: Google::Apis::MemcacheV1beta2::MaintenanceSchedule::Representation
493
+
445
494
  property :memcache_full_version, as: 'memcacheFullVersion'
446
495
  collection :memcache_nodes, as: 'memcacheNodes', class: Google::Apis::MemcacheV1beta2::Node, decorator: Google::Apis::MemcacheV1beta2::Node::Representation
447
496
 
@@ -528,6 +577,15 @@ module Google
528
577
  end
529
578
  end
530
579
 
580
+ class MaintenanceSchedule
581
+ # @private
582
+ class Representation < Google::Apis::Core::JsonRepresentation
583
+ property :end_time, as: 'endTime'
584
+ property :schedule_deadline_time, as: 'scheduleDeadlineTime'
585
+ property :start_time, as: 'startTime'
586
+ end
587
+ end
588
+
531
589
  class MaintenanceWindow
532
590
  # @private
533
591
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -650,6 +708,16 @@ module Google
650
708
  end
651
709
  end
652
710
 
711
+ class WeeklyMaintenanceWindow
712
+ # @private
713
+ class Representation < Google::Apis::Core::JsonRepresentation
714
+ property :day, as: 'day'
715
+ property :duration, as: 'duration'
716
+ property :start_time, as: 'startTime', class: Google::Apis::MemcacheV1beta2::TimeOfDay, decorator: Google::Apis::MemcacheV1beta2::TimeOfDay::Representation
717
+
718
+ end
719
+ end
720
+
653
721
  class ZoneMetadata
654
722
  # @private
655
723
  class Representation < Google::Apis::Core::JsonRepresentation
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.16.0
4
+ version: 0.19.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-01-10 00:00:00.000000000 Z
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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.19.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: []
@@ -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.4
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 V1beta2