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:
|
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
@@ -390,11 +390,11 @@ module Google
|
|
390
390
|
# @return [String]
|
391
391
|
attr_accessor :name
|
392
392
|
|
393
|
-
# Optional.
|
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,
|
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.
|
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 = "
|
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.
|
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: []
|