Show / Hide Table of Contents

Class InternalappsharingartifactsResource.UploadapkRequest

Uploads an APK 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
System.Object
ClientServiceRequest
ClientServiceRequest<InternalAppSharingArtifact>
AndroidPublisherBaseServiceRequest<InternalAppSharingArtifact>
InternalappsharingartifactsResource.UploadapkRequest
Implements
IClientServiceRequest<InternalAppSharingArtifact>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<InternalAppSharingArtifact>.Xgafv
AndroidPublisherBaseServiceRequest<InternalAppSharingArtifact>.AccessToken
AndroidPublisherBaseServiceRequest<InternalAppSharingArtifact>.Alt
AndroidPublisherBaseServiceRequest<InternalAppSharingArtifact>.Callback
AndroidPublisherBaseServiceRequest<InternalAppSharingArtifact>.Fields
AndroidPublisherBaseServiceRequest<InternalAppSharingArtifact>.Key
AndroidPublisherBaseServiceRequest<InternalAppSharingArtifact>.OauthToken
AndroidPublisherBaseServiceRequest<InternalAppSharingArtifact>.PrettyPrint
AndroidPublisherBaseServiceRequest<InternalAppSharingArtifact>.QuotaUser
AndroidPublisherBaseServiceRequest<InternalAppSharingArtifact>.UploadType
AndroidPublisherBaseServiceRequest<InternalAppSharingArtifact>.UploadProtocol
ClientServiceRequest<InternalAppSharingArtifact>.Execute()
ClientServiceRequest<InternalAppSharingArtifact>.ExecuteAsStream()
ClientServiceRequest<InternalAppSharingArtifact>.ExecuteAsync()
ClientServiceRequest<InternalAppSharingArtifact>.ExecuteAsync(CancellationToken)
ClientServiceRequest<InternalAppSharingArtifact>.ExecuteAsStreamAsync()
ClientServiceRequest<InternalAppSharingArtifact>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<InternalAppSharingArtifact>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<InternalAppSharingArtifact>.GenerateRequestUri()
ClientServiceRequest<InternalAppSharingArtifact>.GetBody()
ClientServiceRequest<InternalAppSharingArtifact>.GetDefaultETagAction(String)
ClientServiceRequest<InternalAppSharingArtifact>.ETagAction
ClientServiceRequest<InternalAppSharingArtifact>.ModifyRequest
ClientServiceRequest<InternalAppSharingArtifact>.ValidateParameters
ClientServiceRequest<InternalAppSharingArtifact>.RequestParameters
ClientServiceRequest<InternalAppSharingArtifact>.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 UploadapkRequest : AndroidPublisherBaseServiceRequest<InternalAppSharingArtifact>, IClientServiceRequest<InternalAppSharingArtifact>, IClientServiceRequest

Constructors

UploadapkRequest(IClientService, String)

Constructs a new Uploadapk request.

Declaration
public UploadapkRequest(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.InternalAppSharingArtifact>.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.InternalAppSharingArtifact>.MethodName

PackageName

Package name of the app.

Declaration
[RequestParameter("packageName", RequestParameterType.Path)]
public virtual string PackageName { get; }
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.InternalAppSharingArtifact>.RestPath

Methods

InitParameters()

Initializes Uploadapk parameter list.

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

Implements

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