File tree Expand file tree Collapse file tree 5 files changed +50
-2
lines changed
generated/google-apis-androidmanagement_v1
lib/google/apis/androidmanagement_v1 Expand file tree Collapse file tree 5 files changed +50
-2
lines changed Original file line number Diff line number Diff line change 3098630986"/androidmanagement:v1/Enterprise/signinDetails/signin_detail": signin_detail
3098730987"/androidmanagement:v1/Enterprise/termsAndConditions": terms_and_conditions
3098830988"/androidmanagement:v1/Enterprise/termsAndConditions/terms_and_condition": terms_and_condition
30989+ "/androidmanagement:v1/EnterpriseUpgradeEvent": enterprise_upgrade_event
30990+ "/androidmanagement:v1/EnterpriseUpgradeEvent/enterprise": enterprise
30991+ "/androidmanagement:v1/EnterpriseUpgradeEvent/upgradeState": upgrade_state
3098930992"/androidmanagement:v1/ExtensionConfig": extension_config
3099030993"/androidmanagement:v1/ExtensionConfig/notificationReceiver": notification_receiver
3099130994"/androidmanagement:v1/ExtensionConfig/signingKeyFingerprintsSha256": signing_key_fingerprints_sha256
Original file line number Diff line number Diff line change 11# Release history for google-apis-androidmanagement_v1
22
3+ ### v0.89.0 (2025-04-06)
4+
5+ * Regenerated from discovery document revision 20250402
6+
37### v0.88.0 (2025-03-09)
48
59* Regenerated from discovery document revision 20250306
Original file line number Diff line number Diff line change @@ -2338,6 +2338,33 @@ def update!(**args)
23382338 end
23392339 end
23402340
2341+ # An event sent for an enterprise upgrade. An enterprise upgrade is a process
2342+ # that upgrades a managed Google Play Accounts enterprise to a managed Google
2343+ # domain.
2344+ class EnterpriseUpgradeEvent
2345+ include Google ::Apis ::Core ::Hashable
2346+
2347+ # The name of upgraded enterprise in the format "enterprises/`enterprise`"
2348+ # Corresponds to the JSON property `enterprise`
2349+ # @return [String]
2350+ attr_accessor :enterprise
2351+
2352+ # Output only. The upgrade state of the enterprise.
2353+ # Corresponds to the JSON property `upgradeState`
2354+ # @return [String]
2355+ attr_accessor :upgrade_state
2356+
2357+ def initialize ( **args )
2358+ update! ( **args )
2359+ end
2360+
2361+ # Update properties of this object
2362+ def update! ( **args )
2363+ @enterprise = args [ :enterprise ] if args . key? ( :enterprise )
2364+ @upgrade_state = args [ :upgrade_state ] if args . key? ( :upgrade_state )
2365+ end
2366+ end
2367+
23412368 # Configuration to enable an app as an extension app, with the capability of
23422369 # interacting with Android Device Policy offline. For Android versions 11 and
23432370 # above, extension apps are exempt from battery restrictions so will not be
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module AndroidmanagementV1
1818 # Version of the google-apis-androidmanagement_v1 gem
19- GEM_VERSION = "0.88 .0"
19+ GEM_VERSION = "0.89 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.16.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250306 "
25+ REVISION = "20250402 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -286,6 +286,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
286286 include Google ::Apis ::Core ::JsonObjectSupport
287287 end
288288
289+ class EnterpriseUpgradeEvent
290+ class Representation < Google ::Apis ::Core ::JsonRepresentation ; end
291+
292+ include Google ::Apis ::Core ::JsonObjectSupport
293+ end
294+
289295 class ExtensionConfig
290296 class Representation < Google ::Apis ::Core ::JsonRepresentation ; end
291297
@@ -1424,6 +1430,14 @@ class Representation < Google::Apis::Core::JsonRepresentation
14241430 end
14251431 end
14261432
1433+ class EnterpriseUpgradeEvent
1434+ # @private
1435+ class Representation < Google ::Apis ::Core ::JsonRepresentation
1436+ property :enterprise , as : 'enterprise'
1437+ property :upgrade_state , as : 'upgradeState'
1438+ end
1439+ end
1440+
14271441 class ExtensionConfig
14281442 # @private
14291443 class Representation < Google ::Apis ::Core ::JsonRepresentation
You can’t perform that action at this time.
0 commit comments