google-apis-memcache_v1beta2 0.7.0 → 0.8.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: 7fed42bbc6256140d370c6c963e46576ccafa7e57ada3fca6409f98b73bb6229
4
- data.tar.gz: 0ba5f450eebcaa2edd30369914f901c5ca93a60e0dfac7bc1cea861a2be54020
3
+ metadata.gz: b19ba5128c0f87270c8f963967335351a5c4d2a1d076586d0f119d349713f2b8
4
+ data.tar.gz: '091777401a24c8ae3ac976a5e47a30e2e9aeb6c7a888995c913ae8375e654d99'
5
5
  SHA512:
6
- metadata.gz: d1e7554fe50ac4de6530eed87e91f160ed78db0fd2d8bdb00307a7a075a39f242bb1866b51a149468813044e35e81307b85be47d191ed60e646b5a4286535387
7
- data.tar.gz: aa19d1947d2a504645e53f7131de9fc456d0ae5dcbf6283d7eb7aa9851cad7f096f7f288f6e95c4642a8641865b3e3a0195d31f6a5db89900e5c974b5fb28bbe
6
+ metadata.gz: 8711016e9cee55b111704d3a07a39bee3bd61b9132dfd13c0705488a2c8c3e80cf245465222338a5b0b0a7d17eb9e170ae7a9684c21e2786bcc629342eeceaf3
7
+ data.tar.gz: f3fafb65051b797d55595a64401ec46cd212ee5511ad4a3590dfe320ae0de7da88c4524b00977350a6258046925fa76c876a3d1be325d59b6855be7677a8e48b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-memcache_v1beta2
2
2
 
3
+ ### v0.8.0 (2021-06-18)
4
+
5
+ * Regenerated from discovery document revision 20210615
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.7.0 (2021-05-19)
4
9
 
5
10
  * Regenerated from discovery document revision 20210517
@@ -712,13 +712,6 @@ module Google
712
712
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
713
713
  include Google::Apis::Core::Hashable
714
714
 
715
- # SloEligibility is a tuple containing eligibility value: true if an instance is
716
- # eligible for SLO calculation or false if it should be excluded from all SLO-
717
- # related calculations along with a user-defined reason.
718
- # Corresponds to the JSON property `eligibility`
719
- # @return [Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility]
720
- attr_accessor :eligibility
721
-
722
715
  # List of SLO exclusion windows. When multiple entries in the list match (
723
716
  # matching the exclusion time-window against current time point) the exclusion
724
717
  # reason used in the first matching entry will be published. It is not needed to
@@ -759,7 +752,6 @@ module Google
759
752
 
760
753
  # Update properties of this object
761
754
  def update!(**args)
762
- @eligibility = args[:eligibility] if args.key?(:eligibility)
763
755
  @exclusions = args[:exclusions] if args.key?(:exclusions)
764
756
  @nodes = args[:nodes] if args.key?(:nodes)
765
757
  @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 MemcacheV1beta2
18
18
  # Version of the google-apis-memcache_v1beta2 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.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
@@ -440,8 +440,6 @@ module Google
440
440
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
441
441
  # @private
442
442
  class Representation < Google::Apis::Core::JsonRepresentation
443
- property :eligibility, as: 'eligibility', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility::Representation
444
-
445
443
  collection :exclusions, as: 'exclusions', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion::Representation
446
444
 
447
445
  collection :nodes, as: 'nodes', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata::Representation
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.7.0
4
+ version: 0.8.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_v1beta2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-memcache_v1beta2
57
57
  post_install_message:
58
58
  rdoc_options: []