google-apis-memcache_v1beta2 0.12.0 → 0.13.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: eafeace4607aaaf03ec83f8ed271828378d43bec7f996cf2a56c2e73aac936fb
4
- data.tar.gz: 241e2476b34fbe6324bb09352267a77e189c68b11bbd8611c80b87d64ca2b091
3
+ metadata.gz: cf8bd92539ab1288dcfe6560f5b26a3bd5e6e147af92b075ec5f554dae8915b6
4
+ data.tar.gz: '086c15cef11131d1d0626051bfd1149cdcfb94632cd708e196b1b437d8f936c7'
5
5
  SHA512:
6
- metadata.gz: c3aea7b47ef26de93fb5e93864e58c0284075999c2170948c4c0efb75aafc7b1de08bd61d89c2151cd60033def79a979e4be2716c8604ed5e8b4ee5e431838bf
7
- data.tar.gz: a4011929cb70900dae7eec131d3b8bd58745515c2c59e9f9f5001abbf6f34a3175e887e350a09156f10a90bfd73a3e0a5048ebaf0a786e5baed1f7407028ee4c
6
+ metadata.gz: 7ff1db5323b8acb4ce8223c9c21e55a4c74968f6adb93502f1c86dda815a418e54884b082965b4c6313c4e5a74ff5270bd4bb1c75d00487cb558ff04ee1d5630
7
+ data.tar.gz: 261675cdcee73248b0b10f8059f89cb0b2baddede861d884d24bbfd0c8eae867a7c053e10fda42d9c2f60d5b1d8a7f96fbb7e0bd07e5fb778c381912a77b91b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-memcache_v1beta2
2
2
 
3
+ ### v0.13.0 (2021-09-12)
4
+
5
+ * Regenerated from discovery document revision 20210907
6
+
3
7
  ### v0.12.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210810
@@ -543,14 +543,6 @@ module Google
543
543
  class GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata
544
544
  include Google::Apis::Core::Hashable
545
545
 
546
- # By default node is eligible if instance is eligible. But individual node might
547
- # be excluded from SLO by adding entry here. For semantic see SloMetadata.
548
- # exclusions. If both instance and node level exclusions are present for time
549
- # period, the node level's reason will be reported by Eligibility Exporter.
550
- # Corresponds to the JSON property `exclusions`
551
- # @return [Array<Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>]
552
- attr_accessor :exclusions
553
-
554
546
  # The location of the node, if different from instance location.
555
547
  # Corresponds to the JSON property `location`
556
548
  # @return [String]
@@ -572,7 +564,6 @@ module Google
572
564
 
573
565
  # Update properties of this object
574
566
  def update!(**args)
575
- @exclusions = args[:exclusions] if args.key?(:exclusions)
576
567
  @location = args[:location] if args.key?(:location)
577
568
  @node_id = args[:node_id] if args.key?(:node_id)
578
569
  @per_sli_eligibility = args[:per_sli_eligibility] if args.key?(:per_sli_eligibility)
@@ -667,71 +658,11 @@ module Google
667
658
  end
668
659
  end
669
660
 
670
- # SloExclusion represents an exclusion in SLI calculation applies to all SLOs.
671
- class GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion
672
- include Google::Apis::Core::Hashable
673
-
674
- # Exclusion duration. No restrictions on the possible values. When an ongoing
675
- # operation is taking longer than initially expected, an existing entry in the
676
- # exclusion list can be updated by extending the duration. This is supported by
677
- # the subsystem exporting eligibility data as long as such extension is
678
- # committed at least 10 minutes before the original exclusion expiration -
679
- # otherwise it is possible that there will be "gaps" in the exclusion
680
- # application in the exported timeseries.
681
- # Corresponds to the JSON property `duration`
682
- # @return [String]
683
- attr_accessor :duration
684
-
685
- # Human-readable reason for the exclusion. This should be a static string (e.g. "
686
- # Disruptive update in progress") and should not contain dynamically generated
687
- # data (e.g. instance name). Can be left empty.
688
- # Corresponds to the JSON property `reason`
689
- # @return [String]
690
- attr_accessor :reason
691
-
692
- # Name of an SLI that this exclusion applies to. Can be left empty, signaling
693
- # that the instance should be excluded from all SLIs.
694
- # Corresponds to the JSON property `sliName`
695
- # @return [String]
696
- attr_accessor :sli_name
697
-
698
- # Start time of the exclusion. No alignment (e.g. to a full minute) needed.
699
- # Corresponds to the JSON property `startTime`
700
- # @return [String]
701
- attr_accessor :start_time
702
-
703
- def initialize(**args)
704
- update!(**args)
705
- end
706
-
707
- # Update properties of this object
708
- def update!(**args)
709
- @duration = args[:duration] if args.key?(:duration)
710
- @reason = args[:reason] if args.key?(:reason)
711
- @sli_name = args[:sli_name] if args.key?(:sli_name)
712
- @start_time = args[:start_time] if args.key?(:start_time)
713
- end
714
- end
715
-
716
661
  # SloMetadata contains resources required for proper SLO classification of the
