google-apis-memcache_v1 0.8.0 → 0.12.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: 7131c7065452cfad0e328ceb42288af189d3508a729aa7a373c4b9425cd92427
4
- data.tar.gz: ef16e146c0bb04808276fc44c5f604cf1842042d8db39831ff431e36ca957e35
3
+ metadata.gz: 4e9eeeead16e75f3ca9e1cc4003030a89d1547e1f5652326f99480c006cca2dd
4
+ data.tar.gz: 84bf95687a54e1e77cfa91277547146df966ea0606f0b0a03f8d65970c3fc0f2
5
5
  SHA512:
6
- metadata.gz: 49d5c7393afef3026e5c04ddfb1dc76ce4143d19cb744b6edbddcdc4336f76d26d5b0f94424e80310b1acedad10474a6f976ee8032b8bb06335cb70af2f3e389
7
- data.tar.gz: 9e5d7390b2be0f8678bd3c992e92fefcc21edd78aedb0793153e6c16ce7c7610b486f674ab32a6a854a5b847f61561abf09a082fdd9b25cae790a61d1fa6f6a6
6
+ metadata.gz: de3223553283af0d4cfada75ac26b4e0afb457e5ca7a9f3f4a30c8bbcb91677c3bdfa2e19466b42e3151fe0180e6e4976339b0cd3bf2664eb1ddce8724135d89
7
+ data.tar.gz: 450252edd22419a605a56421d2bb3c0d2f6303c80726df0c55a6f5349626356d5b96755b25cc6fbab48ea7b6cbc068cd1d691057db0ff118285917c9949d683b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-memcache_v1
2
2
 
3
+ ### v0.12.0 (2021-09-12)
4
+
5
+ * Regenerated from discovery document revision 20210907
6
+
7
+ ### v0.11.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210810
10
+
11
+ ### v0.10.0 (2021-07-09)
12
+
13
+ * Regenerated from discovery document revision 20210707
14
+
15
+ ### v0.9.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.8.0 (2021-06-24)
4
20
 
5
21
  * Unspecified changes
@@ -514,14 +514,6 @@ module Google
514
514
  class GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata
515
515
  include Google::Apis::Core::Hashable
516
516
 
517
- # By default node is eligible if instance is eligible. But individual node might
518
- # be excluded from SLO by adding entry here. For semantic see SloMetadata.
519
- # exclusions. If both instance and node level exclusions are present for time
520
- # period, the node level's reason will be reported by Eligibility Exporter.
521
- # Corresponds to the JSON property `exclusions`
522
- # @return [Array<Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>]
523
- attr_accessor :exclusions
524
-
525
517
  # The location of the node, if different from instance location.
526
518
  # Corresponds to the JSON property `location`
527
519
  # @return [String]
@@ -532,15 +524,20 @@ module Google
532
524
  # @return [String]
533
525
  attr_accessor :node_id
534
526
 
527
+ # PerSliSloEligibility is a mapping from an SLI name to eligibility.
528
+ # Corresponds to the JSON property `perSliEligibility`
529
+ # @return [Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility]
530
+ attr_accessor :per_sli_eligibility
531
+
535
532
  def initialize(**args)
536
533
  update!(**args)
537
534
  end
538
535
 
539
536
  # Update properties of this object
540
537
  def update!(**args)
541
- @exclusions = args[:exclusions] if args.key?(:exclusions)
542
538
  @location = args[:location] if args.key?(:location)
543
539
  @node_id = args[:node_id] if args.key?(:node_id)
540
+ @per_sli_eligibility = args[:per_sli_eligibility] if args.key?(:per_sli_eligibility)
544
541
  end
545
542
  end
546
543
 
@@ -632,71 +629,11 @@ module Google
632
629
  end
633
630
  end
634
631
 
635
- # SloExclusion represents an exclusion in SLI calculation applies to all SLOs.
636
- class GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion
637
- include Google::Apis::Core::Hashable
638
-
639
- # Exclusion duration. No restrictions on the possible values. When an ongoing
640
- # operation is taking longer than initially expected, an existing entry in the
641
- # exclusion list can be updated by extending the duration. This is supported by
642
- # the subsystem exporting eligibility data as long as such extension is
643
- # committed at least 10 minutes before the original exclusion expiration -
644
- # otherwise it is possible that there will be "gaps" in the exclusion
645
- # application in the exported timeseries.
646
- # Corresponds to the JSON property `duration`
647
- # @return [String]
648
- attr_accessor :duration
649
-
650
- # Human-readable reason for the exclusion. This should be a static string (e.g. "
651
- # Disruptive update in progress") and should not contain dynamically generated
652
- # data (e.g. instance name). Can be left empty.
653
- # Corresponds to the JSON property `reason`
654
- # @return [String]
655
- attr_accessor :reason
656
-
657
- # Name of an SLI that this exclusion applies to. Can be left empty, signaling
658
- # that the instance should be excluded from all SLIs.
659
- # Corresponds to the JSON property `sliName`
660
- # @return [String]
661
- attr_accessor :sli_name
662
-
663
- # Start time of the exclusion. No alignment (e.g. to a full minute) needed.
664
- # Corresponds to the JSON property `startTime`
665
- # @return [String]
666
- attr_accessor :start_time
667
-
668
- def initialize(**args)
669
- update!(**args)
670
- end
671
-
672
- # Update properties of this object
673
- def update!(**args)
674
- @duration = args[:duration] if args.key?(:duration)
675
- @reason = args[:reason] if args.key?(:reason)
676
- @sli_name = args[:sli_name] if args.key?(:sli_name)
677
- @start_time = args[:start_time] if args.key?(:start_time)
678
- end
679
- end
680
-
681
632
  # SloMetadata contains resources required for proper SLO classification of the
