ProjectsLocationsMulticloudDataTransferConfigsResource class
Methods
-
create(MulticloudDataTransferConfig request, String parent, {String? multicloudDataTransferConfigId, String? requestId, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates a
MulticloudDataTransferConfig
resource in a specified project
and location.
-
delete(String name, {String? etag, String? requestId, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a
MulticloudDataTransferConfig
resource.
-
get(String name, {String? $fields})
→ Future<MulticloudDataTransferConfig>
-
Gets the details of a
MulticloudDataTransferConfig
resource.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, bool? returnPartialSuccess, String? $fields})
→ Future<ListMulticloudDataTransferConfigsResponse>
-
Lists the
MulticloudDataTransferConfig
resources in a specified project
and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(MulticloudDataTransferConfig request, String name, {String? requestId, String? updateMask, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Updates a
MulticloudDataTransferConfig
resource in a specified project
and location.
-
toString()
→ String
-
A string representation of this object.
inherited