Show / Hide Table of Contents

Class AppstoreappsreviewResource.UploadimageRequest

Upload a screenshot or app icon for the hosted app. Returns an ID to track the image.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<UploadImageResponse>
AndroidPublisherBaseServiceRequest<UploadImageResponse>
AppstoreappsreviewResource.UploadimageRequest
Implements
IClientServiceRequest<UploadImageResponse>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<UploadImageResponse>.Xgafv
AndroidPublisherBaseServiceRequest<UploadImageResponse>.AccessToken
AndroidPublisherBaseServiceRequest<UploadImageResponse>.Alt
AndroidPublisherBaseServiceRequest<UploadImageResponse>.Callback
AndroidPublisherBaseServiceRequest<UploadImageResponse>.Fields
AndroidPublisherBaseServiceRequest<UploadImageResponse>.Key
AndroidPublisherBaseServiceRequest<UploadImageResponse>.OauthToken
AndroidPublisherBaseServiceRequest<UploadImageResponse>.PrettyPrint
AndroidPublisherBaseServiceRequest<UploadImageResponse>.QuotaUser
AndroidPublisherBaseServiceRequest<UploadImageResponse>.UploadType
AndroidPublisherBaseServiceRequest<UploadImageResponse>.UploadProtocol
ClientServiceRequest<UploadImageResponse>.Execute()
ClientServiceRequest<UploadImageResponse>.ExecuteAsStream()
ClientServiceRequest<UploadImageResponse>.ExecuteAsync()
ClientServiceRequest<UploadImageResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<UploadImageResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<UploadImageResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<UploadImageResponse>.CreateRequest(bool?)
ClientServiceRequest<UploadImageResponse>.GenerateRequestUri()
ClientServiceRequest<UploadImageResponse>.GetDefaultETagAction(string)
ClientServiceRequest<UploadImageResponse>.ETagAction
ClientServiceRequest<UploadImageResponse>.ModifyRequest
ClientServiceRequest<UploadImageResponse>.ValidateParameters
ClientServiceRequest<UploadImageResponse>.ApiVersion
ClientServiceRequest<UploadImageResponse>.RequestParameters
ClientServiceRequest<UploadImageResponse>.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 AppstoreappsreviewResource.UploadimageRequest : AndroidPublisherBaseServiceRequest<UploadImageResponse>, IClientServiceRequest<UploadImageResponse>, IClientServiceRequest

Constructors

UploadimageRequest(IClientService, UploadImageRequest, string, string)

Constructs a new Uploadimage request.

Declaration
public UploadimageRequest(IClientService service, UploadImageRequest body, string appStorePackageName, string packageName)
Parameters
Type Name Description
IClientService service
UploadImageRequest body
string appStorePackageName
string packageName

Properties

AppStorePackageName

Required. Package name of the third-party app store.

Declaration
[RequestParameter("appStorePackageName", RequestParameterType.Path)]
public virtual string AppStorePackageName { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PackageName

Required. 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<UploadImageResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Uploadimage parameter list.

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

Implements

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