Show / Hide Table of Contents

Class ApplicationsResource.DeviceTierConfigsResource.ListRequest

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

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<ListDeviceTierConfigsResponse>
AndroidPublisherBaseServiceRequest<ListDeviceTierConfigsResponse>
ApplicationsResource.DeviceTierConfigsResource.ListRequest
Implements
IClientServiceRequest<ListDeviceTierConfigsResponse>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<ListDeviceTierConfigsResponse>.Xgafv
AndroidPublisherBaseServiceRequest<ListDeviceTierConfigsResponse>.AccessToken
AndroidPublisherBaseServiceRequest<ListDeviceTierConfigsResponse>.Alt
AndroidPublisherBaseServiceRequest<ListDeviceTierConfigsResponse>.Callback
AndroidPublisherBaseServiceRequest<ListDeviceTierConfigsResponse>.Fields
AndroidPublisherBaseServiceRequest<ListDeviceTierConfigsResponse>.Key
AndroidPublisherBaseServiceRequest<ListDeviceTierConfigsResponse>.OauthToken
AndroidPublisherBaseServiceRequest<ListDeviceTierConfigsResponse>.PrettyPrint
AndroidPublisherBaseServiceRequest<ListDeviceTierConfigsResponse>.QuotaUser
AndroidPublisherBaseServiceRequest<ListDeviceTierConfigsResponse>.UploadType
AndroidPublisherBaseServiceRequest<ListDeviceTierConfigsResponse>.UploadProtocol
ClientServiceRequest<ListDeviceTierConfigsResponse>.Execute()
ClientServiceRequest<ListDeviceTierConfigsResponse>.ExecuteAsStream()
ClientServiceRequest<ListDeviceTierConfigsResponse>.ExecuteAsync()
ClientServiceRequest<ListDeviceTierConfigsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListDeviceTierConfigsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListDeviceTierConfigsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListDeviceTierConfigsResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<ListDeviceTierConfigsResponse>.GenerateRequestUri()
ClientServiceRequest<ListDeviceTierConfigsResponse>.GetBody()
ClientServiceRequest<ListDeviceTierConfigsResponse>.GetDefaultETagAction(String)
ClientServiceRequest<ListDeviceTierConfigsResponse>.ETagAction
ClientServiceRequest<ListDeviceTierConfigsResponse>.ModifyRequest
ClientServiceRequest<ListDeviceTierConfigsResponse>.ValidateParameters
ClientServiceRequest<ListDeviceTierConfigsResponse>.RequestParameters
ClientServiceRequest<ListDeviceTierConfigsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class ListRequest : AndroidPublisherBaseServiceRequest<ListDeviceTierConfigsResponse>, IClientServiceRequest<ListDeviceTierConfigsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, String)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string packageName)
Parameters
Type Name Description
IClientService service
System.String packageName

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ListDeviceTierConfigsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ListDeviceTierConfigsResponse>.MethodName

PackageName

Package name of the app.

Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type Description
System.String

PageSize

The maximum number of device tier configs to return. The service may return fewer than this value. If unspecified, at most 10 device tier configs will be returned. The maximum value for this field is 100; values above 100 will be coerced to 100. Device tier configs will be ordered by descending creation time.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

PageToken

A page token, received from a previous ListDeviceTierConfigs call. Provide this to retrieve the subsequent page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ListDeviceTierConfigsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.AndroidPublisher.v3.AndroidPublisherBaseServiceRequest<Google.Apis.AndroidPublisher.v3.Data.ListDeviceTierConfigsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX