Skip to content

Commit 6fcb697

Browse files
feat: Automated regeneration of gkehub v1alpha client (googleapis#21435)
Auto-created at 2025-01-19 10:36:52 +0000 using the toys pull request generator.
1 parent 7ac6a6b commit 6fcb697

File tree

4 files changed

+13
-16
lines changed

4 files changed

+13
-16
lines changed

generated/google-apis-gkehub_v1alpha/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-gkehub_v1alpha
22

3+
### v0.87.0 (2025-01-19)
4+
5+
* Regenerated from discovery document revision 20250113
6+
37
### v0.86.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250103

generated/google-apis-gkehub_v1alpha/lib/google/apis/gkehub_v1alpha/classes.rb

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,13 +1164,6 @@ def update!(**args)
11641164
class ConfigManagementConfigSync
11651165
include Google::Apis::Core::Hashable
11661166

1167-
# Optional. Set to true to allow the vertical scaling. Defaults to false which
1168-
# disallows vertical scaling. This field is deprecated.
1169-
# Corresponds to the JSON property `allowVerticalScale`
1170-
# @return [Boolean]
1171-
attr_accessor :allow_vertical_scale
1172-
alias_method :allow_vertical_scale?, :allow_vertical_scale
1173-
11741167
# Optional. Enables the installation of ConfigSync. If set to true, ConfigSync
11751168
# resources will be created and the other ConfigSync fields will be applied if
11761169
# exist. If set to false, all other ConfigSync fields will be ignored,
@@ -1231,7 +1224,6 @@ def initialize(**args)
12311224

12321225
# Update properties of this object
12331226
def update!(**args)
1234-
@allow_vertical_scale = args[:allow_vertical_scale] if args.key?(:allow_vertical_scale)
12351227
@enabled = args[:enabled] if args.key?(:enabled)
12361228
@git = args[:git] if args.key?(:git)
12371229
@metrics_gcp_service_account_email = args[:metrics_gcp_service_account_email] if args.key?(:metrics_gcp_service_account_email)
@@ -1555,8 +1547,8 @@ class ConfigManagementGitConfig
15551547
attr_accessor :policy_dir
15561548

15571549
# Required. Type of secret configured for access to the Git repo. Must be one of
1558-
# ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of
1559-
# this is case-sensitive. Required.
1550+
# ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The
1551+
# validation of this is case-sensitive.
15601552
# Corresponds to the JSON property `secretType`
15611553
# @return [String]
15621554
attr_accessor :secret_type
@@ -1566,7 +1558,7 @@ class ConfigManagementGitConfig
15661558
# @return [String]
15671559
attr_accessor :sync_branch
15681560

1569-
# Optional. The URL of the Git repository to use as the source of truth.
1561+
# Required. The URL of the Git repository to use as the source of truth.
15701562
# Corresponds to the JSON property `syncRepo`
15711563
# @return [String]
15721564
attr_accessor :sync_repo
@@ -1892,12 +1884,14 @@ class ConfigManagementOciConfig
18921884
# @return [String]
18931885
attr_accessor :policy_dir
18941886

1895-
# Optional. Type of secret configured for access to the Git repo.
1887+
# Required. Type of secret configured for access to the OCI repo. Must be one of
1888+
# gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this
1889+
# is case-sensitive.
18961890
# Corresponds to the JSON property `secretType`
18971891
# @return [String]
18981892
attr_accessor :secret_type
18991893

1900-
# Optional. The OCI image repository URL for the package to sync from. e.g. `
1894+
# Required. The OCI image repository URL for the package to sync from. e.g. `
19011895
# LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`.
19021896
# Corresponds to the JSON property `syncRepo`
19031897
# @return [String]

generated/google-apis-gkehub_v1alpha/lib/google/apis/gkehub_v1alpha/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module GkehubV1alpha
1818
# Version of the google-apis-gkehub_v1alpha gem
19-
GEM_VERSION = "0.86.0"
19+
GEM_VERSION = "0.87.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250103"
25+
REVISION = "20250113"
2626
end
2727
end
2828
end

generated/google-apis-gkehub_v1alpha/lib/google/apis/gkehub_v1alpha/representations.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
14691469
class ConfigManagementConfigSync
14701470
# @private
14711471
class Representation < Google::Apis::Core::JsonRepresentation
1472-
property :allow_vertical_scale, as: 'allowVerticalScale'
14731472
property :enabled, as: 'enabled'
14741473
property :git, as: 'git', class: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig::Representation
14751474

0 commit comments

Comments
 (0)