google-apis-gkehub_v1beta 0.48.0 → 0.49.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: 1bcf670f14b6e6e8d66e9c20a2567782f70c5a10df982c7193e0e79d336b5d24
4
- data.tar.gz: 1842e658ae84c77b0eb581022a826fe4a65f181afbfa2353bcecf0fa578e0e12
3
+ metadata.gz: 7282bb77d0f99e6954e2db5358244dd2e4e49a6e160aebbf107e4afdb288dad4
4
+ data.tar.gz: 66d25db01f2900ba3148a93e50b0270893788a01727cc3b9d9b8374c5b5564bf
5
5
  SHA512:
6
- metadata.gz: 2a612e44a03423ab241c4ff7fb0fd6556bfdba43c922f795d36f53a292c6b04f452849f875053298ee4837fa2287a0347cd1479ef335fb24b469504ff434e397
7
- data.tar.gz: a7ecdc789decdae52a5a727d518df6304d63a6cfe7da08b8eba94ff1ec8076f3f859fc42259f4d9c09ae3fee634cafae322132b31c8dfcc79be448b816249699
6
+ metadata.gz: 3a3f9a226cb4b613fbcd7fd0f78e58d9077d61f38f110f66ea5654ccc4f04223aeeb023801f2fba9b389757d420bcc81e53e0b8a38c0df844452e2207b4b6415
7
+ data.tar.gz: e573d5e82ff428887207b75df51c8d817fa41e88f027a013c928325b12eceaa56823cc27a78e5575dee9caaf8954b4bc04912938046d2e156015502d8ab15df4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1beta
2
2
 
3
+ ### v0.49.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230609
6
+
3
7
  ### v0.48.0 (2023-06-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20230606
@@ -1235,6 +1235,11 @@ module Google
1235
1235
  attr_accessor :template_library_installed
1236
1236
  alias_method :template_library_installed?, :template_library_installed
1237
1237
 
1238
+ # Output only. Last time this membership spec was updated.
1239
+ # Corresponds to the JSON property `updateTime`
1240
+ # @return [String]
1241
+ attr_accessor :update_time
1242
+
1238
1243
  def initialize(**args)
1239
1244
  update!(**args)
1240
1245
  end
@@ -1249,6 +1254,7 @@ module Google
1249
1254
  @mutation_enabled = args[:mutation_enabled] if args.key?(:mutation_enabled)
1250
1255
  @referential_rules_enabled = args[:referential_rules_enabled] if args.key?(:referential_rules_enabled)
1251
1256
  @template_library_installed = args[:template_library_installed] if args.key?(:template_library_installed)
1257
+ @update_time = args[:update_time] if args.key?(:update_time)
1252
1258
  end
1253
1259
  end
1254
1260
 
@@ -1256,6 +1262,11 @@ module Google
1256
1262
  class ConfigManagementPolicyControllerMigration
1257
1263
  include Google::Apis::Core::Hashable
1258
1264
 
1265
+ # Last time this membership spec was copied to PoCo feature.
1266
+ # Corresponds to the JSON property `copyTime`
1267
+ # @return [String]
1268
+ attr_accessor :copy_time
1269
+
1259
1270
  # Stage of the migration.
1260
1271
  # Corresponds to the JSON property `stage`
1261
1272
  # @return [String]
@@ -1267,6 +1278,7 @@ module Google
1267
1278
 
1268
1279
  # Update properties of this object
1269
1280
  def update!(**args)
1281
+ @copy_time = args[:copy_time] if args.key?(:copy_time)
1270
1282
  @stage = args[:stage] if args.key?(:stage)
1271
1283
  end
1272
1284
  end
@@ -3291,6 +3303,11 @@ module Google
3291
3303
  # @return [Hash<String,Google::Apis::GkehubV1beta::PolicyControllerOnClusterState>]
3292
3304
  attr_accessor :bundle_states
3293
3305
 
3306
+ # OnClusterState represents the state of a sub-component of Policy Controller.
3307
+ # Corresponds to the JSON property `referentialSyncConfigState`
3308
+ # @return [Google::Apis::GkehubV1beta::PolicyControllerOnClusterState]
3309
+ attr_accessor :referential_sync_config_state
3310
+
3294
3311
  # OnClusterState represents the state of a sub-component of Policy Controller.
3295
3312
  # Corresponds to the JSON property `templateLibraryState`
3296
3313
  # @return [Google::Apis::GkehubV1beta::PolicyControllerOnClusterState]
@@ -3303,6 +3320,7 @@ module Google
3303
3320
  # Update properties of this object
3304
3321
  def update!(**args)
3305
3322
  @bundle_states = args[:bundle_states] if args.key?(:bundle_states)
3323
+ @referential_sync_config_state = args[:referential_sync_config_state] if args.key?(:referential_sync_config_state)
3306
3324
  @template_library_state = args[:template_library_state] if args.key?(:template_library_state)
3307
3325
  end
3308
3326
  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.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230606"
25
+ REVISION = "20230609"
26
26
  end
27
27
  end
28
28
  end
@@ -1028,12 +1028,14 @@ module Google
1028
1028
  property :mutation_enabled, as: 'mutationEnabled'
1029
1029
  property :referential_rules_enabled, as: 'referentialRulesEnabled'
1030
1030
  property :template_library_installed, as: 'templateLibraryInstalled'
1031
+ property :update_time, as: 'updateTime'
1031
1032
  end
1032
1033
  end
1033
1034
 
1034
1035
  class ConfigManagementPolicyControllerMigration
1035
1036
  # @private
1036
1037
  class Representation < Google::Apis::Core::JsonRepresentation
1038
+ property :copy_time, as: 'copyTime'
1037
1039
  property :stage, as: 'stage'
1038
1040
  end
1039
1041
  end
@@ -1602,6 +1604,8 @@ module Google
1602
1604
  class Representation < Google::Apis::Core::JsonRepresentation
1603
1605
  hash :bundle_states, as: 'bundleStates', class: Google::Apis::GkehubV1beta::PolicyControllerOnClusterState, decorator: Google::Apis::GkehubV1beta::PolicyControllerOnClusterState::Representation
1604
1606
 
1607
+ property :referential_sync_config_state, as: 'referentialSyncConfigState', class: Google::Apis::GkehubV1beta::PolicyControllerOnClusterState, decorator: Google::Apis::GkehubV1beta::PolicyControllerOnClusterState::Representation
1608
+
1605
1609
  property :template_library_state, as: 'templateLibraryState', class: Google::Apis::GkehubV1beta::PolicyControllerOnClusterState, decorator: Google::Apis::GkehubV1beta::PolicyControllerOnClusterState::Representation
1606
1610
 
1607
1611
  end
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.48.0
4
+ version: 0.49.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: 2023-06-11 00:00:00.000000000 Z
11
+ date: 2023-06-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.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.49.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: []