Show / Hide Table of Contents

Class AccountsResource.DataSourcesResource.FileUploadsResource

The "fileUploads" collection of methods.

Inheritance
object
AccountsResource.DataSourcesResource.FileUploadsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.datasources_v1beta
Assembly: Google.Apis.Merchant.datasources_v1beta.dll
Syntax
public class AccountsResource.DataSourcesResource.FileUploadsResource

Constructors

FileUploadsResource(IClientService)

Constructs a new resource.

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

Methods

Get(string)

Gets the latest data source file upload. Only the latest alias is accepted for a file upload.

Declaration
public virtual AccountsResource.DataSourcesResource.FileUploadsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the data source file upload to retrieve. Format: accounts/{account}/dataSources/{datasource}/fileUploads/latest

Returns
Type Description
AccountsResource.DataSourcesResource.FileUploadsResource.GetRequest
In this article
Back to top Generated by DocFX