Show / Hide Table of Contents

Class EditsResource.ListingsResource.PatchRequest

Patches a localized store listing.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Listing>
AndroidPublisherBaseServiceRequest<Listing>
EditsResource.ListingsResource.PatchRequest
Implements
IClientServiceRequest<Listing>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<Listing>.Xgafv
AndroidPublisherBaseServiceRequest<Listing>.AccessToken
AndroidPublisherBaseServiceRequest<Listing>.Alt
AndroidPublisherBaseServiceRequest<Listing>.Callback
AndroidPublisherBaseServiceRequest<Listing>.Fields
AndroidPublisherBaseServiceRequest<Listing>.Key
AndroidPublisherBaseServiceRequest<Listing>.OauthToken
AndroidPublisherBaseServiceRequest<Listing>.PrettyPrint
AndroidPublisherBaseServiceRequest<Listing>.QuotaUser
AndroidPublisherBaseServiceRequest<Listing>.UploadType
AndroidPublisherBaseServiceRequest<Listing>.UploadProtocol
ClientServiceRequest<Listing>.Execute()
ClientServiceRequest<Listing>.ExecuteAsStream()
ClientServiceRequest<Listing>.ExecuteAsync()
ClientServiceRequest<Listing>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Listing>.ExecuteAsStreamAsync()
ClientServiceRequest<Listing>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Listing>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Listing>.GenerateRequestUri()
ClientServiceRequest<Listing>.GetDefaultETagAction(String)
ClientServiceRequest<Listing>.ETagAction
ClientServiceRequest<Listing>.ModifyRequest
ClientServiceRequest<Listing>.ValidateParameters
ClientServiceRequest<Listing>.RequestParameters
ClientServiceRequest<Listing>.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 PatchRequest : AndroidPublisherBaseServiceRequest<Listing>, IClientServiceRequest<Listing>, IClientServiceRequest

Constructors

PatchRequest(IClientService, Listing, String, String, String)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, Listing body, string packageName, string editId, string language)
Parameters
Type Name Description
IClientService service
Listing body
System.String packageName
System.String editId
System.String language

Properties

EditId

Identifier of the edit.

Declaration
[RequestParameter("editId", RequestParameterType.Path)]
public virtual string EditId { get; }
Property Value
Type Description
System.String

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.Listing>.HttpMethod

Language

Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).

Declaration
[RequestParameter("language", RequestParameterType.Path)]
public virtual string Language { get; }
Property Value
Type Description
System.String

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.Listing>.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.Listing>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AndroidPublisher.v3.Data.Listing>.GetBody()

InitParameters()

Initializes Patch parameter list.

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

Implements

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