Autogenerated update (2017-09-26)
Update: - androidmanagement_v1
This commit is contained in:
parent
23f470553f
commit
37b7897513
|
@ -26,7 +26,7 @@ module Google
|
|||
# @see https://developers.google.com/android/management
|
||||
module AndroidmanagementV1
|
||||
VERSION = 'V1'
|
||||
REVISION = '20170911'
|
||||
REVISION = '20170918'
|
||||
|
||||
# Manage Android devices and apps for your customers
|
||||
AUTH_ANDROIDMANAGEMENT = 'https://www.googleapis.com/auth/androidmanagement'
|
||||
|
|
|
@ -1140,8 +1140,8 @@ module Google
|
|||
# @return [String]
|
||||
attr_accessor :field_path
|
||||
|
||||
# If package_name is set and the non-compliance reason is APP_NOT_INSTALLED, the
|
||||
# detailed reason the app cannot be installed.
|
||||
# If package_name is set and the non-compliance reason is APP_NOT_INSTALLED or
|
||||
# APP_NOT_UPDATED, the detailed reason the app cannot be installed or updated.
|
||||
# Corresponds to the JSON property `installationFailureReason`
|
||||
# @return [String]
|
||||
attr_accessor :installation_failure_reason
|
||||
|
|
Loading…
Reference in New Issue