ProjectsLocationsConversionWorkspacesResource class

Constructors

ProjectsLocationsConversionWorkspacesResource(ApiRequester client)

Properties

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

Methods

apply(ApplyConversionWorkspaceRequest request, String name, {String? $fields}) Future<Operation>
Applies draft tree onto a specific destination database.
commit(CommitConversionWorkspaceRequest request, String name, {String? $fields}) Future<Operation>
Marks all the data in the conversion workspace as committed.
convert(ConvertConversionWorkspaceRequest request, String name, {String? $fields}) Future<Operation>
Creates a draft tree schema for the destination database.
create(ConversionWorkspace request, String parent, {String? conversionWorkspaceId, String? requestId, String? $fields}) Future<Operation>
Creates a new conversion workspace in a given project and location.
delete(String name, {bool? force, String? requestId, String? $fields}) Future<Operation>
Deletes a single conversion workspace.
describeConversionWorkspaceRevisions(String conversionWorkspace, {String? commitId, String? $fields}) Future<DescribeConversionWorkspaceRevisionsResponse>
Retrieves a list of committed revisions of a specific conversion workspace.
describeDatabaseEntities(String conversionWorkspace, {String? commitId, String? filter, int? pageSize, String? pageToken, String? tree, bool? uncommitted, String? view, String? $fields}) Future<DescribeDatabaseEntitiesResponse>
Describes the database entities tree for a specific conversion workspace and a specific tree type.
get(String name, {String? $fields}) Future<ConversionWorkspace>
Gets details of a single conversion workspace.
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<Policy>
Gets the access control policy for a resource.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListConversionWorkspacesResponse>
Lists conversion workspaces in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ConversionWorkspace request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Updates the parameters of a single conversion workspace.
rollback(RollbackConversionWorkspaceRequest request, String name, {String? $fields}) Future<Operation>
Rolls back a conversion workspace to the last committed snapshot.
searchBackgroundJobs(String conversionWorkspace, {String? completedUntilTime, int? maxSize, bool? returnMostRecentPerJobType, String? $fields}) Future<SearchBackgroundJobsResponse>
Searches/lists the background jobs for a specific conversion workspace.
seed(SeedConversionWorkspaceRequest request, String name, {String? $fields}) Future<Operation>
Imports a snapshot of the source database into the conversion workspace.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on the specified resource.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited

Operators

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