ProjectsLocationsBackupChannelsResource class

Constructors

ProjectsLocationsBackupChannelsResource.new(ApiRequester client)

Properties

backupPlanBindings ProjectsLocationsBackupChannelsBackupPlanBindingsResource
no setter
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(BackupChannel request, String parent, {String? backupChannelId, String? $fields}) Future<GoogleLongrunningOperation>
Creates a new BackupChannel in a given location.
delete(String name, {String? etag, bool? force, String? $fields}) Future<GoogleLongrunningOperation>
Deletes an existing BackupChannel.
get(String name, {String? $fields}) Future<BackupChannel>
Retrieve the details of a single BackupChannel.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListBackupChannelsResponse>
Lists BackupChannels in a given location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(BackupChannel request, String name, {String? updateMask, String? $fields}) Future<GoogleLongrunningOperation>
Update a BackupChannel.
toString() String
A string representation of this object.
inherited

Operators

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