From 70c28ba94ff11eec457d24ed298c2a74df8c1923 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Tue, 10 Nov 2020 01:34:49 -0800 Subject: [PATCH] feat: Automated regeneration of androidenterprise v1 client --- api_names_out.yaml | 1 + generated/google/apis/androidenterprise_v1.rb | 2 +- generated/google/apis/androidenterprise_v1/classes.rb | 6 ++++++ .../google/apis/androidenterprise_v1/representations.rb | 1 + generated/google/apis/androidenterprise_v1/synth.metadata | 2 +- 5 files changed, 10 insertions(+), 2 deletions(-) diff --git a/api_names_out.yaml b/api_names_out.yaml index 70fc814c6db..d405f3d4701 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -7891,6 +7891,7 @@ "/androidenterprise:v1/ProductPermissions/productId": product_id "/androidenterprise:v1/ProductPolicy": product_policy "/androidenterprise:v1/ProductPolicy/autoInstallPolicy": auto_install_policy +"/androidenterprise:v1/ProductPolicy/autoUpdateMode": auto_update_mode "/androidenterprise:v1/ProductPolicy/managedConfiguration": managed_configuration "/androidenterprise:v1/ProductPolicy/productId": product_id "/androidenterprise:v1/ProductPolicy/trackIds": track_ids diff --git a/generated/google/apis/androidenterprise_v1.rb b/generated/google/apis/androidenterprise_v1.rb index 2c95d3eee1d..e03737e8165 100644 --- a/generated/google/apis/androidenterprise_v1.rb +++ b/generated/google/apis/androidenterprise_v1.rb @@ -25,7 +25,7 @@ module Apis # @see https://developers.google.com/android/work/play/emm-api module AndroidenterpriseV1 VERSION = 'V1' - REVISION = '20200915' + REVISION = '20201104' # Manage corporate Android devices AUTH_ANDROIDENTERPRISE = 'https://www.googleapis.com/auth/androidenterprise' diff --git a/generated/google/apis/androidenterprise_v1/classes.rb b/generated/google/apis/androidenterprise_v1/classes.rb index 27c2923f3f0..023a63a0ebb 100644 --- a/generated/google/apis/androidenterprise_v1/classes.rb +++ b/generated/google/apis/androidenterprise_v1/classes.rb @@ -2121,6 +2121,11 @@ class ProductPolicy # @return [Google::Apis::AndroidenterpriseV1::AutoInstallPolicy] attr_accessor :auto_install_policy + # The auto-update mode for the product. + # Corresponds to the JSON property `autoUpdateMode` + # @return [String] + attr_accessor :auto_update_mode + # A managed configuration resource contains the set of managed properties # defined by the app developer in the app's managed configurations schema, as # well as any configuration variables defined for the user. @@ -2152,6 +2157,7 @@ def initialize(**args) # Update properties of this object def update!(**args) @auto_install_policy = args[:auto_install_policy] if args.key?(:auto_install_policy) + @auto_update_mode = args[:auto_update_mode] if args.key?(:auto_update_mode) @managed_configuration = args[:managed_configuration] if args.key?(:managed_configuration) @product_id = args[:product_id] if args.key?(:product_id) @track_ids = args[:track_ids] if args.key?(:track_ids) diff --git a/generated/google/apis/androidenterprise_v1/representations.rb b/generated/google/apis/androidenterprise_v1/representations.rb index 4d174af2d63..a6b65d51615 100644 --- a/generated/google/apis/androidenterprise_v1/representations.rb +++ b/generated/google/apis/androidenterprise_v1/representations.rb @@ -1104,6 +1104,7 @@ class ProductPolicy class Representation < Google::Apis::Core::JsonRepresentation property :auto_install_policy, as: 'autoInstallPolicy', class: Google::Apis::AndroidenterpriseV1::AutoInstallPolicy, decorator: Google::Apis::AndroidenterpriseV1::AutoInstallPolicy::Representation + property :auto_update_mode, as: 'autoUpdateMode' property :managed_configuration, as: 'managedConfiguration', class: Google::Apis::AndroidenterpriseV1::ManagedConfiguration, decorator: Google::Apis::AndroidenterpriseV1::ManagedConfiguration::Representation property :product_id, as: 'productId' diff --git a/generated/google/apis/androidenterprise_v1/synth.metadata b/generated/google/apis/androidenterprise_v1/synth.metadata index 429012f74d2..1f850819174 100644 --- a/generated/google/apis/androidenterprise_v1/synth.metadata +++ b/generated/google/apis/androidenterprise_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "0ba45b6d22f2eced00e873b91fc685285919d4ff" } } ]