google-apis-memcache_v1 0.17.0 → 0.18.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: 046c80dbca9ae165c7254ff5800df79327f5154d0ba68a88f83eb1e59a84969c
4
- data.tar.gz: a6d711033255d6dde4b4b082749ab9dba02b46104464b2c0ed8b0e10ee1badc5
3
+ metadata.gz: d18d30112fbe5dd5c797f007f12531a773cb1b4f4228e1f29c8e64b6f4e68b90
4
+ data.tar.gz: b92d2b1dad4967b8595aa6d70dff24107548cd4cb3938a4ba8170bd6bf520da8
5
5
  SHA512:
6
- metadata.gz: 0f251fb233a891b68e4b4e46a7450b3b9e428a87759a37379d68213e3a7309d64f126431cedff1ce340ec307768594a4534e1c0c92cbff2bae1aa2ab5672a8a3
7
- data.tar.gz: 411bc88431b46c9edab359e9baf897914e47ba43cd1ec9185661292fb48b3c31482f661ce555a3ffbfc2824faa72b3e31eea7c0e55afcb13cc7aab9c93334c00
6
+ metadata.gz: 4a7720021c4c1b854b101a1718154f2e02389895a7f4daf539d083bf3cefb6bb3bf4949ae54ee1dd96ad906862632e8fbb69f571bb749c5f38069328a9d7ab3d
7
+ data.tar.gz: af3d0057f7c958a7cf535185a4d6d1a9937509b693fd6d0f20f4d7db45b2c319e347298afd82abbbe6b69a27883ff5159903249ac1c19093bcf7af1f7e5002b5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.17.0 (2022-03-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20220317
@@ -390,11 +390,11 @@ module Google
390
390
  # @return [String]
391
391
  attr_accessor :name
392
392
 
393
- # Optional. notification_parameters are information that service producers may
393
+ # Optional. notification_parameter are information that service producers may
394
394
  # like to include that is not relevant to Rollout. This parameter will only be
395
395
  # passed to Gamma and Cloud Logging for notification/logging purpose.
396
396
  # Corresponds to the JSON property `notificationParameters`
397
- # @return [Hash<String,String>]
397
+ # @return [Hash<String,Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter>]
398
398
  attr_accessor :notification_parameters
399
399
 
400
400
  # Output only. Custom string attributes used primarily to expose producer-
@@ -599,6 +599,25 @@ module Google
599
599
  end
600
600
  end
601
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
+
602
621
  # PerSliSloEligibility is a mapping from an SLI name to eligibility.
603
622
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
604
623
  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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220317"
25
+ REVISION = "20220404"
26
26
  end
27
27
  end
28
28
  end
@@ -106,6 +106,12 @@ module Google
106
106
  include Google::Apis::Core::JsonObjectSupport
107
107
  end
108
108
 
109
+ class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
109
115
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
110
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
111
117
 
@@ -369,7 +375,8 @@ module Google
369
375
  property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
370
376
 
371
377
  property :name, as: 'name'
372
- hash :notification_parameters, as: 'notificationParameters'
378
+ hash :notification_parameters, as: 'notificationParameters', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter::Representation
379
+
373
380
  hash :producer_metadata, as: 'producerMetadata'
374
381
  collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
375
382
 
@@ -414,6 +421,13 @@ module Google
414
421
  end
415
422
  end
416
423
 
424
+ class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
425
+ # @private
426
+ class Representation < Google::Apis::Core::JsonRepresentation
427
+ collection :values, as: 'values'
428
+ end
429
+ end
430
+
417
431
  class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
418
432
  # @private
419
433
  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.17.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-03-28 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.17.0
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: []