Class EditsResource.TracksResource
The "tracks" collection of methods.
Inheritance
System.Object
EditsResource.TracksResource
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 TracksResource
Constructors
TracksResource(IClientService)
Constructs a new resource.
Declaration
public TracksResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(String, String, String)
Gets a track.
Declaration
public virtual EditsResource.TracksResource.GetRequest Get(string packageName, string editId, string track)
Parameters
Type | Name | Description |
---|---|---|
System.String | packageName | Package name of the app. |
System.String | editId | Identifier of the edit. |
System.String | track | Identifier of the track. |
Returns
Type | Description |
---|---|
EditsResource.TracksResource.GetRequest |
List(String, String)
Lists all tracks.
Declaration
public virtual EditsResource.TracksResource.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.TracksResource.ListRequest |
Patch(Track, String, String, String)
Patches a track.
Declaration
public virtual EditsResource.TracksResource.PatchRequest Patch(Track body, string packageName, string editId, string track)
Parameters
Type | Name | Description |
---|---|---|
Track | body | The body of the request. |
System.String | packageName | Package name of the app. |
System.String | editId | Identifier of the edit. |
System.String | track | Identifier of the track. |
Returns
Type | Description |
---|---|
EditsResource.TracksResource.PatchRequest |
Update(Track, String, String, String)
Updates a track.
Declaration
public virtual EditsResource.TracksResource.UpdateRequest Update(Track body, string packageName, string editId, string track)
Parameters
Type | Name | Description |
---|---|---|
Track | body | The body of the request. |
System.String | packageName | Package name of the app. |
System.String | editId | Identifier of the edit. |
System.String | track | Identifier of the track. |
Returns
Type | Description |
---|---|
EditsResource.TracksResource.UpdateRequest |