google-apis-memcache_v1 0.6.0 → 0.7.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: 38fcd717c4f61145e8717dd99b814f533b6d4fcfbb4ff5208546b170878bdd15
4
- data.tar.gz: d37957ea0cfe40a29f603d762c6bbcd1ddaee4c489f4f529faf25300c559425a
3
+ metadata.gz: 6f9b9f7db8a3a0fbc3d6b1cb4bffa8e968d717091d5b357efcf4345375061f2c
4
+ data.tar.gz: 368d479497b74ea04931afa2c95ee14f935a06422f4054ddf74a3a9f0746f2d7
5
5
  SHA512:
6
- metadata.gz: 8b9a6a284e29e92eb0078e678ef28f464455036fad5cf23362ce3599e3264cef1c53b3b0645c90db52aecd636e315bf299b5d8c8b3dd1e405355ec56fc11a477
7
- data.tar.gz: eeda8b4df02a7cce651792ba3e09a4474dfd6ac81b68d1d57d799bd1ff871b6b7a74c7f9b41067760cf54f2234071f3aa2c109280207d8c67a91059a898bdfff
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.6.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.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210517"
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.6.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-05-24 00:00:00.000000000 Z
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.6.0
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: []