google-apis-gkehub_v1alpha 0.37.0 → 0.39.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: d678100bdeea2fc0fd7f5f0bfbb504ca7fb49a8ea4f38a565cfdde1c7dba10a0
4
- data.tar.gz: 1201bb08aa0e87fdcf280866a98a228c064148ed58fb924e638fb572f9e74913
3
+ metadata.gz: e1b5f12a7b086b353e2efb99eccc9f01d5effc9f412e3cb5b46e19afb19b4bf3
4
+ data.tar.gz: 16922a7bf81bd3e9b80e9176e3ca4b46917bb467bb22e27eeecaabf8279d82ed
5
5
  SHA512:
6
- metadata.gz: ae1d6eef61ba83cc50b6744ee8a532c260e11ca71eab2cfa3498f8e8adc6e4a2f23c878bd48a7ec91271022070610db5e7d204d4cf179736e167f43860e3f367
7
- data.tar.gz: effe435c4469fe208ab71e33d085666191b6211b0d8ee550f48f48b67acaf51ac5cc376789099597857994f47d4b7e29b9003d099c8e019598a10ff161458b77
6
+ metadata.gz: e17f78e492d59c32b62f47369ac5e2f5e96c4103bb98055914f278aa3646c8457149610b459cfb79183fc7e52f452a6017b366a114bc004c7bce6e4346402181
7
+ data.tar.gz: d6c16e7b8ef2f33e42dfb9a009b38b436f1964728e5e0f4cdef008579c6bff316b6d863ea7ea2481ec0409db7dc3451801e5e4f950d0f29c493a806d15dc1a29
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.39.0 (2022-09-21)
4
+
5
+ * Regenerated from discovery document revision 20220912
6
+ * Regenerated using generator version 0.10.0
7
+
8
+ ### v0.38.0 (2022-09-04)
9
+
10
+ * Regenerated from discovery document revision 20220828
11
+
3
12
  ### v0.37.0 (2022-08-22)
4
13
 
5
14
  * Regenerated from discovery document revision 20220812
@@ -45,7 +45,7 @@ module Google
45
45
  class AnthosObservabilityMembershipSpec
46
46
  include Google::Apis::Core::Hashable
47
47
 
48
- # use full of metrics rather than optimized metrics. See https://cloud.google.
48
+ # Use full of metrics rather than optimized metrics. See https://cloud.google.
49
49
  # com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#
50
50
  # optimized_metrics_default_metrics
51
51
  # Corresponds to the JSON property `doNotOptimizeMetrics`
@@ -53,8 +53,7 @@ module Google
53
53
  attr_accessor :do_not_optimize_metrics
54
54
  alias_method :do_not_optimize_metrics?, :do_not_optimize_metrics
55
55
 
56
- # enable collecting and reporting metrics and logs from user apps See go/onyx-
57
- # application-metrics-logs-user-guide
56
+ # Enable collecting and reporting metrics and logs from user apps.
58
57
  # Corresponds to the JSON property `enableStackdriverOnApplications`
59
58
  # @return [Boolean]
60
59
  attr_accessor :enable_stackdriver_on_applications
@@ -405,31 +404,33 @@ module Google
405
404
  # members` can have the following values: * `allUsers`: A special identifier
406
405
  # that represents anyone who is on the internet; with or without a Google
407
406
  # account. * `allAuthenticatedUsers`: A special identifier that represents
