Skip to content

Commit 718fea4

Browse files
feat: Automated regeneration of saasservicemgmt v1 client (#26039)
Auto-created at 2026-03-22 10:47:25 +0000 using the toys pull request generator.
1 parent 65ff579 commit 718fea4

4 files changed

Lines changed: 6 additions & 11 deletions

File tree

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

3+
### v0.2.0 (2026-03-22)
4+
5+
* Regenerated from discovery document revision 20260311
6+
37
### v0.1.0 (2026-03-15)
48

59
* Regenerated from discovery document revision 20260308

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,13 +1090,6 @@ class RolloutKind
10901090
# @return [Hash<String,String>]
10911091
attr_accessor :labels
10921092

1093-
# Optional. Value among strict (enforcing maintenance policy and only looking at
1094-
# Units with maintenance policy), ignore (ignoring maintenance policy) and skip (
1095-
# skipping Units with maintenance policy)
1096-
# Corresponds to the JSON property `maintenancePolicyEnforcement`
1097-
# @return [String]
1098-
attr_accessor :maintenance_policy_enforcement
1099-
11001093
# Identifier. The resource name (full URI of the resource) following the
11011094
# standard naming scheme: "projects/`project`/locations/`location`/rolloutKinds/`
11021095
# rollout_kind_id`"
@@ -1162,7 +1155,6 @@ def update!(**args)
11621155
@error_budget = args[:error_budget] if args.key?(:error_budget)
11631156
@etag = args[:etag] if args.key?(:etag)
11641157
@labels = args[:labels] if args.key?(:labels)
1165-
@maintenance_policy_enforcement = args[:maintenance_policy_enforcement] if args.key?(:maintenance_policy_enforcement)
11661158
@name = args[:name] if args.key?(:name)
11671159
@rollout_orchestration_strategy = args[:rollout_orchestration_strategy] if args.key?(:rollout_orchestration_strategy)
11681160
@uid = args[:uid] if args.key?(:uid)

generated/google-apis-saasservicemgmt_v1/lib/google/apis/saasservicemgmt_v1/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 SaasservicemgmtV1
1818
# Version of the google-apis-saasservicemgmt_v1 gem
19-
GEM_VERSION = "0.1.0"
19+
GEM_VERSION = "0.2.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 = "20260308"
25+
REVISION = "20260311"
2626
end
2727
end
2828
end

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
569569

570570
property :etag, as: 'etag'
571571
hash :labels, as: 'labels'
572-
property :maintenance_policy_enforcement, as: 'maintenancePolicyEnforcement'
573572
property :name, as: 'name'
574573
property :rollout_orchestration_strategy, as: 'rolloutOrchestrationStrategy'
575574
property :uid, as: 'uid'

0 commit comments

Comments
 (0)