google-apis-container_v1beta1 0.22.0 → 0.23.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: dd85c7d6376f7fd4c5008875cf8f8fe49d2831ac3990b77e7aa06545390f3a8f
4
- data.tar.gz: d15854505ecd7f3bbb6e3f6fc61487c85c80bc2aeb0018f1fb248844469a19be
3
+ metadata.gz: 4aef4d5afd30510123dadf739122559f3c9051d4f3e2f99cdd65c56fdec83e91
4
+ data.tar.gz: bb28583f711d7b4fddc722c15db5bcb7135b878a18a617055c0dd84335ce58ce
5
5
  SHA512:
6
- metadata.gz: e39594a890de1e78dfed1a41799dbfc48ad4f530af591e852b037e30ab7335d9c9c377bf6b9cca5da0c0fb7d09e627be43f10594c6fa3c5d09c0fb9a7e31e63b
7
- data.tar.gz: 31b84211c102cd121d3fec96a3767c62ab2ffc97ca8edd2f719d715b9409e39f2acde2654652682085bd2244c8aa85c1a8c1d1b6735e715bf6cebda03642c92e
6
+ metadata.gz: ac6c9b639762a74e2406a0ae9e5ed06a76d36664f24484017453ade4eaf486211e1a4d8dc38ea29c383377ac73727428617195d96f6a031459695f0dab90a4b0
7
+ data.tar.gz: aa805a7df02c8fd525904c0414fa2f68a91072f896f16adf81979c28cec905750c1e169423ef185e9c52d1dc63f3c0d430d37e19af7fee7a7c05c59af457f91c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.23.0 (2021-11-16)
4
+
5
+ * Regenerated from discovery document revision 20211104
6
+
3
7
  ### v0.22.0 (2021-10-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20211014
@@ -2683,6 +2683,27 @@ module Google
2683
2683
  end
2684
2684
  end
2685
2685
 
2686
+ # ManagedPrometheusConfig defines the configuration for Google Cloud Managed
2687
+ # Service for Prometheus.
2688
+ class ManagedPrometheusConfig
2689
+ include Google::Apis::Core::Hashable
2690
+
2691
+ # Enable Managed Collection.
2692
+ # Corresponds to the JSON property `enabled`
2693
+ # @return [Boolean]
2694
+ attr_accessor :enabled
2695
+ alias_method :enabled?, :enabled
2696
+
2697
+ def initialize(**args)
2698
+ update!(**args)
2699
+ end
2700
+
2701
+ # Update properties of this object
2702
+ def update!(**args)
2703
+ @enabled = args[:enabled] if args.key?(:enabled)
2704
+ end
2705
+ end
2706
+
2686
2707
  # Master is the configuration for components on master.
2687
2708
  class Master
2688
2709
  include Google::Apis::Core::Hashable
@@ -2899,6 +2920,12 @@ module Google
2899
2920
  # @return [Google::Apis::ContainerV1beta1::MonitoringComponentConfig]
2900
2921
  attr_accessor :component_config
2901
2922
 
2923
+ # ManagedPrometheusConfig defines the configuration for Google Cloud Managed
2924
+ # Service for Prometheus.
2925
+ # Corresponds to the JSON property `managedPrometheusConfig`
2926
+ # @return [Google::Apis::ContainerV1beta1::ManagedPrometheusConfig]
2927
+ attr_accessor :managed_prometheus_config
2928
+
2902
2929
  def initialize(**args)
2903
2930
  update!(**args)
2904
2931
  end
@@ -2906,6 +2933,7 @@ module Google
2906
2933
  # Update properties of this object
2907
2934
  def update!(**args)
2908
2935
  @component_config = args[:component_config] if args.key?(:component_config)
2936
+ @managed_prometheus_config = args[:managed_prometheus_config] if args.key?(:managed_prometheus_config)
2909
2937
  end
2910
2938
  end
2911
2939
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContainerV1beta1
18
18
  # Version of the google-apis-container_v1beta1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.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 = "20211014"
25
+ REVISION = "20211104"
26
26
  end
27
27
  end
28
28
  end
@@ -382,6 +382,12 @@ module Google
382
382
  include Google::Apis::Core::JsonObjectSupport
383
383
  end
384
384
 
385
+ class ManagedPrometheusConfig
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
385
391
  class Master
386
392
  class Representation < Google::Apis::Core::JsonRepresentation; end
387
393
 
@@ -1533,6 +1539,13 @@ module Google
1533
1539
  end
1534
1540
  end
1535
1541
 
1542
+ class ManagedPrometheusConfig
1543
+ # @private
1544
+ class Representation < Google::Apis::Core::JsonRepresentation
1545
+ property :enabled, as: 'enabled'
1546
+ end
1547
+ end
1548
+
1536
1549
  class Master
1537
1550
  # @private
1538
1551
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1597,6 +1610,8 @@ module Google
1597
1610
  class Representation < Google::Apis::Core::JsonRepresentation
1598
1611
  property :component_config, as: 'componentConfig', class: Google::Apis::ContainerV1beta1::MonitoringComponentConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringComponentConfig::Representation
1599
1612
 
1613
+ property :managed_prometheus_config, as: 'managedPrometheusConfig', class: Google::Apis::ContainerV1beta1::ManagedPrometheusConfig, decorator: Google::Apis::ContainerV1beta1::ManagedPrometheusConfig::Representation
1614
+
1600
1615
  end
1601
1616
  end
1602
1617
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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-11-01 00:00:00.000000000 Z
11
+ date: 2021-12-06 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/main/generated/google-apis-container_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []