File tree Expand file tree Collapse file tree
generated/google-apis-saasservicemgmt_v1
lib/google/apis/saasservicemgmt_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments