Show / Hide Table of Contents

Class EditsResource.ListingsResource.PatchRequest

Creates or updates a localized store listing. This method supports patch semantics.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Listing>
AndroidPublisherBaseServiceRequest<Listing>
EditsResource.ListingsResource.PatchRequest
Implements
IClientServiceRequest<Listing>
IClientServiceRequest
Inherited Members
AndroidPublisherBaseServiceRequest<Listing>.Alt
AndroidPublisherBaseServiceRequest<Listing>.Fields
AndroidPublisherBaseServiceRequest<Listing>.Key
AndroidPublisherBaseServiceRequest<Listing>.OauthToken
AndroidPublisherBaseServiceRequest<Listing>.PrettyPrint
AndroidPublisherBaseServiceRequest<Listing>.QuotaUser
AndroidPublisherBaseServiceRequest<Listing>.UserIp
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>.RequestParameters
ClientServiceRequest<Listing>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.Finalize()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AndroidPublisher.v2
Assembly: Google.Apis.AndroidPublisher.v2.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

Unique identifier for this edit.

Declaration
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.v2.Data.Listing>.HttpMethod

Language

The language code (a BCP-47 language tag) of the localized listing to read or modify. For example, to select Austrian German, pass "de-AT".

Declaration
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.v2.Data.Listing>.MethodName

PackageName

Unique identifier for the Android app that is being updated; for example, "com.spiffygame".

Declaration
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.v2.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.v2.Data.Listing>.GetBody()

InitParameters()

Initializes Patch parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
Back to top