google-apis-memcache_v1 0.6.0 → 0.7.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: 6f9b9f7db8a3a0fbc3d6b1cb4bffa8e968d717091d5b357efcf4345375061f2c
|
|
4
|
+
data.tar.gz: 368d479497b74ea04931afa2c95ee14f935a06422f4054ddf74a3a9f0746f2d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a9d89443b2af82f86662af6e51cc7fdcd373df7d8425ea5635ccbb87c4168eaa07f5dba862477c3e4feb243df158cbe15aaa0432af34f0d4ca59adbc549ee5a
|
|
7
|
+
data.tar.gz: 1f555a638d6cc2acc32d4b0110ddf074627b3bb56f455243c7036af7a6327a33abebe7c27d356d7488f84252d448cc4b0c7c3054956837da273fde07ed7fb2df
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-memcache_v1
|
|
2
2
|
|
|
3
|
+
### v0.7.0 (2021-06-17)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210615
|
|
6
|
+
* Regenerated using generator version 0.3.0
|
|
7
|
+
|
|
3
8
|
### v0.6.0 (2021-05-19)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20210517
|
|
@@ -683,13 +683,6 @@ module Google
|
|
|
683
683
|
class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
|
|
684
684
|
include Google::Apis::Core::Hashable
|
|
685
685
|
|
|
686
|
-
# SloEligibility is a tuple containing eligibility value: true if an instance is
|
|
687
|
-
# eligible for SLO calculation or false if it should be excluded from all SLO-
|
|
688
|
-
# related calculations along with a user-defined reason.
|
|
689
|
-
# Corresponds to the JSON property `eligibility`
|
|
690
|
-
# @return [Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility]
|
|
691
|
-
attr_accessor :eligibility
|
|
692
|
-
|
|
693
686
|
# List of SLO exclusion windows. When multiple entries in the list match (
|
|
694
687
|
# matching the exclusion time-window against current time point) the exclusion
|
|
695
688
|
# reason used in the first matching entry will be published. It is not needed to
|
|
@@ -730,7 +723,6 @@ module Google
|
|
|
730
723
|
|
|
731
724
|
# Update properties of this object
|
|
732
725
|
def update!(**args)
|
|
733
|
-
@eligibility = args[:eligibility] if args.key?(:eligibility)
|
|
734
726
|
@exclusions = args[:exclusions] if args.key?(:exclusions)
|
|
735
727
|
@nodes = args[:nodes] if args.key?(:nodes)
|
|
736
728
|
@per_sli_eligibility = args[:per_sli_eligibility] if args.key?(:per_sli_eligibility)
|
|
@@ -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.7.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210615"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -426,8 +426,6 @@ module Google
|
|
|
426
426
|
class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
|
|
427
427
|
# @private
|
|
428
428
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
429
|
-
property :eligibility, as: 'eligibility', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility::Representation
|
|
430
|
-
|
|
431
429
|
collection :exclusions, as: 'exclusions', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion::Representation
|
|
432
430
|
|
|
433
431
|
collection :nodes, as: 'nodes', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata::Representation
|
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.7.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: 2021-
|
|
11
|
+
date: 2021-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-memcache_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.7.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-memcache_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|