Skip to content

Commit

Permalink
feat: Automated regeneration of androidenterprise v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 27, 2020
1 parent 395dc09 commit 7316084
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generated/google/apis/androidenterprise_v1.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://developers.google.com/android/work/play/emm-api
module AndroidenterpriseV1
VERSION = 'V1'
REVISION = '20201104'
REVISION = '20201125'

# Manage corporate Android devices
AUTH_ANDROIDENTERPRISE = 'https://www.googleapis.com/auth/androidenterprise'
Expand Down
5 changes: 4 additions & 1 deletion generated/google/apis/androidenterprise_v1/service.rb
Expand Up @@ -236,7 +236,10 @@ def set_device_state(enterprise_id, user_id, device_id, device_state_object = ni
execute_or_queue_command(command, &block)
end

# Updates the device policy
# Updates the device policy. To ensure the policy is properly enforced, you need
# to prevent unmanaged accounts from accessing Google Play by setting the
# allowed_accounts in the managed configuration for the Google Play package. See
# restrict accounts in Google Play.
# @param [String] enterprise_id
# The ID of the enterprise.
# @param [String] user_id
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/androidenterprise_v1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "0ba45b6d22f2eced00e873b91fc685285919d4ff"
"sha": "395dc0926bced7f77dee74e4f39c011395eb6efa"
}
}
]
Expand Down

0 comments on commit 7316084

Please sign in to comment.