UsersDataSourcesResource class
Methods
-
create(DataSource request, String userId, {String? $fields})
→ Future<DataSource>
-
Creates a new data source that is unique across all data sources belonging
to this user.
-
delete(String userId, String dataSourceId, {String? $fields})
→ Future<DataSource>
-
Deletes the specified data source.
-
get(String userId, String dataSourceId, {String? $fields})
→ Future<DataSource>
-
Returns the specified data source.
-
list(String userId, {List<String>? dataTypeName, String? $fields})
→ Future<ListDataSourcesResponse>
-
Lists all data sources that are visible to the developer, using the OAuth
scopes provided.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(DataSource request, String userId, String dataSourceId, {String? $fields})
→ Future<DataSource>
-
Updates the specified data source.