google-apis-memcache_v1beta2 0.8.0 → 0.12.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: eafeace4607aaaf03ec83f8ed271828378d43bec7f996cf2a56c2e73aac936fb
|
|
4
|
+
data.tar.gz: 241e2476b34fbe6324bb09352267a77e189c68b11bbd8611c80b87d64ca2b091
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3aea7b47ef26de93fb5e93864e58c0284075999c2170948c4c0efb75aafc7b1de08bd61d89c2151cd60033def79a979e4be2716c8604ed5e8b4ee5e431838bf
|
|
7
|
+
data.tar.gz: a4011929cb70900dae7eec131d3b8bd58745515c2c59e9f9f5001abbf6f34a3175e887e350a09156f10a90bfd73a3e0a5048ebaf0a786e5baed1f7407028ee4c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Release history for google-apis-memcache_v1beta2
|
|
2
2
|
|
|
3
|
+
### v0.12.0 (2021-09-01)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20210810
|
|
6
|
+
|
|
7
|
+
### v0.11.0 (2021-07-09)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20210707
|
|
10
|
+
|
|
11
|
+
### v0.10.0 (2021-06-29)
|
|
12
|
+
|
|
13
|
+
* Regenerated using generator version 0.4.0
|
|
14
|
+
|
|
15
|
+
### v0.9.0 (2021-06-24)
|
|
16
|
+
|
|
17
|
+
* Unspecified changes
|
|
18
|
+
|
|
3
19
|
### v0.8.0 (2021-06-18)
|
|
4
20
|
|
|
5
21
|
* Regenerated from discovery document revision 20210615
|
|
@@ -561,6 +561,11 @@ module Google
|
|
|
561
561
|
# @return [String]
|
|
562
562
|
attr_accessor :node_id
|
|
563
563
|
|
|
564
|
+
# PerSliSloEligibility is a mapping from an SLI name to eligibility.
|
|
565
|
+
# Corresponds to the JSON property `perSliEligibility`
|
|
566
|
+
# @return [Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility]
|
|
567
|
+
attr_accessor :per_sli_eligibility
|
|
568
|
+
|
|
564
569
|
def initialize(**args)
|
|
565
570
|
update!(**args)
|
|
566
571
|
end
|
|
@@ -570,6 +575,7 @@ module Google
|
|
|
570
575
|
@exclusions = args[:exclusions] if args.key?(:exclusions)
|
|
571
576
|
@location = args[:location] if args.key?(:location)
|
|
572
577
|
@node_id = args[:node_id] if args.key?(:node_id)
|
|
578
|
+
@per_sli_eligibility = args[:per_sli_eligibility] if args.key?(:per_sli_eligibility)
|
|
573
579
|
end
|
|
574
580
|
end
|
|
575
581
|
|
|
@@ -1548,8 +1554,7 @@ module Google
|
|
|
1548
1554
|
|
|
1549
1555
|
# Deny Maintenance Period that is applied to resource to indicate when
|
|
1550
1556
|
# maintenance is forbidden. User can specify zero or more non-overlapping deny
|
|
1551
|
-
# periods.
|
|
1552
|
-
# one.
|
|
1557
|
+
# periods. Maximum number of deny_maintenance_periods expected is one.
|
|
1553
1558
|
# Corresponds to the JSON property `denyMaintenancePeriods`
|
|
1554
1559
|
# @return [Array<Google::Apis::MemcacheV1beta2::DenyMaintenancePeriod>]
|
|
1555
1560
|
attr_accessor :deny_maintenance_periods
|
|
@@ -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.12.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
|
|
@@ -400,6 +400,8 @@ module Google
|
|
|
400
400
|
|
|
401
401
|
property :location, as: 'location'
|
|
402
402
|
property :node_id, as: 'nodeId'
|
|
403
|
+
property :per_sli_eligibility, as: 'perSliEligibility', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility::Representation
|
|
404
|
+
|
|
403
405
|
end
|
|
404
406
|
end
|
|
405
407
|
|
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
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.12.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
|
V1beta2. 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_v1beta2/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.12.0
|
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-memcache_v1beta2
|
|
57
63
|
post_install_message:
|
|
58
64
|
rdoc_options: []
|