682
633
  # instance.
683
634
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
684
635
  include Google::Apis::Core::Hashable
685
636
 
686
- # List of SLO exclusion windows. When multiple entries in the list match (
687
- # matching the exclusion time-window against current time point) the exclusion
688
- # reason used in the first matching entry will be published. It is not needed to
689
- # include expired exclusion in this list, as only the currently applicable
690
- # exclusions are taken into account by the eligibility exporting subsystem (the
691
- # historical state of exclusions will be reflected in the historically produced
692
- # timeseries regardless of the current state). This field can be used to mark
693
- # the instance as temporary ineligible for the purpose of SLO calculation. For
694
- # permanent instance SLO exclusion, use of custom instance eligibility is
695
- # recommended. See 'eligibility' field below.
696
- # Corresponds to the JSON property `exclusions`
697
- # @return [Array<Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>]
698
- attr_accessor :exclusions
699
-
700
637
  # Optional. List of nodes. Some producers need to use per-node metadata to
701
638
  # calculate SLO. This field allows such producers to publish per-node SLO meta
702
639
  # data, which will be consumed by SSA Eligibility Exporter and published in the
@@ -723,7 +660,6 @@ module Google
723
660
 
724
661
  # Update properties of this object
725
662
  def update!(**args)
726
- @exclusions = args[:exclusions] if args.key?(:exclusions)
727
663
  @nodes = args[:nodes] if args.key?(:nodes)
728
664
  @per_sli_eligibility = args[:per_sli_eligibility] if args.key?(:per_sli_eligibility)
729
665
  @tier = args[:tier] if args.key?(:tier)
@@ -1505,8 +1441,7 @@ module Google
1505
1441
 
1506
1442
  # Deny Maintenance Period that is applied to resource to indicate when
1507
1443
  # maintenance is forbidden. User can specify zero or more non-overlapping deny
1508
- # periods. For V1, Maximum number of deny_maintenance_periods is expected to be
1509
- # one.
1444
+ # periods. Maximum number of deny_maintenance_periods expected is one.
1510
1445
  # Corresponds to the JSON property `denyMaintenancePeriods`
1511
1446
  # @return [Array<Google::Apis::MemcacheV1::DenyMaintenancePeriod>]
1512
1447
  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.8.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.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210615"
25
+ REVISION = "20210907"
26
26
  end
27
27
  end
28
28
  end
@@ -118,12 +118,6 @@ module Google
118
118
  include Google::Apis::Core::JsonObjectSupport
119
119
  end
120
120
 
121
- class GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion
122
- class Representation < Google::Apis::Core::JsonRepresentation; end
123
-
124
- include Google::Apis::Core::JsonObjectSupport
125
- end
126
-
127
121
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
128
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
123
 
@@ -382,10 +376,10 @@ module Google
382
376
  class GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata
383
377
  # @private
384
378
  class Representation < Google::Apis::Core::JsonRepresentation
385
- collection :exclusions, as: 'exclusions', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion::Representation
386
-
387
379
  property :location, as: 'location'
388
380
  property :node_id, as: 'nodeId'
381
+ property :per_sli_eligibility, as: 'perSliEligibility', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility::Representation
382
+
389
383
  end
390
384
  end
391
385
 
@@ -413,21 +407,9 @@ module Google
413
407
  end
414
408
  end
415
409
 
416
- class GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion
417
- # @private
418
- class Representation < Google::Apis::Core::JsonRepresentation
419
- property :duration, as: 'duration'
420
- property :reason, as: 'reason'
421
- property :sli_name, as: 'sliName'
422
- property :start_time, as: 'startTime'
423
- end
424
- end
425
-
426
410
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
427
411
  # @private
428
412
  class Representation < Google::Apis::Core::JsonRepresentation
429
- collection :exclusions, as: 'exclusions', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion::Representation
430
-
431
413
  collection :nodes, as: 'nodes', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata::Representation
432
414
 
433
415
  property :per_sli_eligibility, as: 'perSliEligibility', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility::Representation
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # See, edit, configure, and delete your Google Cloud Platform data
33
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
  end
36
36
  end
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.8.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-28 00:00:00.000000000 Z
11
+ date: 2021-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-memcache_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-memcache_v1
63
63
  post_install_message:
64
64
  rdoc_options: []