google-apis-gkehub_v1 0.6.0 → 0.10.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: 4e38dea2568bec3ac690340ef9fe9fbb4afb22fa77eb86385d6d0910c8d81615
4
- data.tar.gz: c49b080ca69a8911a37512219c0398ca6481e1fda66ae81af0e1939ad1c46475
3
+ metadata.gz: 8b2a43e31b225406d7d35241c3871a9959f81c8c099b86138dd7f1cb02ea84b0
4
+ data.tar.gz: 1c6d6153588374607ca80c49d1c2691136efea579e98027b458be882bb7dcae9
5
5
  SHA512:
6
- metadata.gz: d71d1b2e3ca4681653df41a4c1075964ad3e1898d5dc20c24dbaf968418e3fbfd58012dad521f136c21027fbbe027c3ecf4bbc4bc908210f489439d04d78d0bd
7
- data.tar.gz: 672c128235660d906c90f56315269d1cce4f2e157278c5b8bc98bcc2fd6b6c69a2cabd0fff69f1bb865aa843dbb182fb2d1350227afc98f0200afad0f213e2de
6
+ metadata.gz: 254e6aa19362d8fe8a517da5b9a1182fa7a5873235bf3c1a0f6efc7723868724b4efc9126d2580c8d19226d680021b249392349330344364138d23dce9ea3e98
7
+ data.tar.gz: 9cc5cf4e5cc2b612349168bb9df2cdb48a65521f326dd8d5cc406055534256025b99d91c98d0794025a9e562bb327f4bff63b11e3cd89451cc3fbfa88c0ad8a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.10.0 (2021-08-21)
4
+
5
+ * Regenerated from discovery document revision 20210813
6
+
7
+ ### v0.9.0 (2021-08-04)
8
+
9
+ * Regenerated from discovery document revision 20210729
10
+
11
+ ### v0.8.0 (2021-07-14)
12
+
13
+ * Regenerated from discovery document revision 20210709
14
+
15
+ ### v0.7.0 (2021-06-30)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.6.0 (2021-06-25)
4
20
 
5
21
  * Regenerated from discovery document revision 20210622
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V1 of the GKE Hub
1
+ # Simple REST client for version V1 of the GKE Hub API
2
2
 
3
- This is a simple client library for version V1 of the GKE Hub. It provides:
3
+ This is a simple client library for version V1 of the GKE Hub API. It provides:
4
4
 
5
5
  * A client object that connects to the HTTP/JSON REST endpoint for the service.
6
6
  * Ruby objects for data structures related to the service.
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Gkehub service in particular.)
67
67
 
68
- For reference information on specific calls in the GKE Hub, see the {Google::Apis::GkehubV1::GKEHubService class reference docs}.
68
+ For reference information on specific calls in the GKE Hub API, see the {Google::Apis::GkehubV1::GKEHubService class reference docs}.
69
69
 
70
70
  ## Which client should I use?
71
71
 
@@ -19,17 +19,17 @@ require 'google/apis/gkehub_v1/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # GKE Hub
22
+ # GKE Hub API
23
23
  #
24
24
  #
25
25
  #
26
26
  # @see https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster
27
27
  module GkehubV1
28
- # Version of the GKE Hub this client connects to.
28
+ # Version of the GKE Hub API this client connects to.
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -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
@@ -1925,7 +1933,7 @@ module Google
1925
1933
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1926
1934
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1927
1935
  # description: Does not grant access after Sep 2020 expression: request.time <
1928
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1936
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1929
1937
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1930
1938
  # google.com/iam/docs/).
1931
1939
  class Policy
@@ -2019,7 +2027,7 @@ module Google
2019
2027
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2020
2028
  # roles/resourcemanager.organizationViewer condition: title: expirable access
2021
2029
  # description: Does not grant access after Sep 2020 expression: request.time <
2022
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
2030
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2023
2031
  # description of IAM and its features, see the [IAM documentation](https://cloud.
2024
2032
  # google.com/iam/docs/).
2025
2033
  # Corresponds to the JSON property `policy`
@@ -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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
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 = "20210813"
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
@@ -20,7 +20,7 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module GkehubV1
23
- # GKE Hub
23
+ # GKE Hub API
24
24
  #
25
25
  #
26
26
  #
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.6.0
4
+ version: 0.10.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-06-28 00:00:00.000000000 Z
11
+ date: 2021-08-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,16 +26,16 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
33
- description: This is the simple REST client for GKE Hub V1. Simple REST clients are
34
- Ruby client libraries that provide access to Google services via their HTTP REST
35
- API endpoints. These libraries are generated and updated automatically based on
36
- the discovery documents published by the service, and they handle most concerns
33
+ description: This is the simple REST client for GKE Hub API V1. Simple REST clients
34
+ are Ruby client libraries that provide access to Google services via their HTTP
35
+ REST API endpoints. These libraries are generated and updated automatically based
36
+ on the discovery documents published by the service, and they handle most concerns
37
37
  such as authentication, pagination, retry, timeouts, and logging. You can use this
38
- client to access the GKE Hub, but note that some services may provide a separate
38
+ client to access the GKE Hub API, but note that some services may provide a separate
39
39
  modern client that is easier to use.
40
40
  email: googleapis-packages@google.com
41
41
  executables: []
@@ -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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.10.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: []
@@ -78,5 +78,5 @@ requirements: []
78
78
  rubygems_version: 3.2.17
79
79
  signing_key:
80
80
  specification_version: 4
81
- summary: Simple REST client for GKE Hub V1
81
+ summary: Simple REST client for GKE Hub API V1
82
82
  test_files: []