408
- # anyone who is authenticated with a Google account or a service account. * `
409
- # user:`emailid``: An email address that represents a specific Google account.
410
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
411
- # address that represents a Google service account. For example, `my-other-app@
412
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
413
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
414
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
415
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
416
- # . * `group:`emailid``: An email address that represents a Google group. For
417
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
418
- # email address (plus unique identifier) representing a user that has been
419
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
420
- # If the user is recovered, this value reverts to `user:`emailid`` and the
421
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
422
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
423
- # representing a service account that has been recently deleted. For example, `
424
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
425
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
426
- # and the undeleted service account retains the role in the binding. * `deleted:
427
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
428
- # representing a Google group that has been recently deleted. For example, `
429
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
430
- # value reverts to `group:`emailid`` and the recovered group retains the role in
431
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
432
- # all the users of that domain. For example, `google.com` or `example.com`.
407
+ # anyone who is authenticated with a Google account or a service account. Does
408
+ # not include identities that come from external identity providers (IdPs)
409
+ # through identity federation. * `user:`emailid``: An email address that
410
+ # represents a specific Google account. For example, `alice@example.com` . * `
411
+ # serviceAccount:`emailid``: An email address that represents a Google service
412
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
413
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
414
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
415
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
416
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
417
+ # email address that represents a Google group. For example, `admins@example.com`
418
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
419
+ # identifier) representing a user that has been recently deleted. For example, `
420
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
421
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
422
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
423
+ # address (plus unique identifier) representing a service account that has been
424
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
425
+ # 123456789012345678901`. If the service account is undeleted, this value
426
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
427
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
428
+ # An email address (plus unique identifier) representing a Google group that has
429
+ # been recently deleted. For example, `admins@example.com?uid=
430
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
431
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
432
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
433
+ # of that domain. For example, `google.com` or `example.com`.
433
434
  # Corresponds to the JSON property `members`
434
435
  # @return [Array<String>]
435
436
  attr_accessor :members
@@ -660,6 +661,13 @@ module Google
660
661
  class ConfigManagementConfigSync
661
662
  include Google::Apis::Core::Hashable
662
663
 
664
+ # Set to true to allow the vertical scaling. Defaults to false which disallows
665
+ # vertical scaling.
666
+ # Corresponds to the JSON property `allowVerticalScale`
667
+ # @return [Boolean]
668
+ attr_accessor :allow_vertical_scale
669
+ alias_method :allow_vertical_scale?, :allow_vertical_scale
670
+
663
671
  # Enables the installation of ConfigSync. If set to true, ConfigSync resources
664
672
  # will be created and the other ConfigSync fields will be applied if exist. If
665
673
  # set to false, all other ConfigSync fields will be ignored, ConfigSync
@@ -688,7 +696,7 @@ module Google
688
696
  attr_accessor :prevent_drift
689
697
  alias_method :prevent_drift?, :prevent_drift
690
698
 
691
- # Specifies whether the Config Sync Repo is in hierarchical or unstructured
699
+ # Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured"
692
700
  # mode.
693
701
  # Corresponds to the JSON property `sourceFormat`
694
702
  # @return [String]
@@ -700,6 +708,7 @@ module Google
700
708
 
701
709
  # Update properties of this object
702
710
  def update!(**args)
711
+ @allow_vertical_scale = args[:allow_vertical_scale] if args.key?(:allow_vertical_scale)
703
712
  @enabled = args[:enabled] if args.key?(:enabled)
704
713
  @git = args[:git] if args.key?(:git)
705
714
  @oci = args[:oci] if args.key?(:oci)
@@ -2016,6 +2025,11 @@ module Google
2016
2025
  class IdentityServiceAuthMethod
2017
2026
  include Google::Apis::Core::Hashable
2018
2027
 
2028
+ # Configuration for the Google Plugin Auth flow.
2029
+ # Corresponds to the JSON property `googleConfig`
2030
+ # @return [Google::Apis::GkehubV1alpha::IdentityServiceGoogleConfig]
2031
+ attr_accessor :google_config
2032
+
2019
2033
  # Identifier for auth config.
2020
2034
  # Corresponds to the JSON property `name`
2021
2035
  # @return [String]
@@ -2037,12 +2051,33 @@ module Google
2037
2051
 
2038
2052
  # Update properties of this object
2039
2053
  def update!(**args)
2054
+ @google_config = args[:google_config] if args.key?(:google_config)
2040
2055
  @name = args[:name] if args.key?(:name)
2041
2056
  @oidc_config = args[:oidc_config] if args.key?(:oidc_config)
