Class: Google::Shopping::Merchant::DataSources::V1beta::GetFileUploadRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/datasources/v1beta/fileuploads.rb

Overview

Request message for the GetFileUploadRequest method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



123
124
125
126
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/fileuploads.rb', line 123

class GetFileUploadRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end