google-apis-gkehub_v1alpha2 0.20.0 → 0.23.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: c8724d5c1f08ef0dd4efe51ab2915e4011fa9fb58fa59e3c708d8a9f6c97238c
4
- data.tar.gz: 995bf563d149d1b2822b7eff20d6305f548040d9c2753826406cd8b0372a392d
3
+ metadata.gz: e994da8da061abff963e8158f1cf5e5598c98332afcade34a22b96c0eb549f7c
4
+ data.tar.gz: 46ab28e5817c7d6e628599025fcf2e7435c23811ff756558e490b8b921b59cb6
5
5
  SHA512:
6
- metadata.gz: 7090bdef99385441cc7d6116881a40235fc58a23961a8abc03d8eafa151b3e5bb76b0940f248b1120340f95ba05f7c4c3c1df25d3c081d6be8cdf170322a8fd9
7
- data.tar.gz: 627a94fffb61fe645185bd4a764dcd14ae22affa87b1d3ca1e599cdc212c8b186495bc913e8e9a9b55eb426d5431e607e5917e5252b85d303526589ccb5a7e5e
6
+ metadata.gz: 39598b226f299b263e3e4fd71455925cabe83dd5a8a77c4f66a42368b87dc759dc34c7e4e8b2359ff079938d104e2d0cdc28b45f7e3af709decb69d0d13d2a75
7
+ data.tar.gz: 83a5cd24c6f8cc365046af7850e9af32b04938b96d651bc4f11129e626793dcf0cc91ae85af563f345b6f52c3bce7481e988c155081d71c1a579a170cbe17417
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-gkehub_v1alpha2
2
2
 
3
+ ### v0.23.0 (2022-07-23)
4
+
5
+ * Regenerated from discovery document revision 20220715
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.22.0 (2022-07-02)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.21.0 (2022-06-19)
13
+
14
+ * Regenerated from discovery document revision 20220613
15
+ * Regenerated using generator version 0.7.0
16
+
3
17
  ### v0.20.0 (2022-06-05)
4
18
 
5
19
  * Regenerated from discovery document revision 20220530
@@ -945,7 +945,8 @@ module Google
945
945
  # Immutable. Self-link of the GCP resource for the GKE Multi-Cloud cluster. For
946
946
  # example: //gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-
947
947
  # a/awsClusters/my-cluster //gkemulticloud.googleapis.com/projects/my-project/
948
- # locations/us-west1-a/azureClusters/my-cluster
948
+ # locations/us-west1-a/azureClusters/my-cluster //gkemulticloud.googleapis.com/
949
+ # projects/my-project/locations/us-west1-a/attachedClusters/my-cluster
949
950
  # Corresponds to the JSON property `resourceLink`
950
951
  # @return [String]
951
952
  attr_accessor :resource_link
@@ -978,6 +979,11 @@ module Google
978
979
  attr_accessor :cluster_missing
979
980
  alias_method :cluster_missing?, :cluster_missing
980
981
 
982
+ # Immutable. The on prem cluster's type.
983
+ # Corresponds to the JSON property `clusterType`
984
+ # @return [String]
985
+ attr_accessor :cluster_type
986
+
981
987
  # Immutable. Self-link of the GCP resource for the GKE On-Prem cluster. For
982
988
  # example: //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/
983
989
  # vmwareClusters/my-cluster //gkeonprem.googleapis.com/projects/my-project/
@@ -994,6 +1000,7 @@ module Google
994
1000
  def update!(**args)
995
1001
  @admin_cluster = args[:admin_cluster] if args.key?(:admin_cluster)
996
1002
  @cluster_missing = args[:cluster_missing] if args.key?(:cluster_missing)
1003
+ @cluster_type = args[:cluster_type] if args.key?(:cluster_type)
997
1004
  @resource_link = args[:resource_link] if args.key?(:resource_link)
998
1005
  end
999
1006
  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.20.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220530"
25
+ REVISION = "20220715"
26
26
  end
27
27
  end
28
28
  end
@@ -479,6 +479,7 @@ module Google
479
479
  class Representation < Google::Apis::Core::JsonRepresentation
480
480
  property :admin_cluster, as: 'adminCluster'
481
481
  property :cluster_missing, as: 'clusterMissing'
482
+ property :cluster_type, as: 'clusterType'
482
483
  property :resource_link, as: 'resourceLink'
483
484
  end
484
485
  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.20.0
4
+ version: 0.23.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: 2022-06-13 00:00:00.000000000 Z
11
+ date: 2022-07-25 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.5'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.5'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1alpha2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha2
63
63
  post_install_message:
64
64
  rdoc_options: []