2042
2057
  @proxy = args[:proxy] if args.key?(:proxy)
2043
2058
  end
2044
2059
  end
2045
2060
 
2061
+ # Configuration for the Google Plugin Auth flow.
2062
+ class IdentityServiceGoogleConfig
2063
+ include Google::Apis::Core::Hashable
2064
+
2065
+ # Disable automatic configuration of Google Plugin on supported platforms.
2066
+ # Corresponds to the JSON property `disable`
2067
+ # @return [Boolean]
2068
+ attr_accessor :disable
2069
+ alias_method :disable?, :disable
2070
+
2071
+ def initialize(**args)
2072
+ update!(**args)
2073
+ end
2074
+
2075
+ # Update properties of this object
2076
+ def update!(**args)
2077
+ @disable = args[:disable] if args.key?(:disable)
2078
+ end
2079
+ end
2080
+
2046
2081
  # **Anthos Identity Service**: Configuration for a single Membership.
2047
2082
  class IdentityServiceMembershipSpec
2048
2083
  include Google::Apis::Core::Hashable
@@ -3698,6 +3733,11 @@ module Google
3698
3733
  # @return [String]
3699
3734
  attr_accessor :default_channel
3700
3735
 
3736
+ # Enables automatic Service Mesh management.
3737
+ # Corresponds to the JSON property `management`
3738
+ # @return [String]
3739
+ attr_accessor :management
3740
+
3701
3741
  def initialize(**args)
3702
3742
  update!(**args)
3703
3743
  end
@@ -3706,6 +3746,7 @@ module Google
3706
3746
  def update!(**args)
3707
3747
  @control_plane = args[:control_plane] if args.key?(:control_plane)
3708
3748
  @default_channel = args[:default_channel] if args.key?(:default_channel)
3749
+ @management = args[:management] if args.key?(:management)
3709
3750
  end
3710
3751
  end
3711
3752
 
@@ -3975,6 +4016,83 @@ module Google
3975
4016
  @kind = args[:kind] if args.key?(:kind)
3976
4017
  end
3977
4018
  end
4019
+
4020
+ # Request message for the `GkeHub.ValidateCreateMembership` method.
4021
+ class ValidateCreateMembershipRequest
4022
+ include Google::Apis::Core::Hashable
4023
+
4024
+ # Membership contains information about a member cluster.
4025
+ # Corresponds to the JSON property `membership`
4026
+ # @return [Google::Apis::GkehubV1alpha::Membership]
4027
+ attr_accessor :membership
4028
+
4029
+ # Required. Client chosen membership id.
4030
+ # Corresponds to the JSON property `membershipId`
4031
+ # @return [String]
4032
+ attr_accessor :membership_id
4033
+
4034
+ def initialize(**args)
4035
+ update!(**args)
4036
+ end
4037
+
4038
+ # Update properties of this object
4039
+ def update!(**args)
4040
+ @membership = args[:membership] if args.key?(:membership)
4041
+ @membership_id = args[:membership_id] if args.key?(:membership_id)
4042
+ end
4043
+ end
4044
+
4045
+ # Response message for the `GkeHub.ValidateCreateMembership` method.
4046
+ class ValidateCreateMembershipResponse
4047
+ include Google::Apis::Core::Hashable
4048
+
4049
+ # Wraps all the validator results.
4050
+ # Corresponds to the JSON property `validationResults`
4051
+ # @return [Array<Google::Apis::GkehubV1alpha::ValidationResult>]
4052
+ attr_accessor :validation_results
4053
+
4054
+ def initialize(**args)
4055
+ update!(**args)
4056
+ end
4057
+
4058
+ # Update properties of this object
4059
+ def update!(**args)
4060
+ @validation_results = args[:validation_results] if args.key?(:validation_results)
4061
+ end
4062
+ end
4063
+
4064
+ # ValidationResults are results set by each validator running during
4065
+ # ValidateCreateMembership.
4066
+ class ValidationResult
4067
+ include Google::Apis::Core::Hashable
4068
+
4069
+ # Additional information for the validation.
4070
+ # Corresponds to the JSON property `result`
4071
+ # @return [String]
4072
+ attr_accessor :result
4073
+
4074
+ # Whether the validation is passed or not.
4075
+ # Corresponds to the JSON property `success`
4076
+ # @return [Boolean]
4077
+ attr_accessor :success
4078
+ alias_method :success?, :success
4079
+
4080
+ # Validator type to validate membership with.
4081
+ # Corresponds to the JSON property `validator`
4082
+ # @return [String]
4083
+ attr_accessor :validator
4084
+
4085
+ def initialize(**args)
4086
+ update!(**args)
4087
+ end
4088
+
4089
+ # Update properties of this object
4090
+ def update!(**args)
4091
+ @result = args[:result] if args.key?(:result)
4092
+ @success = args[:success] if args.key?(:success)
4093
+ @validator = args[:validator] if args.key?(:validator)
4094
+ end
4095
+ end
3978
4096
  end
