google-apis-gkehub_v1alpha2 0.5.0 → 0.6.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: a6b9390d28bf189a873a285cf11ba45e09b5e524e9a94542f6515766eb27941e
4
- data.tar.gz: a5743e0ada79691c4728dc253fa2d1da903b94c8033efebcc9d39395c2a0a373
3
+ metadata.gz: 803c88fe898bbee27b1d7913ce4bde74b15cc4336742a4dadba01d03feb640bf
4
+ data.tar.gz: 55215110a0231f55742c20abcdac38e485573029e33d334c20bbe6978743713d
5
5
  SHA512:
6
- metadata.gz: '039e0951df4b7ee5c411ecccfce0aac046d4e7115db11638ca7cc100f1ab034b4850c83696407fda54384c66962526cfbe89838be8bd678c84d35b91e2e5eafe'
7
- data.tar.gz: ca509e8d37feb51946f348327503895b370d0176e3b77589fb9102faf950401ed01c947944bba4a1821d9e8ea9b47a7f417684c92504582ab5e853b5ea8bd551
6
+ metadata.gz: 29a5e4432b609be9f93f5d8e1fb19c9a95cc12a050de1be7fca2297eec6606327f1cf1ffa1b8dd9c62fc3d5518002832b1c52b46821a22e6d55541585594a3c9
7
+ data.tar.gz: 34c1158a89b74a80f4a917205e1b7c797e1b97f38f1a2fb40b8cafb014c049e9465719bb37a952a764531754177c98a8bef52b606fc84cbc1ae3131a461b7342
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1alpha2
2
2
 
3
+ ### v0.6.0 (2021-07-14)
4
+
5
+ * Regenerated from discovery document revision 20210709
6
+
3
7
  ### v0.5.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -354,6 +354,13 @@ module Google
354
354
  class GkeCluster
355
355
  include Google::Apis::Core::Hashable
356
356
 
357
+ # Output only. If cluster_missing is set then it denotes that the GKE cluster no
358
+ # longer exists in the GKE Control Plane.
359
+ # Corresponds to the JSON property `clusterMissing`
360
+ # @return [Boolean]
361
+ attr_accessor :cluster_missing
362
+ alias_method :cluster_missing?, :cluster_missing
363
+
357
364
  # Immutable. Self-link of the GCP resource for the GKE cluster. For example: //
358
365
  # container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-
359
366
  # cluster Zonal clusters are also supported.
@@ -367,6 +374,7 @@ module Google
367
374
 
368
375
  # Update properties of this object
369
376
  def update!(**args)
377
+ @cluster_missing = args[:cluster_missing] if args.key?(:cluster_missing)
370
378
  @resource_link = args[:resource_link] if args.key?(:resource_link)
371
379
  end
372
380
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1alpha2
18
18
  # Version of the google-apis-gkehub_v1alpha2 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.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 = "20210507"
25
+ REVISION = "20210709"
26
26
  end
27
27
  end
28
28
  end
@@ -287,6 +287,7 @@ module Google
287
287
  class GkeCluster
288
288
  # @private
289
289
  class Representation < Google::Apis::Core::JsonRepresentation
290
+ property :cluster_missing, as: 'clusterMissing'
290
291
  property :resource_link, as: 'resourceLink'
291
292
  end
292
293
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1alpha2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-19 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-gkehub_v1alpha2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.6.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1alpha2
63
63
  post_install_message:
64
64
  rdoc_options: []