Skip to content

Commit 3cd3cc6

Browse files
feat: Automated regeneration of saasservicemgmt v1beta1 client (googleapis#24305)
Auto-created at 2025-09-14 10:52:38 +0000 using the toys pull request generator.
1 parent 96e1f2b commit 3cd3cc6

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

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

3+
### v0.4.0 (2025-09-14)
4+
5+
* Regenerated from discovery document revision 20250903
6+
37
### v0.3.0 (2025-08-31)
48

59
* Regenerated from discovery document revision 20250818

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,8 @@ class Rollout
800800
attr_accessor :rollout_kind
801801

802802
# Optional. The strategy used for executing this Rollout. This strategy will
803-
# override whatever strategy is specified in the RolloutType. If not specified
804-
# on creation, the strategy from RolloutType will be used. There are two
803+
# override whatever strategy is specified in the RolloutKind. If not specified
804+
# on creation, the strategy from RolloutKind will be used. There are two
805805
# supported values strategies which are used to control - "Google.Cloud.Simple.
806806
# AllAtOnce" - "Google.Cloud.Simple.OneLocationAtATime" A rollout with one of
807807
# these simple strategies will rollout across all locations defined in the
@@ -857,7 +857,7 @@ class Rollout
857857
# Optional. CEL(https://github.com/google/cel-spec) formatted filter string
858858
# against Unit. The filter will be applied to determine the eligible unit
859859
# population. This filter can only reduce, but not expand the scope of the
860-
# rollout. If not provided, the unit_filter from the RolloutType will be used.
860+
# rollout. If not provided, the unit_filter from the RolloutKind will be used.
861861
# Corresponds to the JSON property `unitFilter`
862862
# @return [String]
863863
attr_accessor :unit_filter

generated/google-apis-saasservicemgmt_v1beta1/lib/google/apis/saasservicemgmt_v1beta1/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 SaasservicemgmtV1beta1
1818
# Version of the google-apis-saasservicemgmt_v1beta1 gem
19-
GEM_VERSION = "0.3.0"
19+
GEM_VERSION = "0.4.0"
2020

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

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

0 commit comments

Comments
 (0)