google-apis-gkehub_v1 0.32.0 → 0.34.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/gkehub_v1/classes.rb +112 -26
- data/lib/google/apis/gkehub_v1/gem_version.rb +2 -2
- data/lib/google/apis/gkehub_v1/representations.rb +36 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b201658f9232f76a492285880cdf4f94099cbee52e751b9afdf65b4469255552
|
4
|
+
data.tar.gz: f9ff7710cb8648212a3c0f1684ea812b03ef304f4a5c6ae78f12fe9827a2fa30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6ad56f1833a5f7e6121e1e12912cb0f3abc21e336ddbbcf0ab939b46e69d73dee42cfd49765ec5c3b61587c45be2594df22aea70cda2af05585b4a012fb5aa6
|
7
|
+
data.tar.gz: 7252363898d9cbccca189c5875e09c8463387f7e36e5272627233a1eff0032f9ce329e2978b6b3fed570fcb0133335e5955aea3d668db760855d49b066f59e5d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1
|
2
2
|
|
3
|
+
### v0.34.0 (2022-09-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220912
|
6
|
+
|
7
|
+
### v0.33.0 (2022-09-01)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220828
|
10
|
+
|
3
11
|
### v0.32.0 (2022-08-14)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20220805
|
@@ -350,31 +350,33 @@ module Google
|
|
350
350
|
# members` can have the following values: * `allUsers`: A special identifier
|
351
351
|
# that represents anyone who is on the internet; with or without a Google
|
352
352
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
353
|
-
# anyone who is authenticated with a Google account or a service account.
|
354
|
-
#
|
355
|
-
#
|
356
|
-
#
|
357
|
-
#
|
358
|
-
#
|
359
|
-
#
|
360
|
-
#
|
361
|
-
# .
|
362
|
-
#
|
363
|
-
# email address
|
364
|
-
#
|
365
|
-
#
|
366
|
-
#
|
367
|
-
# emailid
|
368
|
-
#
|
369
|
-
#
|
370
|
-
#
|
371
|
-
#
|
372
|
-
#
|
373
|
-
#
|
374
|
-
#
|
375
|
-
#
|
376
|
-
#
|
377
|
-
#
|
353
|
+
# anyone who is authenticated with a Google account or a service account. Does
|
354
|
+
# not include identities that come from external identity providers (IdPs)
|
355
|
+
# through identity federation. * `user:`emailid``: An email address that
|
356
|
+
# represents a specific Google account. For example, `alice@example.com` . * `
|
357
|
+
# serviceAccount:`emailid``: An email address that represents a Google service
|
358
|
+
# account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
|
359
|
+
# serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
|
360
|
+
# identifier for a [Kubernetes service account](https://cloud.google.com/
|
361
|
+
# kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
|
362
|
+
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
363
|
+
# email address that represents a Google group. For example, `admins@example.com`
|
364
|
+
# . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
365
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
366
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
367
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
368
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
369
|
+
# address (plus unique identifier) representing a service account that has been
|
370
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
371
|
+
# 123456789012345678901`. If the service account is undeleted, this value
|
372
|
+
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
373
|
+
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
374
|
+
# An email address (plus unique identifier) representing a Google group that has
|
375
|
+
# been recently deleted. For example, `admins@example.com?uid=
|
376
|
+
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
377
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
378
|
+
# domain:`domain``: The G Suite domain (primary) that represents all the users
|
379
|
+
# of that domain. For example, `google.com` or `example.com`.
|
378
380
|
# Corresponds to the JSON property `members`
|
379
381
|
# @return [Array<String>]
|
380
382
|
attr_accessor :members
|
@@ -467,6 +469,13 @@ module Google
|
|
467
469
|
class ConfigManagementConfigSync
|
468
470
|
include Google::Apis::Core::Hashable
|
469
471
|
|
472
|
+
# Set to true to allow the vertical scaling. Defaults to false which disallows
|
473
|
+
# vertical scaling.
|
474
|
+
# Corresponds to the JSON property `allowVerticalScale`
|
475
|
+
# @return [Boolean]
|
476
|
+
attr_accessor :allow_vertical_scale
|
477
|
+
alias_method :allow_vertical_scale?, :allow_vertical_scale
|
478
|
+
|
470
479
|
# Enables the installation of ConfigSync. If set to true, ConfigSync resources
|
471
480
|
# will be created and the other ConfigSync fields will be applied if exist. If
|
472
481
|
# set to false, all other ConfigSync fields will be ignored, ConfigSync
|
@@ -495,7 +504,7 @@ module Google
|
|
495
504
|
attr_accessor :prevent_drift
|
496
505
|
alias_method :prevent_drift?, :prevent_drift
|
497
506
|
|
498
|
-
# Specifies whether the Config Sync Repo is in
|
507
|
+
# Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured"
|
499
508
|
# mode.
|
500
509
|
# Corresponds to the JSON property `sourceFormat`
|
501
510
|
# @return [String]
|
@@ -507,6 +516,7 @@ module Google
|
|
507
516
|
|
508
517
|
# Update properties of this object
|
509
518
|
def update!(**args)
|
519
|
+
@allow_vertical_scale = args[:allow_vertical_scale] if args.key?(:allow_vertical_scale)
|
510
520
|
@enabled = args[:enabled] if args.key?(:enabled)
|
511
521
|
@git = args[:git] if args.key?(:git)
|
512
522
|
@oci = args[:oci] if args.key?(:oci)
|
@@ -707,6 +717,11 @@ module Google
|
|
707
717
|
# @return [String]
|
708
718
|
attr_accessor :gatekeeper_controller_manager_state
|
709
719
|
|
720
|
+
# Status of the pod serving the mutation webhook.
|
721
|
+
# Corresponds to the JSON property `gatekeeperMutation`
|
722
|
+
# @return [String]
|
723
|
+
attr_accessor :gatekeeper_mutation
|
724
|
+
|
710
725
|
def initialize(**args)
|
711
726
|
update!(**args)
|
712
727
|
end
|
@@ -715,6 +730,7 @@ module Google
|
|
715
730
|
def update!(**args)
|
716
731
|
@gatekeeper_audit = args[:gatekeeper_audit] if args.key?(:gatekeeper_audit)
|
717
732
|
@gatekeeper_controller_manager_state = args[:gatekeeper_controller_manager_state] if args.key?(:gatekeeper_controller_manager_state)
|
733
|
+
@gatekeeper_mutation = args[:gatekeeper_mutation] if args.key?(:gatekeeper_mutation)
|
718
734
|
end
|
719
735
|
end
|
720
736
|
|
@@ -1697,6 +1713,11 @@ module Google
|
|
1697
1713
|
class IdentityServiceAuthMethod
|
1698
1714
|
include Google::Apis::Core::Hashable
|
1699
1715
|
|
1716
|
+
# Configuration for the Google Plugin Auth flow.
|
1717
|
+
# Corresponds to the JSON property `googleConfig`
|
1718
|
+
# @return [Google::Apis::GkehubV1::IdentityServiceGoogleConfig]
|
1719
|
+
attr_accessor :google_config
|
1720
|
+
|
1700
1721
|
# Identifier for auth config.
|
1701
1722
|
# Corresponds to the JSON property `name`
|
1702
1723
|
# @return [String]
|
@@ -1718,12 +1739,33 @@ module Google
|
|
1718
1739
|
|
1719
1740
|
# Update properties of this object
|
1720
1741
|
def update!(**args)
|
1742
|
+
@google_config = args[:google_config] if args.key?(:google_config)
|
1721
1743
|
@name = args[:name] if args.key?(:name)
|
1722
1744
|
@oidc_config = args[:oidc_config] if args.key?(:oidc_config)
|
1723
1745
|
@proxy = args[:proxy] if args.key?(:proxy)
|
1724
1746
|
end
|
1725
1747
|
end
|
1726
1748
|
|
1749
|
+
# Configuration for the Google Plugin Auth flow.
|
1750
|
+
class IdentityServiceGoogleConfig
|
1751
|
+
include Google::Apis::Core::Hashable
|
1752
|
+
|
1753
|
+
# Disable automatic configuration of Google Plugin on supported platforms.
|
1754
|
+
# Corresponds to the JSON property `disable`
|
1755
|
+
# @return [Boolean]
|
1756
|
+
attr_accessor :disable
|
1757
|
+
alias_method :disable?, :disable
|
1758
|
+
|
1759
|
+
def initialize(**args)
|
1760
|
+
update!(**args)
|
1761
|
+
end
|
1762
|
+
|
1763
|
+
# Update properties of this object
|
1764
|
+
def update!(**args)
|
1765
|
+
@disable = args[:disable] if args.key?(:disable)
|
1766
|
+
end
|
1767
|
+
end
|
1768
|
+
|
1727
1769
|
# **Anthos Identity Service**: Configuration for a single Membership.
|
1728
1770
|
class IdentityServiceMembershipSpec
|
1729
1771
|
include Google::Apis::Core::Hashable
|
@@ -1807,6 +1849,12 @@ module Google
|
|
1807
1849
|
attr_accessor :deploy_cloud_console_proxy
|
1808
1850
|
alias_method :deploy_cloud_console_proxy?, :deploy_cloud_console_proxy
|
1809
1851
|
|
1852
|
+
# Enable access token.
|
1853
|
+
# Corresponds to the JSON property `enableAccessToken`
|
1854
|
+
# @return [Boolean]
|
1855
|
+
attr_accessor :enable_access_token
|
1856
|
+
alias_method :enable_access_token?, :enable_access_token
|
1857
|
+
|
1810
1858
|
# Output only. Encrypted OIDC Client secret
|
1811
1859
|
# Corresponds to the JSON property `encryptedClientSecret`
|
1812
1860
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
@@ -1865,6 +1913,7 @@ module Google
|
|
1865
1913
|
@client_id = args[:client_id] if args.key?(:client_id)
|
1866
1914
|
@client_secret = args[:client_secret] if args.key?(:client_secret)
|
1867
1915
|
@deploy_cloud_console_proxy = args[:deploy_cloud_console_proxy] if args.key?(:deploy_cloud_console_proxy)
|
1916
|
+
@enable_access_token = args[:enable_access_token] if args.key?(:enable_access_token)
|
1868
1917
|
@encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
|
1869
1918
|
@extra_params = args[:extra_params] if args.key?(:extra_params)
|
1870
1919
|
@group_prefix = args[:group_prefix] if args.key?(:group_prefix)
|
@@ -2877,6 +2926,31 @@ module Google
|
|
2877
2926
|
end
|
2878
2927
|
end
|
2879
2928
|
|
2929
|
+
# Status of data plane management. Only reported per-member.
|
2930
|
+
class ServiceMeshDataPlaneManagement
|
2931
|
+
include Google::Apis::Core::Hashable
|
2932
|
+
|
2933
|
+
# Explanation of the status.
|
2934
|
+
# Corresponds to the JSON property `details`
|
2935
|
+
# @return [Array<Google::Apis::GkehubV1::ServiceMeshStatusDetails>]
|
2936
|
+
attr_accessor :details
|
2937
|
+
|
2938
|
+
# Lifecycle status of data plane management.
|
2939
|
+
# Corresponds to the JSON property `state`
|
2940
|
+
# @return [String]
|
2941
|
+
attr_accessor :state
|
2942
|
+
|
2943
|
+
def initialize(**args)
|
2944
|
+
update!(**args)
|
2945
|
+
end
|
2946
|
+
|
2947
|
+
# Update properties of this object
|
2948
|
+
def update!(**args)
|
2949
|
+
@details = args[:details] if args.key?(:details)
|
2950
|
+
@state = args[:state] if args.key?(:state)
|
2951
|
+
end
|
2952
|
+
end
|
2953
|
+
|
2880
2954
|
# **Service Mesh**: Spec for a single Membership for the servicemesh feature
|
2881
2955
|
class ServiceMeshMembershipSpec
|
2882
2956
|
include Google::Apis::Core::Hashable
|
@@ -2886,6 +2960,11 @@ module Google
|
|
2886
2960
|
# @return [String]
|
2887
2961
|
attr_accessor :control_plane
|
2888
2962
|
|
2963
|
+
# Enables automatic Service Mesh management.
|
2964
|
+
# Corresponds to the JSON property `management`
|
2965
|
+
# @return [String]
|
2966
|
+
attr_accessor :management
|
2967
|
+
|
2889
2968
|
def initialize(**args)
|
2890
2969
|
update!(**args)
|
2891
2970
|
end
|
@@ -2893,6 +2972,7 @@ module Google
|
|
2893
2972
|
# Update properties of this object
|
2894
2973
|
def update!(**args)
|
2895
2974
|
@control_plane = args[:control_plane] if args.key?(:control_plane)
|
2975
|
+
@management = args[:management] if args.key?(:management)
|
2896
2976
|
end
|
2897
2977
|
end
|
2898
2978
|
|
@@ -2906,6 +2986,11 @@ module Google
|
|
2906
2986
|
# @return [Google::Apis::GkehubV1::ServiceMeshControlPlaneManagement]
|
2907
2987
|
attr_accessor :control_plane_management
|
2908
2988
|
|
2989
|
+
# Status of data plane management. Only reported per-member.
|
2990
|
+
# Corresponds to the JSON property `dataPlaneManagement`
|
2991
|
+
# @return [Google::Apis::GkehubV1::ServiceMeshDataPlaneManagement]
|
2992
|
+
attr_accessor :data_plane_management
|
2993
|
+
|
2909
2994
|
def initialize(**args)
|
2910
2995
|
update!(**args)
|
2911
2996
|
end
|
@@ -2913,6 +2998,7 @@ module Google
|
|
2913
2998
|
# Update properties of this object
|
2914
2999
|
def update!(**args)
|
2915
3000
|
@control_plane_management = args[:control_plane_management] if args.key?(:control_plane_management)
|
3001
|
+
@data_plane_management = args[:data_plane_management] if args.key?(:data_plane_management)
|
2916
3002
|
end
|
2917
3003
|
end
|
2918
3004
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220912"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -310,6 +310,12 @@ module Google
|
|
310
310
|
include Google::Apis::Core::JsonObjectSupport
|
311
311
|
end
|
312
312
|
|
313
|
+
class IdentityServiceGoogleConfig
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
313
319
|
class IdentityServiceMembershipSpec
|
314
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
321
|
|
@@ -472,6 +478,12 @@ module Google
|
|
472
478
|
include Google::Apis::Core::JsonObjectSupport
|
473
479
|
end
|
474
480
|
|
481
|
+
class ServiceMeshDataPlaneManagement
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
475
487
|
class ServiceMeshMembershipSpec
|
476
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
489
|
|
@@ -660,6 +672,7 @@ module Google
|
|
660
672
|
class ConfigManagementConfigSync
|
661
673
|
# @private
|
662
674
|
class Representation < Google::Apis::Core::JsonRepresentation
|
675
|
+
property :allow_vertical_scale, as: 'allowVerticalScale'
|
663
676
|
property :enabled, as: 'enabled'
|
664
677
|
property :git, as: 'git', class: Google::Apis::GkehubV1::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1::ConfigManagementGitConfig::Representation
|
665
678
|
|
@@ -724,6 +737,7 @@ module Google
|
|
724
737
|
class Representation < Google::Apis::Core::JsonRepresentation
|
725
738
|
property :gatekeeper_audit, as: 'gatekeeperAudit'
|
726
739
|
property :gatekeeper_controller_manager_state, as: 'gatekeeperControllerManagerState'
|
740
|
+
property :gatekeeper_mutation, as: 'gatekeeperMutation'
|
727
741
|
end
|
728
742
|
end
|
729
743
|
|
@@ -1003,6 +1017,8 @@ module Google
|
|
1003
1017
|
class IdentityServiceAuthMethod
|
1004
1018
|
# @private
|
1005
1019
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1020
|
+
property :google_config, as: 'googleConfig', class: Google::Apis::GkehubV1::IdentityServiceGoogleConfig, decorator: Google::Apis::GkehubV1::IdentityServiceGoogleConfig::Representation
|
1021
|
+
|
1006
1022
|
property :name, as: 'name'
|
1007
1023
|
property :oidc_config, as: 'oidcConfig', class: Google::Apis::GkehubV1::IdentityServiceOidcConfig, decorator: Google::Apis::GkehubV1::IdentityServiceOidcConfig::Representation
|
1008
1024
|
|
@@ -1010,6 +1026,13 @@ module Google
|
|
1010
1026
|
end
|
1011
1027
|
end
|
1012
1028
|
|
1029
|
+
class IdentityServiceGoogleConfig
|
1030
|
+
# @private
|
1031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1032
|
+
property :disable, as: 'disable'
|
1033
|
+
end
|
1034
|
+
end
|
1035
|
+
|
1013
1036
|
class IdentityServiceMembershipSpec
|
1014
1037
|
# @private
|
1015
1038
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1036,6 +1059,7 @@ module Google
|
|
1036
1059
|
property :client_id, as: 'clientId'
|
1037
1060
|
property :client_secret, as: 'clientSecret'
|
1038
1061
|
property :deploy_cloud_console_proxy, as: 'deployCloudConsoleProxy'
|
1062
|
+
property :enable_access_token, as: 'enableAccessToken'
|
1039
1063
|
property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
|
1040
1064
|
property :extra_params, as: 'extraParams'
|
1041
1065
|
property :group_prefix, as: 'groupPrefix'
|
@@ -1309,10 +1333,20 @@ module Google
|
|
1309
1333
|
end
|
1310
1334
|
end
|
1311
1335
|
|
1336
|
+
class ServiceMeshDataPlaneManagement
|
1337
|
+
# @private
|
1338
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1339
|
+
collection :details, as: 'details', class: Google::Apis::GkehubV1::ServiceMeshStatusDetails, decorator: Google::Apis::GkehubV1::ServiceMeshStatusDetails::Representation
|
1340
|
+
|
1341
|
+
property :state, as: 'state'
|
1342
|
+
end
|
1343
|
+
end
|
1344
|
+
|
1312
1345
|
class ServiceMeshMembershipSpec
|
1313
1346
|
# @private
|
1314
1347
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1315
1348
|
property :control_plane, as: 'controlPlane'
|
1349
|
+
property :management, as: 'management'
|
1316
1350
|
end
|
1317
1351
|
end
|
1318
1352
|
|
@@ -1321,6 +1355,8 @@ module Google
|
|
1321
1355
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1322
1356
|
property :control_plane_management, as: 'controlPlaneManagement', class: Google::Apis::GkehubV1::ServiceMeshControlPlaneManagement, decorator: Google::Apis::GkehubV1::ServiceMeshControlPlaneManagement::Representation
|
1323
1357
|
|
1358
|
+
property :data_plane_management, as: 'dataPlaneManagement', class: Google::Apis::GkehubV1::ServiceMeshDataPlaneManagement, decorator: Google::Apis::GkehubV1::ServiceMeshDataPlaneManagement::Representation
|
1359
|
+
|
1324
1360
|
end
|
1325
1361
|
end
|
1326
1362
|
|
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.
|
4
|
+
version: 0.34.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-
|
11
|
+
date: 2022-09-19 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:
|
19
|
+
version: 0.7.2
|
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:
|
29
|
+
version: 0.7.2
|
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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.34.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|