Show / Hide Table of Contents

Class EditsResource.ApksResource.AddexternallyhostedRequest

Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to organizations using Managed Play whose application is configured to restrict distribution to the organizations.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ApksAddExternallyHostedResponse>
AndroidPublisherBaseServiceRequest<ApksAddExternallyHostedResponse>
EditsResource.ApksResource.AddexternallyhostedRequest
Implements
IClientServiceRequest<ApksAddExternallyHostedResponse>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<ApksAddExternallyHostedResponse>.Xgafv
AndroidPublisherBaseServiceRequest<ApksAddExternallyHostedResponse>.AccessToken
AndroidPublisherBaseServiceRequest<ApksAddExternallyHostedResponse>.Alt
AndroidPublisherBaseServiceRequest<ApksAddExternallyHostedResponse>.Callback
AndroidPublisherBaseServiceRequest<ApksAddExternallyHostedResponse>.Fields
AndroidPublisherBaseServiceRequest<ApksAddExternallyHostedResponse>.Key
AndroidPublisherBaseServiceRequest<ApksAddExternallyHostedResponse>.OauthToken
AndroidPublisherBaseServiceRequest<ApksAddExternallyHostedResponse>.PrettyPrint
AndroidPublisherBaseServiceRequest<ApksAddExternallyHostedResponse>.QuotaUser
AndroidPublisherBaseServiceRequest<ApksAddExternallyHostedResponse>.UploadType
AndroidPublisherBaseServiceRequest<ApksAddExternallyHostedResponse>.UploadProtocol
ClientServiceRequest<ApksAddExternallyHostedResponse>.Execute()
ClientServiceRequest<ApksAddExternallyHostedResponse>.ExecuteAsStream()
ClientServiceRequest<ApksAddExternallyHostedResponse>.ExecuteAsync()
ClientServiceRequest<ApksAddExternallyHostedResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ApksAddExternallyHostedResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ApksAddExternallyHostedResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ApksAddExternallyHostedResponse>.CreateRequest(bool?)
ClientServiceRequest<ApksAddExternallyHostedResponse>.GenerateRequestUri()
ClientServiceRequest<ApksAddExternallyHostedResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ApksAddExternallyHostedResponse>.ETagAction
ClientServiceRequest<ApksAddExternallyHostedResponse>.ModifyRequest
ClientServiceRequest<ApksAddExternallyHostedResponse>.ValidateParameters
ClientServiceRequest<ApksAddExternallyHostedResponse>.ApiVersion
ClientServiceRequest<ApksAddExternallyHostedResponse>.RequestParameters
ClientServiceRequest<ApksAddExternallyHostedResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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 EditsResource.ApksResource.AddexternallyhostedRequest : AndroidPublisherBaseServiceRequest<ApksAddExternallyHostedResponse>, IClientServiceRequest<ApksAddExternallyHostedResponse>, IClientServiceRequest

Constructors

AddexternallyhostedRequest(IClientService, ApksAddExternallyHostedRequest, string, string)

Constructs a new Addexternallyhosted request.

Declaration
public AddexternallyhostedRequest(IClientService service, ApksAddExternallyHostedRequest body, string packageName, string editId)
Parameters
Type Name Description
IClientService service
ApksAddExternallyHostedRequest body
string packageName
string editId

Properties

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
ClientServiceRequest<ApksAddExternallyHostedResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ApksAddExternallyHostedResponse>.MethodName

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
ClientServiceRequest<ApksAddExternallyHostedResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<ApksAddExternallyHostedResponse>.GetBody()

InitParameters()

Initializes Addexternallyhosted parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidPublisherBaseServiceRequest<ApksAddExternallyHostedResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX