Skip to content

Commit fe47864

Browse files
feat: Automated regeneration of androidenterprise v1 client
1 parent eb9f75a commit fe47864

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

generated/google-apis-androidenterprise_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-androidenterprise_v1
22

3+
### v0.47.0 (2026-04-26)
4+
5+
* Regenerated from discovery document revision 20260422
6+
37
### v0.46.0 (2026-03-08)
48

59
* Regenerated from discovery document revision 20260302

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2668,6 +2668,8 @@ class ServiceAccountKey
26682668

26692669
# The body of the private key credentials file, in string format. This is only
26702670
# populated when the ServiceAccountKey is created, and is not stored by Google.
2671+
# When type is "pkcs12", the contents of the data field is base64 encoded and
2672+
# has the password "notasecret".
26712673
# Corresponds to the JSON property `data`
26722674
# @return [String]
26732675
attr_accessor :data

generated/google-apis-androidenterprise_v1/lib/google/apis/androidenterprise_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 AndroidenterpriseV1
1818
# Version of the google-apis-androidenterprise_v1 gem
19-
GEM_VERSION = "0.46.0"
19+
GEM_VERSION = "0.47.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 = "20260302"
25+
REVISION = "20260422"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)