3979
4097
  end
3980
4098
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1alpha
18
18
  # Version of the google-apis-gkehub_v1alpha gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220812"
25
+ REVISION = "20220912"
26
26
  end
27
27
  end
28
28
  end
@@ -370,6 +370,12 @@ module Google
370
370
  include Google::Apis::Core::JsonObjectSupport
371
371
  end
372
372
 
373
+ class IdentityServiceGoogleConfig
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
373
379
  class IdentityServiceMembershipSpec
374
380
  class Representation < Google::Apis::Core::JsonRepresentation; end
375
381
 
@@ -682,6 +688,24 @@ module Google
682
688
  include Google::Apis::Core::JsonObjectSupport
683
689
  end
684
690
 
691
+ class ValidateCreateMembershipRequest
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class ValidateCreateMembershipResponse
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class ValidationResult
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
685
709
  class AnthosObservabilityFeatureSpec
686
710
  # @private
687
711
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -873,6 +897,7 @@ module Google
873
897
  class ConfigManagementConfigSync
874
898
  # @private
875
899
  class Representation < Google::Apis::Core::JsonRepresentation
900
+ property :allow_vertical_scale, as: 'allowVerticalScale'
876
901
  property :enabled, as: 'enabled'
877
902
  property :git, as: 'git', class: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig::Representation
878
903
 
@@ -1251,6 +1276,8 @@ module Google
1251
1276
  class IdentityServiceAuthMethod
1252
1277
  # @private
1253
1278
  class Representation < Google::Apis::Core::JsonRepresentation
1279
+ property :google_config, as: 'googleConfig', class: Google::Apis::GkehubV1alpha::IdentityServiceGoogleConfig, decorator: Google::Apis::GkehubV1alpha::IdentityServiceGoogleConfig::Representation
1280
+
1254
1281
  property :name, as: 'name'
1255
1282
  property :oidc_config, as: 'oidcConfig', class: Google::Apis::GkehubV1alpha::IdentityServiceOidcConfig, decorator: Google::Apis::GkehubV1alpha::IdentityServiceOidcConfig::Representation
1256
1283
 
@@ -1258,6 +1285,13 @@ module Google
1258
1285
  end
1259
1286
  end
1260
1287
 
1288
+ class IdentityServiceGoogleConfig
1289
+ # @private
1290
+ class Representation < Google::Apis::Core::JsonRepresentation
1291
+ property :disable, as: 'disable'
1292
+ end
1293
+ end
1294
+
1261
1295
  class IdentityServiceMembershipSpec
1262
1296
  # @private
1263
1297
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1705,6 +1739,7 @@ module Google
1705
1739
  class Representation < Google::Apis::Core::JsonRepresentation
1706
1740
  property :control_plane, as: 'controlPlane'
1707
1741
  property :default_channel, as: 'defaultChannel'
1742
+ property :management, as: 'management'
1708
1743
  end
1709
1744
  end
1710
1745
 
