SettingsDatasourcesResource class
Properties
-
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? $fields})
→ Future<Operation>
-
Creates a datasource.
-
delete(String name, {bool? debugOptions_enableDebugging, String? $fields})
→ Future<Operation>
-
Deletes a datasource.
-
get(String name, {bool? debugOptions_enableDebugging, String? $fields})
→ Future<DataSource>
-
Gets a datasource.
-
list({bool? debugOptions_enableDebugging, int? pageSize, String? pageToken, String? $fields})
→ Future<ListDataSourceResponse>
-
Lists datasources.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(DataSource request, String name, {bool? debugOptions_enableDebugging, String? updateMask, String? $fields})
→ Future<Operation>
-
Updates a datasource.
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(UpdateDataSourceRequest request, String name, {String? $fields})
→ Future<Operation>
-
Updates a datasource.