717
662
  # instance.
718
663
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
719
664
  include Google::Apis::Core::Hashable
720
665
 
721
- # List of SLO exclusion windows. When multiple entries in the list match (
722
- # matching the exclusion time-window against current time point) the exclusion
723
- # reason used in the first matching entry will be published. It is not needed to
724
- # include expired exclusion in this list, as only the currently applicable
725
- # exclusions are taken into account by the eligibility exporting subsystem (the
726
- # historical state of exclusions will be reflected in the historically produced
727
- # timeseries regardless of the current state). This field can be used to mark
728
- # the instance as temporary ineligible for the purpose of SLO calculation. For
729
- # permanent instance SLO exclusion, use of custom instance eligibility is
730
- # recommended. See 'eligibility' field below.
731
- # Corresponds to the JSON property `exclusions`
732
- # @return [Array<Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>]
733
- attr_accessor :exclusions
734
-
735
666
  # Optional. List of nodes. Some producers need to use per-node metadata to
736
667
  # calculate SLO. This field allows such producers to publish per-node SLO meta
737
668
  # data, which will be consumed by SSA Eligibility Exporter and published in the
@@ -758,7 +689,6 @@ module Google
758
689
 
759
690
  # Update properties of this object
760
691
  def update!(**args)
761
- @exclusions = args[:exclusions] if args.key?(:exclusions)
762
692
  @nodes = args[:nodes] if args.key?(:nodes)
763
693
  @per_sli_eligibility = args[:per_sli_eligibility] if args.key?(:per_sli_eligibility)
764
694
  @tier = args[:tier] if args.key?(:tier)
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210810"
25
+ REVISION = "20210907"
26
26
  end
27
27
  end
28
28
  end
@@ -124,12 +124,6 @@ module Google
124
124
  include Google::Apis::Core::JsonObjectSupport
125
125
  end
126
126
 
127
- class GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion
128
- class Representation < Google::Apis::Core::JsonRepresentation; end
129
-
130
- include Google::Apis::Core::JsonObjectSupport
131
- end
132
-
133
127
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
134
128
  class Representation < Google::Apis::Core::JsonRepresentation; end
135
129
 
@@ -396,8 +390,6 @@ module Google
396
390
  class GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata
397
391
  # @private
398
392
  class Representation < Google::Apis::Core::JsonRepresentation
399
- collection :exclusions, as: 'exclusions', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion::Representation
400
-
401
393
  property :location, as: 'location'
402
394
  property :node_id, as: 'nodeId'
403
395
  property :per_sli_eligibility, as: 'perSliEligibility', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility::Representation
@@ -429,21 +421,9 @@ module Google
429
421
  end
430
422
  end
431
423
 
432
- class GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion
433
- # @private
434
- class Representation < Google::Apis::Core::JsonRepresentation
435
- property :duration, as: 'duration'
436
- property :reason, as: 'reason'
437
- property :sli_name, as: 'sliName'
438
- property :start_time, as: 'startTime'
439
- end
440
- end
441
-
442
424
  class GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata
443
425
  # @private
444
426
  class Representation < Google::Apis::Core::JsonRepresentation
445
- collection :exclusions, as: 'exclusions', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion::Representation
446
-
447
427
  collection :nodes, as: 'nodes', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata::Representation
448
428
 
449
429
  property :per_sli_eligibility, as: 'perSliEligibility', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility::Representation
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1beta2'
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_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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-09-06 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
@@ -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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-memcache_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []