google-apis-gkehub_v2 0.2.0 → 0.3.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: 9b840bd0a9dde840f95ba095ed55aa5ca52174f75ced89fb55529920c326d8af
4
- data.tar.gz: 497c048f688313d4d46071cc600692281e4c2b5adf4dca36d58c0a8e424fe274
3
+ metadata.gz: 8fab43a54a73ce1c0dfd8fe7a16f6427b5ce74893204a638f3c34440c1534d98
4
+ data.tar.gz: 169b4526a4c9cee925f369fdebe98ab06c8cd52ba155521308ce39a0a1e780d5
5
5
  SHA512:
6
- metadata.gz: 11d78954855f69ab7e01e6692b36103bbbcfb9efad672ad7e07c185dd0703e51ce76e38616971f5e40a7b3bee6c1073dc444bf83a34ac3c645e91feb2319fad7
7
- data.tar.gz: abf994713e4efe8716680935e2b9a1a9b7f58949676a9958e6973684a3910f62c8a2a60a725d75786f3af8e6aeb94689b86ea646087a02db75b5641323674acb
6
+ metadata.gz: a5d855eb51f63e9238dbaa721c5ef905973639af3069c8e2b2d75b02d0e1cfd2f8c9dfcf5d56269c4902b2d00137841e1c715363344be39ecb2449d110420109
7
+ data.tar.gz: c727e49e6a8bf87aa08cd1d3a897a8d5184ce5aa93fde9e122ad557d7f34d3dfae1fb1f134eab44e41ca12d07a167c24420e9a8a4f8680495eec52f9fba82c02
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v2
2
2
 
3
+ ### v0.3.0 (2024-11-03)
4
+
5
+ * Regenerated from discovery document revision 20241025
6
+
3
7
  ### v0.2.0 (2024-10-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20241017
@@ -361,6 +361,12 @@ module Google
361
361
  # @return [String]
362
362
  attr_accessor :source_format
363
363
 
364
+ # Set to true to stop syncing configs for a single cluster. Default to false.
365
+ # Corresponds to the JSON property `stopSyncing`
366
+ # @return [Boolean]
367
+ attr_accessor :stop_syncing
368
+ alias_method :stop_syncing?, :stop_syncing
369
+
364
370
  def initialize(**args)
365
371
  update!(**args)
366
372
  end
@@ -374,6 +380,7 @@ module Google
374
380
  @oci = args[:oci] if args.key?(:oci)
375
381
  @prevent_drift = args[:prevent_drift] if args.key?(:prevent_drift)
376
382
  @source_format = args[:source_format] if args.key?(:source_format)
383
+ @stop_syncing = args[:stop_syncing] if args.key?(:stop_syncing)
377
384
  end
378
385
  end
379
386
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV2
18
18
  # Version of the google-apis-gkehub_v2 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241017"
25
+ REVISION = "20241025"
26
26
  end
27
27
  end
28
28
  end
@@ -678,6 +678,7 @@ module Google
678
678
 
679
679
  property :prevent_drift, as: 'preventDrift'
680
680
  property :source_format, as: 'sourceFormat'
681
+ property :stop_syncing, as: 'stopSyncing'
681
682
  end
682
683
  end
683
684
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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-10-27 00:00:00.000000000 Z
11
+ date: 2024-11-03 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2/v0.2.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2/v0.3.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v2
63
63
  post_install_message:
64
64
  rdoc_options: []