google-apis-gkehub_v1beta 0.68.0 → 0.69.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: 8d520e26c8ed42357a5507345e1c1fe781bb7d07046e779af3e6ab3235f55662
4
- data.tar.gz: 9679281652b349a968550cd65c842f0a2e8cbd244d39eb39eb4c311d041ff6ed
3
+ metadata.gz: e5a246e2e95714fd49fb089f8e3cbecdb62c2ac4cd6e096f442162fe22f1d503
4
+ data.tar.gz: 124738d50c988cda6f27d865d789c04587c41e9c57805c41a820672b10876574
5
5
  SHA512:
6
- metadata.gz: 8e055f7a2a34939299c05334d2eab0a2a15b2ad1b86a4c698ad2db581a310fc21cbfad4dbb384d7b7b307d4d59d21cd5fa019be54a1d61dea51bef59ee20739b
7
- data.tar.gz: 8ea7efe9276c15f6db53a15c7d674a7a80db663e81d7bd11147f7c854168619f9415d110da2e73d8a48d89008679fa398092f64ba226199193fe075667bcaaa7
6
+ metadata.gz: 46f9d25f27e020bb406712e82dcec0d3e3f60c5d7269a567883eac9cc3d550f4d77fe40aa2e01e2d242b80471b500ab98600ee409acec8c77411ac5fb92da8a4
7
+ data.tar.gz: 106cc51c48cdf2d530017f4a730c6f0f6991c2c35a0a1bee7e1d26164a47d18df8716a43564e4ffd6f48b28e6ffcd58757672d2969041d6bcfc148751bf97e91
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.69.0 (2024-02-18)
4
+
5
+ * Regenerated from discovery document revision 20240209
6
+
3
7
  ### v0.68.0 (2024-01-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20240118
@@ -1106,6 +1106,11 @@ module Google
1106
1106
  # @return [String]
1107
1107
  attr_accessor :rootsync_crd
1108
1108
 
1109
+ # The state of CS This field summarizes the other fields in this message.
1110
+ # Corresponds to the JSON property `state`
1111
+ # @return [String]
1112
+ attr_accessor :state
1113
+
1109
1114
  # State indicating an ACM's progress syncing configurations to a cluster
1110
1115
  # Corresponds to the JSON property `syncState`
1111
1116
  # @return [Google::Apis::GkehubV1beta::ConfigManagementSyncState]
@@ -1126,6 +1131,7 @@ module Google
1126
1131
  @errors = args[:errors] if args.key?(:errors)
1127
1132
  @reposync_crd = args[:reposync_crd] if args.key?(:reposync_crd)
1128
1133
  @rootsync_crd = args[:rootsync_crd] if args.key?(:rootsync_crd)
1134
+ @state = args[:state] if args.key?(:state)
1129
1135
  @sync_state = args[:sync_state] if args.key?(:sync_state)
1130
1136
  @version = args[:version] if args.key?(:version)
1131
1137
  end
@@ -1508,6 +1514,11 @@ module Google
1508
1514
  # @return [Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerConfig]
1509
1515
  attr_accessor :hierarchy_controller
1510
1516
 
1517
+ # Enables automatic Feature management.
1518
+ # Corresponds to the JSON property `management`
1519
+ # @return [String]
1520
+ attr_accessor :management
1521
+
1511
1522
  # Configuration for Policy Controller
1512
1523
  # Corresponds to the JSON property `policyController`
1513
1524
  # @return [Google::Apis::GkehubV1beta::ConfigManagementPolicyController]
@@ -1528,6 +1539,7 @@ module Google
1528
1539
  @cluster = args[:cluster] if args.key?(:cluster)
1529
1540
  @config_sync = args[:config_sync] if args.key?(:config_sync)
1530
1541
  @hierarchy_controller = args[:hierarchy_controller] if args.key?(:hierarchy_controller)
1542
+ @management = args[:management] if args.key?(:management)
1531
1543
  @policy_controller = args[:policy_controller] if args.key?(:policy_controller)
1532
1544
  @version = args[:version] if args.key?(:version)
1533
1545
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1beta
18
18
  # Version of the google-apis-gkehub_v1beta gem
19
- GEM_VERSION = "0.68.0"
19
+ GEM_VERSION = "0.69.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240118"
25
+ REVISION = "20240209"
26
26
  end
27
27
  end
28
28
  end
@@ -1246,6 +1246,7 @@ module Google
1246
1246
 
1247
1247
  property :reposync_crd, as: 'reposyncCrd'
1248
1248
  property :rootsync_crd, as: 'rootsyncCrd'
1249
+ property :state, as: 'state'
1249
1250
  property :sync_state, as: 'syncState', class: Google::Apis::GkehubV1beta::ConfigManagementSyncState, decorator: Google::Apis::GkehubV1beta::ConfigManagementSyncState::Representation
1250
1251
 
1251
1252
  property :version, as: 'version', class: Google::Apis::GkehubV1beta::ConfigManagementConfigSyncVersion, decorator: Google::Apis::GkehubV1beta::ConfigManagementConfigSyncVersion::Representation
@@ -1361,6 +1362,7 @@ module Google
1361
1362
 
1362
1363
  property :hierarchy_controller, as: 'hierarchyController', class: Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerConfig, decorator: Google::Apis::GkehubV1beta::ConfigManagementHierarchyControllerConfig::Representation
1363
1364
 
1365
+ property :management, as: 'management'
1364
1366
  property :policy_controller, as: 'policyController', class: Google::Apis::GkehubV1beta::ConfigManagementPolicyController, decorator: Google::Apis::GkehubV1beta::ConfigManagementPolicyController::Representation
1365
1367
 
1366
1368
  property :version, as: 'version'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.68.0
4
+ version: 0.69.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: 2024-01-28 00:00:00.000000000 Z
11
+ date: 2024-02-18 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-gkehub_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.68.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.69.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []