google-apis-memcache_v1beta2 0.18.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7df5cbdcedcc1a3a2a5761c86343313a00eaabae84c3a77343dc76b82f75d057
|
|
4
|
+
data.tar.gz: 0aa284b49c6f69c0e7a86d71624f88cdd0f510770df47ac6437049fc1bfb3d02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f67230eaae3c7c7461bd8900ca8dccbb9cea4ec15f0f2dee60d848214a456d9bd616d6c699434ff08c1f8b60bf2f34384029eba4264dd978f4dac0c88170cd18
|
|
7
|
+
data.tar.gz: fafce9565bad035115988b8549c5b64ed7e269d4df150f01c7908e240a2bf74776602bdd5d5906692a1fd74b7b192f9fff45d9e20c03af66653c962f4d59b79c
|
data/CHANGELOG.md
CHANGED
|
@@ -419,11 +419,11 @@ module Google
|
|
|
419
419
|
# @return [String]
|
|
420
420
|
attr_accessor :name
|
|
421
421
|
|
|
422
|
-
# Optional.
|
|
422
|
+
# Optional. notification_parameter are information that service producers may
|
|
423
423
|
# like to include that is not relevant to Rollout. This parameter will only be
|
|
424
424
|
# passed to Gamma and Cloud Logging for notification/logging purpose.
|
|
425
425
|
# Corresponds to the JSON property `notificationParameters`
|
|
426
|
-
# @return [Hash<String,
|
|
426
|
+
# @return [Hash<String,Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter>]
|
|
427
427
|
attr_accessor :notification_parameters
|
|
428
428
|
|
|
429
429
|
# Output only. Custom string attributes used primarily to expose producer-
|
|
@@ -628,6 +628,25 @@ module Google
|
|
|
628
628
|
end
|
|
629
629
|
end
|
|
630
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
|
+
|
|
631
650
|
# PerSliSloEligibility is a mapping from an SLI name to eligibility.
|
|
632
651
|
class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
|
|
633
652
|
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.
|
|
19
|
+
GEM_VERSION = "0.19.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
|
|
@@ -112,6 +112,12 @@ module Google
|
|
|
112
112
|
include Google::Apis::Core::JsonObjectSupport
|
|
113
113
|
end
|
|
114
114
|
|
|
115
|
+
class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
+
|
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
+
end
|
|
120
|
+
|
|
115
121
|
class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
|
|
116
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
123
|
|
|
@@ -383,7 +389,8 @@ module Google
|
|
|
383
389
|
property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
|
|
384
390
|
|
|
385
391
|
property :name, as: 'name'
|
|
386
|
-
hash :notification_parameters, as: 'notificationParameters'
|
|
392
|
+
hash :notification_parameters, as: 'notificationParameters', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter::Representation
|
|
393
|
+
|
|
387
394
|
hash :producer_metadata, as: 'producerMetadata'
|
|
388
395
|
collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
|
|
389
396
|
|
|
@@ -428,6 +435,13 @@ module Google
|
|
|
428
435
|
end
|
|
429
436
|
end
|
|
430
437
|
|
|
438
|
+
class GoogleCloudSaasacceleratorManagementProvidersV1NotificationParameter
|
|
439
|
+
# @private
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
441
|
+
collection :values, as: 'values'
|
|
442
|
+
end
|
|
443
|
+
end
|
|
444
|
+
|
|
431
445
|
class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
|
|
432
446
|
# @private
|
|
433
447
|
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.
|
|
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-
|
|
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.
|
|
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: []
|