Class PlatformsResource.ChannelsResource
The "channels" collection of methods.
Inherited Members
Namespace: Google.Apis.VersionHistory.v1
Assembly: Google.Apis.VersionHistory.v1.dll
Syntax
public class PlatformsResource.ChannelsResource
Constructors
ChannelsResource(IClientService)
Constructs a new resource.
Declaration
public ChannelsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
Versions
Gets the Versions resource.
Declaration
public virtual PlatformsResource.ChannelsResource.VersionsResource Versions { get; }
Property Value
Type | Description |
---|---|
PlatformsResource.ChannelsResource.VersionsResource |
Methods
List(string)
Returns list of channels that are available for a given platform.
Declaration
public virtual PlatformsResource.ChannelsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The platform, which owns this collection of channels. Format: {product}/platforms/{platform} |
Returns
Type | Description |
---|---|
PlatformsResource.ChannelsResource.ListRequest |