Show / Hide Table of Contents

Class ApplicationsResource.DeviceTierConfigsResource

The "deviceTierConfigs" collection of methods.

Inheritance
object
ApplicationsResource.DeviceTierConfigsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ApplicationsResource.DeviceTierConfigsResource

Constructors

DeviceTierConfigsResource(IClientService)

Constructs a new resource.

Declaration
public DeviceTierConfigsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(DeviceTierConfig, string)

Creates a new device tier config for an app.

Declaration
public virtual ApplicationsResource.DeviceTierConfigsResource.CreateRequest Create(DeviceTierConfig body, string packageName)
Parameters
Type Name Description
DeviceTierConfig body

The body of the request.

string packageName

Package name of the app.

Returns
Type Description
ApplicationsResource.DeviceTierConfigsResource.CreateRequest

Get(string, long)

Returns a particular device tier config.

Declaration
public virtual ApplicationsResource.DeviceTierConfigsResource.GetRequest Get(string packageName, long deviceTierConfigId)
Parameters
Type Name Description
string packageName

Package name of the app.

long deviceTierConfigId

Required. Id of an existing device tier config.

Returns
Type Description
ApplicationsResource.DeviceTierConfigsResource.GetRequest

List(string)

Returns created device tier configs, ordered by descending creation time.

Declaration
public virtual ApplicationsResource.DeviceTierConfigsResource.ListRequest List(string packageName)
Parameters
Type Name Description
string packageName

Package name of the app.

Returns
Type Description
ApplicationsResource.DeviceTierConfigsResource.ListRequest
In this article
Back to top Generated by DocFX