Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of androidenterprise v1 client #1601

Merged
merged 1 commit into from Nov 27, 2020
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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