move method

ResponseFuture<Empty> move(
  1. MoveContainerOperation request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.Empty> move(
  $1.MoveContainerOperation request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$move, request, options: options);
}