diff --git a/generated/google/apis/androidenterprise_v1.rb b/generated/google/apis/androidenterprise_v1.rb index d0348093c..f6a0ee83b 100644 --- a/generated/google/apis/androidenterprise_v1.rb +++ b/generated/google/apis/androidenterprise_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/android/work/play/emm-api module AndroidenterpriseV1 VERSION = 'V1' - REVISION = '20181205' + REVISION = '20190117' # 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 339c5cb06..a93c09cba 100644 --- a/generated/google/apis/androidenterprise_v1/classes.rb +++ b/generated/google/apis/androidenterprise_v1/classes.rb @@ -570,7 +570,7 @@ module Google # @return [Array] attr_accessor :auto_install_constraint - # The auto install mode. If unset defaults to AVAILABLE. + # The auto install mode. If unset defaults to "doNotAutoInstall". # Corresponds to the JSON property `autoInstallMode` # @return [String] attr_accessor :auto_install_mode @@ -2951,7 +2951,8 @@ module Google # @return [String] attr_accessor :display_mode - # A list of icons representing this website. Must have at least one element. + # A list of icons representing this website. If absent, a default icon (for + # create) or the current icon (for update) will be used. # Corresponds to the JSON property `icons` # @return [Array] attr_accessor :icons diff --git a/generated/google/apis/androidenterprise_v1/service.rb b/generated/google/apis/androidenterprise_v1/service.rb index e1ccff9ba..98163b63d 100644 --- a/generated/google/apis/androidenterprise_v1/service.rb +++ b/generated/google/apis/androidenterprise_v1/service.rb @@ -530,39 +530,6 @@ module Google execute_or_queue_command(command, &block) end - # Deprecated and unused. - # @param [String] enterprise_id - # The ID of the enterprise. - # @param [String] fields - # Selector specifying which fields to include in a partial response. - # @param [String] quota_user - # An opaque string that represents a user for quota purposes. Must not exceed 40 - # characters. - # @param [String] user_ip - # Deprecated. Please use quotaUser instead. - # @param [Google::Apis::RequestOptions] options - # Request-specific options - # - # @yield [result, err] Result & error if block supplied - # @yieldparam result [Google::Apis::AndroidenterpriseV1::AndroidDevicePolicyConfig] parsed result object - # @yieldparam err [StandardError] error object if request failed - # - # @return [Google::Apis::AndroidenterpriseV1::AndroidDevicePolicyConfig] - # - # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried - # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification - # @raise [Google::Apis::AuthorizationError] Authorization is required - def get_enterprise_android_device_policy_config(enterprise_id, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block) - command = make_simple_command(:get, 'enterprises/{enterpriseId}/androidDevicePolicyConfig', options) - command.response_representation = Google::Apis::AndroidenterpriseV1::AndroidDevicePolicyConfig::Representation - command.response_class = Google::Apis::AndroidenterpriseV1::AndroidDevicePolicyConfig - command.params['enterpriseId'] = enterprise_id unless enterprise_id.nil? - command.query['fields'] = fields unless fields.nil? - command.query['quotaUser'] = quota_user unless quota_user.nil? - command.query['userIp'] = user_ip unless user_ip.nil? - execute_or_queue_command(command, &block) - end - # Returns a service account and credentials. The service account can be bound to # the enterprise by calling setAccount. The service account is unique to this # enterprise and EMM, and will be deleted if the enterprise is unbound. The diff --git a/generated/google/apis/androidpublisher_v1_1.rb b/generated/google/apis/androidpublisher_v1_1.rb index 66ef7debe..4266510b8 100644 --- a/generated/google/apis/androidpublisher_v1_1.rb +++ b/generated/google/apis/androidpublisher_v1_1.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/android-publisher module AndroidpublisherV1_1 VERSION = 'V1_1' - REVISION = '20181009' + REVISION = '20190120' # View and manage your Google Play Developer account AUTH_ANDROIDPUBLISHER = 'https://www.googleapis.com/auth/androidpublisher' diff --git a/generated/google/apis/androidpublisher_v1_1/classes.rb b/generated/google/apis/androidpublisher_v1_1/classes.rb index 119d0172d..ca78c0077 100644 --- a/generated/google/apis/androidpublisher_v1_1/classes.rb +++ b/generated/google/apis/androidpublisher_v1_1/classes.rb @@ -68,6 +68,7 @@ module Google # are: # - Test (i.e. purchased from a license testing account) # - Promo (i.e. purchased using a promo code) + # - Rewarded (i.e. from watching a video ad instead of paying) # Corresponds to the JSON property `purchaseType` # @return [Fixnum] attr_accessor :purchase_type diff --git a/generated/google/apis/androidpublisher_v2.rb b/generated/google/apis/androidpublisher_v2.rb index d0b915a3d..1e7c0339b 100644 --- a/generated/google/apis/androidpublisher_v2.rb +++ b/generated/google/apis/androidpublisher_v2.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/android-publisher module AndroidpublisherV2 VERSION = 'V2' - REVISION = '20181009' + REVISION = '20190120' # View and manage your Google Play Developer account AUTH_ANDROIDPUBLISHER = 'https://www.googleapis.com/auth/androidpublisher' diff --git a/generated/google/apis/androidpublisher_v2/classes.rb b/generated/google/apis/androidpublisher_v2/classes.rb index af87c5463..f9f57c64a 100644 --- a/generated/google/apis/androidpublisher_v2/classes.rb +++ b/generated/google/apis/androidpublisher_v2/classes.rb @@ -1110,6 +1110,7 @@ module Google # are: # - Test (i.e. purchased from a license testing account) # - Promo (i.e. purchased using a promo code) + # - Rewarded (i.e. from watching a video ad instead of paying) # Corresponds to the JSON property `purchaseType` # @return [Fixnum] attr_accessor :purchase_type diff --git a/generated/google/apis/androidpublisher_v3.rb b/generated/google/apis/androidpublisher_v3.rb index dba50560a..9751803d5 100644 --- a/generated/google/apis/androidpublisher_v3.rb +++ b/generated/google/apis/androidpublisher_v3.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/android-publisher module AndroidpublisherV3 VERSION = 'V3' - REVISION = '20181113' + REVISION = '20190120' # View and manage your Google Play Developer account AUTH_ANDROIDPUBLISHER = 'https://www.googleapis.com/auth/androidpublisher' diff --git a/generated/google/apis/androidpublisher_v3/classes.rb b/generated/google/apis/androidpublisher_v3/classes.rb index e21ef6163..0068043dd 100644 --- a/generated/google/apis/androidpublisher_v3/classes.rb +++ b/generated/google/apis/androidpublisher_v3/classes.rb @@ -1084,6 +1084,7 @@ module Google # are: # - Test (i.e. purchased from a license testing account) # - Promo (i.e. purchased using a promo code) + # - Rewarded (i.e. from watching a video ad instead of paying) # Corresponds to the JSON property `purchaseType` # @return [Fixnum] attr_accessor :purchase_type