@@ -1787,6 +1822,32 @@ module Google
1787
1822
  property :kind, as: 'kind'
1788
1823
  end
1789
1824
  end
1825
+
1826
+ class ValidateCreateMembershipRequest
1827
+ # @private
1828
+ class Representation < Google::Apis::Core::JsonRepresentation
1829
+ property :membership, as: 'membership', class: Google::Apis::GkehubV1alpha::Membership, decorator: Google::Apis::GkehubV1alpha::Membership::Representation
1830
+
1831
+ property :membership_id, as: 'membershipId'
1832
+ end
1833
+ end
1834
+
1835
+ class ValidateCreateMembershipResponse
1836
+ # @private
1837
+ class Representation < Google::Apis::Core::JsonRepresentation
1838
+ collection :validation_results, as: 'validationResults', class: Google::Apis::GkehubV1alpha::ValidationResult, decorator: Google::Apis::GkehubV1alpha::ValidationResult::Representation
1839
+
1840
+ end
1841
+ end
1842
+
1843
+ class ValidationResult
1844
+ # @private
1845
+ class Representation < Google::Apis::Core::JsonRepresentation
1846
+ property :result, as: 'result'
1847
+ property :success, as: 'success'
1848
+ property :validator, as: 'validator'
1849
+ end
1850
+ end
1790
1851
  end
1791
1852
  end
1792
1853
  end
@@ -1154,6 +1154,42 @@ module Google
1154
1154
  execute_or_queue_command(command, &block)
1155
1155
  end
1156
1156
 
1157
+ # ValidateCreateMembership is a preflight check for CreateMembership. It checks
1158
+ # the following: 1. Caller has the required `gkehub.memberships.create`
1159
+ # permission. 2. The membership_id is still available.
1160
+ # @param [String] parent
1161
+ # Required. The parent (project and location) where the Memberships will be
1162
+ # created. Specified in the format `projects/*/locations/*`.
1163
+ # @param [Google::Apis::GkehubV1alpha::ValidateCreateMembershipRequest] validate_create_membership_request_object
1164
+ # @param [String] fields
1165
+ # Selector specifying which fields to include in a partial response.
1166
+ # @param [String] quota_user
1167
+ # Available to use for quota purposes for server-side applications. Can be any
1168
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1169
+ # @param [Google::Apis::RequestOptions] options
1170
+ # Request-specific options
1171
+ #
1172
+ # @yield [result, err] Result & error if block supplied
1173
+ # @yieldparam result [Google::Apis::GkehubV1alpha::ValidateCreateMembershipResponse] parsed result object
1174
+ # @yieldparam err [StandardError] error object if request failed
1175
+ #
1176
+ # @return [Google::Apis::GkehubV1alpha::ValidateCreateMembershipResponse]
1177
+ #
1178
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1179
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1180
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1181
+ def validate_create_membership(parent, validate_create_membership_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1182
+ command = make_simple_command(:post, 'v1alpha/{+parent}/memberships:validateCreate', options)
1183
+ command.request_representation = Google::Apis::GkehubV1alpha::ValidateCreateMembershipRequest::Representation
1184
+ command.request_object = validate_create_membership_request_object
1185
+ command.response_representation = Google::Apis::GkehubV1alpha::ValidateCreateMembershipResponse::Representation
1186
+ command.response_class = Google::Apis::GkehubV1alpha::ValidateCreateMembershipResponse
1187
+ command.params['parent'] = parent unless parent.nil?
1188
+ command.query['fields'] = fields unless fields.nil?
1189
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1190
+ execute_or_queue_command(command, &block)
1191
+ end
1192
+
1157
1193
  # Starts asynchronous cancellation on a long-running operation. The server makes
1158
1194
  # a best effort to cancel the operation, but success is not guaranteed. If the
1159
1195
  # server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.39.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-08-29 00:00:00.000000000 Z
11
+ date: 2022-09-26 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.7'
19
+ version: 0.9.0
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.7'
29
+ version: 0.9.0
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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []