google-apis-memcache_v1beta2 0.6.0 → 0.11.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: 6d7297d819741d8945bedcdb0b50005b0054fdbafcdd094f7bdb1239fd8afb2b
4
- data.tar.gz: 2e2dbbcf2c85530bea629307942c10a14ed0a2bac4f00a2a0c280d979738eab9
3
+ metadata.gz: 453c6936b66d530dd62c58dbe76b112446f18e3be08787fcb9a85efef727d332
4
+ data.tar.gz: 502da04870b5a76f36b2b56b855eefa0a5d5d5669be8c1f02143814474054f8a
5
5
  SHA512:
6
- metadata.gz: c2eee969403f4a4d868d1a1606737d3eef2d038ce770257b3dfa742cff2ae09fceb89081cea021adf6ec17a77f6a95cadda0c55151c5309aa00479471c1eb0c2
7
- data.tar.gz: 74fb9105e908e0951bcb5309a9ed30efcff8ab024049c112081a3f58460bfc2a6c093e2080f1b19191b260756efef372bb62d909813fb6151d43815f24550655
6
+ metadata.gz: 3dd8fb8a5f623b9ca7ba44c55fa10207b1a8a8aadbfa5c10efe595ac87d9af9a0f293742efebce46963d7c6220a6cc3954b07c9a0ecf5237be091178a995d899
7
+ data.tar.gz: 460eaa7e051ec1fc275bea8d49bb10c54251dc03ae2e1d91e2b2a97a6f05adc627e021d33e79633fbd22ef3e3ccb2802775f5a30c050bfd9fdceee612ffaaca2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-memcache_v1beta2
2
2
 
3
+ ### v0.11.0 (2021-07-09)
4
+
5
+ * Regenerated from discovery document revision 20210707
6
+
7
+ ### v0.10.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.9.0 (2021-06-24)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.8.0 (2021-06-18)
16
+
17
+ * Regenerated from discovery document revision 20210615
18
+ * Regenerated using generator version 0.3.0
19
+
20
+ ### v0.7.0 (2021-05-19)
21
+
22
+ * Regenerated from discovery document revision 20210517
23
+
3
24
  ### v0.6.0 (2021-05-08)
4
25
 
5
26
  * Regenerated from discovery document revision 20210504
@@ -364,7 +364,7 @@ module Google
364
364
 
365
365
  # Unique name of the resource. It uses the form: `projects/`project_id|
366
366
  # project_number`/locations/`location_id`/instances/`instance_id`` Note: Either
367
- # project_id or project_number and be used, but keep it consistent with other
367
+ # project_id or project_number can be used, but keep it consistent with other
368
368
  # APIs (e.g. RescheduleUpdate)
369
369
  # Corresponds to the JSON property `name`
370
370
  # @return [String]
@@ -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
 
@@ -712,13 +718,6 @@ module Google
712
718
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
713
719
  include Google::Apis::Core::Hashable
714
720
 
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
721
  # List of SLO exclusion windows. When multiple entries in the list match (
723
722
  # matching the exclusion time-window against current time point) the exclusion
724
723
  # reason used in the first matching entry will be published. It is not needed to
@@ -759,7 +758,6 @@ module Google
759
758
 
760
759
  # Update properties of this object
761
760
  def update!(**args)
762
- @eligibility = args[:eligibility] if args.key?(:eligibility)
763
761
  @exclusions = args[:exclusions] if args.key?(:exclusions)
764
762
  @nodes = args[:nodes] if args.key?(:nodes)
765
763
  @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.6.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.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210504"
25
+ REVISION = "20210707"
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
 
@@ -440,8 +442,6 @@ module Google
440
442
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
441
443
  # @private
442
444
  class Representation < Google::Apis::Core::JsonRepresentation
443
- property :eligibility, as: 'eligibility', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility::Representation
444
-
445
445
  collection :exclusions, as: 'exclusions', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion::Representation
446
446
 
447
447
  collection :nodes, as: 'nodes', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata::Representation
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.6.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-05-18 00:00:00.000000000 Z
11
+ date: 2021-07-12 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.1'
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: '0.1'
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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.11.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: []