Class EditsResource.BundlesResource.UploadRequest
Uploads a new Android App Bundle to this edit. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See Timeouts and Errors for an example in java.
Inheritance
EditsResource.BundlesResource.UploadRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class EditsResource.BundlesResource.UploadRequest : AndroidPublisherBaseServiceRequest<Bundle>, IClientServiceRequest<Bundle>, IClientServiceRequest
Constructors
UploadRequest(IClientService, string, string)
Constructs a new Upload request.
Declaration
public UploadRequest(IClientService service, string packageName, string editId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | packageName | |
string | editId |
Properties
AckBundleInstallationWarning
Deprecated. The installation warning has been removed, it's not necessary to set this field anymore.
Declaration
[RequestParameter("ackBundleInstallationWarning", RequestParameterType.Query)]
public virtual bool? AckBundleInstallationWarning { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DeviceTierConfigId
Device tier config (DTC) to be used for generating deliverables (APKs). Contains id of the DTC or "LATEST" for last uploaded DTC.
Declaration
[RequestParameter("deviceTierConfigId", RequestParameterType.Query)]
public virtual string DeviceTierConfigId { get; set; }
Property Value
Type | Description |
---|---|
string |
EditId
Identifier of the edit.
Declaration
[RequestParameter("editId", RequestParameterType.Path)]
public virtual string EditId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PackageName
Package name of the app.
Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes Upload parameter list.
Declaration
protected override void InitParameters()