Skip to content

Commit b227f45

Browse files
feat: Automated regeneration of androidenterprise v1 client (googleapis#20439)
Auto-created at 2024-10-27 09:08:25 +0000 using the toys pull request generator.
1 parent 850090a commit b227f45

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27562,6 +27562,7 @@
2756227562
"/androidenterprise:v1/Policy/autoUpdatePolicy": auto_update_policy
2756327563
"/androidenterprise:v1/Policy/deviceReportPolicy": device_report_policy
2756427564
"/androidenterprise:v1/Policy/maintenanceWindow": maintenance_window
27565+
"/androidenterprise:v1/Policy/policyId": policy_id
2756527566
"/androidenterprise:v1/Policy/productAvailabilityPolicy": product_availability_policy
2756627567
"/androidenterprise:v1/Policy/productPolicy": product_policy
2756727568
"/androidenterprise:v1/Policy/productPolicy/product_policy": product_policy

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.36.0 (2024-10-27)
4+
5+
* Regenerated from discovery document revision 20241021
6+
37
### v0.35.0 (2024-08-25)
48

59
* Regenerated from discovery document revision 20240820

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1921,6 +1921,12 @@ class Policy
19211921
# @return [Google::Apis::AndroidenterpriseV1::MaintenanceWindow]
19221922
attr_accessor :maintenance_window
19231923

1924+
# An identifier for the policy that will be passed with the app install feedback
1925+
# sent from the Play Store.
1926+
# Corresponds to the JSON property `policyId`
1927+
# @return [String]
1928+
attr_accessor :policy_id
1929+
19241930
# The availability granted to the device for the specified products. "all" gives
19251931
# the device access to all products, regardless of approval status. "all" does
19261932
# not enable automatic visibility of "alpha" or "beta" tracks. "whitelist"
@@ -1947,6 +1953,7 @@ def update!(**args)
19471953
@auto_update_policy = args[:auto_update_policy] if args.key?(:auto_update_policy)
19481954
@device_report_policy = args[:device_report_policy] if args.key?(:device_report_policy)
19491955
@maintenance_window = args[:maintenance_window] if args.key?(:maintenance_window)
1956+
@policy_id = args[:policy_id] if args.key?(:policy_id)
19501957
@product_availability_policy = args[:product_availability_policy] if args.key?(:product_availability_policy)
19511958
@product_policy = args[:product_policy] if args.key?(:product_policy)
19521959
end

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.35.0"
19+
GEM_VERSION = "0.36.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240820"
25+
REVISION = "20241021"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
10911091
property :device_report_policy, as: 'deviceReportPolicy'
10921092
property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::AndroidenterpriseV1::MaintenanceWindow, decorator: Google::Apis::AndroidenterpriseV1::MaintenanceWindow::Representation
10931093

1094+
property :policy_id, as: 'policyId'
10941095
property :product_availability_policy, as: 'productAvailabilityPolicy'
10951096
collection :product_policy, as: 'productPolicy', class: Google::Apis::AndroidenterpriseV1::ProductPolicy, decorator: Google::Apis::AndroidenterpriseV1::ProductPolicy::Representation
10961097

0 commit comments

Comments
 (0)