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-androidenterprise_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-androidenterprise_v1

### v0.47.0 (2026-04-26)

* Regenerated from discovery document revision 20260422

### v0.46.0 (2026-03-08)

* Regenerated from discovery document revision 20260302
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2668,6 +2668,8 @@ class ServiceAccountKey

# The body of the private key credentials file, in string format. This is only
# populated when the ServiceAccountKey is created, and is not stored by Google.
# When type is "pkcs12", the contents of the data field is base64 encoded and
# has the password "notasecret".
# Corresponds to the JSON property `data`
# @return [String]
attr_accessor :data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AndroidenterpriseV1
# Version of the google-apis-androidenterprise_v1 gem
GEM_VERSION = "0.46.0"
GEM_VERSION = "0.47.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 = "20260302"
REVISION = "20260422"
end
end
end
Loading