AccountsDataSourcesResource class

Constructors

AccountsDataSourcesResource.new(ApiRequester client)

Properties

fileUploads AccountsDataSourcesFileUploadsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(DataSource request, String parent, {String? $fields}) Future<DataSource>
Creates the new data source configuration for the given account.
delete(String name, {String? $fields}) Future<Empty>
Deletes a data source from your Merchant Center account.
fetch(FetchDataSourceRequest request, String name, {String? $fields}) Future<Empty>
Performs the data fetch immediately (even outside fetch schedule) on a data source from your Merchant Center Account.
get(String name, {String? $fields}) Future<DataSource>
Retrieves the data source configuration for the given account.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListDataSourcesResponse>
Lists the configurations for data sources for the given account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(DataSource request, String name, {String? updateMask, String? $fields}) Future<DataSource>
Updates the existing data source configuration.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited