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

Operators

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