ProjectsLocationsSourcesResource class
Methods
-
create(Source request, String parent, {String? requestId, String? sourceId, String? $fields})
→ Future<Operation>
-
Creates a new Source in a given project and location.
-
delete(String name, {String? requestId, String? $fields})
→ Future<Operation>
-
Deletes a single Source.
-
fetchInventory(String source, {bool? forceRefresh, int? pageSize, String? pageToken, String? $fields})
→ Future<FetchInventoryResponse>
-
List remote source's inventory of VMs.
-
get(String name, {String? $fields})
→ Future<Source>
-
Gets details of a single Source.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListSourcesResponse>
-
Lists Sources in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Source request, String name, {String? requestId, String? updateMask, String? $fields})
→ Future<Operation>
-
Updates the parameters of a single Source.
-
toString()
→ String
-
A string representation of this object.
inherited