removeProject method

ResponseFuture<RemoveProjectResponse> removeProject(
  1. RemoveProjectRequest request, {
  2. CallOptions? options,
})

Remove Project

Deprecated: use project v2 service DeleteProject instead.

Set the state of a project to active. Request returns an error if the project is not deactivated.

Implementation

$grpc.ResponseFuture<$0.RemoveProjectResponse> removeProject(
  $0.RemoveProjectRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removeProject, request, options: options);
}