ProjectsLocationsConversionWorkspacesMappingRulesResource 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(MappingRule request, String parent, {String? mappingRuleId, String? requestId, String? $fields}) Future<MappingRule>
Creates a new mapping rule for a given conversion workspace.
delete(String name, {String? requestId, String? $fields}) Future<Empty>
Deletes a single mapping rule.
get(String name, {String? $fields}) Future<MappingRule>
Gets the details of a mapping rule.
import(ImportMappingRulesRequest request, String parent, {String? $fields}) Future<Operation>
Imports the mapping rules for a given conversion workspace.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListMappingRulesResponse>
Lists the mapping rules for a specific conversion workspace.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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