Show / Hide Table of Contents

Class EditsResource.TracksResource

The "tracks" collection of methods.

Inheritance
object
EditsResource.TracksResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class EditsResource.TracksResource

Constructors

TracksResource(IClientService)

Constructs a new resource.

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

Methods

Create(TrackConfig, string, string)

Creates a new track.

Declaration
public virtual EditsResource.TracksResource.CreateRequest Create(TrackConfig body, string packageName, string editId)
Parameters
Type Name Description
TrackConfig body

The body of the request.

string packageName

Required. Package name of the app.

string editId

Required. Identifier of the edit.

Returns
Type Description
EditsResource.TracksResource.CreateRequest

Get(string, string, string)

Gets a track.

Declaration
public virtual EditsResource.TracksResource.GetRequest Get(string packageName, string editId, string track)
Parameters
Type Name Description
string packageName

Package name of the app.

string editId

Identifier of the edit.

string track

Identifier of the track. More on track name

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
string packageName

Package name of the app.

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.

string packageName

Package name of the app.

string editId

Identifier of the edit.

string track

Identifier of the track. More on track name

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.

string packageName

Package name of the app.

string editId

Identifier of the edit.

string track

Identifier of the track. More on track name

Returns
Type Description
EditsResource.TracksResource.UpdateRequest
In this article
Back to top Generated by DocFX