Class InternalappsharingartifactsResource.UploadbundleRequest
Uploads an app bundle to internal app sharing. 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
InternalappsharingartifactsResource.UploadbundleRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class InternalappsharingartifactsResource.UploadbundleRequest : AndroidPublisherBaseServiceRequest<InternalAppSharingArtifact>, IClientServiceRequest<InternalAppSharingArtifact>, IClientServiceRequest
Constructors
UploadbundleRequest(IClientService, string)
Constructs a new Uploadbundle request.
Declaration
public UploadbundleRequest(IClientService service, string packageName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | packageName |
Properties
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 Uploadbundle parameter list.
Declaration
protected override void InitParameters()