Show / Hide Table of Contents

Class EditsResource.ListingsResource

The "listings" collection of methods.

Inheritance
System.Object
EditsResource.ListingsResource
Inherited Members
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 ListingsResource

Constructors

ListingsResource(IClientService)

Constructs a new resource.

Declaration
public ListingsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(String, String, String)

Deletes a localized store listing.

Declaration
public virtual EditsResource.ListingsResource.DeleteRequest Delete(string packageName, string editId, string language)
Parameters
Type Name Description
System.String packageName

Package name of the app.

System.String editId

Identifier of the edit.

System.String language

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

Returns
Type Description
EditsResource.ListingsResource.DeleteRequest

Deleteall(String, String)

Deletes all store listings.

Declaration
public virtual EditsResource.ListingsResource.DeleteallRequest Deleteall(string packageName, string editId)
Parameters
Type Name Description
System.String packageName

Package name of the app.

System.String editId

Identifier of the edit.

Returns
Type Description
EditsResource.ListingsResource.DeleteallRequest

Get(String, String, String)

Gets a localized store listing.

Declaration
public virtual EditsResource.ListingsResource.GetRequest Get(string packageName, string editId, string language)
Parameters
Type Name Description
System.String packageName

Package name of the app.

System.String editId

Identifier of the edit.

System.String language

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

Returns
Type Description
EditsResource.ListingsResource.GetRequest

List(String, String)

Lists all localized store listings.

Declaration
public virtual EditsResource.ListingsResource.ListRequest List(string packageName, string editId)
Parameters
Type Name Description
System.String packageName

Package name of the app.

System.String editId

Identifier of the edit.

Returns
Type Description
EditsResource.ListingsResource.ListRequest

Patch(Listing, String, String, String)

Patches a localized store listing.

Declaration
public virtual EditsResource.ListingsResource.PatchRequest Patch(Listing body, string packageName, string editId, string language)
Parameters
Type Name Description
Listing body

The body of the request.

System.String packageName

Package name of the app.

System.String editId

Identifier of the edit.

System.String language

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

Returns
Type Description
EditsResource.ListingsResource.PatchRequest

Update(Listing, String, String, String)

Creates or updates a localized store listing.

Declaration
public virtual EditsResource.ListingsResource.UpdateRequest Update(Listing body, string packageName, string editId, string language)
Parameters
Type Name Description
Listing body

The body of the request.

System.String packageName

Package name of the app.

System.String editId

Identifier of the edit.

System.String language

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

Returns
Type Description
EditsResource.ListingsResource.UpdateRequest
In This Article
Back to top Generated by DocFX