ProjectsLocationsRestoreChannelsResource class

Constructors

ProjectsLocationsRestoreChannelsResource.new(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
restorePlanBindings ProjectsLocationsRestoreChannelsRestorePlanBindingsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(RestoreChannel request, String parent, {String? restoreChannelId, String? $fields}) Future<GoogleLongrunningOperation>
Creates a new RestoreChannel in a given location.
delete(String name, {String? etag, String? $fields}) Future<GoogleLongrunningOperation>
Deletes an existing RestoreChannel.
get(String name, {String? $fields}) Future<RestoreChannel>
Retrieve the details of a single RestoreChannel.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListRestoreChannelsResponse>
Lists RestoreChannels in a given location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(RestoreChannel request, String name, {String? updateMask, String? $fields}) Future<GoogleLongrunningOperation>
Update a RestoreChannel.
toString() String
A string representation of this object.
inherited

Operators

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