Show / Hide Table of Contents

Class DatafeedsResource.FetchnowRequest

Invokes a fetch for the datafeed in your Merchant Center account. If you need to call this method more than once per day, we recommend you use the Products service to update your product data.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<DatafeedsFetchNowResponse>
ShoppingContentBaseServiceRequest<DatafeedsFetchNowResponse>
DatafeedsResource.FetchnowRequest
Implements
IClientServiceRequest<DatafeedsFetchNowResponse>
IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<DatafeedsFetchNowResponse>.Xgafv
ShoppingContentBaseServiceRequest<DatafeedsFetchNowResponse>.AccessToken
ShoppingContentBaseServiceRequest<DatafeedsFetchNowResponse>.Alt
ShoppingContentBaseServiceRequest<DatafeedsFetchNowResponse>.Callback
ShoppingContentBaseServiceRequest<DatafeedsFetchNowResponse>.Fields
ShoppingContentBaseServiceRequest<DatafeedsFetchNowResponse>.Key
ShoppingContentBaseServiceRequest<DatafeedsFetchNowResponse>.OauthToken
ShoppingContentBaseServiceRequest<DatafeedsFetchNowResponse>.PrettyPrint
ShoppingContentBaseServiceRequest<DatafeedsFetchNowResponse>.QuotaUser
ShoppingContentBaseServiceRequest<DatafeedsFetchNowResponse>.UploadType
ShoppingContentBaseServiceRequest<DatafeedsFetchNowResponse>.UploadProtocol
ClientServiceRequest<DatafeedsFetchNowResponse>.Execute()
ClientServiceRequest<DatafeedsFetchNowResponse>.ExecuteAsStream()
ClientServiceRequest<DatafeedsFetchNowResponse>.ExecuteAsync()
ClientServiceRequest<DatafeedsFetchNowResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<DatafeedsFetchNowResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<DatafeedsFetchNowResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<DatafeedsFetchNowResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<DatafeedsFetchNowResponse>.GenerateRequestUri()
ClientServiceRequest<DatafeedsFetchNowResponse>.GetBody()
ClientServiceRequest<DatafeedsFetchNowResponse>.GetDefaultETagAction(String)
ClientServiceRequest<DatafeedsFetchNowResponse>.ETagAction
ClientServiceRequest<DatafeedsFetchNowResponse>.ModifyRequest
ClientServiceRequest<DatafeedsFetchNowResponse>.ValidateParameters
ClientServiceRequest<DatafeedsFetchNowResponse>.RequestParameters
ClientServiceRequest<DatafeedsFetchNowResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class FetchnowRequest : ShoppingContentBaseServiceRequest<DatafeedsFetchNowResponse>, IClientServiceRequest<DatafeedsFetchNowResponse>, IClientServiceRequest

Constructors

FetchnowRequest(IClientService, UInt64, UInt64)

Constructs a new Fetchnow request.

Declaration
public FetchnowRequest(IClientService service, ulong merchantId, ulong datafeedId)
Parameters
Type Name Description
IClientService service
System.UInt64 merchantId
System.UInt64 datafeedId

Properties

DatafeedId

The ID of the datafeed to be fetched.

Declaration
[RequestParameter("datafeedId", RequestParameterType.Path)]
public virtual ulong DatafeedId { get; }
Property Value
Type Description
System.UInt64

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.DatafeedsFetchNowResponse>.HttpMethod

MerchantId

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

Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual ulong MerchantId { get; }
Property Value
Type Description
System.UInt64

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.DatafeedsFetchNowResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.DatafeedsFetchNowResponse>.RestPath

Methods

InitParameters()

Initializes Fetchnow parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.ShoppingContent.v2_1.ShoppingContentBaseServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.DatafeedsFetchNowResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top