Skip to content

Commit b493029

Browse files
feat: Automated regeneration of gkehub v1beta client (#13062)
Auto-created at 2022-12-13 11:25:54 +0000 using the toys pull request generator.
1 parent c9e0272 commit b493029

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182545,6 +182545,7 @@
182545182545
"/gkehub:v1beta/MembershipFeatureSpec/anthosvm": anthosvm
182546182546
"/gkehub:v1beta/MembershipFeatureSpec/cloudbuild": cloudbuild
182547182547
"/gkehub:v1beta/MembershipFeatureSpec/configmanagement": configmanagement
182548+
"/gkehub:v1beta/MembershipFeatureSpec/fleetInherited": fleet_inherited
182548182549
"/gkehub:v1beta/MembershipFeatureSpec/fleetobservability": fleetobservability
182549182550
"/gkehub:v1beta/MembershipFeatureSpec/identityservice": identityservice
182550182551
"/gkehub:v1beta/MembershipFeatureSpec/mesh": mesh

generated/google-apis-gkehub_v1beta/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_v1beta
22

3+
### v0.36.0 (2022-12-13)
4+
5+
* Regenerated from discovery document revision 20221207
6+
37
### v0.35.0 (2022-11-06)
48

59
* Regenerated from discovery document revision 20221031

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ class ConfigManagementConfigSync
409409
include Google::Apis::Core::Hashable
410410

411411
# Set to true to allow the vertical scaling. Defaults to false which disallows
412-
# vertical scaling.
412+
# vertical scaling. This field is deprecated.
413413
# Corresponds to the JSON property `allowVerticalScale`
414414
# @return [Boolean]
415415
attr_accessor :allow_vertical_scale
@@ -2056,6 +2056,12 @@ class MembershipFeatureSpec
20562056
# @return [Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec]
20572057
attr_accessor :configmanagement
20582058

2059+
# True if value of `feature_spec` was inherited from a fleet-level default.
2060+
# Corresponds to the JSON property `fleetInherited`
2061+
# @return [Boolean]
2062+
attr_accessor :fleet_inherited
2063+
alias_method :fleet_inherited?, :fleet_inherited
2064+
20592065
# **FleetObservability**: The membership-specific input for FleetObservability
20602066
# feature.
20612067
# Corresponds to the JSON property `fleetobservability`
@@ -2087,6 +2093,7 @@ def update!(**args)
20872093
@anthosobservability = args[:anthosobservability] if args.key?(:anthosobservability)
20882094
@cloudbuild = args[:cloudbuild] if args.key?(:cloudbuild)
20892095
@configmanagement = args[:configmanagement] if args.key?(:configmanagement)
2096+
@fleet_inherited = args[:fleet_inherited] if args.key?(:fleet_inherited)
20902097
@fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
20912098
@identityservice = args[:identityservice] if args.key?(:identityservice)
20922099
@mesh = args[:mesh] if args.key?(:mesh)

generated/google-apis-gkehub_v1beta/lib/google/apis/gkehub_v1beta/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 GkehubV1beta
1818
# Version of the google-apis-gkehub_v1beta gem
19-
GEM_VERSION = "0.35.0"
19+
GEM_VERSION = "0.36.0"
2020

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
10841084

10851085
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec::Representation
10861086

1087+
property :fleet_inherited, as: 'fleetInherited'
10871088
property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1beta::FleetObservabilityMembershipSpec, decorator: Google::Apis::GkehubV1beta::FleetObservabilityMembershipSpec::Representation
10881089

10891090
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec::Representation

0 commit comments

Comments
 (0)