google-apis-memcache_v1 0.15.0 → 0.16.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: 3279cb48ed45ea10d7352acd7347bbbff9fd6bf2b7267f93c0b35f83b6d13e45
4
- data.tar.gz: 95728a33fcf0400536d12187596750234b3e0f1f8c20f1c8800b584535c6047c
3
+ metadata.gz: 513fce16620b353d421e13c2966958b7da9b22c729600d69568372f8647de4d2
4
+ data.tar.gz: e63501cf55da24ae16220762b6048d5b222670193abde852fbe52de182c6fad1
5
5
  SHA512:
6
- metadata.gz: 5f4888328324822f6636fa498389e28556a50176e9a5e1be1b03fa8df73a8058d370e6c330f30cbbaff5ee90dc3668ef96530b2777320361c35dc173e39bbb01
7
- data.tar.gz: 63d8002751365548bc05b8c9016be9b735b0ec7b258352cb9e3ee600d0a6bed27d7ea6b92162f8f76a44d8ad495ef6818bd447f9db87171e37b9ce6e62c10777
6
+ metadata.gz: 951043dc422ec6397f428e59b9516b3af5d4b8e6c688e15afecc07a674909188874ca37dd9940e959423f0bc5e30830167bf0dffaecd98b5db1ffc25b88ab9a0
7
+ data.tar.gz: d852b7452525ab5c16cb2354ed1e3f2ac6f2c7523ae5cd436e90fcf62688e6fe6b21155efae5a0d445c92c55a7043056ef8c56446ed4ee0379b062d62ebe1371
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-memcache_v1
2
2
 
3
+ ### v0.16.0 (2022-02-19)
4
+
5
+ * Regenerated from discovery document revision 20220208
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.15.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -94,10 +94,10 @@ module Google
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
96
  # following: * A full date, with non-zero year, month, and day values * A month
97
- # and day value, with a zero year, such as an anniversary * A year on its own,
98
- # with zero month and day values * A year and month value, with a zero day, such
99
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
100
- # google.protobuf.Timestamp`.
97
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
98
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
99
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
100
+ # DateTime * google.protobuf.Timestamp
101
101
  class Date
102
102
  include Google::Apis::Core::Hashable
103
103
 
@@ -140,10 +140,10 @@ module Google
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
142
  # following: * A full date, with non-zero year, month, and day values * A month
143
- # and day value, with a zero year, such as an anniversary * A year on its own,
144
- # with zero month and day values * A year and month value, with a zero day, such
145
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
146
- # google.protobuf.Timestamp`.
143
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
144
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
145
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
146
+ # 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
@@ -152,10 +152,10 @@ module Google
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
154
  # following: * A full date, with non-zero year, month, and day values * A month
155
- # and day value, with a zero year, such as an anniversary * A year on its own,
156
- # with zero month and day values * A year and month value, with a zero day, such
157
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
158
- # google.protobuf.Timestamp`.
155
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
156
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
157
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
158
+ # 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
@@ -306,6 +306,15 @@ module Google
306
306
  # @return [String]
307
307
  attr_accessor :create_time
308
308
 
309
+ # Optional. The instance_type of this instance of format: projects/`project_id`/
310
+ # locations/`location_id`/instanceTypes/`instance_type_id`. Instance Type
311
+ # represents a high-level tier or SKU of the service that this instance belong
312
+ # to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along
313
+ # with 'software_versions' to determine whether instance needs an update or not.
314
+ # Corresponds to the JSON property `instanceType`
315
+ # @return [String]
316
+ attr_accessor :instance_type
317
+
309
318
  # Optional. Resource labels to represent user provided metadata. Each label is a
310
319
  # key-value pair, where both the key and the value are arbitrary strings
311
320
  # provided by the user.
@@ -341,6 +350,13 @@ module Google
341
350
  # @return [String]
342
351
  attr_accessor :name
343
352
 
353
+ # Optional. notification_parameters are information that service producers may
354
+ # like to include that is not relevant to Rollout. This parameter will only be
355
+ # passed to Gamma and Cloud Logging for notification/logging purpose.
356
+ # Corresponds to the JSON property `notificationParameters`
357
+ # @return [Hash<String,String>]
358
+ attr_accessor :notification_parameters
359
+
344
360
  # Output only. Custom string attributes used primarily to expose producer-
345
361
  # specific information in monitoring dashboards. See go/get-instance-metadata.
346
362
  # Corresponds to the JSON property `producerMetadata`
@@ -398,11 +414,13 @@ module Google
398
414
  def update!(**args)
399
415
  @consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
400
416
  @create_time = args[:create_time] if args.key?(:create_time)
417
+ @instance_type = args[:instance_type] if args.key?(:instance_type)
401
418
  @labels = args[:labels] if args.key?(:labels)
402
419
  @maintenance_policy_names = args[:maintenance_policy_names] if args.key?(:maintenance_policy_names)
403
420
  @maintenance_schedules = args[:maintenance_schedules] if args.key?(:maintenance_schedules)
404
421
  @maintenance_settings = args[:maintenance_settings] if args.key?(:maintenance_settings)
405
422
  @name = args[:name] if args.key?(:name)
423
+ @notification_parameters = args[:notification_parameters] if args.key?(:notification_parameters)
406
424
  @producer_metadata = args[:producer_metadata] if args.key?(:producer_metadata)
407
425
  @provisioned_resources = args[:provisioned_resources] if args.key?(:provisioned_resources)
408
426
  @slm_instance_template = args[:slm_instance_template] if args.key?(:slm_instance_template)
@@ -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.15.0"
19
+ GEM_VERSION = "0.16.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 = "20220208"
26
26
  end
27
27
  end
28
28
  end
@@ -332,6 +332,7 @@ module Google
332
332
  class Representation < Google::Apis::Core::JsonRepresentation
333
333
  property :consumer_defined_name, as: 'consumerDefinedName'
334
334
  property :create_time, as: 'createTime'
335
+ property :instance_type, as: 'instanceType'
335
336
  hash :labels, as: 'labels'
336
337
  hash :maintenance_policy_names, as: 'maintenancePolicyNames'
337
338
  hash :maintenance_schedules, as: 'maintenanceSchedules', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule::Representation
@@ -339,6 +340,7 @@ module Google
339
340
  property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
340
341
 
341
342
  property :name, as: 'name'
343
+ hash :notification_parameters, as: 'notificationParameters'
342
344
  hash :producer_metadata, as: 'producerMetadata'
343
345
  collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
344
346
 
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.15.0
4
+ version: 0.16.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-02-21 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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.16.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.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 V1