File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
generated/google-apis-saasservicemgmt_v1beta1
lib/google/apis/saasservicemgmt_v1beta1 Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments