Class EditsResource.ListingsResource
The "listings" collection of methods.
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class EditsResource.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 |
---|---|---|
string | packageName | Package name of the app. |
string | editId | Identifier of the edit. |
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 |
---|---|---|
string | packageName | Package name of the app. |
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 |
---|---|---|
string | packageName | Package name of the app. |
string | editId | Identifier of the edit. |
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 |
---|---|---|
string | packageName | Package name of the app. |
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. |
string | packageName | Package name of the app. |
string | editId | Identifier of the edit. |
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. |
string | packageName | Package name of the app. |
string | editId | Identifier of the edit. |
string | language | Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German). |
Returns
Type | Description |
---|---|
EditsResource.ListingsResource.UpdateRequest |