Show / Hide Table of Contents

Class DatafeedstatusesResource

The "datafeedstatuses" collection of methods.

Inheritance
System.Object
DatafeedstatusesResource
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.ShoppingContent.v2
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class DatafeedstatusesResource

Constructors

DatafeedstatusesResource(IClientService)

Constructs a new resource.

Declaration
public DatafeedstatusesResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Custombatch(DatafeedstatusesCustomBatchRequest)

Gets multiple Merchant Center datafeed statuses in a single request.

Declaration
public virtual DatafeedstatusesResource.CustombatchRequest Custombatch(DatafeedstatusesCustomBatchRequest body)
Parameters
Type Name Description
DatafeedstatusesCustomBatchRequest body

The body of the request.

Returns
Type Description
DatafeedstatusesResource.CustombatchRequest

Get(UInt64, UInt64)

Retrieves the status of a datafeed from your Merchant Center account.

Declaration
public virtual DatafeedstatusesResource.GetRequest Get(ulong merchantId, ulong datafeedId)
Parameters
Type Name Description
System.UInt64 merchantId

The ID of the account that manages the datafeed. This account cannot be a multi-client account.

System.UInt64 datafeedId

The ID of the datafeed.

Returns
Type Description
DatafeedstatusesResource.GetRequest

List(UInt64)

Lists the statuses of the datafeeds in your Merchant Center account.

Declaration
public virtual DatafeedstatusesResource.ListRequest List(ulong merchantId)
Parameters
Type Name Description
System.UInt64 merchantId

The ID of the account that manages the datafeeds. This account cannot be a multi-client account.

Returns
Type Description
DatafeedstatusesResource.ListRequest
In This Article
Back to top