Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-saasservicemgmt_v1beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-saasservicemgmt_v1beta1

### v0.4.0 (2025-09-14)

* Regenerated from discovery document revision 20250903

### v0.3.0 (2025-08-31)

* Regenerated from discovery document revision 20250818
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@ class Rollout
attr_accessor :rollout_kind

# Optional. The strategy used for executing this Rollout. This strategy will
# override whatever strategy is specified in the RolloutType. If not specified
# on creation, the strategy from RolloutType will be used. There are two
# override whatever strategy is specified in the RolloutKind. If not specified
# on creation, the strategy from RolloutKind will be used. There are two
# supported values strategies which are used to control - "Google.Cloud.Simple.
# AllAtOnce" - "Google.Cloud.Simple.OneLocationAtATime" A rollout with one of
# these simple strategies will rollout across all locations defined in the
Expand Down Expand Up @@ -857,7 +857,7 @@ class Rollout
# Optional. CEL(https://github.com/google/cel-spec) formatted filter string
# against Unit. The filter will be applied to determine the eligible unit
# population. This filter can only reduce, but not expand the scope of the
# rollout. If not provided, the unit_filter from the RolloutType will be used.
# rollout. If not provided, the unit_filter from the RolloutKind will be used.
# Corresponds to the JSON property `unitFilter`
# @return [String]
attr_accessor :unit_filter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module SaasservicemgmtV1beta1
# Version of the google-apis-saasservicemgmt_v1beta1 gem
GEM_VERSION = "0.3.0"
GEM_VERSION = "0.4.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20250818"
REVISION = "20250903"
end
end
end
Loading