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.13.0 (2026-06-21)

* Regenerated from discovery document revision 20260610

### v0.12.0 (2026-06-14)

* Regenerated from discovery document revision 20260603
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,7 @@ def update!(**args)
end

# An object that describes various settings of Rollout execution. Includes built-
# in policies across GCP and GDC, and customizable policies.
# in and customizable policies.
class RolloutKind
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -3149,8 +3149,8 @@ class UnitKind
attr_accessor :etag

# Optional. List of inputVariables for this release that will either be
# retrieved from a dependencys outputVariables, or will be passed on to a
# dependencys inputVariables. Maximum 100.
# retrieved from a dependency's outputVariables, or will be passed on to a
# dependency's inputVariables. Maximum 100.
# Corresponds to the JSON property `inputVariableMappings`
# @return [Array<Google::Apis::SaasservicemgmtV1beta1::VariableMapping>]
attr_accessor :input_variable_mappings
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.12.0"
GEM_VERSION = "0.13.0"

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

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