google-apis-memcache_v1beta2 0.16.0 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f0c5af33302451df79d4288a761c4afbd604a86ad62ea99b294913853678a3c
4
- data.tar.gz: aebe4738af76e49c41b2ffa38c9636ec850174b1b67beec13b9ceb5ad5e01361
3
+ metadata.gz: 119bdd49f430f95c0f92443005ddf78b8cd1026245514667b13c9c462f06e5b9
4
+ data.tar.gz: 9b0ba167fd248643abf7842edd3fc0267bae6716e62edb61cc29d4f0ce76e1a6
5
5
  SHA512:
6
- metadata.gz: 8a98a0c893c4f1cf05981f21e32d7f6c44a310e4ae901c8d6194fb92521ea83662857112b99e4671565d8c4faea168a30fbaf009ccc818cb1739050349823121
7
- data.tar.gz: cc27ec5e29aec3cf582b3acc46c2e7ea78a855741de7ccd6644f85728d0771905b1e99a41bcfe2ffaac21af97b3a6794d23b4a0b5728bc1ebeb4d445f98cc20c
6
+ metadata.gz: 88afc35dd281bfa02b0bf0f1815689d398c23a82bd2b059c8f39baea0bf668044571089a2aacd073df7c1d12f4f5a4fabd9e866fa12a79a9684bb4f118f90223
7
+ data.tar.gz: a996ac3012f2d8034371cc0f460ca24de32ed70b2b8cc8c571e146751ca97605ffc12c0cbdd20846776abbde267d4d689727cec9e2b2999dffd81c9231dcb1c6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-memcache_v1beta2
2
2
 
3
+ ### v0.17.0 (2022-02-19)
4
+
5
+ * Regenerated from discovery document revision 20220208
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.16.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -123,10 +123,10 @@ module Google
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
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`.
126
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
127
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
128
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
129
+ # DateTime * google.protobuf.Timestamp
130
130
  class Date
131
131
  include Google::Apis::Core::Hashable
132
132
 
@@ -169,10 +169,10 @@ module Google
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
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`.
172
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
173
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
174
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
175
+ # 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
@@ -181,10 +181,10 @@ module Google
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
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`.
184
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
185
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
186
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
187
+ # 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
@@ -335,6 +335,15 @@ module Google
335
335
  # @return [String]
336
336
  attr_accessor :create_time
337
337
 
338
+ # Optional. The instance_type of this instance of format: projects/`project_id`/
339
+ # locations/`location_id`/instanceTypes/`instance_type_id`. Instance Type
340
+ # represents a high-level tier or SKU of the service that this instance belong
341
+ # to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along
342
+ # with 'software_versions' to determine whether instance needs an update or not.
343
+ # Corresponds to the JSON property `instanceType`
344
+ # @return [String]
345
+ attr_accessor :instance_type
346
+
338
347
  # Optional. Resource labels to represent user provided metadata. Each label is a
339
348
  # key-value pair, where both the key and the value are arbitrary strings
340
349
  # provided by the user.
@@ -370,6 +379,13 @@ module Google
370
379
  # @return [String]
371
380
  attr_accessor :name
372
381
 
382
+ # Optional. notification_parameters are information that service producers may
383
+ # like to include that is not relevant to Rollout. This parameter will only be
384
+ # passed to Gamma and Cloud Logging for notification/logging purpose.
385
+ # Corresponds to the JSON property `notificationParameters`
386
+ # @return [Hash<String,String>]
387
+ attr_accessor :notification_parameters
388
+
373
389
  # Output only. Custom string attributes used primarily to expose producer-
374
390
  # specific information in monitoring dashboards. See go/get-instance-metadata.
375
391
  # Corresponds to the JSON property `producerMetadata`
@@ -427,11 +443,13 @@ module Google
427
443
  def update!(**args)
428
444
  @consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
429
445
  @create_time = args[:create_time] if args.key?(:create_time)
446
+ @instance_type = args[:instance_type] if args.key?(:instance_type)
430
447
  @labels = args[:labels] if args.key?(:labels)
431
448
  @maintenance_policy_names = args[:maintenance_policy_names] if args.key?(:maintenance_policy_names)
432
449
  @maintenance_schedules = args[:maintenance_schedules] if args.key?(:maintenance_schedules)
433
450
  @maintenance_settings = args[:maintenance_settings] if args.key?(:maintenance_settings)
434
451
  @name = args[:name] if args.key?(:name)
452
+ @notification_parameters = args[:notification_parameters] if args.key?(:notification_parameters)
435
453
  @producer_metadata = args[:producer_metadata] if args.key?(:producer_metadata)
436
454
  @provisioned_resources = args[:provisioned_resources] if args.key?(:provisioned_resources)
437
455
  @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 MemcacheV1beta2
18
18
  # Version of the google-apis-memcache_v1beta2 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.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
@@ -346,6 +346,7 @@ module Google
346
346
  class Representation < Google::Apis::Core::JsonRepresentation
347
347
  property :consumer_defined_name, as: 'consumerDefinedName'
348
348
  property :create_time, as: 'createTime'
349
+ property :instance_type, as: 'instanceType'
349
350
  hash :labels, as: 'labels'
350
351
  hash :maintenance_policy_names, as: 'maintenancePolicyNames'
351
352
  hash :maintenance_schedules, as: 'maintenanceSchedules', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule::Representation
@@ -353,6 +354,7 @@ module Google
353
354
  property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
354
355
 
355
356
  property :name, as: 'name'
357
+ hash :notification_parameters, as: 'notificationParameters'
356
358
  hash :producer_metadata, as: 'producerMetadata'
357
359
  collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
358
360
 
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.17.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_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.17.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