Package | Description |
---|---|
com.google.api.services.androidpublisher | |
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Applications.DeviceTierConfigs.Create |
AndroidPublisher.Applications.DeviceTierConfigs.create(String packageName,
DeviceTierConfig content)
Creates a new device tier config for an app.
|
Constructor and Description |
---|
Create(String packageName,
DeviceTierConfig content)
Creates a new device tier config for an app.
|
Modifier and Type | Method and Description |
---|---|
DeviceTierConfig |
DeviceTierConfig.clone() |
DeviceTierConfig |
DeviceTierConfig.set(String fieldName,
Object value) |
DeviceTierConfig |
DeviceTierConfig.setDeviceGroups(List<DeviceGroup> deviceGroups)
Definition of device groups for the app.
|
DeviceTierConfig |
DeviceTierConfig.setDeviceTierConfigId(Long deviceTierConfigId)
Output only.
|
DeviceTierConfig |
DeviceTierConfig.setDeviceTierSet(DeviceTierSet deviceTierSet)
Definition of the set of device tiers for the app.
|
DeviceTierConfig |
DeviceTierConfig.setUserCountrySets(List<UserCountrySet> userCountrySets)
Definition of user country sets for the app.
|
Modifier and Type | Method and Description |
---|---|
List<DeviceTierConfig> |
ListDeviceTierConfigsResponse.getDeviceTierConfigs()
Device tier configs created by the developer.
|
Modifier and Type | Method and Description |
---|---|
ListDeviceTierConfigsResponse |
ListDeviceTierConfigsResponse.setDeviceTierConfigs(List<DeviceTierConfig> deviceTierConfigs)
Device tier configs created by the developer.
|
Copyright © 2011–2025 Google. All rights reserved.