Show / Hide Table of Contents

Class FileUploadsService.FileUploadsServiceBase

Base class for server-side implementations of FileUploadsService

Inheritance
object
FileUploadsService.FileUploadsServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
[BindServiceMethod(typeof(FileUploadsService), "BindService")]
public abstract class FileUploadsService.FileUploadsServiceBase

Methods

GetFileUpload(GetFileUploadRequest, ServerCallContext)

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

Declaration
public virtual Task<FileUpload> GetFileUpload(GetFileUploadRequest request, ServerCallContext context)
Parameters
Type Name Description
GetFileUploadRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<FileUpload>

The response to send back to the client (wrapped by a task).

In this article
Back to top Generated by DocFX