google-apis-gkehub_v1 0.7.0 → 0.8.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: 61c219dccfc52008bcc4a6ba4c2715786a4f20a0db7d31b5292b8e5a9b075131
4
- data.tar.gz: 6a4c7071c7d49b8aa54cc9de213f1198b7f926c67ca9e6878bc86fefb427662c
3
+ metadata.gz: d043d824cb281cdf06e0830d1f8de9a1c2808afa7429a28ebfb398c3e93c2f21
4
+ data.tar.gz: 12190ddbf956a863ed6aa0d4a9cbca7063415a6c5b73af56eab28afa49f30982
5
5
  SHA512:
6
- metadata.gz: 664738fe06c7f05877e442ba7c6e35655c37d38e5ccb4fe52b4ee9ad6de0f04f8cf67e866b6624cfc15e7789e2345263b0cb4ba72ff64d3af23f2aec8c3ffa59
7
- data.tar.gz: 8cfaf0cfc69124f76e4495d5155add897b2a2be5edf7e472f64a12e420de2a248084463a1e1379b22a378593f0325e9ae18c967ea10fa51515da21b548e98348
6
+ metadata.gz: 425fd6a751106811acfd3c7e915c0d7a4e3efe33360d83132565bb21cf675b8026e5c81dbf1838a5d04081598f945f6ac45f567aa050fb20efe9c69be7f01e2b
7
+ data.tar.gz: 4e67eca913294d1921b1cfdfd5062637ba1ccab3a3ddb2b3ec6c1163cfd44cf9740e824b8657839403fdd0322bd53152e5ff8b03c206aa2a6913bdc9e8cac638
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.8.0 (2021-07-14)
4
+
5
+ * Regenerated from discovery document revision 20210709
6
+
3
7
  ### v0.7.0 (2021-06-30)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -1144,8 +1144,8 @@ module Google
1144
1144
 
1145
1145
  # Optional. Membership-specific configuration for this Feature. If this Feature
1146
1146
  # does not support any per-Membership configuration, this field may be unused.
1147
- # The keys indicate which Membership the configuration is for, in the form:
1148
- # projects/`p`/locations/`l`/memberships/`m` Where `p` is the project, `l` is a
1147
+ # The keys indicate which Membership the configuration is for, in the form: `
1148
+ # projects/`p`/locations/`l`/memberships/`m`` Where `p` is the project, `l` is a
1149
1149
  # valid location and `m` is a valid Membership in this project at that location.
1150
1150
  # `p` WILL match the Feature's project. `p` will always be returned as the
1151
1151
  # project number, but the project ID is also accepted during input. If the same
@@ -1159,8 +1159,8 @@ module Google
1159
1159
 
1160
1160
  # Output only. Membership-specific Feature status. If this Feature does report
1161
1161
  # any per-Membership status, this field may be unused. The keys indicate which
1162
- # Membership the state is for, in the form: projects/`p`/locations/`l`/
1163
- # memberships/`m` Where `p` is the project number, `l` is a valid location and `
1162
+ # Membership the state is for, in the form: `projects/`p`/locations/`l`/
1163
+ # memberships/`m`` Where `p` is the project number, `l` is a valid location and `
1164
1164
  # m` is a valid Membership in this project at that location. `p` MUST match the
1165
1165
  # Feature's project number.
1166
1166
  # Corresponds to the JSON property `membershipStates`
@@ -1293,6 +1293,13 @@ module Google
1293
1293
  class GkeCluster
1294
1294
  include Google::Apis::Core::Hashable
1295
1295
 
1296
+ # Output only. If cluster_missing is set then it denotes that the GKE cluster no
1297
+ # longer exists in the GKE Control Plane.
1298
+ # Corresponds to the JSON property `clusterMissing`
1299
+ # @return [Boolean]
1300
+ attr_accessor :cluster_missing
1301
+ alias_method :cluster_missing?, :cluster_missing
1302
+
1296
1303
  # Immutable. Self-link of the GCP resource for the GKE cluster. For example: //
1297
1304
  # container.googleapis.com/projects/my-project/locations/us-west1-a/clusters/my-
1298
1305
  # cluster Zonal clusters are also supported.
@@ -1306,6 +1313,7 @@ module Google
1306
1313
 
1307
1314
  # Update properties of this object
1308
1315
  def update!(**args)
1316
+ @cluster_missing = args[:cluster_missing] if args.key?(:cluster_missing)
1309
1317
  @resource_link = args[:resource_link] if args.key?(:resource_link)
1310
1318
  end
1311
1319
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1
18
18
  # Version of the google-apis-gkehub_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.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 = "20210622"
25
+ REVISION = "20210709"
26
26
  end
27
27
  end
28
28
  end
@@ -712,6 +712,7 @@ module Google
712
712
  class GkeCluster
713
713
  # @private
714
714
  class Representation < Google::Apis::Core::JsonRepresentation
715
+ property :cluster_missing, as: 'clusterMissing'
715
716
  property :resource_link, as: 'resourceLink'
716
717
  end
717
718
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.8.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1
63
63
  post_install_message:
64
64
  rdoc_options: []