google-apis-memcache_v1 0.7.0 → 0.11.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: 1396e4d2eddaf495205e68e82d43f8da4a57e70c1e0d820f76c18cb0d7a3eec8
|
|
4
|
+
data.tar.gz: 4a19e74eaac0463bfb9aa0840b4ec4dade3edfcf102bc449b19da47db8750511
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc2382d7dd52b63cd75a9058cd2fed96c399215338be6c20bf68c9f9d3938aed0f39fad2a26cefc6c49847018d96fa16b635163b9e30a45fe7baa6df0eabbb01
|
|
7
|
+
data.tar.gz: 12f03d45eb5cbe0ecb713be1bf46ed1b8a146f78801285fb483e21df4c83b7bfe4ce9d413980e2f6c0ebbce4f946df0e12c47efdb37721ed48a7efd24107031e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Release history for google-apis-memcache_v1
|
|
2
2
|
|
|
3
|
+
### v0.11.0 (2021-09-01)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210810
|
|
6
|
+
|
|
7
|
+
### v0.10.0 (2021-07-09)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20210707
|
|
10
|
+
|
|
11
|
+
### v0.9.0 (2021-06-29)
|
|
12
|
+
|
|
13
|
+
* Regenerated using generator version 0.4.0
|
|
14
|
+
|
|
15
|
+
### v0.8.0 (2021-06-24)
|
|
16
|
+
|
|
17
|
+
* Unspecified changes
|
|
18
|
+
|
|
3
19
|
### v0.7.0 (2021-06-17)
|
|
4
20
|
|
|
5
21
|
* Regenerated from discovery document revision 20210615
|
|
@@ -532,6 +532,11 @@ module Google
|
|
|
532
532
|
# @return [String]
|
|
533
533
|
attr_accessor :node_id
|
|
534
534
|
|
|
535
|
+
# PerSliSloEligibility is a mapping from an SLI name to eligibility.
|
|
536
|
+
# Corresponds to the JSON property `perSliEligibility`
|
|
537
|
+
# @return [Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility]
|
|
538
|
+
attr_accessor :per_sli_eligibility
|
|
539
|
+
|
|
535
540
|
def initialize(**args)
|
|
536
541
|
update!(**args)
|
|
537
542
|
end
|
|
@@ -541,6 +546,7 @@ module Google
|
|
|
541
546
|
@exclusions = args[:exclusions] if args.key?(:exclusions)
|
|
542
547
|
@location = args[:location] if args.key?(:location)
|
|
543
548
|
@node_id = args[:node_id] if args.key?(:node_id)
|
|
549
|
+
@per_sli_eligibility = args[:per_sli_eligibility] if args.key?(:per_sli_eligibility)
|
|
544
550
|
end
|
|
545
551
|
end
|
|
546
552
|
|
|
@@ -1505,8 +1511,7 @@ module Google
|
|
|
1505
1511
|
|
|
1506
1512
|
# Deny Maintenance Period that is applied to resource to indicate when
|
|
1507
1513
|
# maintenance is forbidden. User can specify zero or more non-overlapping deny
|
|
1508
|
-
# periods.
|
|
1509
|
-
# one.
|
|
1514
|
+
# periods. Maximum number of deny_maintenance_periods expected is one.
|
|
1510
1515
|
# Corresponds to the JSON property `denyMaintenancePeriods`
|
|
1511
1516
|
# @return [Array<Google::Apis::MemcacheV1::DenyMaintenancePeriod>]
|
|
1512
1517
|
attr_accessor :deny_maintenance_periods
|
|
@@ -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.11.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210810"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -386,6 +386,8 @@ module Google
|
|
|
386
386
|
|
|
387
387
|
property :location, as: 'location'
|
|
388
388
|
property :node_id, as: 'nodeId'
|
|
389
|
+
property :per_sli_eligibility, as: 'perSliEligibility', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility::Representation
|
|
390
|
+
|
|
389
391
|
end
|
|
390
392
|
end
|
|
391
393
|
|
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
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.11.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-06
|
|
11
|
+
date: 2021-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.4'
|
|
20
|
+
- - "<"
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 2.a
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '0.4'
|
|
30
|
+
- - "<"
|
|
25
31
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
32
|
+
version: 2.a
|
|
27
33
|
description: This is the simple REST client for Cloud Memorystore for Memcached API
|
|
28
34
|
V1. Simple REST clients are Ruby client libraries that provide access to Google
|
|
29
35
|
services via their HTTP REST API endpoints. These libraries are generated and updated
|
|
@@ -52,7 +58,7 @@ licenses:
|
|
|
52
58
|
metadata:
|
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
60
|
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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.11.0
|
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-memcache_v1
|
|
57
63
|
post_install_message:
|
|
58
64
|
rdoc_options: []
|